2018-08-12 16:09:58,531 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-213 | | 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-12 16:09:58,534 - 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=HWlr6JpNTd1d9OuX7H5CCnQ3v 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=dbfa1fd1b20e4777950b03d95b9e0d9d export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=ZKGK7be5XPR2QaGFWUKBODqSh export OS_REGION_NAME=regionOne 2018-08-12 16:09:58,534 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-12 16:09:58,535 - 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-12 16:09:58,559 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:09:58,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:09:58,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:09:58,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:09:58,847 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-12 16:09:58,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-12 16:09:58,847 - 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-12 16:09:58,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb88648-28f0-4f11-9d12-f9f9a0254638 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-12 16:09:58,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1fb88648-28f0-4f11-9d12-f9f9a0254638 2018-08-12 16:09:58,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:09:59,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:09:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["CdOEK0hITd6-AemM1E3pcQ"], "issued_at": "2018-08-12T16:09:59.000000Z"}} 2018-08-12 16:09:59,405 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:00,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:09: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-112cf276-00df-42b4-8984-ef9e952b9876 x-compute-request-id: req-112cf276-00df-42b4-8984-ef9e952b9876 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-12 16:10:00,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-112cf276-00df-42b4-8984-ef9e952b9876 2018-08-12 16:10:00,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.66346812248s 2018-08-12 16:10:00,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-112cf276-00df-42b4-8984-ef9e952b9876 2018-08-12 16:10:00,511 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-12 16:10:00,514 - 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-12 16:10:00,521 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:10:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d0006d4-ad57-4b9e-a7d7-ab2fa9c916b9 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-12 16:10:00,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-4d0006d4-ad57-4b9e-a7d7-ab2fa9c916b9 2018-08-12 16:10:00,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:10:00,525 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:00,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6556997c-d060-4ab5-897f-57c923cfeb9c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 16:10:00,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-6556997c-d060-4ab5-897f-57c923cfeb9c 2018-08-12 16:10:00,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197129011154s 2018-08-12 16:10:00,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-6556997c-d060-4ab5-897f-57c923cfeb9c 2018-08-12 16:10:00,720 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'd1be4541b5f042568afbc30f457ce65b', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-12 16:10:00,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 16:10:00,727 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:01,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c524724a-e465-49c7-b181-9fba17fe1bce Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/01552f356074497f9d02dd2644459370"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0b75239aa976439b845c2a553ce630ce"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "0b75239aa976439b845c2a553ce630ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0d0c7d71c53840c6bb60554a908b4c7d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/18c3c1c4a8af4e71bc84060ca32944f9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1935ebc143e64eb7a7ae01a46d6edc20"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2886df3060b943b490f4e2616a351046"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "2886df3060b943b490f4e2616a351046"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/368b666ad892495caa6fd294efab629f"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "368b666ad892495caa6fd294efab629f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/385c6621ce624afb964e538aafa55222"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "385c6621ce624afb964e538aafa55222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/38c37daacb4240fb82858ca36ab8a482"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/478986f6a7a54f28908eaaf64c40e321"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/53a5c9a190154315b4feaaa7a640b6af"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5855ca6878ba4754ab261e5643ca1fa7"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5a7467d0801b4824af7a25d3db2f83b0"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "13893612de924b22853b177e3d6b8151", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5ad38c3f9c864cedac9f5699bd8080a4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "13893612de924b22853b177e3d6b8151", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/60c53205dc8a4da49a727f472d9a6af9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6a2649acda364631898b4f4f59659302"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "6a2649acda364631898b4f4f59659302"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6fde68027cb44969a6ef7f6b3c262ea2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/703d1d35cc334800b4585b66318cd9ca"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/842090bd8c6446a4940db7f17af28fa0"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8a38c08dd9124438b1f62f3516866acf"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8ba292bb055d4453bc204bf5d84dd95c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8bb2003eba6b45c18d85abf9329eaa9d"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8e7b0440a0ed4a389b2f8a4cea1e3d45"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9056f4e27cae40ddbe02d9a15cc03edc"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "13893612de924b22853b177e3d6b8151", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/959f7fa6bafc4b65be6a45577ed01645"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "959f7fa6bafc4b65be6a45577ed01645"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/99365c04bd2b47949e70738a0e32974c"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "99365c04bd2b47949e70738a0e32974c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9b28fc7ace3d4983a9a296bd42633df5"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "9b28fc7ace3d4983a9a296bd42633df5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9e360a6b61c647e883ea528783c18166"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "9e360a6b61c647e883ea528783c18166"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a3f1c0696a1240c695c0515e5fffb90e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b452553ed4ac4cc39210d69b94f43eec"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "b452553ed4ac4cc39210d69b94f43eec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b671f8b6f7f34ccb92a1b494951bba8b"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bb4a9f70bce143abbcd7f8d096e78b05"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c55b1135c9464826bf3508da03267f5e"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "c55b1135c9464826bf3508da03267f5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c886728e49fd4d6eba6c709198d88860"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "c886728e49fd4d6eba6c709198d88860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c8c8c22b02464a79a13065d8be7fcf2e"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d98f8ce2b182456097f2aca932a989af"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "d98f8ce2b182456097f2aca932a989af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/da9d7071cec247e8b7808796f58d680d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "da9d7071cec247e8b7808796f58d680d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e76cc1a65d464fa490fbb85f19587e53"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e96dd01bed0942e6b9740ef5ae2a040b"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ecbd4ae163a6495180975c3ef9ee8338"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "ecbd4ae163a6495180975c3ef9ee8338"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f42a80741dfb412abe4edf832cd28d59"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "f42a80741dfb412abe4edf832cd28d59"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fd830f8ce63e45d4870c29e1b0b4c40b"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 16:10:01,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-c524724a-e465-49c7-b181-9fba17fe1bce 2018-08-12 16:10:01,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.318351984024s 2018-08-12 16:10:01,043 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-c524724a-e465-49c7-b181-9fba17fe1bce 2018-08-12 16:10:01,050 - 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/01552f356074497f9d02dd2644459370'}, u'url': u'http://172.30.9.23:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'278cba97a3ae4476b82a4173572555c9', u'id': u'01552f356074497f9d02dd2644459370'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0b75239aa976439b845c2a553ce630ce'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'be96f60905284f4dae610f3a29b2ade8', u'id': u'0b75239aa976439b845c2a553ce630ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0d0c7d71c53840c6bb60554a908b4c7d'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cb05b7db92ff4061ae0ee7436508f60e', u'id': u'0d0c7d71c53840c6bb60554a908b4c7d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/18c3c1c4a8af4e71bc84060ca32944f9'}, 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'5e108d1bc1d54f2ba2c943347e161733', u'id': u'18c3c1c4a8af4e71bc84060ca32944f9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1935ebc143e64eb7a7ae01a46d6edc20'}, 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'bfb8c99b682d4b73b7d2604807bd60c1', u'id': u'1935ebc143e64eb7a7ae01a46d6edc20'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/2886df3060b943b490f4e2616a351046'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'be96f60905284f4dae610f3a29b2ade8', u'id': u'2886df3060b943b490f4e2616a351046'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/368b666ad892495caa6fd294efab629f'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b82ec30b84a94d3290f5419b0dc18ce8', u'id': u'368b666ad892495caa6fd294efab629f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/385c6621ce624afb964e538aafa55222'}, u'url': u'http://172.30.9.23:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b82ec30b84a94d3290f5419b0dc18ce8', u'id': u'385c6621ce624afb964e538aafa55222'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/38c37daacb4240fb82858ca36ab8a482'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cb05b7db92ff4061ae0ee7436508f60e', u'id': u'38c37daacb4240fb82858ca36ab8a482'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/478986f6a7a54f28908eaaf64c40e321'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6b97264619e2417faa699eea2a04dfca', u'id': u'478986f6a7a54f28908eaaf64c40e321'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/53a5c9a190154315b4feaaa7a640b6af'}, 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'288dba5267d9473ba4bd2cf0a4207734', u'id': u'53a5c9a190154315b4feaaa7a640b6af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5855ca6878ba4754ab261e5643ca1fa7'}, 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'69fd0fc147f1423689d79cc0573deceb', u'id': u'5855ca6878ba4754ab261e5643ca1fa7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5a7467d0801b4824af7a25d3db2f83b0'}, 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'13893612de924b22853b177e3d6b8151', u'id': u'5a7467d0801b4824af7a25d3db2f83b0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5ad38c3f9c864cedac9f5699bd8080a4'}, 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'13893612de924b22853b177e3d6b8151', u'id': u'5ad38c3f9c864cedac9f5699bd8080a4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/60c53205dc8a4da49a727f472d9a6af9'}, 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'5e108d1bc1d54f2ba2c943347e161733', u'id': u'60c53205dc8a4da49a727f472d9a6af9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6a2649acda364631898b4f4f59659302'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'69fd0fc147f1423689d79cc0573deceb', u'id': u'6a2649acda364631898b4f4f59659302'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6fde68027cb44969a6ef7f6b3c262ea2'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b82ec30b84a94d3290f5419b0dc18ce8', u'id': u'6fde68027cb44969a6ef7f6b3c262ea2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/703d1d35cc334800b4585b66318cd9ca'}, u'url': u'http://172.30.9.23:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6b97264619e2417faa699eea2a04dfca', u'id': u'703d1d35cc334800b4585b66318cd9ca'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/842090bd8c6446a4940db7f17af28fa0'}, u'url': u'http://172.30.9.23:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'57ecf3bcea8e4728af2f311ce03118da', u'id': u'842090bd8c6446a4940db7f17af28fa0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8a38c08dd9124438b1f62f3516866acf'}, 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'a0da2a35cab84923a594d25e69c57bab', u'id': u'8a38c08dd9124438b1f62f3516866acf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8ba292bb055d4453bc204bf5d84dd95c'}, 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'a0da2a35cab84923a594d25e69c57bab', u'id': u'8ba292bb055d4453bc204bf5d84dd95c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8bb2003eba6b45c18d85abf9329eaa9d'}, 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'a0da2a35cab84923a594d25e69c57bab', u'id': u'8bb2003eba6b45c18d85abf9329eaa9d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8e7b0440a0ed4a389b2f8a4cea1e3d45'}, 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'018e3addd9564686a81f47de471b8a25', u'id': u'8e7b0440a0ed4a389b2f8a4cea1e3d45'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9056f4e27cae40ddbe02d9a15cc03edc'}, 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'13893612de924b22853b177e3d6b8151', u'id': u'9056f4e27cae40ddbe02d9a15cc03edc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/959f7fa6bafc4b65be6a45577ed01645'}, u'url': u'http://172.30.9.23:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'be96f60905284f4dae610f3a29b2ade8', u'id': u'959f7fa6bafc4b65be6a45577ed01645'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/99365c04bd2b47949e70738a0e32974c'}, 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'bfb8c99b682d4b73b7d2604807bd60c1', u'id': u'99365c04bd2b47949e70738a0e32974c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9b28fc7ace3d4983a9a296bd42633df5'}, u'url': u'http://172.30.9.23:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cb05b7db92ff4061ae0ee7436508f60e', u'id': u'9b28fc7ace3d4983a9a296bd42633df5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9e360a6b61c647e883ea528783c18166'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'69fd0fc147f1423689d79cc0573deceb', u'id': u'9e360a6b61c647e883ea528783c18166'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a3f1c0696a1240c695c0515e5fffb90e'}, 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'018e3addd9564686a81f47de471b8a25', u'id': u'a3f1c0696a1240c695c0515e5fffb90e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/b452553ed4ac4cc39210d69b94f43eec'}, 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'bfb8c99b682d4b73b7d2604807bd60c1', u'id': u'b452553ed4ac4cc39210d69b94f43eec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/b671f8b6f7f34ccb92a1b494951bba8b'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'278cba97a3ae4476b82a4173572555c9', u'id': u'b671f8b6f7f34ccb92a1b494951bba8b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/bb4a9f70bce143abbcd7f8d096e78b05'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'57ecf3bcea8e4728af2f311ce03118da', u'id': u'bb4a9f70bce143abbcd7f8d096e78b05'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c55b1135c9464826bf3508da03267f5e'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6b97264619e2417faa699eea2a04dfca', u'id': u'c55b1135c9464826bf3508da03267f5e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c886728e49fd4d6eba6c709198d88860'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'57ecf3bcea8e4728af2f311ce03118da', u'id': u'c886728e49fd4d6eba6c709198d88860'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c8c8c22b02464a79a13065d8be7fcf2e'}, 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'5e108d1bc1d54f2ba2c943347e161733', u'id': u'c8c8c22b02464a79a13065d8be7fcf2e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d98f8ce2b182456097f2aca932a989af'}, 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'dc9c0b2811614478b86a08ba8b56d559', u'id': u'd98f8ce2b182456097f2aca932a989af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/da9d7071cec247e8b7808796f58d680d'}, 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'018e3addd9564686a81f47de471b8a25', u'id': u'da9d7071cec247e8b7808796f58d680d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e76cc1a65d464fa490fbb85f19587e53'}, 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'dc9c0b2811614478b86a08ba8b56d559', u'id': u'e76cc1a65d464fa490fbb85f19587e53'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e96dd01bed0942e6b9740ef5ae2a040b'}, 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'288dba5267d9473ba4bd2cf0a4207734', u'id': u'e96dd01bed0942e6b9740ef5ae2a040b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/ecbd4ae163a6495180975c3ef9ee8338'}, 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'288dba5267d9473ba4bd2cf0a4207734', u'id': u'ecbd4ae163a6495180975c3ef9ee8338'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/f42a80741dfb412abe4edf832cd28d59'}, 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'dc9c0b2811614478b86a08ba8b56d559', u'id': u'f42a80741dfb412abe4edf832cd28d59'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/fd830f8ce63e45d4870c29e1b0b4c40b'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'278cba97a3ae4476b82a4173572555c9', u'id': u'fd830f8ce63e45d4870c29e1b0b4c40b'})] 2018-08-12 16:10:01,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-12 16:10:01,054 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:01,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16: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-666be828-1b09-4bf1-bc98-e7c1db11f6fb x-compute-request-id: req-666be828-1b09-4bf1-bc98-e7c1db11f6fb 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-12 16:10:01,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-666be828-1b09-4bf1-bc98-e7c1db11f6fb 2018-08-12 16:10:01,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.115721225739s 2018-08-12 16:10:01,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-666be828-1b09-4bf1-bc98-e7c1db11f6fb 2018-08-12 16:10:01,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-12 16:10:01,184 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:03,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16: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 x-openstack-request-id: req-5d7ece9d-7632-417d-b605-11e61aca7797 x-compute-request-id: req-5d7ece9d-7632-417d-b605-11e61aca7797 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-12 16:10:03,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-5d7ece9d-7632-417d-b605-11e61aca7797 2018-08-12 16:10:03,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.06640696526s 2018-08-12 16:10:03,249 - 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-5d7ece9d-7632-417d-b605-11e61aca7797 2018-08-12 16:10:03,249 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-12 16:10:03,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:10:03,255 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:04,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5bdb3842-c597-49f7-82ec-70ddfca52499 Date: Sun, 12 Aug 2018 16:10:04 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:10:04,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-5bdb3842-c597-49f7-82ec-70ddfca52499 2018-08-12 16:10:04,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.14068818092s 2018-08-12 16:10:04,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-5bdb3842-c597-49f7-82ec-70ddfca52499 2018-08-12 16:10:04,396 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-12 16:10:04,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 16:10:04,431 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:04,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10: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-78ad3234-a524-4ea7-98ec-ec23a432d836 x-compute-request-id: req-78ad3234-a524-4ea7-98ec-ec23a432d836 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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-12 16:10:04,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-78ad3234-a524-4ea7-98ec-ec23a432d836 2018-08-12 16:10:04,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.196568012238s 2018-08-12 16:10:04,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-78ad3234-a524-4ea7-98ec-ec23a432d836 2018-08-12 16:10:04,594 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-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': 335}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "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': 338}, 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-12 16:10:04,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-12 16:10:04,598 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:04,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10: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-1f20ac0a-531c-40fe-a519-2c7b9efa77bc x-compute-request-id: req-1f20ac0a-531c-40fe-a519-2c7b9efa77bc Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-12 16:10:04,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-1f20ac0a-531c-40fe-a519-2c7b9efa77bc 2018-08-12 16:10:04,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.133395910263s 2018-08-12 16:10:04,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-1f20ac0a-531c-40fe-a519-2c7b9efa77bc 2018-08-12 16:10:04,729 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-12 16:10:04,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:04,730 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:06,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ccd426dc-7d3d-4586-8f92-626db8d9efac Date: Sun, 12 Aug 2018 16:10:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:10:06,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ccd426dc-7d3d-4586-8f92-626db8d9efac 2018-08-12 16:10:06,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.45031499863s 2018-08-12 16:10:06,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ccd426dc-7d3d-4586-8f92-626db8d9efac 2018-08-12 16:10:06,181 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'38b5ae12-661c-4ec4-a3cf-304672163c85'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-12T16:06:42Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', 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'2880ebe42d364acc8c25818b5028a067', u'created_at': u'2018-08-12T16:06:35Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2880ebe42d364acc8c25818b5028a067'})] 2018-08-12 16:10:06,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:10:06,182 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:07,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-279f8755-17ff-4251-95a2-c59fe4d19849 Date: Sun, 12 Aug 2018 16:10:07 GMT RESP BODY: {"ports":[]} 2018-08-12 16:10:07,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-279f8755-17ff-4251-95a2-c59fe4d19849 2018-08-12 16:10:07,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.05331993103s 2018-08-12 16:10:07,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-279f8755-17ff-4251-95a2-c59fe4d19849 2018-08-12 16:10:07,235 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-12 16:10:07,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 16:10:07,242 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:07,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c050826d-dde1-4bc7-92f4-edd28beccb60 Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "0a97628da7c44b41985553291ad1bad0"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/0a97628da7c44b41985553291ad1bad0/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "1949de9937ac402aa8318f9825b646f2"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/1949de9937ac402aa8318f9825b646f2/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "2352328485aa447f8e861679b424b8d3"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/2352328485aa447f8e861679b424b8d3/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "5b8628ab2a26455a944bfa104abad10e"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/5b8628ab2a26455a944bfa104abad10e/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "6a907116403a442ab3fca9a426b233d2"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/6a907116403a442ab3fca9a426b233d2/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "789157cf720c45d0b465187ab70dea1c"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/789157cf720c45d0b465187ab70dea1c/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "a35bce3c5967432aa1fdbd92a860c4e1"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/a35bce3c5967432aa1fdbd92a860c4e1/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "a89b0401943e4379a6ec4e5c1b85b811"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d/users/a89b0401943e4379a6ec4e5c1b85b811/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "af402ff3bf5046189fa1f4feee001326"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/af402ff3bf5046189fa1f4feee001326/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "cd1d19363d41414890323a1a7017b5db"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/cd1d19363d41414890323a1a7017b5db/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "d11e6eb35bd64ae9893d6dfcb43ac475"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/d11e6eb35bd64ae9893d6dfcb43ac475/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "28f70fbb64b64fc09048690b3526148a"}, "user": {"id": "e9313f281a534fed93d8f1d400b2bdf6"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/e9313f281a534fed93d8f1d400b2bdf6/roles/28f70fbb64b64fc09048690b3526148a"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "e9313f281a534fed93d8f1d400b2bdf6"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/e9313f281a534fed93d8f1d400b2bdf6/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"project": {"id": "2880ebe42d364acc8c25818b5028a067"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "f0cae7e9913c4300b4e59044b77becdf"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067/users/f0cae7e9913c4300b4e59044b77becdf/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"domain": {"id": "d1be4541b5f042568afbc30f457ce65b"}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "2a1839effbce42f9b69bdc181de788d2"}, "links": {"assignment": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b/users/2a1839effbce42f9b69bdc181de788d2/roles/2d788a838d6248bea293f537c17fe7c3"}}, {"scope": {"system": {"all": true}}, "role": {"id": "2d788a838d6248bea293f537c17fe7c3"}, "user": {"id": "a89b0401943e4379a6ec4e5c1b85b811"}, "links": {"assignment": "http://172.30.9.23:5000/v3/system/users/a89b0401943e4379a6ec4e5c1b85b811/roles/2d788a838d6248bea293f537c17fe7c3"}}], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-12 16:10:07,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-c050826d-dde1-4bc7-92f4-edd28beccb60 2018-08-12 16:10:07,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.312227010727s 2018-08-12 16:10:07,552 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-c050826d-dde1-4bc7-92f4-edd28beccb60 2018-08-12 16:10:07,555 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'0a97628da7c44b41985553291ad1bad0'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'1949de9937ac402aa8318f9825b646f2'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'2352328485aa447f8e861679b424b8d3'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'5b8628ab2a26455a944bfa104abad10e'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'6a907116403a442ab3fca9a426b233d2'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'789157cf720c45d0b465187ab70dea1c'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'a35bce3c5967432aa1fdbd92a860c4e1'}), Munch({'project': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'a89b0401943e4379a6ec4e5c1b85b811'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'af402ff3bf5046189fa1f4feee001326'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'cd1d19363d41414890323a1a7017b5db'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'd11e6eb35bd64ae9893d6dfcb43ac475'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'28f70fbb64b64fc09048690b3526148a', 'user': u'e9313f281a534fed93d8f1d400b2bdf6'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'e9313f281a534fed93d8f1d400b2bdf6'}), Munch({'project': u'2880ebe42d364acc8c25818b5028a067', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'f0cae7e9913c4300b4e59044b77becdf'}), Munch({'domain': u'd1be4541b5f042568afbc30f457ce65b', 'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'2a1839effbce42f9b69bdc181de788d2'}), Munch({'id': u'2d788a838d6248bea293f537c17fe7c3', 'user': u'a89b0401943e4379a6ec4e5c1b85b811'})] 2018-08-12 16:10:07,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:10:07,561 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:07,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2b769b-69b5-40e6-a2d0-3cfd74701d45 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:10:07,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8a2b769b-69b5-40e6-a2d0-3cfd74701d45 2018-08-12 16:10:07,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.272029876709s 2018-08-12 16:10:07,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8a2b769b-69b5-40e6-a2d0-3cfd74701d45 2018-08-12 16:10:07,832 - 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'member', 'id': u'2227886414cb4d22a8494529517c5128'}), 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'260c97df15074685a83cb9ba36b6b563'}), 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'28f70fbb64b64fc09048690b3526148a'}), 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'2d788a838d6248bea293f537c17fe7c3'}), 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'7df1496a25234325bb11e97734505230'}), 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'd90647a398644e858f6fb749563cc358'})] 2018-08-12 16:10:07,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:10:07,834 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:09,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3e9681a9-be6a-480f-acf3-b4520948598e Date: Sun, 12 Aug 2018 16:10:09 GMT RESP BODY: {"routers": []} 2018-08-12 16:10:09,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3e9681a9-be6a-480f-acf3-b4520948598e 2018-08-12 16:10:09,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.35089588165s 2018-08-12 16:10:09,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3e9681a9-be6a-480f-acf3-b4520948598e 2018-08-12 16:10:09,185 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-12 16:10:09,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:10:09,188 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:09,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-040450d3-b1f0-486f-8cee-3b9c7d9210bf x-compute-request-id: req-040450d3-b1f0-486f-8cee-3b9c7d9210bf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 16:10:09,369 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-040450d3-b1f0-486f-8cee-3b9c7d9210bf 2018-08-12 16:10:09,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18390083313s 2018-08-12 16:10:09,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-040450d3-b1f0-486f-8cee-3b9c7d9210bf 2018-08-12 16:10:09,369 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-12 16:10:09,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 16:10:09,376 - 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-12 16:10:09,383 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:10:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6b6a76a-4e78-477d-a19f-9170e38cd013 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-12 16:10:09,383 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-d6b6a76a-4e78-477d-a19f-9170e38cd013 2018-08-12 16:10:09,384 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:09,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b0529e-0ad6-452b-be41-4a1354776da4 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/018e3addd9564686a81f47de471b8a25"}, "enabled": true, "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/13893612de924b22853b177e3d6b8151"}, "enabled": true, "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/278cba97a3ae4476b82a4173572555c9"}, "enabled": true, "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/288dba5267d9473ba4bd2cf0a4207734"}, "enabled": true, "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/57ecf3bcea8e4728af2f311ce03118da"}, "enabled": true, "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5e108d1bc1d54f2ba2c943347e161733"}, "enabled": true, "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/69fd0fc147f1423689d79cc0573deceb"}, "enabled": true, "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6b97264619e2417faa699eea2a04dfca"}, "enabled": true, "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a0da2a35cab84923a594d25e69c57bab"}, "enabled": true, "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b82ec30b84a94d3290f5419b0dc18ce8"}, "enabled": true, "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/be96f60905284f4dae610f3a29b2ade8"}, "enabled": true, "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bfb8c99b682d4b73b7d2604807bd60c1"}, "enabled": true, "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb05b7db92ff4061ae0ee7436508f60e"}, "enabled": true, "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ce885311414e4f6291d7ea3c4fe03a4b"}, "enabled": true, "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/dc9c0b2811614478b86a08ba8b56d559"}, "enabled": true, "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 16:10:09,572 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-39b0529e-0ad6-452b-be41-4a1354776da4 2018-08-12 16:10:09,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.199434041977s 2018-08-12 16:10:09,573 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-39b0529e-0ad6-452b-be41-4a1354776da4 2018-08-12 16:10:09,578 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'018e3addd9564686a81f47de471b8a25', 'name': u'cinderv2'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'13893612de924b22853b177e3d6b8151', 'name': u'heat'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'278cba97a3ae4476b82a4173572555c9', 'name': u'gnocchi'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'288dba5267d9473ba4bd2cf0a4207734', 'name': u'placement'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'57ecf3bcea8e4728af2f311ce03118da', 'name': u'glance'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'5e108d1bc1d54f2ba2c943347e161733', 'name': u'cinder'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'69fd0fc147f1423689d79cc0573deceb', 'name': u'swift'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'6b97264619e2417faa699eea2a04dfca', 'name': u'keystone'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'a0da2a35cab84923a594d25e69c57bab', 'name': u'nova'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'b82ec30b84a94d3290f5419b0dc18ce8', 'name': u'neutron'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'be96f60905284f4dae610f3a29b2ade8', 'name': u'aodh'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'bfb8c99b682d4b73b7d2604807bd60c1', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'cb05b7db92ff4061ae0ee7436508f60e', 'name': u'panko'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'ce885311414e4f6291d7ea3c4fe03a4b', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'dc9c0b2811614478b86a08ba8b56d559', 'name': u'cinderv3'})] 2018-08-12 16:10:09,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:10:09,579 - 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}4bc2484c56559eef6bfe659e92e7841a97466155" 2018-08-12 16:10:10,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c2c27f9b-f0f7-424a-b817-3d07930c7c84 Date: Sun, 12 Aug 2018 16:10:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 16:10:10,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c2c27f9b-f0f7-424a-b817-3d07930c7c84 2018-08-12 16:10:10,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.27445697784s 2018-08-12 16:10:10,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c2c27f9b-f0f7-424a-b817-3d07930c7c84 2018-08-12 16:10:10,854 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:06:42Z', 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'38b5ae12-661c-4ec4-a3cf-304672163c85', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'tenant_id': u'2880ebe42d364acc8c25818b5028a067', u'created_at': u'2018-08-12T16:06:42Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'2880ebe42d364acc8c25818b5028a067'})] 2018-08-12 16:10:10,978 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:10:10,978 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:12 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-12 16:10:11,034 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:10:11,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:10:11,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:10:11,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-12 16:10:11,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d45e1982-f287-4524-acbd-69efc2de87a9 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-12 16:10:11,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d45e1982-f287-4524-acbd-69efc2de87a9 2018-08-12 16:10:11,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:10:11,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:10:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["os8LbwzSRbi-S_YiO6IVBg"], "issued_at": "2018-08-12T16:10:11.000000Z"}} 2018-08-12 16:10:11,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:11,561 - 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}40c3a2a41655d5994fa2631e46cd2ee90b290665" 2018-08-12 16:10:11,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c1c12bd5-709c-4079-acb4-4eb01afba88b Date: Sun, 12 Aug 2018 16:10:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:10:11,925 - 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-c1c12bd5-709c-4079-acb4-4eb01afba88b 2018-08-12 16:10:11,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364649057388s 2018-08-12 16:10:11,926 - 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-c1c12bd5-709c-4079-acb4-4eb01afba88b 2018-08-12 16:10:11,927 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-12 16:10:11,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:10:11,928 - 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}40c3a2a41655d5994fa2631e46cd2ee90b290665" -d '{"network": {"name": "tenantnetwork1-net_87cfb869-9874-4f54-9234-b57185e6893f", "admin_state_up": true}}' 2018-08-12 16:10:13,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6fdc6c0d-3c2d-4fb1-ba4f-89e66a354883 Date: Sun, 12 Aug 2018 16:10:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7309d19f-cf43-4060-8cfa-b2f4a65ff885","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:10:13Z","is_default":false,"provider:segmentation_id":57,"name":"tenantnetwork1-net_87cfb869-9874-4f54-9234-b57185e6893f","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:10:13Z","mtu":1450}} 2018-08-12 16:10:13,403 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6fdc6c0d-3c2d-4fb1-ba4f-89e66a354883 2018-08-12 16:10:13,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.47583699226s 2018-08-12 16:10:13,403 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6fdc6c0d-3c2d-4fb1-ba4f-89e66a354883 2018-08-12 16:10:13,404 - 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-12T16:10:13Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7309d19f-cf43-4060-8cfa-b2f4a65ff885', u'provider:segmentation_id': 57, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_87cfb869-9874-4f54-9234-b57185e6893f', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:10:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:10:13,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:13,405 - 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}40c3a2a41655d5994fa2631e46cd2ee90b290665" 2018-08-12 16:10:14,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-11b09bf8-5069-4ce7-9e2f-bce4615ff159 Date: Sun, 12 Aug 2018 16:10:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"7309d19f-cf43-4060-8cfa-b2f4a65ff885","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:10:13Z","provider:segmentation_id":57,"name":"tenantnetwork1-net_87cfb869-9874-4f54-9234-b57185e6893f","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:10:13Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:10:14,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-11b09bf8-5069-4ce7-9e2f-bce4615ff159 2018-08-12 16:10:14,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09147906303s 2018-08-12 16:10:14,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-11b09bf8-5069-4ce7-9e2f-bce4615ff159 2018-08-12 16:10:14,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:10:14,499 - 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}40c3a2a41655d5994fa2631e46cd2ee90b290665" -d '{"subnet": {"name": "tenantnetwork1-subnet_87cfb869-9874-4f54-9234-b57185e6893f", "enable_dhcp": true, "network_id": "7309d19f-cf43-4060-8cfa-b2f4a65ff885", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:10:16,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-37dd3443-71f5-445b-8713-052b14a93579 Date: Sun, 12 Aug 2018 16:10:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7309d19f-cf43-4060-8cfa-b2f4a65ff885","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:10:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:10:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"f5d66939-3df1-4692-86e9-697f91133b9c","subnetpool_id":null,"name":"tenantnetwork1-subnet_87cfb869-9874-4f54-9234-b57185e6893f"}} 2018-08-12 16:10:16,146 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-37dd3443-71f5-445b-8713-052b14a93579 2018-08-12 16:10:16,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.64725804329s 2018-08-12 16:10:16,146 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-37dd3443-71f5-445b-8713-052b14a93579 2018-08-12 16:10:16,146 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:10:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f5d66939-3df1-4692-86e9-697f91133b9c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_87cfb869-9874-4f54-9234-b57185e6893f', u'enable_dhcp': True, u'network_id': u'7309d19f-cf43-4060-8cfa-b2f4a65ff885', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:10:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:10:16,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:10:16,148 - 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}40c3a2a41655d5994fa2631e46cd2ee90b290665" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "tenantnetwork1-router_87cfb869-9874-4f54-9234-b57185e6893f", "admin_state_up": true}}' 2018-08-12 16:10:17,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-0b2762fa-df1b-4188-a5a4-cec7f0315563 Date: Sun, 12 Aug 2018 16:10:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:10:17Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "0f6c2bc1-1625-4e45-bb1b-9573d059bc5c", "name": "tenantnetwork1-router_87cfb869-9874-4f54-9234-b57185e6893f"}} 2018-08-12 16:10:17,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0b2762fa-df1b-4188-a5a4-cec7f0315563 2018-08-12 16:10:17,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.57058286667s 2018-08-12 16:10:17,718 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0b2762fa-df1b-4188-a5a4-cec7f0315563 2018-08-12 16:10:17,719 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:10:16Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T16:10:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'0f6c2bc1-1625-4e45-bb1b-9573d059bc5c', u'name': u'tenantnetwork1-router_87cfb869-9874-4f54-9234-b57185e6893f'}) 2018-08-12 16:10:17,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:10:17,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c/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}40c3a2a41655d5994fa2631e46cd2ee90b290665" -d '{"subnet_id": "f5d66939-3df1-4692-86e9-697f91133b9c"}' 2018-08-12 16:10:20,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9a52f06e-fe25-4501-9dcd-ec903b700c67 Date: Sun, 12 Aug 2018 16:10:20 GMT RESP BODY: {"network_id": "7309d19f-cf43-4060-8cfa-b2f4a65ff885", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "f5d66939-3df1-4692-86e9-697f91133b9c", "subnet_ids": ["f5d66939-3df1-4692-86e9-697f91133b9c"], "port_id": "fdabc579-5785-4733-9171-f2439acc168d", "id": "0f6c2bc1-1625-4e45-bb1b-9573d059bc5c"} 2018-08-12 16:10:20,440 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c/add_router_interface.json used request id req-9a52f06e-fe25-4501-9dcd-ec903b700c67 2018-08-12 16:10:20,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.72054004669s 2018-08-12 16:10:20,440 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c/add_router_interface.json used request id req-9a52f06e-fe25-4501-9dcd-ec903b700c67 returning object 0f6c2bc1-1625-4e45-bb1b-9573d059bc5c 2018-08-12 16:10:20,566 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:10:20,567 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-12 16:10:20,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:10:20,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c/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}40c3a2a41655d5994fa2631e46cd2ee90b290665" -d '{"subnet_id": "f5d66939-3df1-4692-86e9-697f91133b9c"}' 2018-08-12 16:10:22,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0a289fd2-0996-4eef-bd70-23d633cdd674 Date: Sun, 12 Aug 2018 16:10:22 GMT RESP BODY: {"network_id": "7309d19f-cf43-4060-8cfa-b2f4a65ff885", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "f5d66939-3df1-4692-86e9-697f91133b9c", "subnet_ids": ["f5d66939-3df1-4692-86e9-697f91133b9c"], "port_id": "fdabc579-5785-4733-9171-f2439acc168d", "id": "0f6c2bc1-1625-4e45-bb1b-9573d059bc5c"} 2018-08-12 16:10:22,838 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c/remove_router_interface.json used request id req-0a289fd2-0996-4eef-bd70-23d633cdd674 2018-08-12 16:10:22,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.26616191864s 2018-08-12 16:10:22,839 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c/remove_router_interface.json used request id req-0a289fd2-0996-4eef-bd70-23d633cdd674 returning object 0f6c2bc1-1625-4e45-bb1b-9573d059bc5c 2018-08-12 16:10:22,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:10:22,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}40c3a2a41655d5994fa2631e46cd2ee90b290665" 2018-08-12 16:10:23,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-052d6e44-7181-4e68-8983-9d8b4f304704 Date: Sun, 12 Aug 2018 16:10:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:10:22Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "0f6c2bc1-1625-4e45-bb1b-9573d059bc5c", "name": "tenantnetwork1-router_87cfb869-9874-4f54-9234-b57185e6893f"}]} 2018-08-12 16:10:23,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-052d6e44-7181-4e68-8983-9d8b4f304704 2018-08-12 16:10:23,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.12719106674s 2018-08-12 16:10:23,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-052d6e44-7181-4e68-8983-9d8b4f304704 2018-08-12 16:10:23,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:10:23,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40c3a2a41655d5994fa2631e46cd2ee90b290665" 2018-08-12 16:10:25,456 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fedcdb4e-d509-4471-9489-99c89945d83e Content-Length: 0 Date: Sun, 12 Aug 2018 16:10:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:10:25,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c.json used request id req-fedcdb4e-d509-4471-9489-99c89945d83e 2018-08-12 16:10:25,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.48798704147s 2018-08-12 16:10:25,456 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0f6c2bc1-1625-4e45-bb1b-9573d059bc5c.json used request id req-fedcdb4e-d509-4471-9489-99c89945d83e 2018-08-12 16:10:25,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:10:25,457 - 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}40c3a2a41655d5994fa2631e46cd2ee90b290665" 2018-08-12 16:10:26,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-e5b325ed-47a6-4156-80e9-356e1b3e6d26 Date: Sun, 12 Aug 2018 16:10:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7309d19f-cf43-4060-8cfa-b2f4a65ff885","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:10:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:10:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"f5d66939-3df1-4692-86e9-697f91133b9c","subnetpool_id":null,"name":"tenantnetwork1-subnet_87cfb869-9874-4f54-9234-b57185e6893f"}]} 2018-08-12 16:10:26,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e5b325ed-47a6-4156-80e9-356e1b3e6d26 2018-08-12 16:10:26,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.10208702087s 2018-08-12 16:10:26,559 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e5b325ed-47a6-4156-80e9-356e1b3e6d26 2018-08-12 16:10:26,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:10:26,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/f5d66939-3df1-4692-86e9-697f91133b9c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40c3a2a41655d5994fa2631e46cd2ee90b290665" 2018-08-12 16:10:28,939 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa26fc7a-0d2d-43b5-81fe-e7bda6323613 Date: Sun, 12 Aug 2018 16:10:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:10:28,939 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f5d66939-3df1-4692-86e9-697f91133b9c.json used request id req-fa26fc7a-0d2d-43b5-81fe-e7bda6323613 2018-08-12 16:10:28,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37822699547s 2018-08-12 16:10:28,940 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f5d66939-3df1-4692-86e9-697f91133b9c.json used request id req-fa26fc7a-0d2d-43b5-81fe-e7bda6323613 2018-08-12 16:10:28,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:28,940 - 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}40c3a2a41655d5994fa2631e46cd2ee90b290665" 2018-08-12 16:10:29,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-49e3ea00-2eca-4962-b470-c9dda1a06735 Date: Sun, 12 Aug 2018 16:10:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7309d19f-cf43-4060-8cfa-b2f4a65ff885","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:10:28Z","provider:segmentation_id":57,"name":"tenantnetwork1-net_87cfb869-9874-4f54-9234-b57185e6893f","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:10:13Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:10:29,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-49e3ea00-2eca-4962-b470-c9dda1a06735 2018-08-12 16:10:29,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0883839130402s 2018-08-12 16:10:29,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-49e3ea00-2eca-4962-b470-c9dda1a06735 2018-08-12 16:10:29,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:10:29,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/7309d19f-cf43-4060-8cfa-b2f4a65ff885.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40c3a2a41655d5994fa2631e46cd2ee90b290665" 2018-08-12 16:10:31,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0cca0b2-f10e-4e11-9184-31058dfae5f8 Date: Sun, 12 Aug 2018 16:10:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:10:31,087 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7309d19f-cf43-4060-8cfa-b2f4a65ff885.json used request id req-d0cca0b2-f10e-4e11-9184-31058dfae5f8 2018-08-12 16:10:31,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.0578660965s 2018-08-12 16:10:31,088 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7309d19f-cf43-4060-8cfa-b2f4a65ff885.json used request id req-d0cca0b2-f10e-4e11-9184-31058dfae5f8 2018-08-12 16:10:31,142 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-12 16:10:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:10:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:10:31,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:10:31,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:10:31,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:10:31,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:10:31,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:10:31,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:10:31,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:10:31,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:10:31,186 - 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-12 16:10:31,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc398a0-b2be-4e03-a281-0f106ab95760 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-12 16:10:31,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-afc398a0-b2be-4e03-a281-0f106ab95760 2018-08-12 16:10:31,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:10:31,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["xmtAywHvTz6DGzXMTqj-hQ"], "issued_at": "2018-08-12T16:10:31.000000Z"}} 2018-08-12 16:10:31,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:31,684 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:32,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0a01966c-6f2a-4833-a5fb-8c75b0926f8d Date: Sun, 12 Aug 2018 16:10:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:10:32,860 - 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-0a01966c-6f2a-4833-a5fb-8c75b0926f8d 2018-08-12 16:10:32,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.17649006844s 2018-08-12 16:10:32,861 - 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-0a01966c-6f2a-4833-a5fb-8c75b0926f8d 2018-08-12 16:10:32,864 - 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-12 16:10:32,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c32d1002-3457-4500-ba4d-91fa0654f219 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-12 16:10:32,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-c32d1002-3457-4500-ba4d-91fa0654f219 2018-08-12 16:10:32,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:10:32,874 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:33,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-803638f3-221c-4b7f-8701-efc5ad34f99d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 16:10:33,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-803638f3-221c-4b7f-8701-efc5ad34f99d 2018-08-12 16:10:33,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.257109165192s 2018-08-12 16:10:33,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-803638f3-221c-4b7f-8701-efc5ad34f99d 2018-08-12 16:10:33,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 16:10:33,139 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_19fdc461-646a-4e8a-a83f-a4656fbc8269"}}' 2018-08-12 16:10:33,469 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-491f4ceb-62b7-4a20-b81b-2f559576f9d5 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/1fa4ca5cd20c4c25b7baf5a6019ebec1"}, "tags": [], "enabled": true, "id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19fdc461-646a-4e8a-a83f-a4656fbc8269"}} 2018-08-12 16:10:33,469 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-491f4ceb-62b7-4a20-b81b-2f559576f9d5 2018-08-12 16:10:33,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.333443880081s 2018-08-12 16:10:33,470 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-491f4ceb-62b7-4a20-b81b-2f559576f9d5 2018-08-12 16:10:33,470 - 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'1fa4ca5cd20c4c25b7baf5a6019ebec1', '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_19fdc461-646a-4e8a-a83f-a4656fbc8269'}) 2018-08-12 16:10:33,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 16:10:33,480 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0b420d39-a790-44b8-9afe-297797051c04", "email": null, "name": "tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269"}}' 2018-08-12 16:10:33,983 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71e3ea08-c095-46f5-ab84-4832993b8b59 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269", "links": {"self": "http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "191c8c161b5d47a7bfb81c99daade90b", "domain_id": "default", "password_expires_at": null}} 2018-08-12 16:10:33,983 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-71e3ea08-c095-46f5-ab84-4832993b8b59 2018-08-12 16:10:33,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.506839990616s 2018-08-12 16:10:33,983 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-71e3ea08-c095-46f5-ab84-4832993b8b59 2018-08-12 16:10:33,984 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'191c8c161b5d47a7bfb81c99daade90b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269'}) 2018-08-12 16:10:33,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:10:33,988 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:34,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-950d856d-d1f3-4ec4-9a9d-0b44984c66ff Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:10:34,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-950d856d-d1f3-4ec4-9a9d-0b44984c66ff 2018-08-12 16:10:34,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181818008423s 2018-08-12 16:10:34,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-950d856d-d1f3-4ec4-9a9d-0b44984c66ff 2018-08-12 16:10:34,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:10:34,172 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:34,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5578eed-ab87-4f98-8346-e45c076846c9 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:10:34,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e5578eed-ab87-4f98-8346-e45c076846c9 2018-08-12 16:10:34,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190452098846s 2018-08-12 16:10:34,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e5578eed-ab87-4f98-8346-e45c076846c9 2018-08-12 16:10:34,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:10:34,364 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:34,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1cb657-1917-4d58-938c-4e7f5d47ea7b Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:10:34,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7c1cb657-1917-4d58-938c-4e7f5d47ea7b 2018-08-12 16:10:34,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17107796669s 2018-08-12 16:10:34,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7c1cb657-1917-4d58-938c-4e7f5d47ea7b 2018-08-12 16:10:34,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:10:34,542 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:34,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3ca8e1-54e9-4a6b-b843-0d570682d209 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-12 16:10:34,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-db3ca8e1-54e9-4a6b-b843-0d570682d209 2018-08-12 16:10:34,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.319989919662s 2018-08-12 16:10:34,859 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-db3ca8e1-54e9-4a6b-b843-0d570682d209 2018-08-12 16:10:34,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:10:34,861 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:35,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5975e8d3-a66d-4d9d-8055-8e153c63fb27 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269", "links": {"self": "http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "191c8c161b5d47a7bfb81c99daade90b", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:10:35,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5975e8d3-a66d-4d9d-8055-8e153c63fb27 2018-08-12 16:10:35,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204363822937s 2018-08-12 16:10:35,064 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5975e8d3-a66d-4d9d-8055-8e153c63fb27 2018-08-12 16:10:35,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:10:35,070 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:35,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5050c276-636a-4bda-bfbe-6fabd588ddd5 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/1fa4ca5cd20c4c25b7baf5a6019ebec1"}, "tags": [], "enabled": true, "id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19fdc461-646a-4e8a-a83f-a4656fbc8269"}]} 2018-08-12 16:10:35,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5050c276-636a-4bda-bfbe-6fabd588ddd5 2018-08-12 16:10:35,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178363084793s 2018-08-12 16:10:35,247 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5050c276-636a-4bda-bfbe-6fabd588ddd5 2018-08-12 16:10:35,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 16:10:35,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=191c8c161b5d47a7bfb81c99daade90b&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=1fa4ca5cd20c4c25b7baf5a6019ebec1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:35,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32d4d6c6-2376-46e5-a824-e2c50aed1693 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=191c8c161b5d47a7bfb81c99daade90b&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=1fa4ca5cd20c4c25b7baf5a6019ebec1", "previous": null, "next": null}} 2018-08-12 16:10:35,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=191c8c161b5d47a7bfb81c99daade90b&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=1fa4ca5cd20c4c25b7baf5a6019ebec1 used request id req-32d4d6c6-2376-46e5-a824-e2c50aed1693 2018-08-12 16:10:35,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192669153214s 2018-08-12 16:10:35,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=191c8c161b5d47a7bfb81c99daade90b&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=1fa4ca5cd20c4c25b7baf5a6019ebec1 used request id req-32d4d6c6-2376-46e5-a824-e2c50aed1693 2018-08-12 16:10:35,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 16:10:35,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/1fa4ca5cd20c4c25b7baf5a6019ebec1/users/191c8c161b5d47a7bfb81c99daade90b/roles/2227886414cb4d22a8494529517c5128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:35,719 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-206a7eaa-068b-4631-a578-b7a8a04994f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:10:35,719 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1fa4ca5cd20c4c25b7baf5a6019ebec1/users/191c8c161b5d47a7bfb81c99daade90b/roles/2227886414cb4d22a8494529517c5128 used request id req-206a7eaa-068b-4631-a578-b7a8a04994f1 2018-08-12 16:10:35,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.271373987198s 2018-08-12 16:10:35,720 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1fa4ca5cd20c4c25b7baf5a6019ebec1/users/191c8c161b5d47a7bfb81c99daade90b/roles/2227886414cb4d22a8494529517c5128 used request id req-206a7eaa-068b-4631-a578-b7a8a04994f1 2018-08-12 16:10:35,720 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_19fdc461-646a-4e8a-a83f-a4656fbc8269', 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'1fa4ca5cd20c4c25b7baf5a6019ebec1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0b420d39-a790-44b8-9afe-297797051c04', 'username': u'tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269', '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-12 16:10:35,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:10:35,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:10:35,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:10:35,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:10:35,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:10:35,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:10:35,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:10:35,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:10:35,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:10:35,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:10:35,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:10:35,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:10:35,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:10:35,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:10:35,725 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269', 'password': '0b420d39-a790-44b8-9afe-297797051c04', 'project_name': 'tenantnetwork2-project_19fdc461-646a-4e8a-a83f-a4656fbc8269', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '1fa4ca5cd20c4c25b7baf5a6019ebec1', 'project_domain_name': 'Default'} 2018-08-12 16:10:35,726 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-12 16:10:35,727 - 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-12 16:10:35,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e258239b-876c-460e-9dc0-f706c55ba47f 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-12 16:10:35,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e258239b-876c-460e-9dc0-f706c55ba47f 2018-08-12 16:10:35,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:10:36,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T17:10:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "name": "tenantnetwork2-project_19fdc461-646a-4e8a-a83f-a4656fbc8269"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/1fa4ca5cd20c4c25b7baf5a6019ebec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269", "id": "191c8c161b5d47a7bfb81c99daade90b"}, "audit_ids": ["hu1wEVv1Sr-OpPw2ErcN9A"], "issued_at": "2018-08-12T16:10:36.000000Z"}} 2018-08-12 16:10:36,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:10:36,129 - 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}44ea0c2793a9a746c5d36016f1af094cca10a13d" -d '{"network": {"name": "tenantnetwork2-net_19fdc461-646a-4e8a-a83f-a4656fbc8269", "admin_state_up": true}}' 2018-08-12 16:10:37,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-28c53f4e-9419-4e74-8deb-9a47bc9f88d8 Date: Sun, 12 Aug 2018 16:10:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1fa4ca5cd20c4c25b7baf5a6019ebec1","created_at":"2018-08-12T16:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T16:10:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1fa4ca5cd20c4c25b7baf5a6019ebec1","id":"e6247cdd-689d-45e8-a103-a6307d24e890","name":"tenantnetwork2-net_19fdc461-646a-4e8a-a83f-a4656fbc8269"}} 2018-08-12 16:10:37,685 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-28c53f4e-9419-4e74-8deb-9a47bc9f88d8 2018-08-12 16:10:37,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.55601906776s 2018-08-12 16:10:37,685 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-28c53f4e-9419-4e74-8deb-9a47bc9f88d8 2018-08-12 16:10:37,685 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:10:37Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e6247cdd-689d-45e8-a103-a6307d24e890', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_19fdc461-646a-4e8a-a83f-a4656fbc8269', u'admin_state_up': True, u'tenant_id': u'1fa4ca5cd20c4c25b7baf5a6019ebec1', u'created_at': u'2018-08-12T16:10:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1fa4ca5cd20c4c25b7baf5a6019ebec1'}) 2018-08-12 16:10:37,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:37,687 - 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}44ea0c2793a9a746c5d36016f1af094cca10a13d" 2018-08-12 16:10:38,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-06d9e51a-8431-4dde-beaf-30873ad06f1d Date: Sun, 12 Aug 2018 16:10:38 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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","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-12T16:10:37Z","tenant_id":"1fa4ca5cd20c4c25b7baf5a6019ebec1","created_at":"2018-08-12T16:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"1fa4ca5cd20c4c25b7baf5a6019ebec1","id":"e6247cdd-689d-45e8-a103-a6307d24e890","name":"tenantnetwork2-net_19fdc461-646a-4e8a-a83f-a4656fbc8269"}]} 2018-08-12 16:10:38,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-06d9e51a-8431-4dde-beaf-30873ad06f1d 2018-08-12 16:10:38,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08229184151s 2018-08-12 16:10:38,769 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-06d9e51a-8431-4dde-beaf-30873ad06f1d 2018-08-12 16:10:38,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:10:38,771 - 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}44ea0c2793a9a746c5d36016f1af094cca10a13d" -d '{"subnet": {"name": "tenantnetwork2-subnet_19fdc461-646a-4e8a-a83f-a4656fbc8269", "enable_dhcp": true, "network_id": "e6247cdd-689d-45e8-a103-a6307d24e890", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:10:39,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bcc9c970-3eee-4900-af47-577e43264c80 Date: Sun, 12 Aug 2018 16:10:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6247cdd-689d-45e8-a103-a6307d24e890","tenant_id":"1fa4ca5cd20c4c25b7baf5a6019ebec1","created_at":"2018-08-12T16:10:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:10: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":"1fa4ca5cd20c4c25b7baf5a6019ebec1","id":"254ef32b-b4ed-4ee3-8afb-fbe2293f676c","subnetpool_id":null,"name":"tenantnetwork2-subnet_19fdc461-646a-4e8a-a83f-a4656fbc8269"}} 2018-08-12 16:10:39,799 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-bcc9c970-3eee-4900-af47-577e43264c80 2018-08-12 16:10:39,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.02854704857s 2018-08-12 16:10:39,799 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-bcc9c970-3eee-4900-af47-577e43264c80 2018-08-12 16:10:39,800 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:10: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'254ef32b-b4ed-4ee3-8afb-fbe2293f676c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_19fdc461-646a-4e8a-a83f-a4656fbc8269', u'enable_dhcp': True, u'network_id': u'e6247cdd-689d-45e8-a103-a6307d24e890', u'tenant_id': u'1fa4ca5cd20c4c25b7baf5a6019ebec1', u'created_at': u'2018-08-12T16:10: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'1fa4ca5cd20c4c25b7baf5a6019ebec1'}) 2018-08-12 16:10:39,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:10:39,801 - 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}44ea0c2793a9a746c5d36016f1af094cca10a13d" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "tenantnetwork2-router_19fdc461-646a-4e8a-a83f-a4656fbc8269", "admin_state_up": true}}' 2018-08-12 16:10:42,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-e94fc81b-43cd-46fe-ae34-4ed4bc68fc99 Date: Sun, 12 Aug 2018 16:10:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:40Z", "admin_state_up": true, "updated_at": "2018-08-12T16:10:41Z", "revision_number": 2, "routes": [], "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "a6042ee5-8e5e-48a2-bd82-aeb8620a2e73", "name": "tenantnetwork2-router_19fdc461-646a-4e8a-a83f-a4656fbc8269"}} 2018-08-12 16:10:42,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e94fc81b-43cd-46fe-ae34-4ed4bc68fc99 2018-08-12 16:10:42,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.28191518784s 2018-08-12 16:10:42,083 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e94fc81b-43cd-46fe-ae34-4ed4bc68fc99 2018-08-12 16:10:42,083 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1fa4ca5cd20c4c25b7baf5a6019ebec1', u'created_at': u'2018-08-12T16:10:40Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T16:10:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'1fa4ca5cd20c4c25b7baf5a6019ebec1', u'id': u'a6042ee5-8e5e-48a2-bd82-aeb8620a2e73', u'name': u'tenantnetwork2-router_19fdc461-646a-4e8a-a83f-a4656fbc8269'}) 2018-08-12 16:10:42,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:10:42,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73/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}44ea0c2793a9a746c5d36016f1af094cca10a13d" -d '{"subnet_id": "254ef32b-b4ed-4ee3-8afb-fbe2293f676c"}' 2018-08-12 16:10:44,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-21e78bfd-c2d1-4df9-b3c2-225352135b72 Date: Sun, 12 Aug 2018 16:10:44 GMT RESP BODY: {"network_id": "e6247cdd-689d-45e8-a103-a6307d24e890", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "subnet_id": "254ef32b-b4ed-4ee3-8afb-fbe2293f676c", "subnet_ids": ["254ef32b-b4ed-4ee3-8afb-fbe2293f676c"], "port_id": "5f54055b-9924-4df0-b50d-f656b63e1a95", "id": "a6042ee5-8e5e-48a2-bd82-aeb8620a2e73"} 2018-08-12 16:10:44,303 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73/add_router_interface.json used request id req-21e78bfd-c2d1-4df9-b3c2-225352135b72 2018-08-12 16:10:44,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.2189040184s 2018-08-12 16:10:44,303 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73/add_router_interface.json used request id req-21e78bfd-c2d1-4df9-b3c2-225352135b72 returning object a6042ee5-8e5e-48a2-bd82-aeb8620a2e73 2018-08-12 16:10:44,428 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:10:44,428 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-12 16:10:44,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:10:44,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73/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}44ea0c2793a9a746c5d36016f1af094cca10a13d" -d '{"subnet_id": "254ef32b-b4ed-4ee3-8afb-fbe2293f676c"}' 2018-08-12 16:10:46,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f3b673ec-4520-440e-871b-dc3c803224b2 Date: Sun, 12 Aug 2018 16:10:46 GMT RESP BODY: {"network_id": "e6247cdd-689d-45e8-a103-a6307d24e890", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "subnet_id": "254ef32b-b4ed-4ee3-8afb-fbe2293f676c", "subnet_ids": ["254ef32b-b4ed-4ee3-8afb-fbe2293f676c"], "port_id": "5f54055b-9924-4df0-b50d-f656b63e1a95", "id": "a6042ee5-8e5e-48a2-bd82-aeb8620a2e73"} 2018-08-12 16:10:46,193 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73/remove_router_interface.json used request id req-f3b673ec-4520-440e-871b-dc3c803224b2 2018-08-12 16:10:46,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75960302353s 2018-08-12 16:10:46,193 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73/remove_router_interface.json used request id req-f3b673ec-4520-440e-871b-dc3c803224b2 returning object a6042ee5-8e5e-48a2-bd82-aeb8620a2e73 2018-08-12 16:10:46,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:10:46,194 - 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}44ea0c2793a9a746c5d36016f1af094cca10a13d" 2018-08-12 16:10:47,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-4e05dfbf-bcb3-4b60-9314-69a6434011ab Date: Sun, 12 Aug 2018 16:10:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:40Z", "admin_state_up": true, "updated_at": "2018-08-12T16:10:45Z", "revision_number": 4, "routes": [], "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "a6042ee5-8e5e-48a2-bd82-aeb8620a2e73", "name": "tenantnetwork2-router_19fdc461-646a-4e8a-a83f-a4656fbc8269"}]} 2018-08-12 16:10:47,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-4e05dfbf-bcb3-4b60-9314-69a6434011ab 2018-08-12 16:10:47,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.2142059803s 2018-08-12 16:10:47,408 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-4e05dfbf-bcb3-4b60-9314-69a6434011ab 2018-08-12 16:10:47,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:10:47,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44ea0c2793a9a746c5d36016f1af094cca10a13d" 2018-08-12 16:10:49,449 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-303ca325-cdf8-47b6-b8cc-b4348e73151c Content-Length: 0 Date: Sun, 12 Aug 2018 16:10:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:10:49,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73.json used request id req-303ca325-cdf8-47b6-b8cc-b4348e73151c 2018-08-12 16:10:49,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.03946399689s 2018-08-12 16:10:49,450 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a6042ee5-8e5e-48a2-bd82-aeb8620a2e73.json used request id req-303ca325-cdf8-47b6-b8cc-b4348e73151c 2018-08-12 16:10:49,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:10:49,451 - 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}44ea0c2793a9a746c5d36016f1af094cca10a13d" 2018-08-12 16:10:50,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e451f22a-a377-423c-ac86-10e86adeb4c3 Date: Sun, 12 Aug 2018 16:10:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6247cdd-689d-45e8-a103-a6307d24e890","tenant_id":"1fa4ca5cd20c4c25b7baf5a6019ebec1","created_at":"2018-08-12T16:10:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:10: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":"1fa4ca5cd20c4c25b7baf5a6019ebec1","id":"254ef32b-b4ed-4ee3-8afb-fbe2293f676c","subnetpool_id":null,"name":"tenantnetwork2-subnet_19fdc461-646a-4e8a-a83f-a4656fbc8269"}]} 2018-08-12 16:10:50,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e451f22a-a377-423c-ac86-10e86adeb4c3 2018-08-12 16:10:50,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.07061719894s 2018-08-12 16:10:50,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e451f22a-a377-423c-ac86-10e86adeb4c3 2018-08-12 16:10:50,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:10:50,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/254ef32b-b4ed-4ee3-8afb-fbe2293f676c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44ea0c2793a9a746c5d36016f1af094cca10a13d" 2018-08-12 16:10:53,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6fcee43-a2fa-4960-af3c-6a0913204a78 Date: Sun, 12 Aug 2018 16:10:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:10:53,120 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/254ef32b-b4ed-4ee3-8afb-fbe2293f676c.json used request id req-f6fcee43-a2fa-4960-af3c-6a0913204a78 2018-08-12 16:10:53,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.59713196754s 2018-08-12 16:10:53,120 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/254ef32b-b4ed-4ee3-8afb-fbe2293f676c.json used request id req-f6fcee43-a2fa-4960-af3c-6a0913204a78 2018-08-12 16:10:53,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:53,121 - 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}44ea0c2793a9a746c5d36016f1af094cca10a13d" 2018-08-12 16:10:53,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-6e4f929f-530d-4009-8ebb-d53f48db65a7 Date: Sun, 12 Aug 2018 16:10:53 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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","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-12T16:10:52Z","tenant_id":"1fa4ca5cd20c4c25b7baf5a6019ebec1","created_at":"2018-08-12T16:10:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1fa4ca5cd20c4c25b7baf5a6019ebec1","id":"e6247cdd-689d-45e8-a103-a6307d24e890","name":"tenantnetwork2-net_19fdc461-646a-4e8a-a83f-a4656fbc8269"}]} 2018-08-12 16:10:53,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6e4f929f-530d-4009-8ebb-d53f48db65a7 2018-08-12 16:10:53,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0955040454865s 2018-08-12 16:10:53,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6e4f929f-530d-4009-8ebb-d53f48db65a7 2018-08-12 16:10:53,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:10:53,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e6247cdd-689d-45e8-a103-a6307d24e890.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44ea0c2793a9a746c5d36016f1af094cca10a13d" 2018-08-12 16:10:54,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b982ab19-e257-4403-be52-7c06aac135f5 Date: Sun, 12 Aug 2018 16:10:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:10:54,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e6247cdd-689d-45e8-a103-a6307d24e890.json used request id req-b982ab19-e257-4403-be52-7c06aac135f5 2018-08-12 16:10:54,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.6141500473s 2018-08-12 16:10:54,832 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e6247cdd-689d-45e8-a103-a6307d24e890.json used request id req-b982ab19-e257-4403-be52-7c06aac135f5 2018-08-12 16:10:54,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:10:54,837 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:55,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-701d6cea-2f0e-42f9-8baa-8421c57a0a61 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269", "links": {"self": "http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "191c8c161b5d47a7bfb81c99daade90b", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:10:55,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-701d6cea-2f0e-42f9-8baa-8421c57a0a61 2018-08-12 16:10:55,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220390796661s 2018-08-12 16:10:55,054 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-701d6cea-2f0e-42f9-8baa-8421c57a0a61 2018-08-12 16:10:55,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:10:55,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:55,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d8a9120-1868-4f1f-9d07-093647cf1dda Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_19fdc461-646a-4e8a-a83f-a4656fbc8269", "links": {"self": "http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "191c8c161b5d47a7bfb81c99daade90b", "description": null}} 2018-08-12 16:10:55,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b used request id req-8d8a9120-1868-4f1f-9d07-093647cf1dda 2018-08-12 16:10:55,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19500207901s 2018-08-12 16:10:55,255 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b used request id req-8d8a9120-1868-4f1f-9d07-093647cf1dda 2018-08-12 16:10:55,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 16:10:55,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:55,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:10:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db05b1bf-f7b9-47e9-83e0-2e72a2cd9b78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:10:55,604 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b used request id req-db05b1bf-f7b9-47e9-83e0-2e72a2cd9b78 2018-08-12 16:10:55,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.348385095596s 2018-08-12 16:10:55,604 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/191c8c161b5d47a7bfb81c99daade90b used request id req-db05b1bf-f7b9-47e9-83e0-2e72a2cd9b78 2018-08-12 16:10:55,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:10:55,613 - 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}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:55,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eac41ce-8af5-49f7-a554-edf006e9c8d2 Content-Encoding: gzip Content-Length: 389 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": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/1fa4ca5cd20c4c25b7baf5a6019ebec1"}, "tags": [], "enabled": true, "id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19fdc461-646a-4e8a-a83f-a4656fbc8269"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 16:10:55,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-6eac41ce-8af5-49f7-a554-edf006e9c8d2 2018-08-12 16:10:55,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192643880844s 2018-08-12 16:10:55,803 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-6eac41ce-8af5-49f7-a554-edf006e9c8d2 2018-08-12 16:10:55,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 16:10:55,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/1fa4ca5cd20c4c25b7baf5a6019ebec1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a00d6c59cc09fc9b9e6272629abf4d5cdec3410" 2018-08-12 16:10:56,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:10:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1bc383e-f147-4efc-87e9-109f1bb71812 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:10:56,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1fa4ca5cd20c4c25b7baf5a6019ebec1 used request id req-c1bc383e-f147-4efc-87e9-109f1bb71812 2018-08-12 16:10:56,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.391513824463s 2018-08-12 16:10:56,199 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1fa4ca5cd20c4c25b7baf5a6019ebec1 used request id req-c1bc383e-f147-4efc-87e9-109f1bb71812 2018-08-12 16:10:56,250 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-12 16:10:56,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:10:56,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:10:56,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:10:56,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:10:56,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:10:56,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:10:56,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:10:56,326 - 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-12 16:10:56,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:10:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af2e74ae-f556-477c-96e3-f94034300212 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-12 16:10:56,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-af2e74ae-f556-477c-96e3-f94034300212 2018-08-12 16:10:56,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:10:56,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:10:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["daj5iPqSRD2a3zQsmDpOtw"], "issued_at": "2018-08-12T16:10:56.000000Z"}} 2018-08-12 16:10:56,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:56,819 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:10:57,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f6af8f89-cb42-4398-85e1-a18fcc232d5f Date: Sun, 12 Aug 2018 16:10:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:10:57,194 - 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-f6af8f89-cb42-4398-85e1-a18fcc232d5f 2018-08-12 16:10:57,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375554084778s 2018-08-12 16:10:57,194 - 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-f6af8f89-cb42-4398-85e1-a18fcc232d5f 2018-08-12 16:10:57,195 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-12 16:10:57,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:10:57,196 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '{"network": {"name": "vmready1-net_11129831-12db-4f6b-bf1c-9c6f7a62f126", "admin_state_up": true}}' 2018-08-12 16:10:58,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-55a3ae88-25c2-445c-8ed4-742cab14ba22 Date: Sun, 12 Aug 2018 16:10:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"12c5ece4-92cc-47e1-ae24-669964d62c3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:10:58Z","is_default":false,"provider:segmentation_id":71,"name":"vmready1-net_11129831-12db-4f6b-bf1c-9c6f7a62f126","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:10:58Z","mtu":1450}} 2018-08-12 16:10:58,487 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-55a3ae88-25c2-445c-8ed4-742cab14ba22 2018-08-12 16:10:58,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.29169893265s 2018-08-12 16:10:58,488 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-55a3ae88-25c2-445c-8ed4-742cab14ba22 2018-08-12 16:10:58,488 - 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-12T16:10:58Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'12c5ece4-92cc-47e1-ae24-669964d62c3f', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_11129831-12db-4f6b-bf1c-9c6f7a62f126', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:10:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:10:58,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:10:58,489 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:10:58,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-99e2570d-d94a-4ebf-baee-95253a2f4309 Date: Sun, 12 Aug 2018 16:10:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"12c5ece4-92cc-47e1-ae24-669964d62c3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:10:58Z","provider:segmentation_id":71,"name":"vmready1-net_11129831-12db-4f6b-bf1c-9c6f7a62f126","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:10:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:10:58,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-99e2570d-d94a-4ebf-baee-95253a2f4309 2018-08-12 16:10:58,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.384855031967s 2018-08-12 16:10:58,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-99e2570d-d94a-4ebf-baee-95253a2f4309 2018-08-12 16:10:58,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:10:58,877 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '{"subnet": {"name": "vmready1-subnet_11129831-12db-4f6b-bf1c-9c6f7a62f126", "enable_dhcp": true, "network_id": "12c5ece4-92cc-47e1-ae24-669964d62c3f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:11:00,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-85de2bf8-bfbc-4093-900d-c585efda9c43 Date: Sun, 12 Aug 2018 16:11:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12c5ece4-92cc-47e1-ae24-669964d62c3f","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:11:00Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"3d3e0bd7-c954-4a64-88b0-a201890222f6","subnetpool_id":null,"name":"vmready1-subnet_11129831-12db-4f6b-bf1c-9c6f7a62f126"}} 2018-08-12 16:11:00,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-85de2bf8-bfbc-4093-900d-c585efda9c43 2018-08-12 16:11:00,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.49698185921s 2018-08-12 16:11:00,374 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-85de2bf8-bfbc-4093-900d-c585efda9c43 2018-08-12 16:11:00,374 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:11:00Z', 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'3d3e0bd7-c954-4a64-88b0-a201890222f6', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_11129831-12db-4f6b-bf1c-9c6f7a62f126', u'enable_dhcp': True, u'network_id': u'12c5ece4-92cc-47e1-ae24-669964d62c3f', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:11:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:11:00,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:11:00,375 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "vmready1-router_11129831-12db-4f6b-bf1c-9c6f7a62f126", "admin_state_up": true}}' 2018-08-12 16:11:01,890 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-206f2a37-df3c-4796-99f7-8fef3cd21307 Date: Sun, 12 Aug 2018 16:11:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:11:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:11:01Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "6350208e-2888-45be-9cb8-c77c8abdc8cc", "name": "vmready1-router_11129831-12db-4f6b-bf1c-9c6f7a62f126"}} 2018-08-12 16:11:01,890 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-206f2a37-df3c-4796-99f7-8fef3cd21307 2018-08-12 16:11:01,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51548290253s 2018-08-12 16:11:01,891 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-206f2a37-df3c-4796-99f7-8fef3cd21307 2018-08-12 16:11:01,891 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:11:00Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T16:11:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'6350208e-2888-45be-9cb8-c77c8abdc8cc', u'name': u'vmready1-router_11129831-12db-4f6b-bf1c-9c6f7a62f126'}) 2018-08-12 16:11:01,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:11:01,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc/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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '{"subnet_id": "3d3e0bd7-c954-4a64-88b0-a201890222f6"}' 2018-08-12 16:11:04,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f991c20-b6d3-44cb-b6a5-c7995358af7c Date: Sun, 12 Aug 2018 16:11:04 GMT RESP BODY: {"network_id": "12c5ece4-92cc-47e1-ae24-669964d62c3f", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "3d3e0bd7-c954-4a64-88b0-a201890222f6", "subnet_ids": ["3d3e0bd7-c954-4a64-88b0-a201890222f6"], "port_id": "bb3961d3-668a-42e6-8775-275fa5f4a280", "id": "6350208e-2888-45be-9cb8-c77c8abdc8cc"} 2018-08-12 16:11:04,985 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc/add_router_interface.json used request id req-2f991c20-b6d3-44cb-b6a5-c7995358af7c 2018-08-12 16:11:04,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.0938501358s 2018-08-12 16:11:04,986 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc/add_router_interface.json used request id req-2f991c20-b6d3-44cb-b6a5-c7995358af7c returning object 6350208e-2888-45be-9cb8-c77c8abdc8cc 2018-08-12 16:11:04,987 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:11:05,114 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:11:05,115 - 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-12 16:11:05,120 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:11:05 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-12 16:11:05,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:11:05,124 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:06,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6a16320f-8070-4f61-9a38-cf3430f5e508 Date: Sun, 12 Aug 2018 16:11:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:11:06,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6a16320f-8070-4f61-9a38-cf3430f5e508 2018-08-12 16:11:06,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.90820980072s 2018-08-12 16:11:06,031 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6a16320f-8070-4f61-9a38-cf3430f5e508 2018-08-12 16:11:06,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:11:06,043 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126"}' 2018-08-12 16:11:06,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1f98927d-887d-454d-a65a-055d662b3a17 Date: Sun, 12 Aug 2018 16:11:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:11:06Z", "file": "/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "e48182e1-2281-417f-9c2c-7e8f54dd3917", "size": null, "self": "/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917", "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_11129831-12db-4f6b-bf1c-9c6f7a62f126", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126", "checksum": null, "created_at": "2018-08-12T16:11:06Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:11:06,878 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1f98927d-887d-454d-a65a-055d662b3a17 2018-08-12 16:11:06,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.839368104935s 2018-08-12 16:11:06,879 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1f98927d-887d-454d-a65a-055d662b3a17 returning object e48182e1-2281-417f-9c2c-7e8f54dd3917 2018-08-12 16:11:06,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:11:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '' 2018-08-12 16:11:10,267 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3fa366c-86a1-48f5-8fd1-c3a558afaaaa Date: Sun, 12 Aug 2018 16:11:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 16:11:10,268 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/file used request id req-b3fa366c-86a1-48f5-8fd1-c3a558afaaaa 2018-08-12 16:11:10,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.38814496994s 2018-08-12 16:11:10,268 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/file used request id req-b3fa366c-86a1-48f5-8fd1-c3a558afaaaa 2018-08-12 16:11:10,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:11:10,276 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:11,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-81ae6558-94a1-4bf5-8ac0-77d27b4058d1 Date: Sun, 12 Aug 2018 16:11:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:11:10Z", "file": "/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "e48182e1-2281-417f-9c2c-7e8f54dd3917", "size": 12716032, "self": "/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:11:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:11:11,033 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-81ae6558-94a1-4bf5-8ac0-77d27b4058d1 2018-08-12 16:11:11,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.760556936264s 2018-08-12 16:11:11,033 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-81ae6558-94a1-4bf5-8ac0-77d27b4058d1 2018-08-12 16:11:11,035 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'e48182e1-2281-417f-9c2c-7e8f54dd3917', 'size': 12716032, u'self': u'/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:11:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T16:11:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126', '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/e48182e1-2281-417f-9c2c-7e8f54dd3917', 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_11129831-12db-4f6b-bf1c-9c6f7a62f126', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126', 'created': u'2018-08-12T16:11:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:11:06Z', 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/e48182e1-2281-417f-9c2c-7e8f54dd3917', 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_11129831-12db-4f6b-bf1c-9c6f7a62f126', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:11:11,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:11:11,039 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_11129831-12db-4f6b-bf1c-9c6f7a62f126", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:11:11,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11: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-713ab413-9148-4d7b-9a99-f010126a943b x-compute-request-id: req-713ab413-9148-4d7b-9a99-f010126a943b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_11129831-12db-4f6b-bf1c-9c6f7a62f126", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1", "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": "a078f154-2d15-42cc-bac8-6552ec6b79f1"}} 2018-08-12 16:11:11,893 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-713ab413-9148-4d7b-9a99-f010126a943b 2018-08-12 16:11:11,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.856905937195s 2018-08-12 16:11:11,893 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-713ab413-9148-4d7b-9a99-f010126a943b 2018-08-12 16:11:11,894 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_11129831-12db-4f6b-bf1c-9c6f7a62f126', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'a078f154-2d15-42cc-bac8-6552ec6b79f1', 'swap': 0}) 2018-08-12 16:11:11,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:11:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1/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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '{"extra_specs": {}}' 2018-08-12 16:11:12,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11: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-de6c9efe-4d08-4ac9-9d92-4efe34c49ee0 x-compute-request-id: req-de6c9efe-4d08-4ac9-9d92-4efe34c49ee0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:11:12,028 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1/os-extra_specs used request id req-de6c9efe-4d08-4ac9-9d92-4efe34c49ee0 2018-08-12 16:11:12,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.13272690773s 2018-08-12 16:11:12,028 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1/os-extra_specs used request id req-de6c9efe-4d08-4ac9-9d92-4efe34c49ee0 2018-08-12 16:11:12,151 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:11:12,152 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 16:11:12,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:11:12,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc/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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" -d '{"subnet_id": "3d3e0bd7-c954-4a64-88b0-a201890222f6"}' 2018-08-12 16:11:13,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a7d79dd6-5735-41ad-9515-09122206643c Date: Sun, 12 Aug 2018 16:11:13 GMT RESP BODY: {"network_id": "12c5ece4-92cc-47e1-ae24-669964d62c3f", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "3d3e0bd7-c954-4a64-88b0-a201890222f6", "subnet_ids": ["3d3e0bd7-c954-4a64-88b0-a201890222f6"], "port_id": "bb3961d3-668a-42e6-8775-275fa5f4a280", "id": "6350208e-2888-45be-9cb8-c77c8abdc8cc"} 2018-08-12 16:11:13,635 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc/remove_router_interface.json used request id req-a7d79dd6-5735-41ad-9515-09122206643c 2018-08-12 16:11:13,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.4780189991s 2018-08-12 16:11:13,635 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc/remove_router_interface.json used request id req-a7d79dd6-5735-41ad-9515-09122206643c returning object 6350208e-2888-45be-9cb8-c77c8abdc8cc 2018-08-12 16:11:13,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:11:13,636 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:14,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-9547893f-8630-49b5-9b55-20e50252a275 Date: Sun, 12 Aug 2018 16:11:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:11:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:11:13Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "6350208e-2888-45be-9cb8-c77c8abdc8cc", "name": "vmready1-router_11129831-12db-4f6b-bf1c-9c6f7a62f126"}]} 2018-08-12 16:11:14,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9547893f-8630-49b5-9b55-20e50252a275 2018-08-12 16:11:14,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.15154504776s 2018-08-12 16:11:14,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9547893f-8630-49b5-9b55-20e50252a275 2018-08-12 16:11:14,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:11:14,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:16,620 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a4b6bf3-87b5-460b-95dc-eb1fdf827cf8 Content-Length: 0 Date: Sun, 12 Aug 2018 16:11:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:11:16,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc.json used request id req-1a4b6bf3-87b5-460b-95dc-eb1fdf827cf8 2018-08-12 16:11:16,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.8312830925s 2018-08-12 16:11:16,621 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6350208e-2888-45be-9cb8-c77c8abdc8cc.json used request id req-1a4b6bf3-87b5-460b-95dc-eb1fdf827cf8 2018-08-12 16:11:16,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:11:16,622 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:16,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-75451cab-5aa1-4f21-a001-357c8c5165ae Date: Sun, 12 Aug 2018 16:11:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12c5ece4-92cc-47e1-ae24-669964d62c3f","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:11:00Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"3d3e0bd7-c954-4a64-88b0-a201890222f6","subnetpool_id":null,"name":"vmready1-subnet_11129831-12db-4f6b-bf1c-9c6f7a62f126"}]} 2018-08-12 16:11:16,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-75451cab-5aa1-4f21-a001-357c8c5165ae 2018-08-12 16:11:16,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.28694486618s 2018-08-12 16:11:16,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-75451cab-5aa1-4f21-a001-357c8c5165ae 2018-08-12 16:11:16,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:11:16,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/3d3e0bd7-c954-4a64-88b0-a201890222f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:19,220 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c81524d4-1fe4-49f8-9263-ee01d39749d1 Date: Sun, 12 Aug 2018 16:11:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:11:19,220 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3d3e0bd7-c954-4a64-88b0-a201890222f6.json used request id req-c81524d4-1fe4-49f8-9263-ee01d39749d1 2018-08-12 16:11:19,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.31006193161s 2018-08-12 16:11:19,221 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3d3e0bd7-c954-4a64-88b0-a201890222f6.json used request id req-c81524d4-1fe4-49f8-9263-ee01d39749d1 2018-08-12 16:11:19,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:11:19,222 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:20,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-987fb657-3f0c-4234-8ecb-936c4f86c1a4 Date: Sun, 12 Aug 2018 16:11:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"12c5ece4-92cc-47e1-ae24-669964d62c3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:11:19Z","provider:segmentation_id":71,"name":"vmready1-net_11129831-12db-4f6b-bf1c-9c6f7a62f126","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:10:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:11:20,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-987fb657-3f0c-4234-8ecb-936c4f86c1a4 2018-08-12 16:11:20,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12070417404s 2018-08-12 16:11:20,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-987fb657-3f0c-4234-8ecb-936c4f86c1a4 2018-08-12 16:11:20,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:11:20,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/12c5ece4-92cc-47e1-ae24-669964d62c3f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:21,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-967ec5e3-7095-4868-b394-8accf435425c Date: Sun, 12 Aug 2018 16:11:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:11:21,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/12c5ece4-92cc-47e1-ae24-669964d62c3f.json used request id req-967ec5e3-7095-4868-b394-8accf435425c 2018-08-12 16:11:21,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.03307008743s 2018-08-12 16:11:21,377 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/12c5ece4-92cc-47e1-ae24-669964d62c3f.json used request id req-967ec5e3-7095-4868-b394-8accf435425c 2018-08-12 16:11:21,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:11:21,385 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:22,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-ebab47d3-8537-4f34-828c-216d04cf2744 Date: Sun, 12 Aug 2018 16:11:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:11:10Z", "file": "/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "e48182e1-2281-417f-9c2c-7e8f54dd3917", "size": 12716032, "self": "/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e48182e1-2281-417f-9c2c-7e8f54dd3917/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_11129831-12db-4f6b-bf1c-9c6f7a62f126", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:11:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:11:22,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ebab47d3-8537-4f34-828c-216d04cf2744 2018-08-12 16:11:22,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.778658151627s 2018-08-12 16:11:22,160 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ebab47d3-8537-4f34-828c-216d04cf2744 2018-08-12 16:11:22,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:11:22,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:23,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-045c345f-713a-4a8a-a53d-463e68a029e3 Date: Sun, 12 Aug 2018 16:11: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-12 16:11:23,367 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917 used request id req-045c345f-713a-4a8a-a53d-463e68a029e3 2018-08-12 16:11:23,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20559501648s 2018-08-12 16:11:23,368 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e48182e1-2281-417f-9c2c-7e8f54dd3917 used request id req-045c345f-713a-4a8a-a53d-463e68a029e3 2018-08-12 16:11:23,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:11:23,371 - 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}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:23,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11: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-8819c8ef-4411-4248-88cd-83b3445cea49 x-compute-request-id: req-8819c8ef-4411-4248-88cd-83b3445cea49 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_11129831-12db-4f6b-bf1c-9c6f7a62f126", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1", "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": "a078f154-2d15-42cc-bac8-6552ec6b79f1"}]} 2018-08-12 16:11:23,501 - 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-8819c8ef-4411-4248-88cd-83b3445cea49 2018-08-12 16:11:23,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133167028427s 2018-08-12 16:11:23,502 - 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-8819c8ef-4411-4248-88cd-83b3445cea49 2018-08-12 16:11:23,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:11:23,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f2d4ba2a1b94495b1888a9a7e2904068f20441a5" 2018-08-12 16:11:23,679 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:11: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-e7cdca93-8de8-433c-9aeb-dc9db4d6f149 x-compute-request-id: req-e7cdca93-8de8-433c-9aeb-dc9db4d6f149 Content-Length: 0 Content-Type: application/json 2018-08-12 16:11:23,679 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1 used request id req-e7cdca93-8de8-433c-9aeb-dc9db4d6f149 2018-08-12 16:11:23,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.175639152527s 2018-08-12 16:11:23,680 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a078f154-2d15-42cc-bac8-6552ec6b79f1 used request id req-e7cdca93-8de8-433c-9aeb-dc9db4d6f149 2018-08-12 16:11:23,731 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-12 16:11:23,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:11:23,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:11:23,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:11:23,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:11:23,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:11:23,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:11:23,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:11:23,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:11:23,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:11:23,774 - 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-12 16:11:23,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-309b536b-9c8d-4b06-84b4-e3680a5de6ce 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-12 16:11:23,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-309b536b-9c8d-4b06-84b4-e3680a5de6ce 2018-08-12 16:11:23,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:11:24,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:11:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["MnC6t_-7Rxa9HpQ-kZwHqQ"], "issued_at": "2018-08-12T16:11:24.000000Z"}} 2018-08-12 16:11:24,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:11:24,332 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:24,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9f8d21ce-f78d-4fcb-9416-88d3ce7fbfd0 Date: Sun, 12 Aug 2018 16:11:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:11:24,834 - 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-9f8d21ce-f78d-4fcb-9416-88d3ce7fbfd0 2018-08-12 16:11:24,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.502916097641s 2018-08-12 16:11:24,834 - 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-9f8d21ce-f78d-4fcb-9416-88d3ce7fbfd0 2018-08-12 16:11:24,838 - 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-12 16:11:24,844 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:11:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e2e9b65-3626-4c2f-968b-e63f881fcdf5 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-12 16:11:24,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-7e2e9b65-3626-4c2f-968b-e63f881fcdf5 2018-08-12 16:11:24,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:11:24,848 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:25,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cefb4e20-5442-4b06-8eda-3a4f135639e2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 16:11:25,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-cefb4e20-5442-4b06-8eda-3a4f135639e2 2018-08-12 16:11:25,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184983968735s 2018-08-12 16:11:25,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-cefb4e20-5442-4b06-8eda-3a4f135639e2 2018-08-12 16:11:25,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 16:11:25,040 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_9227aade-a0ae-49d3-86d0-b0359a05b697"}}' 2018-08-12 16:11:25,307 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49c811bd-2c2f-42c8-9f0a-a90c3665e1cc 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/22aa35ff0d94495c9dd38396d3087bde"}, "tags": [], "enabled": true, "id": "22aa35ff0d94495c9dd38396d3087bde", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_9227aade-a0ae-49d3-86d0-b0359a05b697"}} 2018-08-12 16:11:25,307 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-49c811bd-2c2f-42c8-9f0a-a90c3665e1cc 2018-08-12 16:11:25,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.270404100418s 2018-08-12 16:11:25,308 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-49c811bd-2c2f-42c8-9f0a-a90c3665e1cc 2018-08-12 16:11:25,308 - 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'22aa35ff0d94495c9dd38396d3087bde', '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_9227aade-a0ae-49d3-86d0-b0359a05b697'}) 2018-08-12 16:11:25,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 16:11:25,318 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f04b2677-1d10-4586-8035-343d578981d0", "email": null, "name": "vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697"}}' 2018-08-12 16:11:25,880 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:11:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71bcc237-f7a0-4ea3-b65e-c83c09cf09d3 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697", "links": {"self": "http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "20ad32efcdff495e8d31fee67350fad5", "domain_id": "default", "password_expires_at": null}} 2018-08-12 16:11:25,880 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-71bcc237-f7a0-4ea3-b65e-c83c09cf09d3 2018-08-12 16:11:25,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.566153049469s 2018-08-12 16:11:25,881 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-71bcc237-f7a0-4ea3-b65e-c83c09cf09d3 2018-08-12 16:11:25,881 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'20ad32efcdff495e8d31fee67350fad5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697'}) 2018-08-12 16:11:25,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:11:25,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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:26,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15037fb2-27da-4177-beb9-fdc4f7ac1cee Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:11:26,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-15037fb2-27da-4177-beb9-fdc4f7ac1cee 2018-08-12 16:11:26,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191080093384s 2018-08-12 16:11:26,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-15037fb2-27da-4177-beb9-fdc4f7ac1cee 2018-08-12 16:11:26,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:11:26,085 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:26,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e153c565-26c2-44d0-8768-adbafc9a8819 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:11:26,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e153c565-26c2-44d0-8768-adbafc9a8819 2018-08-12 16:11:26,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192399024963s 2018-08-12 16:11:26,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e153c565-26c2-44d0-8768-adbafc9a8819 2018-08-12 16:11:26,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:11:26,282 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:26,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69ef7bd4-bf08-432b-a277-bd9ca66193a9 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:11:26,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-69ef7bd4-bf08-432b-a277-bd9ca66193a9 2018-08-12 16:11:26,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187532186508s 2018-08-12 16:11:26,466 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-69ef7bd4-bf08-432b-a277-bd9ca66193a9 2018-08-12 16:11:26,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:11:26,474 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:26,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5311d71c-327a-43ba-b4cc-3a9e70231aac 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-12 16:11:26,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-5311d71c-327a-43ba-b4cc-3a9e70231aac 2018-08-12 16:11:26,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190915822983s 2018-08-12 16:11:26,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-5311d71c-327a-43ba-b4cc-3a9e70231aac 2018-08-12 16:11:26,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:11:26,667 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:26,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddfd2278-aed3-42a1-827a-62266c699fac Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697", "links": {"self": "http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "20ad32efcdff495e8d31fee67350fad5", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:11:26,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ddfd2278-aed3-42a1-827a-62266c699fac 2018-08-12 16:11:26,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.227853775024s 2018-08-12 16:11:26,892 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ddfd2278-aed3-42a1-827a-62266c699fac 2018-08-12 16:11:26,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:11:26,906 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:27,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a0309b0-1680-4fdc-965d-145322a1b8d2 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/22aa35ff0d94495c9dd38396d3087bde"}, "tags": [], "enabled": true, "id": "22aa35ff0d94495c9dd38396d3087bde", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_9227aade-a0ae-49d3-86d0-b0359a05b697"}]} 2018-08-12 16:11:27,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3a0309b0-1680-4fdc-965d-145322a1b8d2 2018-08-12 16:11:27,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190081119537s 2018-08-12 16:11:27,094 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3a0309b0-1680-4fdc-965d-145322a1b8d2 2018-08-12 16:11:27,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 16:11:27,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=20ad32efcdff495e8d31fee67350fad5&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=22aa35ff0d94495c9dd38396d3087bde" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:27,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d73616c-7690-4d3b-a3b3-1aaa292f7c85 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=20ad32efcdff495e8d31fee67350fad5&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=22aa35ff0d94495c9dd38396d3087bde", "previous": null, "next": null}} 2018-08-12 16:11:27,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=20ad32efcdff495e8d31fee67350fad5&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=22aa35ff0d94495c9dd38396d3087bde used request id req-7d73616c-7690-4d3b-a3b3-1aaa292f7c85 2018-08-12 16:11:27,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.27043390274s 2018-08-12 16:11:27,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=20ad32efcdff495e8d31fee67350fad5&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=22aa35ff0d94495c9dd38396d3087bde used request id req-7d73616c-7690-4d3b-a3b3-1aaa292f7c85 2018-08-12 16:11:27,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 16:11:27,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/22aa35ff0d94495c9dd38396d3087bde/users/20ad32efcdff495e8d31fee67350fad5/roles/2227886414cb4d22a8494529517c5128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:27,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:11:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-840a1eb8-759d-4d3c-8be2-76f66ab641b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:11:27,649 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/22aa35ff0d94495c9dd38396d3087bde/users/20ad32efcdff495e8d31fee67350fad5/roles/2227886414cb4d22a8494529517c5128 used request id req-840a1eb8-759d-4d3c-8be2-76f66ab641b7 2018-08-12 16:11:27,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.273455142975s 2018-08-12 16:11:27,649 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/22aa35ff0d94495c9dd38396d3087bde/users/20ad32efcdff495e8d31fee67350fad5/roles/2227886414cb4d22a8494529517c5128 used request id req-840a1eb8-759d-4d3c-8be2-76f66ab641b7 2018-08-12 16:11:27,650 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_9227aade-a0ae-49d3-86d0-b0359a05b697', 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'22aa35ff0d94495c9dd38396d3087bde', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f04b2677-1d10-4586-8035-343d578981d0', 'username': u'vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697', '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-12 16:11:27,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:11:27,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:11:27,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:11:27,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:11:27,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:11:27,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:11:27,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:11:27,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:11:27,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:11:27,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:11:27,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:11:27,653 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:11:27,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:11:27,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:11:27,655 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697', 'password': 'f04b2677-1d10-4586-8035-343d578981d0', 'project_name': 'vmready2-project_9227aade-a0ae-49d3-86d0-b0359a05b697', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '22aa35ff0d94495c9dd38396d3087bde', 'project_domain_name': 'Default'} 2018-08-12 16:11:27,655 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-12 16:11:27,656 - 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-12 16:11:27,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fdbb96f-0ba2-4137-9965-412f8b2388aa 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-12 16:11:27,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8fdbb96f-0ba2-4137-9965-412f8b2388aa 2018-08-12 16:11:27,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:11:28,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T17:11:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aa35ff0d94495c9dd38396d3087bde", "name": "vmready2-project_9227aade-a0ae-49d3-86d0-b0359a05b697"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/22aa35ff0d94495c9dd38396d3087bde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/22aa35ff0d94495c9dd38396d3087bde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/22aa35ff0d94495c9dd38396d3087bde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/22aa35ff0d94495c9dd38396d3087bde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/22aa35ff0d94495c9dd38396d3087bde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/22aa35ff0d94495c9dd38396d3087bde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/22aa35ff0d94495c9dd38396d3087bde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/22aa35ff0d94495c9dd38396d3087bde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/22aa35ff0d94495c9dd38396d3087bde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_22aa35ff0d94495c9dd38396d3087bde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_22aa35ff0d94495c9dd38396d3087bde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/22aa35ff0d94495c9dd38396d3087bde", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/22aa35ff0d94495c9dd38396d3087bde", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/22aa35ff0d94495c9dd38396d3087bde", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697", "id": "20ad32efcdff495e8d31fee67350fad5"}, "audit_ids": ["hO98aRE1RXK30VAyjNQUzQ"], "issued_at": "2018-08-12T16:11:27.000000Z"}} 2018-08-12 16:11:28,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:11:28,055 - 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}6b3a5256ee716056f91628a17bf49462628873f0" -d '{"network": {"name": "vmready2-net_9227aade-a0ae-49d3-86d0-b0359a05b697", "admin_state_up": true}}' 2018-08-12 16:11:28,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-a166a25d-3bbf-4644-b9b5-630842f1f8bb Date: Sun, 12 Aug 2018 16:11:28 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"22aa35ff0d94495c9dd38396d3087bde","created_at":"2018-08-12T16:11:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T16:11:28Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"22aa35ff0d94495c9dd38396d3087bde","id":"73fdc487-a17a-453a-bed7-877ef8ae39ca","name":"vmready2-net_9227aade-a0ae-49d3-86d0-b0359a05b697"}} 2018-08-12 16:11:28,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a166a25d-3bbf-4644-b9b5-630842f1f8bb 2018-08-12 16:11:28,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.905267953873s 2018-08-12 16:11:28,960 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a166a25d-3bbf-4644-b9b5-630842f1f8bb 2018-08-12 16:11:28,960 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:11:28Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'73fdc487-a17a-453a-bed7-877ef8ae39ca', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_9227aade-a0ae-49d3-86d0-b0359a05b697', u'admin_state_up': True, u'tenant_id': u'22aa35ff0d94495c9dd38396d3087bde', u'created_at': u'2018-08-12T16:11:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'22aa35ff0d94495c9dd38396d3087bde'}) 2018-08-12 16:11:28,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:11:28,961 - 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}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:29,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-361f2d3b-845c-44a9-9754-624775f1dd01 Date: Sun, 12 Aug 2018 16:11:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T16:11:28Z","tenant_id":"22aa35ff0d94495c9dd38396d3087bde","created_at":"2018-08-12T16:11:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"22aa35ff0d94495c9dd38396d3087bde","id":"73fdc487-a17a-453a-bed7-877ef8ae39ca","name":"vmready2-net_9227aade-a0ae-49d3-86d0-b0359a05b697"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:11:29,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-361f2d3b-845c-44a9-9754-624775f1dd01 2018-08-12 16:11:29,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344368934631s 2018-08-12 16:11:29,306 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-361f2d3b-845c-44a9-9754-624775f1dd01 2018-08-12 16:11:29,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:11:29,308 - 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}6b3a5256ee716056f91628a17bf49462628873f0" -d '{"subnet": {"name": "vmready2-subnet_9227aade-a0ae-49d3-86d0-b0359a05b697", "enable_dhcp": true, "network_id": "73fdc487-a17a-453a-bed7-877ef8ae39ca", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:11:30,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b077adb9-29c7-4a44-9d59-00218b4ea759 Date: Sun, 12 Aug 2018 16:11:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73fdc487-a17a-453a-bed7-877ef8ae39ca","tenant_id":"22aa35ff0d94495c9dd38396d3087bde","created_at":"2018-08-12T16:11:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:11: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":"22aa35ff0d94495c9dd38396d3087bde","id":"a6eeee79-7ff5-46fa-af6f-0b7847d10850","subnetpool_id":null,"name":"vmready2-subnet_9227aade-a0ae-49d3-86d0-b0359a05b697"}} 2018-08-12 16:11:30,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b077adb9-29c7-4a44-9d59-00218b4ea759 2018-08-12 16:11:30,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.829860210419s 2018-08-12 16:11:30,138 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b077adb9-29c7-4a44-9d59-00218b4ea759 2018-08-12 16:11:30,138 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:11: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'a6eeee79-7ff5-46fa-af6f-0b7847d10850', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_9227aade-a0ae-49d3-86d0-b0359a05b697', u'enable_dhcp': True, u'network_id': u'73fdc487-a17a-453a-bed7-877ef8ae39ca', u'tenant_id': u'22aa35ff0d94495c9dd38396d3087bde', u'created_at': u'2018-08-12T16:11: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'22aa35ff0d94495c9dd38396d3087bde'}) 2018-08-12 16:11:30,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:11:30,139 - 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}6b3a5256ee716056f91628a17bf49462628873f0" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "vmready2-router_9227aade-a0ae-49d3-86d0-b0359a05b697", "admin_state_up": true}}' 2018-08-12 16:11:31,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-a3ceccfb-9ebe-4298-878e-781606a885fb Date: Sun, 12 Aug 2018 16:11:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:30Z", "admin_state_up": true, "updated_at": "2018-08-12T16:11:31Z", "revision_number": 2, "routes": [], "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5", "name": "vmready2-router_9227aade-a0ae-49d3-86d0-b0359a05b697"}} 2018-08-12 16:11:31,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a3ceccfb-9ebe-4298-878e-781606a885fb 2018-08-12 16:11:31,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.57867407799s 2018-08-12 16:11:31,718 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a3ceccfb-9ebe-4298-878e-781606a885fb 2018-08-12 16:11:31,718 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'22aa35ff0d94495c9dd38396d3087bde', u'created_at': u'2018-08-12T16:11:30Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T16:11:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'22aa35ff0d94495c9dd38396d3087bde', u'id': u'b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5', u'name': u'vmready2-router_9227aade-a0ae-49d3-86d0-b0359a05b697'}) 2018-08-12 16:11:31,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:11:31,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5/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}6b3a5256ee716056f91628a17bf49462628873f0" -d '{"subnet_id": "a6eeee79-7ff5-46fa-af6f-0b7847d10850"}' 2018-08-12 16:11:34,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f5a3eec5-469e-44bb-9341-44490a4a10ec Date: Sun, 12 Aug 2018 16:11:34 GMT RESP BODY: {"network_id": "73fdc487-a17a-453a-bed7-877ef8ae39ca", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "subnet_id": "a6eeee79-7ff5-46fa-af6f-0b7847d10850", "subnet_ids": ["a6eeee79-7ff5-46fa-af6f-0b7847d10850"], "port_id": "c5dc1c84-ea1e-44eb-b216-64ed042fd14e", "id": "b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5"} 2018-08-12 16:11:34,377 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5/add_router_interface.json used request id req-f5a3eec5-469e-44bb-9341-44490a4a10ec 2018-08-12 16:11:34,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.65866804123s 2018-08-12 16:11:34,378 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5/add_router_interface.json used request id req-f5a3eec5-469e-44bb-9341-44490a4a10ec returning object b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5 2018-08-12 16:11:34,378 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:11:34,510 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:11:34,512 - 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-12 16:11:34,517 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:11: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-12 16:11:34,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:11:34,526 - 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}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:34,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d2d0eb1a-59dc-456c-9062-00b24d07a541 Date: Sun, 12 Aug 2018 16:11:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:11:34,810 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d2d0eb1a-59dc-456c-9062-00b24d07a541 2018-08-12 16:11:34,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.287729024887s 2018-08-12 16:11:34,810 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d2d0eb1a-59dc-456c-9062-00b24d07a541 2018-08-12 16:11:34,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:11:34,822 - 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}6b3a5256ee716056f91628a17bf49462628873f0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697"}' 2018-08-12 16:11:35,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1391f96a-108f-48a3-a3ec-706fced4b3d8 Date: Sun, 12 Aug 2018 16:11:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:11:35Z", "file": "/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/file", "owner": "22aa35ff0d94495c9dd38396d3087bde", "id": "e57c3e9c-4806-4385-b11e-ced5064f7da5", "size": null, "self": "/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5", "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_9227aade-a0ae-49d3-86d0-b0359a05b697", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697", "checksum": null, "created_at": "2018-08-12T16:11:35Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:11:35,168 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1391f96a-108f-48a3-a3ec-706fced4b3d8 2018-08-12 16:11:35,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.350092887878s 2018-08-12 16:11:35,169 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1391f96a-108f-48a3-a3ec-706fced4b3d8 returning object e57c3e9c-4806-4385-b11e-ced5064f7da5 2018-08-12 16:11:35,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:11:35,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/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}6b3a5256ee716056f91628a17bf49462628873f0" -d '' 2018-08-12 16:11:36,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8156e177-fac5-466a-b67f-f61ba5d1a18f Date: Sun, 12 Aug 2018 16:11:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 16:11:36,920 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/file used request id req-8156e177-fac5-466a-b67f-f61ba5d1a18f 2018-08-12 16:11:36,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.75051593781s 2018-08-12 16:11:36,920 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/file used request id req-8156e177-fac5-466a-b67f-f61ba5d1a18f 2018-08-12 16:11:36,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:11:36,927 - 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}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:36,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-66b35f5f-1e7b-4a21-8c1c-ebedb6de76ed Date: Sun, 12 Aug 2018 16:11:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:11:36Z", "file": "/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/file", "owner": "22aa35ff0d94495c9dd38396d3087bde", "id": "e57c3e9c-4806-4385-b11e-ced5064f7da5", "size": 12716032, "self": "/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:11:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:11:36,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-66b35f5f-1e7b-4a21-8c1c-ebedb6de76ed 2018-08-12 16:11:36,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0544090270996s 2018-08-12 16:11:36,979 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-66b35f5f-1e7b-4a21-8c1c-ebedb6de76ed 2018-08-12 16:11:36,980 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/file', 'owner': u'22aa35ff0d94495c9dd38396d3087bde', 'id': u'e57c3e9c-4806-4385-b11e-ced5064f7da5', 'size': 12716032, u'self': u'/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'22aa35ff0d94495c9dd38396d3087bde', 'name': 'vmready2-project_9227aade-a0ae-49d3-86d0-b0359a05b697', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:11:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T16:11:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697', '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/e57c3e9c-4806-4385-b11e-ced5064f7da5', 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_9227aade-a0ae-49d3-86d0-b0359a05b697', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697', 'created': u'2018-08-12T16:11:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:11:35Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5', 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_9227aade-a0ae-49d3-86d0-b0359a05b697', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:11:36,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:11:36,983 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_9227aade-a0ae-49d3-86d0-b0359a05b697", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:11:37,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11: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-5f1fb040-6a76-4007-b9e5-593f1a834579 x-compute-request-id: req-5f1fb040-6a76-4007-b9e5-593f1a834579 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_9227aade-a0ae-49d3-86d0-b0359a05b697", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb", "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": "c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb"}} 2018-08-12 16:11:37,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5f1fb040-6a76-4007-b9e5-593f1a834579 2018-08-12 16:11:37,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.863366127014s 2018-08-12 16:11:37,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5f1fb040-6a76-4007-b9e5-593f1a834579 2018-08-12 16:11:37,846 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_9227aade-a0ae-49d3-86d0-b0359a05b697', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb', 'swap': 0}) 2018-08-12 16:11:37,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:11:37,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb/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}369d7800693922a1ca16e77484fe015ff8d0501b" -d '{"extra_specs": {}}' 2018-08-12 16:11:37,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11: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-c83397be-f0ae-4f35-aa3a-38db3dac6e35 x-compute-request-id: req-c83397be-f0ae-4f35-aa3a-38db3dac6e35 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:11:37,975 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb/os-extra_specs used request id req-c83397be-f0ae-4f35-aa3a-38db3dac6e35 2018-08-12 16:11:37,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.128790855408s 2018-08-12 16:11:37,976 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb/os-extra_specs used request id req-c83397be-f0ae-4f35-aa3a-38db3dac6e35 2018-08-12 16:11:38,098 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:11:38,099 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 16:11:38,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:11:38,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5/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}6b3a5256ee716056f91628a17bf49462628873f0" -d '{"subnet_id": "a6eeee79-7ff5-46fa-af6f-0b7847d10850"}' 2018-08-12 16:11:40,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2c59180c-fb05-4e3a-bc20-ecc5eece285f Date: Sun, 12 Aug 2018 16:11:40 GMT RESP BODY: {"network_id": "73fdc487-a17a-453a-bed7-877ef8ae39ca", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "subnet_id": "a6eeee79-7ff5-46fa-af6f-0b7847d10850", "subnet_ids": ["a6eeee79-7ff5-46fa-af6f-0b7847d10850"], "port_id": "c5dc1c84-ea1e-44eb-b216-64ed042fd14e", "id": "b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5"} 2018-08-12 16:11:40,326 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5/remove_router_interface.json used request id req-2c59180c-fb05-4e3a-bc20-ecc5eece285f 2018-08-12 16:11:40,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.22159290314s 2018-08-12 16:11:40,326 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5/remove_router_interface.json used request id req-2c59180c-fb05-4e3a-bc20-ecc5eece285f returning object b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5 2018-08-12 16:11:40,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:11:40,328 - 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}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:41,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-17e6b237-06e4-46c1-8ffe-06711e0a3e50 Date: Sun, 12 Aug 2018 16:11:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:30Z", "admin_state_up": true, "updated_at": "2018-08-12T16:11:39Z", "revision_number": 4, "routes": [], "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5", "name": "vmready2-router_9227aade-a0ae-49d3-86d0-b0359a05b697"}]} 2018-08-12 16:11:41,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-17e6b237-06e4-46c1-8ffe-06711e0a3e50 2018-08-12 16:11:41,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.22915196419s 2018-08-12 16:11:41,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-17e6b237-06e4-46c1-8ffe-06711e0a3e50 2018-08-12 16:11:41,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:11:41,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:44,260 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e71716f-9f06-4e80-8541-98f60b962418 Content-Length: 0 Date: Sun, 12 Aug 2018 16:11:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:11:44,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5.json used request id req-6e71716f-9f06-4e80-8541-98f60b962418 2018-08-12 16:11:44,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.70191407204s 2018-08-12 16:11:44,260 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b3fe8fb0-c890-45e8-bdb3-5f5f46ac5bd5.json used request id req-6e71716f-9f06-4e80-8541-98f60b962418 2018-08-12 16:11:44,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:11:44,261 - 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}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:45,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-95e9deb6-fc51-4c2f-93bf-64ea29819ca1 Date: Sun, 12 Aug 2018 16:11:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73fdc487-a17a-453a-bed7-877ef8ae39ca","tenant_id":"22aa35ff0d94495c9dd38396d3087bde","created_at":"2018-08-12T16:11:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:11: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":"22aa35ff0d94495c9dd38396d3087bde","id":"a6eeee79-7ff5-46fa-af6f-0b7847d10850","subnetpool_id":null,"name":"vmready2-subnet_9227aade-a0ae-49d3-86d0-b0359a05b697"}]} 2018-08-12 16:11:45,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-95e9deb6-fc51-4c2f-93bf-64ea29819ca1 2018-08-12 16:11:45,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.00740003586s 2018-08-12 16:11:45,269 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-95e9deb6-fc51-4c2f-93bf-64ea29819ca1 2018-08-12 16:11:45,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:11:45,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/a6eeee79-7ff5-46fa-af6f-0b7847d10850.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:48,108 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76a19511-3b1a-44f4-be32-2886cb974407 Date: Sun, 12 Aug 2018 16:11:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:11:48,108 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a6eeee79-7ff5-46fa-af6f-0b7847d10850.json used request id req-76a19511-3b1a-44f4-be32-2886cb974407 2018-08-12 16:11:48,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.83870792389s 2018-08-12 16:11:48,109 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a6eeee79-7ff5-46fa-af6f-0b7847d10850.json used request id req-76a19511-3b1a-44f4-be32-2886cb974407 2018-08-12 16:11:48,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:11:48,110 - 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}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:49,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-84171cb9-a681-450f-bb2a-8602d2ee79fb Date: Sun, 12 Aug 2018 16:11:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T16:11:47Z","tenant_id":"22aa35ff0d94495c9dd38396d3087bde","created_at":"2018-08-12T16:11:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"22aa35ff0d94495c9dd38396d3087bde","id":"73fdc487-a17a-453a-bed7-877ef8ae39ca","name":"vmready2-net_9227aade-a0ae-49d3-86d0-b0359a05b697"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:11:49,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-84171cb9-a681-450f-bb2a-8602d2ee79fb 2018-08-12 16:11:49,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12237691879s 2018-08-12 16:11:49,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-84171cb9-a681-450f-bb2a-8602d2ee79fb 2018-08-12 16:11:49,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:11:49,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/73fdc487-a17a-453a-bed7-877ef8ae39ca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:50,079 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe7d466e-0e5b-4e10-a41a-8346b6c4d89e Date: Sun, 12 Aug 2018 16:11:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:11:50,080 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/73fdc487-a17a-453a-bed7-877ef8ae39ca.json used request id req-fe7d466e-0e5b-4e10-a41a-8346b6c4d89e 2018-08-12 16:11:50,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.846539974213s 2018-08-12 16:11:50,080 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/73fdc487-a17a-453a-bed7-877ef8ae39ca.json used request id req-fe7d466e-0e5b-4e10-a41a-8346b6c4d89e 2018-08-12 16:11:50,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:11:50,088 - 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}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:50,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-de535aaf-80bf-4923-99d3-f73711039bd1 Date: Sun, 12 Aug 2018 16:11:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:11:36Z", "file": "/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/file", "owner": "22aa35ff0d94495c9dd38396d3087bde", "id": "e57c3e9c-4806-4385-b11e-ced5064f7da5", "size": 12716032, "self": "/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/e57c3e9c-4806-4385-b11e-ced5064f7da5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_9227aade-a0ae-49d3-86d0-b0359a05b697", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:11:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:11:50,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-de535aaf-80bf-4923-99d3-f73711039bd1 2018-08-12 16:11:50,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.80336689949s 2018-08-12 16:11:50,888 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-de535aaf-80bf-4923-99d3-f73711039bd1 2018-08-12 16:11:50,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:11:50,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6b3a5256ee716056f91628a17bf49462628873f0" 2018-08-12 16:11:53,074 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-90ea83b2-8f43-49a7-a96f-4e7444318277 Date: Sun, 12 Aug 2018 16:11:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 16:11:53,074 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5 used request id req-90ea83b2-8f43-49a7-a96f-4e7444318277 2018-08-12 16:11:53,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.18443202972s 2018-08-12 16:11:53,074 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e57c3e9c-4806-4385-b11e-ced5064f7da5 used request id req-90ea83b2-8f43-49a7-a96f-4e7444318277 2018-08-12 16:11:53,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:11:53,078 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:53,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11: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-d38ee5fc-7cfe-4c1a-a0d8-8fc1284c0a0d x-compute-request-id: req-d38ee5fc-7cfe-4c1a-a0d8-8fc1284c0a0d Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_9227aade-a0ae-49d3-86d0-b0359a05b697", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb", "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": "c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb"}]} 2018-08-12 16:11:53,214 - 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-d38ee5fc-7cfe-4c1a-a0d8-8fc1284c0a0d 2018-08-12 16:11:53,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.13903594017s 2018-08-12 16:11:53,214 - 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-d38ee5fc-7cfe-4c1a-a0d8-8fc1284c0a0d 2018-08-12 16:11:53,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:11:53,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:53,253 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:11:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-356b1812-103e-45c9-9509-48a6b053254f x-compute-request-id: req-356b1812-103e-45c9-9509-48a6b053254f Content-Length: 0 Content-Type: application/json 2018-08-12 16:11:53,253 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb used request id req-356b1812-103e-45c9-9509-48a6b053254f 2018-08-12 16:11:53,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0371720790863s 2018-08-12 16:11:53,254 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c4fbcefb-eeda-45f1-be5d-4ec6a74cf3fb used request id req-356b1812-103e-45c9-9509-48a6b053254f 2018-08-12 16:11:53,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:11:53,257 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:53,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-750c1f84-fbbd-407c-bbae-e01c1cb54ec8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697", "links": {"self": "http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "20ad32efcdff495e8d31fee67350fad5", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:11:53,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-750c1f84-fbbd-407c-bbae-e01c1cb54ec8 2018-08-12 16:11:53,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217587947845s 2018-08-12 16:11:53,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-750c1f84-fbbd-407c-bbae-e01c1cb54ec8 2018-08-12 16:11:53,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:11:53,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:53,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d61c94e-5657-4bf9-9125-d1b6da8a09cb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_9227aade-a0ae-49d3-86d0-b0359a05b697", "links": {"self": "http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "20ad32efcdff495e8d31fee67350fad5", "description": null}} 2018-08-12 16:11:53,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5 used request id req-4d61c94e-5657-4bf9-9125-d1b6da8a09cb 2018-08-12 16:11:53,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200428009033s 2018-08-12 16:11:53,679 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5 used request id req-4d61c94e-5657-4bf9-9125-d1b6da8a09cb 2018-08-12 16:11:53,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 16:11:53,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:54,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d7e43fd-2274-41e3-bb1e-375c6890a542 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:11:54,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5 used request id req-3d7e43fd-2274-41e3-bb1e-375c6890a542 2018-08-12 16:11:54,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.438716888428s 2018-08-12 16:11:54,118 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/20ad32efcdff495e8d31fee67350fad5 used request id req-3d7e43fd-2274-41e3-bb1e-375c6890a542 2018-08-12 16:11:54,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:11:54,127 - 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}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:54,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ef101fd-4e84-413b-af35-0d148cca7e6f 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": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/22aa35ff0d94495c9dd38396d3087bde"}, "tags": [], "enabled": true, "id": "22aa35ff0d94495c9dd38396d3087bde", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_9227aade-a0ae-49d3-86d0-b0359a05b697"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 16:11:54,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-2ef101fd-4e84-413b-af35-0d148cca7e6f 2018-08-12 16:11:54,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192846059799s 2018-08-12 16:11:54,318 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-2ef101fd-4e84-413b-af35-0d148cca7e6f 2018-08-12 16:11:54,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 16:11:54,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/22aa35ff0d94495c9dd38396d3087bde -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}369d7800693922a1ca16e77484fe015ff8d0501b" 2018-08-12 16:11:54,635 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:11:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf59c1c5-cb71-4faf-8850-05f83bd4f200 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:11:54,636 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/22aa35ff0d94495c9dd38396d3087bde used request id req-bf59c1c5-cb71-4faf-8850-05f83bd4f200 2018-08-12 16:11:54,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.313745975494s 2018-08-12 16:11:54,636 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/22aa35ff0d94495c9dd38396d3087bde used request id req-bf59c1c5-cb71-4faf-8850-05f83bd4f200 2018-08-12 16:11:54,690 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:11:54,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:11:54,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:11:54,735 - 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-12 16:11:54,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9eccc17-0f4e-4e39-988d-7988e1a59616 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-12 16:11:54,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b9eccc17-0f4e-4e39-988d-7988e1a59616 2018-08-12 16:11:54,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:11:55,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:11:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["IAyf09nuRJ2tRh8XXVeCUg"], "issued_at": "2018-08-12T16:11:55.000000Z"}} 2018-08-12 16:11:55,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:11:55,150 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:11:55,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c887bb76-458e-470e-bee1-0b2b14763632 Date: Sun, 12 Aug 2018 16:11:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:11:55,494 - 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-c887bb76-458e-470e-bee1-0b2b14763632 2018-08-12 16:11:55,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34464097023s 2018-08-12 16:11:55,495 - 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-c887bb76-458e-470e-bee1-0b2b14763632 2018-08-12 16:11:55,500 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-12 16:11:55,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:11:55,502 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"network": {"name": "singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d", "admin_state_up": true}}' 2018-08-12 16:11:56,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f50c6fbd-d2a3-4981-81d3-c3d85c6b607e Date: Sun, 12 Aug 2018 16:11:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"11399c04-fbd7-4795-864d-5673a5716577","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:11:55Z","is_default":false,"provider:segmentation_id":43,"name":"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:55Z","mtu":1450}} 2018-08-12 16:11:56,086 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f50c6fbd-d2a3-4981-81d3-c3d85c6b607e 2018-08-12 16:11:56,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.584671020508s 2018-08-12 16:11:56,086 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f50c6fbd-d2a3-4981-81d3-c3d85c6b607e 2018-08-12 16:11:56,087 - 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-12T16:11:55Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'11399c04-fbd7-4795-864d-5673a5716577', u'provider:segmentation_id': 43, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:11:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:11:56,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:11:56,088 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:11:56,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-ddd09e75-5922-40e8-bf15-92da5ea58429 Date: Sun, 12 Aug 2018 16:11:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11399c04-fbd7-4795-864d-5673a5716577","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:11:55Z","provider:segmentation_id":43,"name":"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:11:56,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ddd09e75-5922-40e8-bf15-92da5ea58429 2018-08-12 16:11:56,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.339452028275s 2018-08-12 16:11:56,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ddd09e75-5922-40e8-bf15-92da5ea58429 2018-08-12 16:11:56,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:11:56,429 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"subnet": {"name": "singlevm1-subnet_8f142136-092b-4ed3-93c8-864ef8de337d", "enable_dhcp": true, "network_id": "11399c04-fbd7-4795-864d-5673a5716577", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:11:56,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-d4f7bf8e-f40b-4f3f-b025-8a258dd50e48 Date: Sun, 12 Aug 2018 16:11:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11399c04-fbd7-4795-864d-5673a5716577","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:11:56Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"bd7633ba-3a21-4880-84b6-28c676ef8029","subnetpool_id":null,"name":"singlevm1-subnet_8f142136-092b-4ed3-93c8-864ef8de337d"}} 2018-08-12 16:11:56,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d4f7bf8e-f40b-4f3f-b025-8a258dd50e48 2018-08-12 16:11:56,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.484188079834s 2018-08-12 16:11:56,913 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d4f7bf8e-f40b-4f3f-b025-8a258dd50e48 2018-08-12 16:11:56,914 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:11:56Z', 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'bd7633ba-3a21-4880-84b6-28c676ef8029', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_8f142136-092b-4ed3-93c8-864ef8de337d', u'enable_dhcp': True, u'network_id': u'11399c04-fbd7-4795-864d-5673a5716577', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:11:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:11:56,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:11:56,915 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "singlevm1-router_8f142136-092b-4ed3-93c8-864ef8de337d", "admin_state_up": true}}' 2018-08-12 16:11:58,580 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e96d02a8-c99b-43d0-bcc2-3a50b4aa6e2f Date: Sun, 12 Aug 2018 16:11:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:11:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:11:58Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "f2cbaab3-1e63-478b-9c89-03d2e5cd7849", "name": "singlevm1-router_8f142136-092b-4ed3-93c8-864ef8de337d"}} 2018-08-12 16:11:58,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e96d02a8-c99b-43d0-bcc2-3a50b4aa6e2f 2018-08-12 16:11:58,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.66622304916s 2018-08-12 16:11:58,581 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e96d02a8-c99b-43d0-bcc2-3a50b4aa6e2f 2018-08-12 16:11:58,581 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:11:57Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T16:11:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'f2cbaab3-1e63-478b-9c89-03d2e5cd7849', u'name': u'singlevm1-router_8f142136-092b-4ed3-93c8-864ef8de337d'}) 2018-08-12 16:11:58,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:11:58,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849/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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"subnet_id": "bd7633ba-3a21-4880-84b6-28c676ef8029"}' 2018-08-12 16:12:00,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-76b14931-0b22-452d-9267-460fd6806897 Date: Sun, 12 Aug 2018 16:12:00 GMT RESP BODY: {"network_id": "11399c04-fbd7-4795-864d-5673a5716577", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "bd7633ba-3a21-4880-84b6-28c676ef8029", "subnet_ids": ["bd7633ba-3a21-4880-84b6-28c676ef8029"], "port_id": "18922176-2699-42c5-a2d9-8e80eae4495a", "id": "f2cbaab3-1e63-478b-9c89-03d2e5cd7849"} 2018-08-12 16:12:00,715 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849/add_router_interface.json used request id req-76b14931-0b22-452d-9267-460fd6806897 2018-08-12 16:12:00,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13296794891s 2018-08-12 16:12:00,716 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849/add_router_interface.json used request id req-76b14931-0b22-452d-9267-460fd6806897 returning object f2cbaab3-1e63-478b-9c89-03d2e5cd7849 2018-08-12 16:12:00,716 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:12:00,843 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:12:00,846 - 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-12 16:12:00,851 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:12:00 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-12 16:12:00,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:12:00,855 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:01,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8f7c1f11-d6d5-4fb4-af8d-fb1053577317 Date: Sun, 12 Aug 2018 16:12:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:12:01,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8f7c1f11-d6d5-4fb4-af8d-fb1053577317 2018-08-12 16:12:01,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.780193090439s 2018-08-12 16:12:01,634 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8f7c1f11-d6d5-4fb4-af8d-fb1053577317 2018-08-12 16:12:01,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:12:01,646 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d"}' 2018-08-12 16:12:02,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6062ef4f-5807-440a-8f24-fc5f29165f93 Date: Sun, 12 Aug 2018 16:12:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:12:02Z", "file": "/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "size": null, "self": "/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "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_8f142136-092b-4ed3-93c8-864ef8de337d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d", "checksum": null, "created_at": "2018-08-12T16:12:02Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:12:02,472 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6062ef4f-5807-440a-8f24-fc5f29165f93 2018-08-12 16:12:02,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.82931804657s 2018-08-12 16:12:02,472 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6062ef4f-5807-440a-8f24-fc5f29165f93 returning object a14b3732-465f-4445-9a1c-3a3f45dc1a61 2018-08-12 16:12:02,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:12:02,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '' 2018-08-12 16:12:03,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-abf72016-40d3-44b5-9c16-327a1400dfb8 Date: Sun, 12 Aug 2018 16:12: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-12 16:12:03,751 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/file used request id req-abf72016-40d3-44b5-9c16-327a1400dfb8 2018-08-12 16:12:03,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.27879810333s 2018-08-12 16:12:03,752 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/file used request id req-abf72016-40d3-44b5-9c16-327a1400dfb8 2018-08-12 16:12:03,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:12:03,760 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:04,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-841f6444-a28a-438b-8291-0e2f857fb9a3 Date: Sun, 12 Aug 2018 16:12:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:12:03Z", "file": "/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "size": 12716032, "self": "/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:12:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:12:04,596 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-841f6444-a28a-438b-8291-0e2f857fb9a3 2018-08-12 16:12:04,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.84036898613s 2018-08-12 16:12:04,597 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-841f6444-a28a-438b-8291-0e2f857fb9a3 2018-08-12 16:12:04,599 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'a14b3732-465f-4445-9a1c-3a3f45dc1a61', 'size': 12716032, u'self': u'/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:12:03Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T16:12:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d', '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/a14b3732-465f-4445-9a1c-3a3f45dc1a61', 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_8f142136-092b-4ed3-93c8-864ef8de337d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d', 'created': u'2018-08-12T16:12:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:12:02Z', 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/a14b3732-465f-4445-9a1c-3a3f45dc1a61', 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_8f142136-092b-4ed3-93c8-864ef8de337d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:12:04,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:12:04,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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_8f142136-092b-4ed3-93c8-864ef8de337d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:12:05,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-5e811231-0b90-4271-ba8e-ce821dfeaf39 x-compute-request-id: req-5e811231-0b90-4271-ba8e-ce821dfeaf39 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_8f142136-092b-4ed3-93c8-864ef8de337d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "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": "05a258d8-e913-436d-9748-524610a0183f"}} 2018-08-12 16:12:05,456 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5e811231-0b90-4271-ba8e-ce821dfeaf39 2018-08-12 16:12:05,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.856168985367s 2018-08-12 16:12:05,457 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5e811231-0b90-4271-ba8e-ce821dfeaf39 2018-08-12 16:12:05,458 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_8f142136-092b-4ed3-93c8-864ef8de337d', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'05a258d8-e913-436d-9748-524610a0183f', 'swap': 0}) 2018-08-12 16:12:05,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:12:05,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f/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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"extra_specs": {}}' 2018-08-12 16:12:05,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-678c0f44-997d-4d52-ab27-9364af74c54c x-compute-request-id: req-678c0f44-997d-4d52-ab27-9364af74c54c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:12:05,592 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f/os-extra_specs used request id req-678c0f44-997d-4d52-ab27-9364af74c54c 2018-08-12 16:12:05,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.133744001389s 2018-08-12 16:12:05,593 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f/os-extra_specs used request id req-678c0f44-997d-4d52-ab27-9364af74c54c 2018-08-12 16:12:05,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 16:12:05,596 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"keypair": {"name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d"}}' 2018-08-12 16:12:05,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-3dc13244-e177-4ae2-903f-b4c4a1fa7df1 x-compute-request-id: req-3dc13244-e177-4ae2-903f-b4c4a1fa7df1 Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDsMwYYVjKKD7B4lmLOkx6wnkhfXXqKtPEv21c/d3TofaKlVLRPy0AI45vFVkSlbf4yHAsw4hb/EYQcwMsBux/g4YtyBfSBzUB9EDeIzdDXXjaA2MoavyONtZ4GnY6Tz4O652kjNvD1SxERkS7RMOp90K5NQfFWD2gV3byYub7jGFmiWPSiJR6eL7Lu8WRqwovXb88zMKZnAjMYkK7crhVJTIIkvIfvWCvg5E92acWEeoPSeUcaAQ9LjOFuj0e9wYh3wZMBft4Y1wbiLETh6IR1fT/U3zkIa7wuYqLmAnb6rWmNeXNcJUTHODXpEZOnI8LnKPfCsmqnnoBjKT2U6bNp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7DMGGFYyig+weJZizpMesJ5IX116irTxL9tXP3d06H2ipVS0\nT8tACOObxVZEpW3+MhwLMOIW/xGEHMDLAbsf4OGLcgX0gc1AfRA3iM3Q1142gNjK\nGr8jjbWeBp2Ok8+DuudpIzbw9UsREZEu0TDqfdCuTUHxVg9oFd28mLm+4xhZolj0\noiUeni+y7vFkasKL12/PMzCmZwIzGJCu3K4VSUyCJLyH71gr4ORPdmnFhHqD0nlH\nGgEPS4zhbo9HvcGId8GTAX7eGNcG4ixE4eiEdX0/1N85CGu8LmKi5gJ2+q1pjXlz\nXCVExzg16RGTpyPC5yj3wrJqp56AYyk9lOmzaQIDAQABAoIBAQCOIw5R6t0y88oQ\nZv9CrInVYwrOSKSLf+N8FxRj3vD9T01nDJgNRJReRQniMM3Sd2R2pyWc3xFToSjN\nXL9NZVwDqfaOQUMoMWnTWMTykFhSoiFOXCcS/V7Z0icsd/fqvv/Yo5VDWbabBfdZ\niPKRdExINiIN39bpIRBTyEHL7ksOwNpOd9PWM8WMEtAyfTNivn4hFUByIs6v8ZgS\nzdyKLy7uC3TFqtKzL+7tDfHHUURruaGLbIdzH0yageW64tWK0yci9g204IhdtvGs\nWWHqBwWbjna34md7lEFtbY4YWNAP30QxMHDGxRtDqfJYnEZ0IEI0Ou5BJdVMI7jy\n4WzrAlhhAoGBAP/4FTy5+yVdBN2gUGHILzt0eBv8nRXNAt3KMmmkoG3shZLadZUM\nwNayDoZrMcXX/fwVxmU8BrAvzJSaLVKtsK4gv1i3EetyBo1nCt+ZekaDI6NY9LAN\nA7EP95qu4tLMJAhvvyCjzgsLwMG9MA6IGaERxzlvvt/u+e0V+PIh1yZlAoGBAOw6\nVFImj1eFUpVmOM0l3gWmT7KlXDCG4q5S6ZoPBIu9qYmKLd1IRze03BoznPpA8JxS\nAkbpUdyY+ebIaMHcxJGL+27+RO2S6rP1U7NjjsqOKhS2Oc9Le8vOQiP/kOWsbm1u\n97RDEknqlbqLn0OOuPod/31OwehCeG2cFI15pXa1AoGAIbvTKK6l/5WTt5WSImDc\ngKxny+Bt31qmXw5vuGZ+0h3SuLjbuCn3HBRZP7PO2nENwvQnsl3Hz95sysTK5lOH\nrlsYfJub2/iqDmafEzrJ15Me1j85+B2u993P1u3nbLqEoSwA908/L0t8OswxEikz\nn3uVUud8M0zuWSWFKnv1O9UCgYAs8rRUpU2lA5NBJiAsuMXUIV8MyPYPrbq4HMKi\nM7VTuZTmvMoZTsVuThWLTsLRw0WFGP2h7IdNCDaUuRFlwdINN6tx5SPMaKYL8+Qn\nQAxNcluDcWDylpRJpUdkfh5d9T9Vx0WOoSx7sA0pX6PAQQnlXYvdlfzDatJrWMV4\nXesj+QKBgQCklIqiZw1xkNJoGz8aQYN8SOabl5eqNP4BylHPPcFfyAXxzCOf3y9O\nECU2jLUB2hzHyEOP595fseiF/8HM2qA53b30Cku3T7dL0qkRz0P/uW+mMTrCvFSm\nmlEMKqR96sp/bKzkQVEGylqCRHpYG0GK/8hWM8cDdc8F7TKTYZQWeA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "fingerprint": "17:e9:45:e9:52:0c:34:57:7b:6c:7a:97:ce:dc:58:0b"}} 2018-08-12 16:12:05,915 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-3dc13244-e177-4ae2-903f-b4c4a1fa7df1 2018-08-12 16:12:05,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.322274923325s 2018-08-12 16:12:05,916 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-3dc13244-e177-4ae2-903f-b4c4a1fa7df1 2018-08-12 16:12:05,917 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDsMwYYVjKKD7B4lmLOkx6wnkhfXXqKtPEv21c/d3TofaKlVLRPy0AI45vFVkSlbf4yHAsw4hb/EYQcwMsBux/g4YtyBfSBzUB9EDeIzdDXXjaA2MoavyONtZ4GnY6Tz4O652kjNvD1SxERkS7RMOp90K5NQfFWD2gV3byYub7jGFmiWPSiJR6eL7Lu8WRqwovXb88zMKZnAjMYkK7crhVJTIIkvIfvWCvg5E92acWEeoPSeUcaAQ9LjOFuj0e9wYh3wZMBft4Y1wbiLETh6IR1fT/U3zkIa7wuYqLmAnb6rWmNeXNcJUTHODXpEZOnI8LnKPfCsmqnnoBjKT2U6bNp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7DMGGFYyig+weJZizpMesJ5IX116irTxL9tXP3d06H2ipVS0\nT8tACOObxVZEpW3+MhwLMOIW/xGEHMDLAbsf4OGLcgX0gc1AfRA3iM3Q1142gNjK\nGr8jjbWeBp2Ok8+DuudpIzbw9UsREZEu0TDqfdCuTUHxVg9oFd28mLm+4xhZolj0\noiUeni+y7vFkasKL12/PMzCmZwIzGJCu3K4VSUyCJLyH71gr4ORPdmnFhHqD0nlH\nGgEPS4zhbo9HvcGId8GTAX7eGNcG4ixE4eiEdX0/1N85CGu8LmKi5gJ2+q1pjXlz\nXCVExzg16RGTpyPC5yj3wrJqp56AYyk9lOmzaQIDAQABAoIBAQCOIw5R6t0y88oQ\nZv9CrInVYwrOSKSLf+N8FxRj3vD9T01nDJgNRJReRQniMM3Sd2R2pyWc3xFToSjN\nXL9NZVwDqfaOQUMoMWnTWMTykFhSoiFOXCcS/V7Z0icsd/fqvv/Yo5VDWbabBfdZ\niPKRdExINiIN39bpIRBTyEHL7ksOwNpOd9PWM8WMEtAyfTNivn4hFUByIs6v8ZgS\nzdyKLy7uC3TFqtKzL+7tDfHHUURruaGLbIdzH0yageW64tWK0yci9g204IhdtvGs\nWWHqBwWbjna34md7lEFtbY4YWNAP30QxMHDGxRtDqfJYnEZ0IEI0Ou5BJdVMI7jy\n4WzrAlhhAoGBAP/4FTy5+yVdBN2gUGHILzt0eBv8nRXNAt3KMmmkoG3shZLadZUM\nwNayDoZrMcXX/fwVxmU8BrAvzJSaLVKtsK4gv1i3EetyBo1nCt+ZekaDI6NY9LAN\nA7EP95qu4tLMJAhvvyCjzgsLwMG9MA6IGaERxzlvvt/u+e0V+PIh1yZlAoGBAOw6\nVFImj1eFUpVmOM0l3gWmT7KlXDCG4q5S6ZoPBIu9qYmKLd1IRze03BoznPpA8JxS\nAkbpUdyY+ebIaMHcxJGL+27+RO2S6rP1U7NjjsqOKhS2Oc9Le8vOQiP/kOWsbm1u\n97RDEknqlbqLn0OOuPod/31OwehCeG2cFI15pXa1AoGAIbvTKK6l/5WTt5WSImDc\ngKxny+Bt31qmXw5vuGZ+0h3SuLjbuCn3HBRZP7PO2nENwvQnsl3Hz95sysTK5lOH\nrlsYfJub2/iqDmafEzrJ15Me1j85+B2u993P1u3nbLqEoSwA908/L0t8OswxEikz\nn3uVUud8M0zuWSWFKnv1O9UCgYAs8rRUpU2lA5NBJiAsuMXUIV8MyPYPrbq4HMKi\nM7VTuZTmvMoZTsVuThWLTsLRw0WFGP2h7IdNCDaUuRFlwdINN6tx5SPMaKYL8+Qn\nQAxNcluDcWDylpRJpUdkfh5d9T9Vx0WOoSx7sA0pX6PAQQnlXYvdlfzDatJrWMV4\nXesj+QKBgQCklIqiZw1xkNJoGz8aQYN8SOabl5eqNP4BylHPPcFfyAXxzCOf3y9O\nECU2jLUB2hzHyEOP595fseiF/8HM2qA53b30Cku3T7dL0qkRz0P/uW+mMTrCvFSm\nmlEMKqR96sp/bKzkQVEGylqCRHpYG0GK/8hWM8cDdc8F7TKTYZQWeA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a89b0401943e4379a6ec4e5c1b85b811', 'name': u'singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d', 'created_at': '2018-08-12T16:12:05.917023', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'17:e9:45:e9:52:0c:34:57:7b:6c:7a:97:ce:dc:58:0b', 'type': 'ssh', 'id': u'singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d'}) 2018-08-12 16:12:05,917 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA7DMGGFYyig+weJZizpMesJ5IX116irTxL9tXP3d06H2ipVS0 T8tACOObxVZEpW3+MhwLMOIW/xGEHMDLAbsf4OGLcgX0gc1AfRA3iM3Q1142gNjK Gr8jjbWeBp2Ok8+DuudpIzbw9UsREZEu0TDqfdCuTUHxVg9oFd28mLm+4xhZolj0 oiUeni+y7vFkasKL12/PMzCmZwIzGJCu3K4VSUyCJLyH71gr4ORPdmnFhHqD0nlH GgEPS4zhbo9HvcGId8GTAX7eGNcG4ixE4eiEdX0/1N85CGu8LmKi5gJ2+q1pjXlz XCVExzg16RGTpyPC5yj3wrJqp56AYyk9lOmzaQIDAQABAoIBAQCOIw5R6t0y88oQ Zv9CrInVYwrOSKSLf+N8FxRj3vD9T01nDJgNRJReRQniMM3Sd2R2pyWc3xFToSjN XL9NZVwDqfaOQUMoMWnTWMTykFhSoiFOXCcS/V7Z0icsd/fqvv/Yo5VDWbabBfdZ iPKRdExINiIN39bpIRBTyEHL7ksOwNpOd9PWM8WMEtAyfTNivn4hFUByIs6v8ZgS zdyKLy7uC3TFqtKzL+7tDfHHUURruaGLbIdzH0yageW64tWK0yci9g204IhdtvGs WWHqBwWbjna34md7lEFtbY4YWNAP30QxMHDGxRtDqfJYnEZ0IEI0Ou5BJdVMI7jy 4WzrAlhhAoGBAP/4FTy5+yVdBN2gUGHILzt0eBv8nRXNAt3KMmmkoG3shZLadZUM wNayDoZrMcXX/fwVxmU8BrAvzJSaLVKtsK4gv1i3EetyBo1nCt+ZekaDI6NY9LAN A7EP95qu4tLMJAhvvyCjzgsLwMG9MA6IGaERxzlvvt/u+e0V+PIh1yZlAoGBAOw6 VFImj1eFUpVmOM0l3gWmT7KlXDCG4q5S6ZoPBIu9qYmKLd1IRze03BoznPpA8JxS AkbpUdyY+ebIaMHcxJGL+27+RO2S6rP1U7NjjsqOKhS2Oc9Le8vOQiP/kOWsbm1u 97RDEknqlbqLn0OOuPod/31OwehCeG2cFI15pXa1AoGAIbvTKK6l/5WTt5WSImDc gKxny+Bt31qmXw5vuGZ+0h3SuLjbuCn3HBRZP7PO2nENwvQnsl3Hz95sysTK5lOH rlsYfJub2/iqDmafEzrJ15Me1j85+B2u993P1u3nbLqEoSwA908/L0t8OswxEikz n3uVUud8M0zuWSWFKnv1O9UCgYAs8rRUpU2lA5NBJiAsuMXUIV8MyPYPrbq4HMKi M7VTuZTmvMoZTsVuThWLTsLRw0WFGP2h7IdNCDaUuRFlwdINN6tx5SPMaKYL8+Qn QAxNcluDcWDylpRJpUdkfh5d9T9Vx0WOoSx7sA0pX6PAQQnlXYvdlfzDatJrWMV4 Xesj+QKBgQCklIqiZw1xkNJoGz8aQYN8SOabl5eqNP4BylHPPcFfyAXxzCOf3y9O ECU2jLUB2hzHyEOP595fseiF/8HM2qA53b30Cku3T7dL0qkRz0P/uW+mMTrCvFSm mlEMKqR96sp/bKzkQVEGylqCRHpYG0GK/8hWM8cDdc8F7TKTYZQWeA== -----END RSA PRIVATE KEY----- 2018-08-12 16:12:05,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 16:12:05,921 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"security_group": {"name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-12 16:12:07,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-331b6b68-dec8-4dbf-a43d-e7daeaeb19fd Date: Sun, 12 Aug 2018 16:12:07 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:12:06Z", "updated_at": "2018-08-12T16:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:06Z", "revision_number": 0, "id": "141d088c-d699-4c06-be88-32b09383e8ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:06Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:06Z", "revision_number": 0, "id": "2a6eaf54-0e4a-464a-b9a0-bead7c05ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:06Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "b107f99a-5569-471d-ab51-15218b78dd5e", "name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}} 2018-08-12 16:12:07,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-331b6b68-dec8-4dbf-a43d-e7daeaeb19fd 2018-08-12 16:12:07,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 1.2200050354s 2018-08-12 16:12:07,141 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-331b6b68-dec8-4dbf-a43d-e7daeaeb19fd 2018-08-12 16:12:07,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:12:07,146 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:07,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-15b3602e-cd33-42bd-8d3e-a1c8dbc3ee4e Date: Sun, 12 Aug 2018 16:12:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:12:06Z", "updated_at": "2018-08-12T16:12:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:06Z", "revision_number": 0, "id": "141d088c-d699-4c06-be88-32b09383e8ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:06Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:06Z", "revision_number": 0, "id": "2a6eaf54-0e4a-464a-b9a0-bead7c05ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:06Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "b107f99a-5569-471d-ab51-15218b78dd5e", "name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}]} 2018-08-12 16:12:07,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-15b3602e-cd33-42bd-8d3e-a1c8dbc3ee4e 2018-08-12 16:12:07,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0686459541321s 2018-08-12 16:12:07,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-15b3602e-cd33-42bd-8d3e-a1c8dbc3ee4e 2018-08-12 16:12:07,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 16:12:07,219 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -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": "b107f99a-5569-471d-ab51-15218b78dd5e"}}' 2018-08-12 16:12:08,398 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-407c72db-337f-4552-b7ce-0be37039e45d Date: Sun, 12 Aug 2018 16:12:08 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T16:12:08Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "port_range_min": 22, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:12:08Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "1a79cfda-62b5-49db-867c-d953681dce27"}} 2018-08-12 16:12:08,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-407c72db-337f-4552-b7ce-0be37039e45d 2018-08-12 16:12:08,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 1.17943501472s 2018-08-12 16:12:08,399 - 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-407c72db-337f-4552-b7ce-0be37039e45d 2018-08-12 16:12:08,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:12:08,403 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:08,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-f86cedc6-ccad-47b3-8d4c-5f30666b1f5d Date: Sun, 12 Aug 2018 16:12:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:12:06Z", "updated_at": "2018-08-12T16:12:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:06Z", "revision_number": 0, "id": "141d088c-d699-4c06-be88-32b09383e8ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:06Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T16:12:08Z", "revision_number": 0, "id": "1a79cfda-62b5-49db-867c-d953681dce27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:08Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:06Z", "revision_number": 0, "id": "2a6eaf54-0e4a-464a-b9a0-bead7c05ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:06Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 2, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "b107f99a-5569-471d-ab51-15218b78dd5e", "name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}]} 2018-08-12 16:12:08,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f86cedc6-ccad-47b3-8d4c-5f30666b1f5d 2018-08-12 16:12:08,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.31427192688s 2018-08-12 16:12:08,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f86cedc6-ccad-47b3-8d4c-5f30666b1f5d 2018-08-12 16:12:08,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 16:12:08,719 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -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": "b107f99a-5569-471d-ab51-15218b78dd5e"}}' 2018-08-12 16:12:08,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-4c6bbce7-ea6d-4d37-93cc-70627663e1df Date: Sun, 12 Aug 2018 16:12:08 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-12T16:12:08Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:12:08Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "59984e2d-1541-48fd-a17a-bb581bd8b35d"}} 2018-08-12 16:12:08,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-4c6bbce7-ea6d-4d37-93cc-70627663e1df 2018-08-12 16:12:08,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.194011926651s 2018-08-12 16:12:08,913 - 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-4c6bbce7-ea6d-4d37-93cc-70627663e1df 2018-08-12 16:12:08,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:12:08,915 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:09,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ccf4d9ab-a64c-4931-827e-7b46a90cb81d Date: Sun, 12 Aug 2018 16:12:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"11399c04-fbd7-4795-864d-5673a5716577","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["bd7633ba-3a21-4880-84b6-28c676ef8029"],"description":"","tags":[],"updated_at":"2018-08-12T16:11:56Z","provider:segmentation_id":43,"name":"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:12:09,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ccf4d9ab-a64c-4931-827e-7b46a90cb81d 2018-08-12 16:12:09,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0921049118042s 2018-08-12 16:12:09,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ccf4d9ab-a64c-4931-827e-7b46a90cb81d 2018-08-12 16:12:09,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:12:09,015 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:09,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c9cec2c7-316d-42d6-b875-16dab85a0df6 Date: Sun, 12 Aug 2018 16:12:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:12:03Z", "file": "/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "size": 12716032, "self": "/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:12:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:12:09,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c9cec2c7-316d-42d6-b875-16dab85a0df6 2018-08-12 16:12:09,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0265760421753s 2018-08-12 16:12:09,039 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c9cec2c7-316d-42d6-b875-16dab85a0df6 2018-08-12 16:12:09,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:12:09,042 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:09,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-0cf95d7e-32ac-41d5-94de-253fb4dda892 x-compute-request-id: req-0cf95d7e-32ac-41d5-94de-253fb4dda892 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_8f142136-092b-4ed3-93c8-864ef8de337d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "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": "05a258d8-e913-436d-9748-524610a0183f"}]} 2018-08-12 16:12:09,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-0cf95d7e-32ac-41d5-94de-253fb4dda892 2018-08-12 16:12:09,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0201988220215s 2018-08-12 16:12:09,061 - 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-0cf95d7e-32ac-41d5-94de-253fb4dda892 2018-08-12 16:12:09,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 16:12:09,064 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"server": {"name": "singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d", "imageRef": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "key_name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "flavorRef": "05a258d8-e913-436d-9748-524610a0183f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "11399c04-fbd7-4795-864d-5673a5716577"}], "security_groups": [{"name": "b107f99a-5569-471d-ab51-15218b78dd5e"}]}}' 2018-08-12 16:12:16,402 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:12:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c672ebd4-f1ed-4913-957d-19c1c195b4bb x-compute-request-id: req-c672ebd4-f1ed-4913-957d-19c1c195b4bb Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "b107f99a-5569-471d-ab51-15218b78dd5e"}], "OS-DCF:diskConfig": "MANUAL", "id": "8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "bookmark"}], "adminPass": "sakiB8yZ68Rc"}} 2018-08-12 16:12:16,402 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c672ebd4-f1ed-4913-957d-19c1c195b4bb 2018-08-12 16:12:16,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 7.33986020088s 2018-08-12 16:12:16,402 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c672ebd4-f1ed-4913-957d-19c1c195b4bb 2018-08-12 16:12:16,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:12:16,407 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:17,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-753d33cb-3063-42fa-926c-d4c17148f277 x-compute-request-id: req-753d33cb-3063-42fa-926c-d4c17148f277 Content-Encoding: gzip Content-Length: 641 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/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "bookmark"}], "image": {"id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "links": [{"href": "http://172.30.9.23:8774/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "05a258d8-e913-436d-9748-524610a0183f", "links": [{"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "bookmark"}]}, "id": "8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T16:12:16Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d", "created": "2018-08-12T16:12:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:12:17,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-753d33cb-3063-42fa-926c-d4c17148f277 2018-08-12 16:12:17,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00652503967s 2018-08-12 16:12:17,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-753d33cb-3063-42fa-926c-d4c17148f277 2018-08-12 16:12:17,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:12:17,417 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:17,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-923f5a4e-464c-459a-a425-c2185c16f28e Date: Sun, 12 Aug 2018 16:12:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"11399c04-fbd7-4795-864d-5673a5716577","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["bd7633ba-3a21-4880-84b6-28c676ef8029"],"description":"","tags":[],"updated_at":"2018-08-12T16:11:56Z","provider:segmentation_id":43,"name":"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:12:17,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-923f5a4e-464c-459a-a425-c2185c16f28e 2018-08-12 16:12:17,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0992970466614s 2018-08-12 16:12:17,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-923f5a4e-464c-459a-a425-c2185c16f28e 2018-08-12 16:12:17,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:12:17,518 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:17,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-61fb4fe2-cdec-442b-bea9-0193541a277e Date: Sun, 12 Aug 2018 16:12:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11399c04-fbd7-4795-864d-5673a5716577","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:11:56Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"bd7633ba-3a21-4880-84b6-28c676ef8029","subnetpool_id":null,"name":"singlevm1-subnet_8f142136-092b-4ed3-93c8-864ef8de337d"}]} 2018-08-12 16:12:17,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-61fb4fe2-cdec-442b-bea9-0193541a277e 2018-08-12 16:12:17,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.295954942703s 2018-08-12 16:12:17,814 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-61fb4fe2-cdec-442b-bea9-0193541a277e 2018-08-12 16:12:17,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:12:19,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:12:19,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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:20,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-0c1107fd-cc13-408a-ba4c-e0a02ef2901d x-compute-request-id: req-0c1107fd-cc13-408a-ba4c-e0a02ef2901d Content-Encoding: gzip Content-Length: 724 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/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "bookmark"}], "image": {"id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "links": [{"href": "http://172.30.9.23:8774/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "05a258d8-e913-436d-9748-524610a0183f", "links": [{"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "bookmark"}]}, "id": "8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:12:19Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d", "created": "2018-08-12T16:12:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:12:20,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0c1107fd-cc13-408a-ba4c-e0a02ef2901d 2018-08-12 16:12:20,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.843017816544s 2018-08-12 16:12:20,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0c1107fd-cc13-408a-ba4c-e0a02ef2901d 2018-08-12 16:12:20,665 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:12:22,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:12:22,671 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:23,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-4736390d-1438-45d9-89d8-e70a6b89e890 x-compute-request-id: req-4736390d-1438-45d9-89d8-e70a6b89e890 Content-Encoding: gzip Content-Length: 741 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/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "bookmark"}], "image": {"id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "links": [{"href": "http://172.30.9.23:8774/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "05a258d8-e913-436d-9748-524610a0183f", "links": [{"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "bookmark"}]}, "id": "8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "security_groups": [{"name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:12:21Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d", "created": "2018-08-12T16:12:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:12:23,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4736390d-1438-45d9-89d8-e70a6b89e890 2018-08-12 16:12:23,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589607954025s 2018-08-12 16:12:23,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4736390d-1438-45d9-89d8-e70a6b89e890 2018-08-12 16:12:23,262 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:12:25,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:12:25,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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:26,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-77415643-298c-4440-a705-267ff90f5a1f x-compute-request-id: req-77415643-298c-4440-a705-267ff90f5a1f Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:62:f5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "bookmark"}], "image": {"id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "links": [{"href": "http://172.30.9.23:8774/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "05a258d8-e913-436d-9748-524610a0183f", "links": [{"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "bookmark"}]}, "id": "8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "security_groups": [{"name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:12:21Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d", "created": "2018-08-12T16:12:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:12:26,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-77415643-298c-4440-a705-267ff90f5a1f 2018-08-12 16:12:26,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.51121807098s 2018-08-12 16:12:26,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-77415643-298c-4440-a705-267ff90f5a1f 2018-08-12 16:12:26,780 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:12:28,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:12:28,785 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:30,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-b96c7575-d722-4af7-b3b8-23e369c3b14f x-compute-request-id: req-b96c7575-d722-4af7-b3b8-23e369c3b14f Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:62:f5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "bookmark"}], "image": {"id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "links": [{"href": "http://172.30.9.23:8774/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "05a258d8-e913-436d-9748-524610a0183f", "links": [{"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "bookmark"}]}, "id": "8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "security_groups": [{"name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:12:21Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d", "created": "2018-08-12T16:12:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:12:30,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b96c7575-d722-4af7-b3b8-23e369c3b14f 2018-08-12 16:12:30,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31720209122s 2018-08-12 16:12:30,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b96c7575-d722-4af7-b3b8-23e369c3b14f 2018-08-12 16:12:30,105 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:12:32,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:12:32,110 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:34,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-a26873a1-fce6-4e99-a2af-031d9044056d x-compute-request-id: req-a26873a1-fce6-4e99-a2af-031d9044056d Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:62:f5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "bookmark"}], "image": {"id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "links": [{"href": "http://172.30.9.23:8774/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-12T16:12:31.000000", "flavor": {"id": "05a258d8-e913-436d-9748-524610a0183f", "links": [{"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "bookmark"}]}, "id": "8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "security_groups": [{"name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:12:31Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d", "created": "2018-08-12T16:12:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:12:34,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a26873a1-fce6-4e99-a2af-031d9044056d 2018-08-12 16:12:34,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.18543887138s 2018-08-12 16:12:34,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a26873a1-fce6-4e99-a2af-031d9044056d 2018-08-12 16:12:34,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:12:34,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:34,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-2f75c050-66db-42d6-b8b5-949feb06afa2 Date: Sun, 12 Aug 2018 16:12:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T16:12:30Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd7633ba-3a21-4880-84b6-28c676ef8029","ip_address":"192.168.120.5"}],"id":"340bfddd-69af-4b54-8fec-47267c25eb6b","security_groups":["b107f99a-5569-471d-ab51-15218b78dd5e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:62:f5","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1","name":"","admin_state_up":true,"network_id":"11399c04-fbd7-4795-864d-5673a5716577","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:12:20Z","binding:vnic_type":"normal"}]} 2018-08-12 16:12:34,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1 used request id req-2f75c050-66db-42d6-b8b5-949feb06afa2 2018-08-12 16:12:34,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0583238601685s 2018-08-12 16:12:34,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1 used request id req-2f75c050-66db-42d6-b8b5-949feb06afa2 2018-08-12 16:12:34,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:12:34,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=340bfddd-69af-4b54-8fec-47267c25eb6b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:34,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0eaafdd0-8c43-4c28-9b42-aca7b990d597 Date: Sun, 12 Aug 2018 16:12:34 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:12:34,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=340bfddd-69af-4b54-8fec-47267c25eb6b used request id req-0eaafdd0-8c43-4c28-9b42-aca7b990d597 2018-08-12 16:12:34,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.347402095795s 2018-08-12 16:12:34,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=340bfddd-69af-4b54-8fec-47267c25eb6b used request id req-0eaafdd0-8c43-4c28-9b42-aca7b990d597 2018-08-12 16:12:34,710 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d7:62:f5', 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'a14b3732-465f-4445-9a1c-3a3f45dc1a61'}), 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-12T16:12:31.000000', 'flavor': Munch({u'id': u'05a258d8-e913-436d-9748-524610a0183f'}), 'az': u'nova', 'id': u'8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1', 'security_groups': [Munch({u'name': u'singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a89b0401943e4379a6ec4e5c1b85b811', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', '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-12T16:12:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T16:12:31Z', 'hostId': u'8167cd4f94617145f45a88d111241ff90d845689af7d869719675982', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'8167cd4f94617145f45a88d111241ff90d845689af7d869719675982', '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-12T16:12:31.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'dbfa1fd1b20e4777950b03d95b9e0d9d', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d', 'adminPass': u'sakiB8yZ68Rc', 'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'created_at': u'2018-08-12T16:12:16Z', 'created': u'2018-08-12T16:12:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 16:12:34,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:12:34,714 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:35,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a36cf7f7-f596-4a2f-87ce-aaba3ef5bd4e Date: Sun, 12 Aug 2018 16:12:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"11399c04-fbd7-4795-864d-5673a5716577","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["bd7633ba-3a21-4880-84b6-28c676ef8029"],"description":"","tags":[],"updated_at":"2018-08-12T16:11:56Z","provider:segmentation_id":43,"name":"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:12:35,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a36cf7f7-f596-4a2f-87ce-aaba3ef5bd4e 2018-08-12 16:12:35,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372219800949s 2018-08-12 16:12:35,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a36cf7f7-f596-4a2f-87ce-aaba3ef5bd4e 2018-08-12 16:12:35,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:12:35,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:35,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-ec12c7f7-6425-4c60-8c87-4498879599a9 Date: Sun, 12 Aug 2018 16:12:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T16:12:30Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bd7633ba-3a21-4880-84b6-28c676ef8029","ip_address":"192.168.120.5"}],"id":"340bfddd-69af-4b54-8fec-47267c25eb6b","security_groups":["b107f99a-5569-471d-ab51-15218b78dd5e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:62:f5","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1","name":"","admin_state_up":true,"network_id":"11399c04-fbd7-4795-864d-5673a5716577","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:12:20Z","binding:vnic_type":"normal"}]} 2018-08-12 16:12:35,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1 used request id req-ec12c7f7-6425-4c60-8c87-4498879599a9 2018-08-12 16:12:35,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.292027950287s 2018-08-12 16:12:35,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1 used request id req-ec12c7f7-6425-4c60-8c87-4498879599a9 2018-08-12 16:12:35,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 16:12:35,382 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.5", "port_id": "340bfddd-69af-4b54-8fec-47267c25eb6b"}}' 2018-08-12 16:12:37,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-2956ae98-45c0-41f5-8c46-c86b9c2086ea Date: Sun, 12 Aug 2018 16:12:37 GMT RESP BODY: {"floatingip": {"router_id": "f2cbaab3-1e63-478b-9c89-03d2e5cd7849", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:12:36Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "340bfddd-69af-4b54-8fec-47267c25eb6b", "id": "28539079-2900-4678-8a01-aa4de4c5936d", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:12:36Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}} 2018-08-12 16:12:37,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2956ae98-45c0-41f5-8c46-c86b9c2086ea 2018-08-12 16:12:37,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.33970499039s 2018-08-12 16:12:37,722 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2956ae98-45c0-41f5-8c46-c86b9c2086ea 2018-08-12 16:12:37,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:12:37,730 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:37,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-705188bf-3bd4-474f-8297-b5968e8f6c90 Date: Sun, 12 Aug 2018 16:12:37 GMT RESP BODY: {"floatingips": [{"router_id": "f2cbaab3-1e63-478b-9c89-03d2e5cd7849", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:12:36Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "340bfddd-69af-4b54-8fec-47267c25eb6b", "id": "28539079-2900-4678-8a01-aa4de4c5936d", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:12:36Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}]} 2018-08-12 16:12:37,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-705188bf-3bd4-474f-8297-b5968e8f6c90 2018-08-12 16:12:37,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0602090358734s 2018-08-12 16:12:37,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-705188bf-3bd4-474f-8297-b5968e8f6c90 2018-08-12 16:12:37,794 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f2cbaab3-1e63-478b-9c89-03d2e5cd7849', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'created_at': u'2018-08-12T16:12:36Z', 'attached': True, 'updated_at': u'2018-08-12T16:12:36Z', 'id': u'28539079-2900-4678-8a01-aa4de4c5936d', 'floating_network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f2cbaab3-1e63-478b-9c89-03d2e5cd7849', 'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'port_id': u'340bfddd-69af-4b54-8fec-47267c25eb6b', 'port': u'340bfddd-69af-4b54-8fec-47267c25eb6b', 'network': u'9080dbfe-670a-4248-8c56-0897f69dc41e'}) 2018-08-12 16:12:37,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 16:12:37,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1/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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 16:12:38,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-4e2c4f64-7722-43bd-9784-e2d2eb4a7228 x-compute-request-id: req-4e2c4f64-7722-43bd-9784-e2d2eb4a7228 Content-Encoding: gzip Content-Length: 9560 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 455537117 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.134960] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136614] pid_max: default: 32768 minimum: 301\n[ 0.137512] ACPI: Core revision 20150930\n[ 0.138898] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140216] Security Framework initialized\n[ 0.141033] Yama: becoming mindful.\n[ 0.141765] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143969] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145244] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147868] Initializing cgroup subsys io\n[ 0.148676] Initializing cgroup subsys memory\n[ 0.149533] Initializing cgroup subsys devices\n[ 0.150420] Initializing cgroup subsys freezer\n[ 0.151288] Initializing cgroup subsys net_cls\n[ 0.152152] Initializing cgroup subsys perf_event\n[ 0.153055] Initializing cgroup subsys net_prio\n[ 0.153936] Initializing cgroup subsys hugetlb\n[ 0.154802] Initializing cgroup subsys pids\n[ 0.155667] CPU: Physical Processor ID: 0\n[ 0.157168] mce: CPU supports 10 MCE banks\n[ 0.158029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174606] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180647] ftrace: allocating 31920 entries in 125 pages\n[ 0.205537] smpboot: Max logical packages: 1\n[ 0.206420] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207768] x2apic enabled\n[ 0.208570] Switched APIC routing to physical x2apic.\n[ 0.210302] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213415] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215223] KVM setup paravirtual spinlock\n[ 0.216535] x86: Booted up 1 node, 1 CPUs\n[ 0.217347] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218740] devtmpfs: initialized\n[ 0.220461] evm: security.selinux\n[ 0.221163] evm: security.SMACK64\n[ 0.221854] evm: security.SMACK64EXEC\n[ 0.222591] evm: security.SMACK64TRANSMUTE\n[ 0.223398] evm: security.SMACK64MMAP\n[ 0.224145] evm: security.ima\n[ 0.224784] evm: security.capability\n[ 0.225586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227459] pinctrl core: initialized pinctrl subsystem\n[ 0.228563] RTC time: 16:12:30, date: 08/12/18\n[ 0.229529] NET: Registered protocol family 16\n[ 0.230520] cpuidle: using governor ladder\n[ 0.231344] cpuidle: using governor menu\n[ 0.232142] PCCT header not found.\n[ 0.232914] ACPI: bus type PCI registered\n[ 0.233718] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234965] PCI: Using configuration type 1 for base access\n[ 0.236729] ACPI: Added _OSI(Module Device)\n[ 0.237575] ACPI: Added _OSI(Processor Device)\n[ 0.238435] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239330] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241060] ACPI: Interpreter enabled\n[ 0.241833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249214] ACPI: (supports S0 S5)\n[ 0.249918] ACPI: Using IOAPIC for interrupt routing\n[ 0.250862] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253968] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255109] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256335] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257519] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259751] acpiphp: Slot [3] registered\n[ 0.260557] acpiphp: Slot [4] registered\n[ 0.261359] acpiphp: Slot [5] registered\n[ 0.262163] acpiphp: Slot [6] registered\n[ 0.262961] acpiphp: Slot [7] registered\n[ 0.263762] acpiphp: Slot [8] registered\n[ 0.264563] acpiphp: Slot [9] registered\n[ 0.265357] acpiphp: Slot [10] registered\n[ 0.266167] acpiphp: Slot [11] registered\n[ 0.266986] acpiphp: Slot [12] registered\n[ 0.267800] acpiphp: Slot [13] registered\n[ 0.268611] acpiphp: Slot [14] registered\n[ 0.269423] acpiphp: Slot [15] registered\n[ 0.280208] acpiphp: Slot [16] registered\n[ 0.281022] acpiphp: Slot [17] registered\n[ 0.281833] acpiphp: Slot [18] registered\n[ 0.282638] acpiphp: Slot [19] registered\n[ 0.283449] acpiphp: Slot [20] registered\n[ 0.284265] acpiphp: Slot [21] registered\n[ 0.285077] acpiphp: Slot [22] registered\n[ 0.285886] acpiphp: Slot [23] registered\n[ 0.286694] acpiphp: Slot [24] registered\n[ 0.287504] acpiphp: Slot [25] registered\n[ 0.288321] acpiphp: Slot [26] registered\n[ 0.289133] acpiphp: Slot [27] registered\n[ 0.289942] acpiphp: Slot [28] registered\n[ 0.290751] acpiphp: Slot [29] registered\n[ 0.291594] acpiphp: Slot [30] registered\n[ 0.292417] acpiphp: Slot [31] registered\n[ 0.293229] PCI host bridge to bus 0000:00\n[ 0.294036] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295245] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297908] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299351] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.300823] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305380] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306688] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307951] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311470] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312947] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.331118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.332583] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.334330] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.335750] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.337139] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.338398] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.339690] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.340741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.342289] vgaarb: loaded\n[ 0.342889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.344120] SCSI subsystem initialized\n[ 0.345036] ACPI: bus type USB registered\n[ 0.345864] usbcore: registered new interface driver usbfs\n[ 0.346895] usbcore: registered new interface driver hub\n[ 0.347903] usbcore: registered new device driver usb\n[ 0.349010] PCI: Using ACPI for IRQ routing\n[ 0.350126] NetLabel: Initializing\n[ 0.350846] NetLabel: domain hash size = 128\n[ 0.351696] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.352658] NetLabel: unlabeled traffic allowed by default\n[ 0.353822] clocksource: Switched to clocksource kvm-clock\n[ 0.361958] AppArmor: AppArmor Filesystem Enabled\n[ 0.362933] pnp: PnP ACPI init\n[ 0.363869] pnp: PnP ACPI: found 5 devices\n[ 0.370160] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.371878] NET: Registered protocol family 2\n[ 0.372925] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.374232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.375440] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.376639] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.377725] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.378911] NET: Registered protocol family 1\n[ 0.379789] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.380890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.381967] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.395989] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.410096] Trying to unpack rootfs image as initramfs...\n[ 0.466244] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.467923] Scanning for low memory corruption every 60 seconds\n[ 0.469268] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.470443] audit: initializing netlink subsys (disabled)\n[ 0.471471] audit: type=2000 audit(1534090351.741:1): initialized\n[ 0.472804] Initialise system trusted keyring\n[ 0.473774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.474940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.477059] zbud: loaded\n[ 0.477787] VFS: Disk quotas dquot_6.6.0\n[ 0.478622] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.480238] fuse init (API version 7.23)\n[ 0.481146] Key type big_key registered\n[ 0.481972] Allocating IMA MOK and blacklist keyrings.\n[ 0.483195] Key type asymmetric registered\n[ 0.484021] Asymmetric key parser 'x509' registered\n[ 0.484980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.486474] io scheduler noop registered\n[ 0.487274] io scheduler deadline registered (default)\n[ 0.488269] io scheduler cfq registered\n[ 0.489114] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.490165] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.491433] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.492877] ACPI: Power Button [PWRF]\n[ 0.493740] GHES: HEST is not enabled!\n[ 0.507561] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.535460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.537558] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.561454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.563764] Linux agpgart interface v0.103\n[ 0.566357] brd: module loaded\n[ 0.568028] loop: module loaded\n[ 0.571729] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.573184] GPT:90111 != 2097151\n[ 0.573880] GPT:Alternate GPT header not at the end of the disk.\n[ 0.574976] GPT:90111 != 2097151\n[ 0.575654] GPT: Use GNU Parted to correct GPT errors.\n[ 0.576622] vda: vda1 vda15\n[ 0.577849] scsi host0: ata_piix\n[ 0.578629] scsi host1: ata_piix\n[ 0.579356] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.580580] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.582054] libphy: Fixed MDIO Bus: probed\n[ 0.582879] tun: Universal TUN/TAP device driver, 1.6\n[ 0.583843] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.586128] PPP generic driver version 2.4.2\n[ 0.587050] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.588254] ehci-pci: EHCI PCI platform driver\n[ 0.589149] ehci-platform: EHCI generic platform driver\n[ 0.590176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.591350] ohci-pci: OHCI PCI platform driver\n[ 0.592245] ohci-platform: OHCI generic platform driver\n[ 0.593257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.609420] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.610662] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.612204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.613258] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.614525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.615808] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.617264] usb usb1: Product: UHCI Host Controller\n[ 0.618217] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.619380] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.620499] hub 1-0:1.0: USB hub found\n[ 0.621302] hub 1-0:1.0: 2 ports detected\n[ 0.622350] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.624574] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.625560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.626650] mousedev: PS/2 mouse device common for all mice\n[ 0.628053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.629954] rtc_cmos 00:00: RTC can wake from S4\n[ 0.631103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.632323] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.633551] i2c /dev entries driver\n[ 0.634376] device-mapper: uevent: version 1.0.3\n[ 0.635369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.637052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.638598] NET: Registered protocol family 10\n[ 0.639783] NET: Registered protocol family 17\n[ 0.640703] Key type dns_resolver registered\n[ 0.641748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.642877] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.644747] registered taskstats version 1\n[ 0.645618] Loading compiled-in X.509 certificates\n[ 0.647137] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.649085] zswap: loaded using pool lzo/zbud\n[ 0.650809] Key type trusted registered\n[ 0.652601] Key type encrypted registered\n[ 0.653464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.654532] ima: No TPM chip found, activating TPM-bypass!\n[ 0.655611] evm: HMAC attrs: 0x1\n[ 0.656621] Magic number: 14:777:236\n[ 0.657521] rtc_cmos 00:00: setting system clock to 2018-08-12 16:12:31 UTC (1534090351)\n[ 0.659187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.660322] EDD information not available.\n[ 0.739350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.751370] Write protecting the kernel read-only data: 14336k\n[ 0.753553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.755439] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.800741] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.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.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC+9GmfVYn5ONRE+b9JUDbCT5hYyb4FCkjmjIRftzUUaCDBnAqIU5RKBQZ8QkNxG1897KwcR8eEnN0XpEmsmUr+ydQJE9ksswyah1yqL10LRFaDq4L2kU/C9+DVj8nGCNYc3QKZK+ifes8mpb+5JgKWUPdN73W/Oh+nnRDbx1cxgbfJ4sG5eXy6JVK54vBeMSNXL3c5vLR1NVkpG52oMvTLmnQyHVTyd4f+EA7/rBCjgSD5G3UkSJNWQEdWVKB+4HXUOus2nYpL9RK0HZ/Ja/zbBs0+AcH4WR/WXhJh4IQCogFmGdGdrkPGeBPZrKjjJNGLcQ3TM7b6RLbHYs4LaxcH root@singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d\nssh-dss AAAAB3NzaC1kc3MAAACBAO+x3YEOiElSlY7SkrXzL02a0q7hGZs0XyGhjI/oNvi4wMfYVo/MjKuz9VFcgj8WT0tqUIUf8gb9zXWV9grXkGcm/YI19w5I3fYOslpBmNYkKLTDfsf6FXj/eTcqVTabviiuokH+3/llqUH1fQbJ7NqB+7bO7m2TZp8ZOve+GRCHAAAAFQDeTJbO/ohRHMk+5egVmti+qh9OtQAAAIEAhljrT7KIeVHK2DBdVj4sIgNQQSqL5I83m8Mm4l65uT6rttm8hfcE1gC/yOry53F3In47tfpLHd8mzCOSk95J0NR1JxbEPtA77A7lP1C4meN1JvlELFLQZMVzWegyrswcdO2i9kq7PULIom89vh9cvYjkUa1zE9bVzsu+OiWnQ44AAACAJOLqtUGcqjcDm85zDrPpfoxu/9e+gWEY4i6XUxCPyLgKg3Hyk8juDj7OjofXsRi/Gj+ialUIEsAT6CeCUgbDwTUXTLGTh2MHzWCP4v9ruEMAeLBYyZCKMnt7NVtnvsVv6QbFyIhEjoRDagTF3qnk3m4v7SvIFIWs4Xm9BphuCGE= root@singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d\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.5,24,fe80::f816:3eff:fed7:62f5/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.41 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d login: "} 2018-08-12 16:12:38,661 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1/action used request id req-4e2c4f64-7722-43bd-9784-e2d2eb4a7228 2018-08-12 16:12:38,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.866161108017s 2018-08-12 16:12:38,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1/action used request id req-4e2c4f64-7722-43bd-9784-e2d2eb4a7228 2018-08-12 16:12:38,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-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 455537117 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.134960] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136614] pid_max: default: 32768 minimum: 301 [ 0.137512] ACPI: Core revision 20150930 [ 0.138898] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140216] Security Framework initialized [ 0.141033] Yama: becoming mindful. [ 0.141765] AppArmor: AppArmor initialized [ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143969] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145244] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147868] Initializing cgroup subsys io [ 0.148676] Initializing cgroup subsys memory [ 0.149533] Initializing cgroup subsys devices [ 0.150420] Initializing cgroup subsys freezer [ 0.151288] Initializing cgroup subsys net_cls [ 0.152152] Initializing cgroup subsys perf_event [ 0.153055] Initializing cgroup subsys net_prio [ 0.153936] Initializing cgroup subsys hugetlb [ 0.154802] Initializing cgroup subsys pids [ 0.155667] CPU: Physical Processor ID: 0 [ 0.157168] mce: CPU supports 10 MCE banks [ 0.158029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174606] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180647] ftrace: allocating 31920 entries in 125 pages [ 0.205537] smpboot: Max logical packages: 1 [ 0.206420] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207768] x2apic enabled [ 0.208570] Switched APIC routing to physical x2apic. [ 0.210302] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213415] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215223] KVM setup paravirtual spinlock [ 0.216535] x86: Booted up 1 node, 1 CPUs [ 0.217347] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218740] devtmpfs: initialized [ 0.220461] evm: security.selinux [ 0.221163] evm: security.SMACK64 [ 0.221854] evm: security.SMACK64EXEC [ 0.222591] evm: security.SMACK64TRANSMUTE [ 0.223398] evm: security.SMACK64MMAP [ 0.224145] evm: security.ima [ 0.224784] evm: security.capability [ 0.225586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.227459] pinctrl core: initialized pinctrl subsystem [ 0.228563] RTC time: 16:12:30, date: 08/12/18 [ 0.229529] NET: Registered protocol family 16 [ 0.230520] cpuidle: using governor ladder [ 0.231344] cpuidle: using governor menu [ 0.232142] PCCT header not found. [ 0.232914] ACPI: bus type PCI registered [ 0.233718] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234965] PCI: Using configuration type 1 for base access [ 0.236729] ACPI: Added _OSI(Module Device) [ 0.237575] ACPI: Added _OSI(Processor Device) [ 0.238435] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239330] ACPI: Added _OSI(Processor Aggregator Device) [ 0.241060] ACPI: Interpreter enabled [ 0.241833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.243676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.245512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.247356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249214] ACPI: (supports S0 S5) [ 0.249918] ACPI: Using IOAPIC for interrupt routing [ 0.250862] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.253968] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255109] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.256335] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.257519] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.259751] acpiphp: Slot [3] registered [ 0.260557] acpiphp: Slot [4] registered [ 0.261359] acpiphp: Slot [5] registered [ 0.262163] acpiphp: Slot [6] registered [ 0.262961] acpiphp: Slot [7] registered [ 0.263762] acpiphp: Slot [8] registered [ 0.264563] acpiphp: Slot [9] registered [ 0.265357] acpiphp: Slot [10] registered [ 0.266167] acpiphp: Slot [11] registered [ 0.266986] acpiphp: Slot [12] registered [ 0.267800] acpiphp: Slot [13] registered [ 0.268611] acpiphp: Slot [14] registered [ 0.269423] acpiphp: Slot [15] registered [ 0.280208] acpiphp: Slot [16] registered [ 0.281022] acpiphp: Slot [17] registered [ 0.281833] acpiphp: Slot [18] registered [ 0.282638] acpiphp: Slot [19] registered [ 0.283449] acpiphp: Slot [20] registered [ 0.284265] acpiphp: Slot [21] registered [ 0.285077] acpiphp: Slot [22] registered [ 0.285886] acpiphp: Slot [23] registered [ 0.286694] acpiphp: Slot [24] registered [ 0.287504] acpiphp: Slot [25] registered [ 0.288321] acpiphp: Slot [26] registered [ 0.289133] acpiphp: Slot [27] registered [ 0.289942] acpiphp: Slot [28] registered [ 0.290751] acpiphp: Slot [29] registered [ 0.291594] acpiphp: Slot [30] registered [ 0.292417] acpiphp: Slot [31] registered [ 0.293229] PCI host bridge to bus 0000:00 [ 0.294036] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295245] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297908] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299351] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.300823] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.304029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.305380] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.306688] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.307951] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311470] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312947] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.331118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.332583] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.334330] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.335750] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.337139] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.338398] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.339690] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.340741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.342289] vgaarb: loaded [ 0.342889] vgaarb: bridge control possible 0000:00:02.0 [ 0.344120] SCSI subsystem initialized [ 0.345036] ACPI: bus type USB registered [ 0.345864] usbcore: registered new interface driver usbfs [ 0.346895] usbcore: registered new interface driver hub [ 0.347903] usbcore: registered new device driver usb [ 0.349010] PCI: Using ACPI for IRQ routing [ 0.350126] NetLabel: Initializing [ 0.350846] NetLabel: domain hash size = 128 [ 0.351696] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.352658] NetLabel: unlabeled traffic allowed by default [ 0.353822] clocksource: Switched to clocksource kvm-clock [ 0.361958] AppArmor: AppArmor Filesystem Enabled [ 0.362933] pnp: PnP ACPI init [ 0.363869] pnp: PnP ACPI: found 5 devices [ 0.370160] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.371878] NET: Registered protocol family 2 [ 0.372925] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.374232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.375440] TCP: Hash tables configured (established 4096 bind 4096) [ 0.376639] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.377725] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.378911] NET: Registered protocol family 1 [ 0.379789] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.380890] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.381967] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.395989] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.410096] Trying to unpack rootfs image as initramfs... [ 0.466244] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.467923] Scanning for low memory corruption every 60 seconds [ 0.469268] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.470443] audit: initializing netlink subsys (disabled) [ 0.471471] audit: type=2000 audit(1534090351.741:1): initialized [ 0.472804] Initialise system trusted keyring [ 0.473774] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.474940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.477059] zbud: loaded [ 0.477787] VFS: Disk quotas dquot_6.6.0 [ 0.478622] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.480238] fuse init (API version 7.23) [ 0.481146] Key type big_key registered [ 0.481972] Allocating IMA MOK and blacklist keyrings. [ 0.483195] Key type asymmetric registered [ 0.484021] Asymmetric key parser 'x509' registered [ 0.484980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.486474] io scheduler noop registered [ 0.487274] io scheduler deadline registered (default) [ 0.488269] io scheduler cfq registered [ 0.489114] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.490165] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.491433] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.492877] ACPI: Power Button [PWRF] [ 0.493740] GHES: HEST is not enabled! [ 0.507561] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.535460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.537558] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.561454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.563764] Linux agpgart interface v0.103 [ 0.566357] brd: module loaded [ 0.568028] loop: module loaded [ 0.571729] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.573184] GPT:90111 != 2097151 [ 0.573880] GPT:Alternate GPT header not at the end of the disk. [ 0.574976] GPT:90111 != 2097151 [ 0.575654] GPT: Use GNU Parted to correct GPT errors. [ 0.576622] vda: vda1 vda15 [ 0.577849] scsi host0: ata_piix [ 0.578629] scsi host1: ata_piix [ 0.579356] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.580580] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.582054] libphy: Fixed MDIO Bus: probed [ 0.582879] tun: Universal TUN/TAP device driver, 1.6 [ 0.583843] tun: (C) 1999-2004 Max Krasnyansky [ 0.586128] PPP generic driver version 2.4.2 [ 0.587050] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.588254] ehci-pci: EHCI PCI platform driver [ 0.589149] ehci-platform: EHCI generic platform driver [ 0.590176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.591350] ohci-pci: OHCI PCI platform driver [ 0.592245] ohci-platform: OHCI generic platform driver [ 0.593257] uhci_hcd: USB Universal Host Controller Interface driver [ 0.609420] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.610662] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.612204] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.613258] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.614525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.615808] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.617264] usb usb1: Product: UHCI Host Controller [ 0.618217] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.619380] usb usb1: SerialNumber: 0000:00:01.2 [ 0.620499] hub 1-0:1.0: USB hub found [ 0.621302] hub 1-0:1.0: 2 ports detected [ 0.622350] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.624574] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.625560] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.626650] mousedev: PS/2 mouse device common for all mice [ 0.628053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.629954] rtc_cmos 00:00: RTC can wake from S4 [ 0.631103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.632323] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.633551] i2c /dev entries driver [ 0.634376] device-mapper: uevent: version 1.0.3 [ 0.635369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.637052] ledtrig-cpu: registered to indicate activity on CPUs [ 0.638598] NET: Registered protocol family 10 [ 0.639783] NET: Registered protocol family 17 [ 0.640703] Key type dns_resolver registered [ 0.641748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.642877] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.644747] registered taskstats version 1 [ 0.645618] Loading compiled-in X.509 certificates [ 0.647137] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.649085] zswap: loaded using pool lzo/zbud [ 0.650809] Key type trusted registered [ 0.652601] Key type encrypted registered [ 0.653464] AppArmor: AppArmor sha1 policy hashing enabled [ 0.654532] ima: No TPM chip found, activating TPM-bypass! [ 0.655611] evm: HMAC attrs: 0x1 [ 0.656621] Magic number: 14:777:236 [ 0.657521] rtc_cmos 00:00: setting system clock to 2018-08-12 16:12:31 UTC (1534090351) [ 0.659187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.660322] EDD information not available. [ 0.739350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.751370] Write protecting the kernel read-only data: 14336k [ 0.753553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.755439] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.800741] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.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.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC+9GmfVYn5ONRE+b9JUDbCT5hYyb4FCkjmjIRftzUUaCDBnAqIU5RKBQZ8QkNxG1897KwcR8eEnN0XpEmsmUr+ydQJE9ksswyah1yqL10LRFaDq4L2kU/C9+DVj8nGCNYc3QKZK+ifes8mpb+5JgKWUPdN73W/Oh+nnRDbx1cxgbfJ4sG5eXy6JVK54vBeMSNXL3c5vLR1NVkpG52oMvTLmnQyHVTyd4f+EA7/rBCjgSD5G3UkSJNWQEdWVKB+4HXUOus2nYpL9RK0HZ/Ja/zbBs0+AcH4WR/WXhJh4IQCogFmGdGdrkPGeBPZrKjjJNGLcQ3TM7b6RLbHYs4LaxcH root@singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d ssh-dss AAAAB3NzaC1kc3MAAACBAO+x3YEOiElSlY7SkrXzL02a0q7hGZs0XyGhjI/oNvi4wMfYVo/MjKuz9VFcgj8WT0tqUIUf8gb9zXWV9grXkGcm/YI19w5I3fYOslpBmNYkKLTDfsf6FXj/eTcqVTabviiuokH+3/llqUH1fQbJ7NqB+7bO7m2TZp8ZOve+GRCHAAAAFQDeTJbO/ohRHMk+5egVmti+qh9OtQAAAIEAhljrT7KIeVHK2DBdVj4sIgNQQSqL5I83m8Mm4l65uT6rttm8hfcE1gC/yOry53F3In47tfpLHd8mzCOSk95J0NR1JxbEPtA77A7lP1C4meN1JvlELFLQZMVzWegyrswcdO2i9kq7PULIom89vh9cvYjkUa1zE9bVzsu+OiWnQ44AAACAJOLqtUGcqjcDm85zDrPpfoxu/9e+gWEY4i6XUxCPyLgKg3Hyk8juDj7OjofXsRi/Gj+ialUIEsAT6CeCUgbDwTUXTLGTh2MHzWCP4v9ruEMAeLBYyZCKMnt7NVtnvsVv6QbFyIhEjoRDagTF3qnk3m4v7SvIFIWs4Xm9BphuCGE= root@singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d -----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.5,24,fe80::f816:3eff:fed7:62f5/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.41 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d login: 2018-08-12 16:12:39,663 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.206: timed out 2018-08-12 16:12:48,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 16:12:48,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1/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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 16:12:48,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-c0eb2028-3f79-4e39-b658-9e400840d47c x-compute-request-id: req-c0eb2028-3f79-4e39-b658-9e400840d47c Content-Encoding: gzip Content-Length: 9560 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 455537117 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.134960] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136614] pid_max: default: 32768 minimum: 301\n[ 0.137512] ACPI: Core revision 20150930\n[ 0.138898] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140216] Security Framework initialized\n[ 0.141033] Yama: becoming mindful.\n[ 0.141765] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143969] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145244] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147868] Initializing cgroup subsys io\n[ 0.148676] Initializing cgroup subsys memory\n[ 0.149533] Initializing cgroup subsys devices\n[ 0.150420] Initializing cgroup subsys freezer\n[ 0.151288] Initializing cgroup subsys net_cls\n[ 0.152152] Initializing cgroup subsys perf_event\n[ 0.153055] Initializing cgroup subsys net_prio\n[ 0.153936] Initializing cgroup subsys hugetlb\n[ 0.154802] Initializing cgroup subsys pids\n[ 0.155667] CPU: Physical Processor ID: 0\n[ 0.157168] mce: CPU supports 10 MCE banks\n[ 0.158029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174606] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180647] ftrace: allocating 31920 entries in 125 pages\n[ 0.205537] smpboot: Max logical packages: 1\n[ 0.206420] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207768] x2apic enabled\n[ 0.208570] Switched APIC routing to physical x2apic.\n[ 0.210302] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213415] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215223] KVM setup paravirtual spinlock\n[ 0.216535] x86: Booted up 1 node, 1 CPUs\n[ 0.217347] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218740] devtmpfs: initialized\n[ 0.220461] evm: security.selinux\n[ 0.221163] evm: security.SMACK64\n[ 0.221854] evm: security.SMACK64EXEC\n[ 0.222591] evm: security.SMACK64TRANSMUTE\n[ 0.223398] evm: security.SMACK64MMAP\n[ 0.224145] evm: security.ima\n[ 0.224784] evm: security.capability\n[ 0.225586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227459] pinctrl core: initialized pinctrl subsystem\n[ 0.228563] RTC time: 16:12:30, date: 08/12/18\n[ 0.229529] NET: Registered protocol family 16\n[ 0.230520] cpuidle: using governor ladder\n[ 0.231344] cpuidle: using governor menu\n[ 0.232142] PCCT header not found.\n[ 0.232914] ACPI: bus type PCI registered\n[ 0.233718] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234965] PCI: Using configuration type 1 for base access\n[ 0.236729] ACPI: Added _OSI(Module Device)\n[ 0.237575] ACPI: Added _OSI(Processor Device)\n[ 0.238435] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239330] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241060] ACPI: Interpreter enabled\n[ 0.241833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249214] ACPI: (supports S0 S5)\n[ 0.249918] ACPI: Using IOAPIC for interrupt routing\n[ 0.250862] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253968] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255109] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256335] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257519] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259751] acpiphp: Slot [3] registered\n[ 0.260557] acpiphp: Slot [4] registered\n[ 0.261359] acpiphp: Slot [5] registered\n[ 0.262163] acpiphp: Slot [6] registered\n[ 0.262961] acpiphp: Slot [7] registered\n[ 0.263762] acpiphp: Slot [8] registered\n[ 0.264563] acpiphp: Slot [9] registered\n[ 0.265357] acpiphp: Slot [10] registered\n[ 0.266167] acpiphp: Slot [11] registered\n[ 0.266986] acpiphp: Slot [12] registered\n[ 0.267800] acpiphp: Slot [13] registered\n[ 0.268611] acpiphp: Slot [14] registered\n[ 0.269423] acpiphp: Slot [15] registered\n[ 0.280208] acpiphp: Slot [16] registered\n[ 0.281022] acpiphp: Slot [17] registered\n[ 0.281833] acpiphp: Slot [18] registered\n[ 0.282638] acpiphp: Slot [19] registered\n[ 0.283449] acpiphp: Slot [20] registered\n[ 0.284265] acpiphp: Slot [21] registered\n[ 0.285077] acpiphp: Slot [22] registered\n[ 0.285886] acpiphp: Slot [23] registered\n[ 0.286694] acpiphp: Slot [24] registered\n[ 0.287504] acpiphp: Slot [25] registered\n[ 0.288321] acpiphp: Slot [26] registered\n[ 0.289133] acpiphp: Slot [27] registered\n[ 0.289942] acpiphp: Slot [28] registered\n[ 0.290751] acpiphp: Slot [29] registered\n[ 0.291594] acpiphp: Slot [30] registered\n[ 0.292417] acpiphp: Slot [31] registered\n[ 0.293229] PCI host bridge to bus 0000:00\n[ 0.294036] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295245] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297908] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299351] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.300823] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305380] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306688] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307951] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311470] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312947] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.331118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.332583] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.334330] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.335750] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.337139] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.338398] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.339690] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.340741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.342289] vgaarb: loaded\n[ 0.342889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.344120] SCSI subsystem initialized\n[ 0.345036] ACPI: bus type USB registered\n[ 0.345864] usbcore: registered new interface driver usbfs\n[ 0.346895] usbcore: registered new interface driver hub\n[ 0.347903] usbcore: registered new device driver usb\n[ 0.349010] PCI: Using ACPI for IRQ routing\n[ 0.350126] NetLabel: Initializing\n[ 0.350846] NetLabel: domain hash size = 128\n[ 0.351696] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.352658] NetLabel: unlabeled traffic allowed by default\n[ 0.353822] clocksource: Switched to clocksource kvm-clock\n[ 0.361958] AppArmor: AppArmor Filesystem Enabled\n[ 0.362933] pnp: PnP ACPI init\n[ 0.363869] pnp: PnP ACPI: found 5 devices\n[ 0.370160] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.371878] NET: Registered protocol family 2\n[ 0.372925] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.374232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.375440] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.376639] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.377725] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.378911] NET: Registered protocol family 1\n[ 0.379789] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.380890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.381967] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.395989] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.410096] Trying to unpack rootfs image as initramfs...\n[ 0.466244] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.467923] Scanning for low memory corruption every 60 seconds\n[ 0.469268] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.470443] audit: initializing netlink subsys (disabled)\n[ 0.471471] audit: type=2000 audit(1534090351.741:1): initialized\n[ 0.472804] Initialise system trusted keyring\n[ 0.473774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.474940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.477059] zbud: loaded\n[ 0.477787] VFS: Disk quotas dquot_6.6.0\n[ 0.478622] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.480238] fuse init (API version 7.23)\n[ 0.481146] Key type big_key registered\n[ 0.481972] Allocating IMA MOK and blacklist keyrings.\n[ 0.483195] Key type asymmetric registered\n[ 0.484021] Asymmetric key parser 'x509' registered\n[ 0.484980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.486474] io scheduler noop registered\n[ 0.487274] io scheduler deadline registered (default)\n[ 0.488269] io scheduler cfq registered\n[ 0.489114] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.490165] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.491433] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.492877] ACPI: Power Button [PWRF]\n[ 0.493740] GHES: HEST is not enabled!\n[ 0.507561] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.535460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.537558] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.561454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.563764] Linux agpgart interface v0.103\n[ 0.566357] brd: module loaded\n[ 0.568028] loop: module loaded\n[ 0.571729] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.573184] GPT:90111 != 2097151\n[ 0.573880] GPT:Alternate GPT header not at the end of the disk.\n[ 0.574976] GPT:90111 != 2097151\n[ 0.575654] GPT: Use GNU Parted to correct GPT errors.\n[ 0.576622] vda: vda1 vda15\n[ 0.577849] scsi host0: ata_piix\n[ 0.578629] scsi host1: ata_piix\n[ 0.579356] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.580580] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.582054] libphy: Fixed MDIO Bus: probed\n[ 0.582879] tun: Universal TUN/TAP device driver, 1.6\n[ 0.583843] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.586128] PPP generic driver version 2.4.2\n[ 0.587050] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.588254] ehci-pci: EHCI PCI platform driver\n[ 0.589149] ehci-platform: EHCI generic platform driver\n[ 0.590176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.591350] ohci-pci: OHCI PCI platform driver\n[ 0.592245] ohci-platform: OHCI generic platform driver\n[ 0.593257] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.609420] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.610662] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.612204] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.613258] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.614525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.615808] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.617264] usb usb1: Product: UHCI Host Controller\n[ 0.618217] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.619380] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.620499] hub 1-0:1.0: USB hub found\n[ 0.621302] hub 1-0:1.0: 2 ports detected\n[ 0.622350] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.624574] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.625560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.626650] mousedev: PS/2 mouse device common for all mice\n[ 0.628053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.629954] rtc_cmos 00:00: RTC can wake from S4\n[ 0.631103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.632323] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.633551] i2c /dev entries driver\n[ 0.634376] device-mapper: uevent: version 1.0.3\n[ 0.635369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.637052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.638598] NET: Registered protocol family 10\n[ 0.639783] NET: Registered protocol family 17\n[ 0.640703] Key type dns_resolver registered\n[ 0.641748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.642877] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.644747] registered taskstats version 1\n[ 0.645618] Loading compiled-in X.509 certificates\n[ 0.647137] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.649085] zswap: loaded using pool lzo/zbud\n[ 0.650809] Key type trusted registered\n[ 0.652601] Key type encrypted registered\n[ 0.653464] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.654532] ima: No TPM chip found, activating TPM-bypass!\n[ 0.655611] evm: HMAC attrs: 0x1\n[ 0.656621] Magic number: 14:777:236\n[ 0.657521] rtc_cmos 00:00: setting system clock to 2018-08-12 16:12:31 UTC (1534090351)\n[ 0.659187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.660322] EDD information not available.\n[ 0.739350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.751370] Write protecting the kernel read-only data: 14336k\n[ 0.753553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.755439] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.800741] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.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.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC+9GmfVYn5ONRE+b9JUDbCT5hYyb4FCkjmjIRftzUUaCDBnAqIU5RKBQZ8QkNxG1897KwcR8eEnN0XpEmsmUr+ydQJE9ksswyah1yqL10LRFaDq4L2kU/C9+DVj8nGCNYc3QKZK+ifes8mpb+5JgKWUPdN73W/Oh+nnRDbx1cxgbfJ4sG5eXy6JVK54vBeMSNXL3c5vLR1NVkpG52oMvTLmnQyHVTyd4f+EA7/rBCjgSD5G3UkSJNWQEdWVKB+4HXUOus2nYpL9RK0HZ/Ja/zbBs0+AcH4WR/WXhJh4IQCogFmGdGdrkPGeBPZrKjjJNGLcQ3TM7b6RLbHYs4LaxcH root@singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d\nssh-dss AAAAB3NzaC1kc3MAAACBAO+x3YEOiElSlY7SkrXzL02a0q7hGZs0XyGhjI/oNvi4wMfYVo/MjKuz9VFcgj8WT0tqUIUf8gb9zXWV9grXkGcm/YI19w5I3fYOslpBmNYkKLTDfsf6FXj/eTcqVTabviiuokH+3/llqUH1fQbJ7NqB+7bO7m2TZp8ZOve+GRCHAAAAFQDeTJbO/ohRHMk+5egVmti+qh9OtQAAAIEAhljrT7KIeVHK2DBdVj4sIgNQQSqL5I83m8Mm4l65uT6rttm8hfcE1gC/yOry53F3In47tfpLHd8mzCOSk95J0NR1JxbEPtA77A7lP1C4meN1JvlELFLQZMVzWegyrswcdO2i9kq7PULIom89vh9cvYjkUa1zE9bVzsu+OiWnQ44AAACAJOLqtUGcqjcDm85zDrPpfoxu/9e+gWEY4i6XUxCPyLgKg3Hyk8juDj7OjofXsRi/Gj+ialUIEsAT6CeCUgbDwTUXTLGTh2MHzWCP4v9ruEMAeLBYyZCKMnt7NVtnvsVv6QbFyIhEjoRDagTF3qnk3m4v7SvIFIWs4Xm9BphuCGE= root@singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d\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.5,24,fe80::f816:3eff:fed7:62f5/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.41 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d login: "} 2018-08-12 16:12:48,920 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1/action used request id req-c0eb2028-3f79-4e39-b658-9e400840d47c 2018-08-12 16:12:48,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.247079849243s 2018-08-12 16:12:48,921 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1/action used request id req-c0eb2028-3f79-4e39-b658-9e400840d47c 2018-08-12 16:12:48,922 - 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 455537117 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.134960] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136614] pid_max: default: 32768 minimum: 301 [ 0.137512] ACPI: Core revision 20150930 [ 0.138898] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140216] Security Framework initialized [ 0.141033] Yama: becoming mindful. [ 0.141765] AppArmor: AppArmor initialized [ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143969] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145244] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146453] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147868] Initializing cgroup subsys io [ 0.148676] Initializing cgroup subsys memory [ 0.149533] Initializing cgroup subsys devices [ 0.150420] Initializing cgroup subsys freezer [ 0.151288] Initializing cgroup subsys net_cls [ 0.152152] Initializing cgroup subsys perf_event [ 0.153055] Initializing cgroup subsys net_prio [ 0.153936] Initializing cgroup subsys hugetlb [ 0.154802] Initializing cgroup subsys pids [ 0.155667] CPU: Physical Processor ID: 0 [ 0.157168] mce: CPU supports 10 MCE banks [ 0.158029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174606] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180647] ftrace: allocating 31920 entries in 125 pages [ 0.205537] smpboot: Max logical packages: 1 [ 0.206420] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207768] x2apic enabled [ 0.208570] Switched APIC routing to physical x2apic. [ 0.210302] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213415] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215223] KVM setup paravirtual spinlock [ 0.216535] x86: Booted up 1 node, 1 CPUs [ 0.217347] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218740] devtmpfs: initialized [ 0.220461] evm: security.selinux [ 0.221163] evm: security.SMACK64 [ 0.221854] evm: security.SMACK64EXEC [ 0.222591] evm: security.SMACK64TRANSMUTE [ 0.223398] evm: security.SMACK64MMAP [ 0.224145] evm: security.ima [ 0.224784] evm: security.capability [ 0.225586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.227459] pinctrl core: initialized pinctrl subsystem [ 0.228563] RTC time: 16:12:30, date: 08/12/18 [ 0.229529] NET: Registered protocol family 16 [ 0.230520] cpuidle: using governor ladder [ 0.231344] cpuidle: using governor menu [ 0.232142] PCCT header not found. [ 0.232914] ACPI: bus type PCI registered [ 0.233718] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234965] PCI: Using configuration type 1 for base access [ 0.236729] ACPI: Added _OSI(Module Device) [ 0.237575] ACPI: Added _OSI(Processor Device) [ 0.238435] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239330] ACPI: Added _OSI(Processor Aggregator Device) [ 0.241060] ACPI: Interpreter enabled [ 0.241833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.243676] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.245512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.247356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249214] ACPI: (supports S0 S5) [ 0.249918] ACPI: Using IOAPIC for interrupt routing [ 0.250862] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.253968] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255109] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.256335] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.257519] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.259751] acpiphp: Slot [3] registered [ 0.260557] acpiphp: Slot [4] registered [ 0.261359] acpiphp: Slot [5] registered [ 0.262163] acpiphp: Slot [6] registered [ 0.262961] acpiphp: Slot [7] registered [ 0.263762] acpiphp: Slot [8] registered [ 0.264563] acpiphp: Slot [9] registered [ 0.265357] acpiphp: Slot [10] registered [ 0.266167] acpiphp: Slot [11] registered [ 0.266986] acpiphp: Slot [12] registered [ 0.267800] acpiphp: Slot [13] registered [ 0.268611] acpiphp: Slot [14] registered [ 0.269423] acpiphp: Slot [15] registered [ 0.280208] acpiphp: Slot [16] registered [ 0.281022] acpiphp: Slot [17] registered [ 0.281833] acpiphp: Slot [18] registered [ 0.282638] acpiphp: Slot [19] registered [ 0.283449] acpiphp: Slot [20] registered [ 0.284265] acpiphp: Slot [21] registered [ 0.285077] acpiphp: Slot [22] registered [ 0.285886] acpiphp: Slot [23] registered [ 0.286694] acpiphp: Slot [24] registered [ 0.287504] acpiphp: Slot [25] registered [ 0.288321] acpiphp: Slot [26] registered [ 0.289133] acpiphp: Slot [27] registered [ 0.289942] acpiphp: Slot [28] registered [ 0.290751] acpiphp: Slot [29] registered [ 0.291594] acpiphp: Slot [30] registered [ 0.292417] acpiphp: Slot [31] registered [ 0.293229] PCI host bridge to bus 0000:00 [ 0.294036] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295245] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.296459] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297908] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.299351] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.300823] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.304029] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.305380] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.306688] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.307951] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311470] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312947] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.331118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.332583] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.334330] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.335750] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.337139] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.338398] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.339690] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.340741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.342289] vgaarb: loaded [ 0.342889] vgaarb: bridge control possible 0000:00:02.0 [ 0.344120] SCSI subsystem initialized [ 0.345036] ACPI: bus type USB registered [ 0.345864] usbcore: registered new interface driver usbfs [ 0.346895] usbcore: registered new interface driver hub [ 0.347903] usbcore: registered new device driver usb [ 0.349010] PCI: Using ACPI for IRQ routing [ 0.350126] NetLabel: Initializing [ 0.350846] NetLabel: domain hash size = 128 [ 0.351696] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.352658] NetLabel: unlabeled traffic allowed by default [ 0.353822] clocksource: Switched to clocksource kvm-clock [ 0.361958] AppArmor: AppArmor Filesystem Enabled [ 0.362933] pnp: PnP ACPI init [ 0.363869] pnp: PnP ACPI: found 5 devices [ 0.370160] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.371878] NET: Registered protocol family 2 [ 0.372925] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.374232] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.375440] TCP: Hash tables configured (established 4096 bind 4096) [ 0.376639] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.377725] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.378911] NET: Registered protocol family 1 [ 0.379789] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.380890] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.381967] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.395989] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.410096] Trying to unpack rootfs image as initramfs... [ 0.466244] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.467923] Scanning for low memory corruption every 60 seconds [ 0.469268] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.470443] audit: initializing netlink subsys (disabled) [ 0.471471] audit: type=2000 audit(1534090351.741:1): initialized [ 0.472804] Initialise system trusted keyring [ 0.473774] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.474940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.477059] zbud: loaded [ 0.477787] VFS: Disk quotas dquot_6.6.0 [ 0.478622] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.480238] fuse init (API version 7.23) [ 0.481146] Key type big_key registered [ 0.481972] Allocating IMA MOK and blacklist keyrings. [ 0.483195] Key type asymmetric registered [ 0.484021] Asymmetric key parser 'x509' registered [ 0.484980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.486474] io scheduler noop registered [ 0.487274] io scheduler deadline registered (default) [ 0.488269] io scheduler cfq registered [ 0.489114] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.490165] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.491433] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.492877] ACPI: Power Button [PWRF] [ 0.493740] GHES: HEST is not enabled! [ 0.507561] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.535460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.537558] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.561454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.563764] Linux agpgart interface v0.103 [ 0.566357] brd: module loaded [ 0.568028] loop: module loaded [ 0.571729] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.573184] GPT:90111 != 2097151 [ 0.573880] GPT:Alternate GPT header not at the end of the disk. [ 0.574976] GPT:90111 != 2097151 [ 0.575654] GPT: Use GNU Parted to correct GPT errors. [ 0.576622] vda: vda1 vda15 [ 0.577849] scsi host0: ata_piix [ 0.578629] scsi host1: ata_piix [ 0.579356] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.580580] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.582054] libphy: Fixed MDIO Bus: probed [ 0.582879] tun: Universal TUN/TAP device driver, 1.6 [ 0.583843] tun: (C) 1999-2004 Max Krasnyansky [ 0.586128] PPP generic driver version 2.4.2 [ 0.587050] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.588254] ehci-pci: EHCI PCI platform driver [ 0.589149] ehci-platform: EHCI generic platform driver [ 0.590176] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.591350] ohci-pci: OHCI PCI platform driver [ 0.592245] ohci-platform: OHCI generic platform driver [ 0.593257] uhci_hcd: USB Universal Host Controller Interface driver [ 0.609420] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.610662] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.612204] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.613258] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.614525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.615808] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.617264] usb usb1: Product: UHCI Host Controller [ 0.618217] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.619380] usb usb1: SerialNumber: 0000:00:01.2 [ 0.620499] hub 1-0:1.0: USB hub found [ 0.621302] hub 1-0:1.0: 2 ports detected [ 0.622350] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.624574] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.625560] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.626650] mousedev: PS/2 mouse device common for all mice [ 0.628053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.629954] rtc_cmos 00:00: RTC can wake from S4 [ 0.631103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.632323] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.633551] i2c /dev entries driver [ 0.634376] device-mapper: uevent: version 1.0.3 [ 0.635369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.637052] ledtrig-cpu: registered to indicate activity on CPUs [ 0.638598] NET: Registered protocol family 10 [ 0.639783] NET: Registered protocol family 17 [ 0.640703] Key type dns_resolver registered [ 0.641748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.642877] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.644747] registered taskstats version 1 [ 0.645618] Loading compiled-in X.509 certificates [ 0.647137] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.649085] zswap: loaded using pool lzo/zbud [ 0.650809] Key type trusted registered [ 0.652601] Key type encrypted registered [ 0.653464] AppArmor: AppArmor sha1 policy hashing enabled [ 0.654532] ima: No TPM chip found, activating TPM-bypass! [ 0.655611] evm: HMAC attrs: 0x1 [ 0.656621] Magic number: 14:777:236 [ 0.657521] rtc_cmos 00:00: setting system clock to 2018-08-12 16:12:31 UTC (1534090351) [ 0.659187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.660322] EDD information not available. [ 0.739350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.751370] Write protecting the kernel read-only data: 14336k [ 0.753553] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.755439] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.800741] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.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.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC+9GmfVYn5ONRE+b9JUDbCT5hYyb4FCkjmjIRftzUUaCDBnAqIU5RKBQZ8QkNxG1897KwcR8eEnN0XpEmsmUr+ydQJE9ksswyah1yqL10LRFaDq4L2kU/C9+DVj8nGCNYc3QKZK+ifes8mpb+5JgKWUPdN73W/Oh+nnRDbx1cxgbfJ4sG5eXy6JVK54vBeMSNXL3c5vLR1NVkpG52oMvTLmnQyHVTyd4f+EA7/rBCjgSD5G3UkSJNWQEdWVKB+4HXUOus2nYpL9RK0HZ/Ja/zbBs0+AcH4WR/WXhJh4IQCogFmGdGdrkPGeBPZrKjjJNGLcQ3TM7b6RLbHYs4LaxcH root@singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d ssh-dss AAAAB3NzaC1kc3MAAACBAO+x3YEOiElSlY7SkrXzL02a0q7hGZs0XyGhjI/oNvi4wMfYVo/MjKuz9VFcgj8WT0tqUIUf8gb9zXWV9grXkGcm/YI19w5I3fYOslpBmNYkKLTDfsf6FXj/eTcqVTabviiuokH+3/llqUH1fQbJ7NqB+7bO7m2TZp8ZOve+GRCHAAAAFQDeTJbO/ohRHMk+5egVmti+qh9OtQAAAIEAhljrT7KIeVHK2DBdVj4sIgNQQSqL5I83m8Mm4l65uT6rttm8hfcE1gC/yOry53F3In47tfpLHd8mzCOSk95J0NR1JxbEPtA77A7lP1C4meN1JvlELFLQZMVzWegyrswcdO2i9kq7PULIom89vh9cvYjkUa1zE9bVzsu+OiWnQ44AAACAJOLqtUGcqjcDm85zDrPpfoxu/9e+gWEY4i6XUxCPyLgKg3Hyk8juDj7OjofXsRi/Gj+ialUIEsAT6CeCUgbDwTUXTLGTh2MHzWCP4v9ruEMAeLBYyZCKMnt7NVtnvsVv6QbFyIhEjoRDagTF3qnk3m4v7SvIFIWs4Xm9BphuCGE= root@singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d -----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.5,24,fe80::f816:3eff:fed7:62f5/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.41 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-8f142136-092b-4ed3-93c8-864ef8de337d login: 2018-08-12 16:12:48,925 - paramiko.transport - DEBUG - starting thread (client mode): 0xd0f67c50L 2018-08-12 16:12:48,926 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 16:12:48,926 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 16:12:48,926 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 16:12:48,928 - 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-12 16:12:48,928 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 16:12:48,928 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 16:12:48,929 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 16:12:48,929 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 16:12:48,929 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 16:12:48,949 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 16:12:48,950 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 16:12:48,958 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 79265bf22f349e7b3279090265fbb5c1 2018-08-12 16:12:48,959 - paramiko.transport - DEBUG - Trying discovered key 17e945e9520c34577b6c7a97cedc580b in /tmp/tmpR_JNtY 2018-08-12 16:12:48,988 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 16:12:48,994 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 16:12:49,024 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 16:12:49,025 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 16:12:49,025 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 16:12:49,027 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 16:12:49,028 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 16:12:49,028 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-12 16:12:49,029 - functest.core.singlevm - DEBUG - error: 2018-08-12 16:12:49,032 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 16:12:49,144 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:12:49,145 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 16:12:49,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 16:12:49,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/28539079-2900-4678-8a01-aa4de4c5936d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:50,423 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-98afcc6e-50b0-46f1-988c-7c76fa02e089 Content-Length: 0 Date: Sun, 12 Aug 2018 16:12:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:12:50,423 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/28539079-2900-4678-8a01-aa4de4c5936d.json used request id req-98afcc6e-50b0-46f1-988c-7c76fa02e089 2018-08-12 16:12:50,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.27043008804s 2018-08-12 16:12:50,423 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/28539079-2900-4678-8a01-aa4de4c5936d.json used request id req-98afcc6e-50b0-46f1-988c-7c76fa02e089 2018-08-12 16:12:50,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:12:50,429 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:50,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7b8790dc-15fb-47cc-aba7-36f61b85561e Date: Sun, 12 Aug 2018 16:12:50 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:12:50,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-7b8790dc-15fb-47cc-aba7-36f61b85561e 2018-08-12 16:12:50,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.337528944016s 2018-08-12 16:12:50,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-7b8790dc-15fb-47cc-aba7-36f61b85561e 2018-08-12 16:12:50,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 16:12:50,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:51,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:12: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-ecaa62ac-2d9f-417a-a62d-613be342072a x-compute-request-id: req-ecaa62ac-2d9f-417a-a62d-613be342072a Content-Type: application/json 2018-08-12 16:12:51,260 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1 used request id req-ecaa62ac-2d9f-417a-a62d-613be342072a 2018-08-12 16:12:51,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.492998123169s 2018-08-12 16:12:51,260 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1 used request id req-ecaa62ac-2d9f-417a-a62d-613be342072a 2018-08-12 16:12:51,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:12:51,264 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:52,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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-32bbc560-5953-48fb-8e06-974777ae08b6 x-compute-request-id: req-32bbc560-5953-48fb-8e06-974777ae08b6 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:62:f5", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:62:f5", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "rel": "bookmark"}], "image": {"id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "links": [{"href": "http://172.30.9.23:8774/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-12T16:12:31.000000", "flavor": {"id": "05a258d8-e913-436d-9748-524610a0183f", "links": [{"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "bookmark"}]}, "id": "8bb01791-6c54-4b2e-a0f6-739ea0a7e0d1", "security_groups": [{"name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:12:50Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_8f142136-092b-4ed3-93c8-864ef8de337d", "created": "2018-08-12T16:12:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:12:52,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-32bbc560-5953-48fb-8e06-974777ae08b6 2018-08-12 16:12:52,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21693992615s 2018-08-12 16:12:52,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-32bbc560-5953-48fb-8e06-974777ae08b6 2018-08-12 16:12:52,480 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:12:54,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:12:54,485 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:54,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:12: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 x-openstack-request-id: req-ed7e9a03-6e3b-4f30-8e3e-fe88847c9503 x-compute-request-id: req-ed7e9a03-6e3b-4f30-8e3e-fe88847c9503 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 16:12:54,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ed7e9a03-6e3b-4f30-8e3e-fe88847c9503 2018-08-12 16:12:54,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.215267181396s 2018-08-12 16:12:54,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ed7e9a03-6e3b-4f30-8e3e-fe88847c9503 2018-08-12 16:12:54,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:12:54,701 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:54,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-6ee656a1-da14-4e02-b565-8386bfe6af68 Date: Sun, 12 Aug 2018 16:12:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:12:06Z", "updated_at": "2018-08-12T16:12:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:06Z", "revision_number": 0, "id": "141d088c-d699-4c06-be88-32b09383e8ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:06Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T16:12:08Z", "revision_number": 0, "id": "1a79cfda-62b5-49db-867c-d953681dce27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:08Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:06Z", "revision_number": 0, "id": "2a6eaf54-0e4a-464a-b9a0-bead7c05ad43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:06Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:12:08Z", "revision_number": 0, "id": "59984e2d-1541-48fd-a17a-bb581bd8b35d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:12:08Z", "security_group_id": "b107f99a-5569-471d-ab51-15218b78dd5e", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 3, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "b107f99a-5569-471d-ab51-15218b78dd5e", "name": "singlevm1-sg_8f142136-092b-4ed3-93c8-864ef8de337d"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}]} 2018-08-12 16:12:54,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6ee656a1-da14-4e02-b565-8386bfe6af68 2018-08-12 16:12:54,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0705218315125s 2018-08-12 16:12:54,772 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6ee656a1-da14-4e02-b565-8386bfe6af68 2018-08-12 16:12:54,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 16:12:54,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b107f99a-5569-471d-ab51-15218b78dd5e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:55,221 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17547bd0-55e7-4cc5-bd67-674c84c67478 Content-Length: 0 Date: Sun, 12 Aug 2018 16:12:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:12:55,222 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b107f99a-5569-471d-ab51-15218b78dd5e.json used request id req-17547bd0-55e7-4cc5-bd67-674c84c67478 2018-08-12 16:12:55,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.445812940598s 2018-08-12 16:12:55,222 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b107f99a-5569-471d-ab51-15218b78dd5e.json used request id req-17547bd0-55e7-4cc5-bd67-674c84c67478 2018-08-12 16:12:55,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 16:12:55,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:55,422 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:12: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-b3c90f14-8ab5-4970-b708-85aa3eb253df x-compute-request-id: req-b3c90f14-8ab5-4970-b708-85aa3eb253df Content-Length: 0 Content-Type: application/json 2018-08-12 16:12:55,423 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d used request id req-b3c90f14-8ab5-4970-b708-85aa3eb253df 2018-08-12 16:12:55,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.200397968292s 2018-08-12 16:12:55,423 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_8f142136-092b-4ed3-93c8-864ef8de337d used request id req-b3c90f14-8ab5-4970-b708-85aa3eb253df 2018-08-12 16:12:55,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:12:55,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849/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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" -d '{"subnet_id": "bd7633ba-3a21-4880-84b6-28c676ef8029"}' 2018-08-12 16:12:57,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-22940b3e-a1cf-4b5a-8eb0-0aa51770445a Date: Sun, 12 Aug 2018 16:12:57 GMT RESP BODY: {"network_id": "11399c04-fbd7-4795-864d-5673a5716577", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "bd7633ba-3a21-4880-84b6-28c676ef8029", "subnet_ids": ["bd7633ba-3a21-4880-84b6-28c676ef8029"], "port_id": "18922176-2699-42c5-a2d9-8e80eae4495a", "id": "f2cbaab3-1e63-478b-9c89-03d2e5cd7849"} 2018-08-12 16:12:57,265 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849/remove_router_interface.json used request id req-22940b3e-a1cf-4b5a-8eb0-0aa51770445a 2018-08-12 16:12:57,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84153413773s 2018-08-12 16:12:57,265 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849/remove_router_interface.json used request id req-22940b3e-a1cf-4b5a-8eb0-0aa51770445a returning object f2cbaab3-1e63-478b-9c89-03d2e5cd7849 2018-08-12 16:12:57,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:12:57,267 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:57,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0fe9ff4c-04e6-4baf-ad2b-5cf2a72f4ef8 Date: Sun, 12 Aug 2018 16:12:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:11:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:12:56Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "f2cbaab3-1e63-478b-9c89-03d2e5cd7849", "name": "singlevm1-router_8f142136-092b-4ed3-93c8-864ef8de337d"}]} 2018-08-12 16:12:57,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0fe9ff4c-04e6-4baf-ad2b-5cf2a72f4ef8 2018-08-12 16:12:57,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109884977341s 2018-08-12 16:12:57,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0fe9ff4c-04e6-4baf-ad2b-5cf2a72f4ef8 2018-08-12 16:12:57,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:12:57,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:59,014 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d2f9e44b-76e2-48c4-b6ec-97480fbe7d09 Content-Length: 0 Date: Sun, 12 Aug 2018 16:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:12:59,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849.json used request id req-d2f9e44b-76e2-48c4-b6ec-97480fbe7d09 2018-08-12 16:12:59,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63636279106s 2018-08-12 16:12:59,014 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f2cbaab3-1e63-478b-9c89-03d2e5cd7849.json used request id req-d2f9e44b-76e2-48c4-b6ec-97480fbe7d09 2018-08-12 16:12:59,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:12:59,015 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:12:59,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-855c57e9-9892-4cf3-aa4e-53a7e26df057 Date: Sun, 12 Aug 2018 16:12:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11399c04-fbd7-4795-864d-5673a5716577","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:11:56Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"bd7633ba-3a21-4880-84b6-28c676ef8029","subnetpool_id":null,"name":"singlevm1-subnet_8f142136-092b-4ed3-93c8-864ef8de337d"}]} 2018-08-12 16:12:59,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-855c57e9-9892-4cf3-aa4e-53a7e26df057 2018-08-12 16:12:59,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.301625967026s 2018-08-12 16:12:59,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-855c57e9-9892-4cf3-aa4e-53a7e26df057 2018-08-12 16:12:59,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:12:59,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/bd7633ba-3a21-4880-84b6-28c676ef8029.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:13:01,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62b02bfe-d8ef-458a-89ce-f6289863b82e Date: Sun, 12 Aug 2018 16:13:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:13:01,351 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/bd7633ba-3a21-4880-84b6-28c676ef8029.json used request id req-62b02bfe-d8ef-458a-89ce-f6289863b82e 2018-08-12 16:13:01,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.0325050354s 2018-08-12 16:13:01,351 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/bd7633ba-3a21-4880-84b6-28c676ef8029.json used request id req-62b02bfe-d8ef-458a-89ce-f6289863b82e 2018-08-12 16:13:01,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:13:01,352 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:13:01,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-034061c5-c6fa-4e72-97b1-2de6a77e595d Date: Sun, 12 Aug 2018 16:13:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"11399c04-fbd7-4795-864d-5673a5716577","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:13:01Z","provider:segmentation_id":43,"name":"singlevm1-net_8f142136-092b-4ed3-93c8-864ef8de337d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:11:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:13:01,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-034061c5-c6fa-4e72-97b1-2de6a77e595d 2018-08-12 16:13:01,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0842978954315s 2018-08-12 16:13:01,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-034061c5-c6fa-4e72-97b1-2de6a77e595d 2018-08-12 16:13:01,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:13:01,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/11399c04-fbd7-4795-864d-5673a5716577.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:13:02,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d93312d3-42fa-4a4d-aef9-a96673752731 Date: Sun, 12 Aug 2018 16:13:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:13:02,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/11399c04-fbd7-4795-864d-5673a5716577.json used request id req-d93312d3-42fa-4a4d-aef9-a96673752731 2018-08-12 16:13:02,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.45913314819s 2018-08-12 16:13:02,897 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/11399c04-fbd7-4795-864d-5673a5716577.json used request id req-d93312d3-42fa-4a4d-aef9-a96673752731 2018-08-12 16:13:02,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:13:02,905 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:13:03,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4ecc5138-9511-4ea2-93fb-b0ccf4af6d0b Date: Sun, 12 Aug 2018 16:13:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:12:03Z", "file": "/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a14b3732-465f-4445-9a1c-3a3f45dc1a61", "size": 12716032, "self": "/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_8f142136-092b-4ed3-93c8-864ef8de337d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:12:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:13:03,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4ecc5138-9511-4ea2-93fb-b0ccf4af6d0b 2018-08-12 16:13:03,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.791966915131s 2018-08-12 16:13:03,694 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4ecc5138-9511-4ea2-93fb-b0ccf4af6d0b 2018-08-12 16:13:03,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:13:03,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:13:04,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a270049-4781-4703-ab49-d793cd04e803 Date: Sun, 12 Aug 2018 16:13: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-12 16:13:04,157 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61 used request id req-1a270049-4781-4703-ab49-d793cd04e803 2018-08-12 16:13:04,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.460417032242s 2018-08-12 16:13:04,158 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a14b3732-465f-4445-9a1c-3a3f45dc1a61 used request id req-1a270049-4781-4703-ab49-d793cd04e803 2018-08-12 16:13:04,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:13:04,162 - 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}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:13:04,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-f3630cf8-5787-4584-a2b0-9c4b1c2924f4 x-compute-request-id: req-f3630cf8-5787-4584-a2b0-9c4b1c2924f4 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_8f142136-092b-4ed3-93c8-864ef8de337d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/05a258d8-e913-436d-9748-524610a0183f", "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": "05a258d8-e913-436d-9748-524610a0183f"}]} 2018-08-12 16:13:04,184 - 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-f3630cf8-5787-4584-a2b0-9c4b1c2924f4 2018-08-12 16:13:04,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258390903473s 2018-08-12 16:13:04,185 - 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-f3630cf8-5787-4584-a2b0-9c4b1c2924f4 2018-08-12 16:13:04,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:13:04,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}815a8d5bc24de7baaf2bb7b7d8742b56bf2d6a77" 2018-08-12 16:13:04,235 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:13: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-47a6d851-8212-48ea-b9ec-f6ad183567ec x-compute-request-id: req-47a6d851-8212-48ea-b9ec-f6ad183567ec Content-Length: 0 Content-Type: application/json 2018-08-12 16:13:04,235 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f used request id req-47a6d851-8212-48ea-b9ec-f6ad183567ec 2018-08-12 16:13:04,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.04967212677s 2018-08-12 16:13:04,236 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/05a258d8-e913-436d-9748-524610a0183f used request id req-47a6d851-8212-48ea-b9ec-f6ad183567ec 2018-08-12 16:13:04,278 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-12 16:13:04,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:13:04,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:13:04,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:13:04,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:13:04,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:13:04,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:13:04,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:13:04,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:13:04,317 - 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-12 16:13:04,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3351c5c9-ca0f-46f8-b819-a8df8f6c2f6e 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-12 16:13:04,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3351c5c9-ca0f-46f8-b819-a8df8f6c2f6e 2018-08-12 16:13:04,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:13:04,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:13:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["MTt2go8MSA6nDPbtCs3skw"], "issued_at": "2018-08-12T16:13:04.000000Z"}} 2018-08-12 16:13:04,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:13:04,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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:05,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-50fed91f-62e0-4951-ad5b-2ee7398fd2c2 Date: Sun, 12 Aug 2018 16:13:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:13:05,071 - 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-50fed91f-62e0-4951-ad5b-2ee7398fd2c2 2018-08-12 16:13:05,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350196123123s 2018-08-12 16:13:05,071 - 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-50fed91f-62e0-4951-ad5b-2ee7398fd2c2 2018-08-12 16:13:05,076 - 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-12 16:13:05,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:13:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72143da8-d7e0-413c-abd6-6ab58ae41292 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-12 16:13:05,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-72143da8-d7e0-413c-abd6-6ab58ae41292 2018-08-12 16:13:05,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:13:05,083 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:05,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e5bb14-2800-4e60-af54-435dab28ec46 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 16:13:05,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-a8e5bb14-2800-4e60-af54-435dab28ec46 2018-08-12 16:13:05,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193078041077s 2018-08-12 16:13:05,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-a8e5bb14-2800-4e60-af54-435dab28ec46 2018-08-12 16:13:05,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 16:13:05,285 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9"}}' 2018-08-12 16:13:05,488 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:13:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5ce3cff-474d-4e13-bbd7-519e9bcb062b 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/ada5e4acf81348d5aff0d8d5ea7fe0eb"}, "tags": [], "enabled": true, "id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9"}} 2018-08-12 16:13:05,489 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d5ce3cff-474d-4e13-bbd7-519e9bcb062b 2018-08-12 16:13:05,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.207020998001s 2018-08-12 16:13:05,489 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d5ce3cff-474d-4e13-bbd7-519e9bcb062b 2018-08-12 16:13:05,490 - 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'ada5e4acf81348d5aff0d8d5ea7fe0eb', '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_70aab25b-2d16-4d48-b763-410787f452b9'}) 2018-08-12 16:13:05,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 16:13:05,500 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "66350734-db26-42d9-9b1c-c76f10d32622", "email": null, "name": "singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9"}}' 2018-08-12 16:13:06,027 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:13:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88c481c6-6cbe-4065-ba65-efd7571cc930 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9", "links": {"self": "http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aaac6dd878184403847eb3601fe0f351", "domain_id": "default", "password_expires_at": null}} 2018-08-12 16:13:06,027 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-88c481c6-6cbe-4065-ba65-efd7571cc930 2018-08-12 16:13:06,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.531072854996s 2018-08-12 16:13:06,027 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-88c481c6-6cbe-4065-ba65-efd7571cc930 2018-08-12 16:13:06,028 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'aaac6dd878184403847eb3601fe0f351', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9'}) 2018-08-12 16:13:06,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:13:06,035 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:06,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de73aea-e431-48f7-9413-21ce0c963e4c Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:13:06,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3de73aea-e431-48f7-9413-21ce0c963e4c 2018-08-12 16:13:06,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194636821747s 2018-08-12 16:13:06,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3de73aea-e431-48f7-9413-21ce0c963e4c 2018-08-12 16:13:06,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:13:06,235 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:06,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c834dcc4-ee06-4676-a880-70d9e5430b4a Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:13:06,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c834dcc4-ee06-4676-a880-70d9e5430b4a 2018-08-12 16:13:06,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182139873505s 2018-08-12 16:13:06,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c834dcc4-ee06-4676-a880-70d9e5430b4a 2018-08-12 16:13:06,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:13:06,422 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:06,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebdbf093-fa41-41cc-ae8d-2fc71aade3a5 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:13:06,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ebdbf093-fa41-41cc-ae8d-2fc71aade3a5 2018-08-12 16:13:06,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188153982162s 2018-08-12 16:13:06,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ebdbf093-fa41-41cc-ae8d-2fc71aade3a5 2018-08-12 16:13:06,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:13:06,614 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:06,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-817be186-67f3-41c4-914d-4f5f3de254c3 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-12 16:13:06,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-817be186-67f3-41c4-914d-4f5f3de254c3 2018-08-12 16:13:06,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200242042542s 2018-08-12 16:13:06,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-817be186-67f3-41c4-914d-4f5f3de254c3 2018-08-12 16:13:06,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:13:06,816 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:07,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5212e0e-7311-4406-9922-ef78cf423090 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9", "links": {"self": "http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aaac6dd878184403847eb3601fe0f351", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:13:07,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e5212e0e-7311-4406-9922-ef78cf423090 2018-08-12 16:13:07,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196285009384s 2018-08-12 16:13:07,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e5212e0e-7311-4406-9922-ef78cf423090 2018-08-12 16:13:07,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:13:07,024 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:07,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-629751a4-ffba-40b5-8b53-9ec74feafa19 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/ada5e4acf81348d5aff0d8d5ea7fe0eb"}, "tags": [], "enabled": true, "id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9"}]} 2018-08-12 16:13:07,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-629751a4-ffba-40b5-8b53-9ec74feafa19 2018-08-12 16:13:07,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19881105423s 2018-08-12 16:13:07,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-629751a4-ffba-40b5-8b53-9ec74feafa19 2018-08-12 16:13:07,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 16:13:07,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=aaac6dd878184403847eb3601fe0f351&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=ada5e4acf81348d5aff0d8d5ea7fe0eb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:07,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca587c21-1312-4f52-adcc-49ae7c564d6a 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=aaac6dd878184403847eb3601fe0f351&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=ada5e4acf81348d5aff0d8d5ea7fe0eb", "previous": null, "next": null}} 2018-08-12 16:13:07,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=aaac6dd878184403847eb3601fe0f351&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=ada5e4acf81348d5aff0d8d5ea7fe0eb used request id req-ca587c21-1312-4f52-adcc-49ae7c564d6a 2018-08-12 16:13:07,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106809854507s 2018-08-12 16:13:07,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=aaac6dd878184403847eb3601fe0f351&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=ada5e4acf81348d5aff0d8d5ea7fe0eb used request id req-ca587c21-1312-4f52-adcc-49ae7c564d6a 2018-08-12 16:13:07,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 16:13:07,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/ada5e4acf81348d5aff0d8d5ea7fe0eb/users/aaac6dd878184403847eb3601fe0f351/roles/2227886414cb4d22a8494529517c5128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:07,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6931d03b-06da-464a-baa2-1c9ff22f8525 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:13:07,605 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ada5e4acf81348d5aff0d8d5ea7fe0eb/users/aaac6dd878184403847eb3601fe0f351/roles/2227886414cb4d22a8494529517c5128 used request id req-6931d03b-06da-464a-baa2-1c9ff22f8525 2018-08-12 16:13:07,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.266516923904s 2018-08-12 16:13:07,605 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ada5e4acf81348d5aff0d8d5ea7fe0eb/users/aaac6dd878184403847eb3601fe0f351/roles/2227886414cb4d22a8494529517c5128 used request id req-6931d03b-06da-464a-baa2-1c9ff22f8525 2018-08-12 16:13:07,606 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9', 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'ada5e4acf81348d5aff0d8d5ea7fe0eb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '66350734-db26-42d9-9b1c-c76f10d32622', 'username': u'singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9', '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-12 16:13:07,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:13:07,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:13:07,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:13:07,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:13:07,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:13:07,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:13:07,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:13:07,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:13:07,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:13:07,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:13:07,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:13:07,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:13:07,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:13:07,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:13:07,611 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9', 'password': '66350734-db26-42d9-9b1c-c76f10d32622', 'project_name': 'singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'project_domain_name': 'Default'} 2018-08-12 16:13:07,611 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-12 16:13:07,612 - 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-12 16:13:07,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd5be4fc-b865-4167-b541-5edf4aaf6e44 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-12 16:13:07,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cd5be4fc-b865-4167-b541-5edf4aaf6e44 2018-08-12 16:13:07,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:13:08,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T17:13:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "name": "singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/ada5e4acf81348d5aff0d8d5ea7fe0eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9", "id": "aaac6dd878184403847eb3601fe0f351"}, "audit_ids": ["nDG85dTVQLGzw7gGNmHLAg"], "issued_at": "2018-08-12T16:13:07.000000Z"}} 2018-08-12 16:13:08,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:13:08,029 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"network": {"name": "singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9", "admin_state_up": true}}' 2018-08-12 16:13:08,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-0c7c79b4-d75a-4170-af22-4c5119cae6a6 Date: Sun, 12 Aug 2018 16:13:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T16:13:08Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"6ce45244-f88c-48ed-82ad-d10956fdab24","name":"singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9"}} 2018-08-12 16:13:08,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0c7c79b4-d75a-4170-af22-4c5119cae6a6 2018-08-12 16:13:08,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.877680063248s 2018-08-12 16:13:08,906 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0c7c79b4-d75a-4170-af22-4c5119cae6a6 2018-08-12 16:13:08,907 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:13:08Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6ce45244-f88c-48ed-82ad-d10956fdab24', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9', u'admin_state_up': True, u'tenant_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', u'created_at': u'2018-08-12T16:13:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb'}) 2018-08-12 16:13:08,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:13:08,908 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:09,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-0059ad84-1952-4511-b6f4-ba3a15b85a45 Date: Sun, 12 Aug 2018 16:13:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T16:13:08Z","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"6ce45244-f88c-48ed-82ad-d10956fdab24","name":"singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:13:09,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0059ad84-1952-4511-b6f4-ba3a15b85a45 2018-08-12 16:13:09,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353859901428s 2018-08-12 16:13:09,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0059ad84-1952-4511-b6f4-ba3a15b85a45 2018-08-12 16:13:09,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:13:09,264 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"subnet": {"name": "singlevm2-subnet_70aab25b-2d16-4d48-b763-410787f452b9", "enable_dhcp": true, "network_id": "6ce45244-f88c-48ed-82ad-d10956fdab24", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:13:10,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-a125ee48-6c07-4e36-b8e0-6577c51114f2 Date: Sun, 12 Aug 2018 16:13:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ce45244-f88c-48ed-82ad-d10956fdab24","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:13:09Z","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":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"8d9b154d-7370-48b1-9f14-07d3e7687439","subnetpool_id":null,"name":"singlevm2-subnet_70aab25b-2d16-4d48-b763-410787f452b9"}} 2018-08-12 16:13:10,308 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a125ee48-6c07-4e36-b8e0-6577c51114f2 2018-08-12 16:13:10,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04399704933s 2018-08-12 16:13:10,308 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a125ee48-6c07-4e36-b8e0-6577c51114f2 2018-08-12 16:13:10,309 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:13:09Z', 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'8d9b154d-7370-48b1-9f14-07d3e7687439', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_70aab25b-2d16-4d48-b763-410787f452b9', u'enable_dhcp': True, u'network_id': u'6ce45244-f88c-48ed-82ad-d10956fdab24', u'tenant_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', u'created_at': u'2018-08-12T16:13:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb'}) 2018-08-12 16:13:10,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:13:10,310 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "singlevm2-router_70aab25b-2d16-4d48-b763-410787f452b9", "admin_state_up": true}}' 2018-08-12 16:13:11,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-c40ea8d6-e92d-481e-8c7d-17ab834864b6 Date: Sun, 12 Aug 2018 16:13:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:10Z", "admin_state_up": true, "updated_at": "2018-08-12T16:13:11Z", "revision_number": 2, "routes": [], "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "aa81743c-7acc-43e7-a438-0535b8bac483", "name": "singlevm2-router_70aab25b-2d16-4d48-b763-410787f452b9"}} 2018-08-12 16:13:11,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c40ea8d6-e92d-481e-8c7d-17ab834864b6 2018-08-12 16:13:11,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.59308600426s 2018-08-12 16:13:11,903 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c40ea8d6-e92d-481e-8c7d-17ab834864b6 2018-08-12 16:13:11,903 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', u'created_at': u'2018-08-12T16:13:10Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T16:13:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', u'id': u'aa81743c-7acc-43e7-a438-0535b8bac483', u'name': u'singlevm2-router_70aab25b-2d16-4d48-b763-410787f452b9'}) 2018-08-12 16:13:11,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:13:11,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483/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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"subnet_id": "8d9b154d-7370-48b1-9f14-07d3e7687439"}' 2018-08-12 16:13:13,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d8fe7fd6-a749-4cf5-bef9-6d7504dd68e9 Date: Sun, 12 Aug 2018 16:13:13 GMT RESP BODY: {"network_id": "6ce45244-f88c-48ed-82ad-d10956fdab24", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "subnet_id": "8d9b154d-7370-48b1-9f14-07d3e7687439", "subnet_ids": ["8d9b154d-7370-48b1-9f14-07d3e7687439"], "port_id": "54c1e097-7201-4c52-8762-00432c50031c", "id": "aa81743c-7acc-43e7-a438-0535b8bac483"} 2018-08-12 16:13:13,927 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483/add_router_interface.json used request id req-d8fe7fd6-a749-4cf5-bef9-6d7504dd68e9 2018-08-12 16:13:13,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.02304887772s 2018-08-12 16:13:13,927 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483/add_router_interface.json used request id req-d8fe7fd6-a749-4cf5-bef9-6d7504dd68e9 returning object aa81743c-7acc-43e7-a438-0535b8bac483 2018-08-12 16:13:13,928 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:13:14,060 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:13:14,062 - 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-12 16:13:14,067 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:13: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-12 16:13:14,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:13:14,075 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:14,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a9eaca6a-70b9-4cf8-9fa5-a90383be4b9d Date: Sun, 12 Aug 2018 16:13:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:13:14,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a9eaca6a-70b9-4cf8-9fa5-a90383be4b9d 2018-08-12 16:13:14,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.819108963013s 2018-08-12 16:13:14,891 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a9eaca6a-70b9-4cf8-9fa5-a90383be4b9d 2018-08-12 16:13:14,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:13:14,902 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9"}' 2018-08-12 16:13:15,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-af8beca2-7ccf-41fd-987e-41f8270c211a Date: Sun, 12 Aug 2018 16:13:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:13:15Z", "file": "/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/file", "owner": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "size": null, "self": "/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "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_70aab25b-2d16-4d48-b763-410787f452b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9", "checksum": null, "created_at": "2018-08-12T16:13:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:13:15,210 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-af8beca2-7ccf-41fd-987e-41f8270c211a 2018-08-12 16:13:15,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.310847043991s 2018-08-12 16:13:15,210 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-af8beca2-7ccf-41fd-987e-41f8270c211a returning object 84629cee-6314-4f66-a8a0-7a32c5e5c382 2018-08-12 16:13:15,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:13:15,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '' 2018-08-12 16:13:16,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65c4f23c-8a56-4cdd-aff3-d3885e9dca71 Date: Sun, 12 Aug 2018 16:13: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-12 16:13:16,658 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/file used request id req-65c4f23c-8a56-4cdd-aff3-d3885e9dca71 2018-08-12 16:13:16,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44755578041s 2018-08-12 16:13:16,659 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/file used request id req-65c4f23c-8a56-4cdd-aff3-d3885e9dca71 2018-08-12 16:13:16,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:13:16,667 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:17,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-bd86b01c-1af9-43bf-aa20-3322cb8f809e Date: Sun, 12 Aug 2018 16:13:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:13:16Z", "file": "/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/file", "owner": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "size": 12716032, "self": "/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:13:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:13:17,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bd86b01c-1af9-43bf-aa20-3322cb8f809e 2018-08-12 16:13:17,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.806015014648s 2018-08-12 16:13:17,469 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bd86b01c-1af9-43bf-aa20-3322cb8f809e 2018-08-12 16:13:17,471 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/snap', u'metadata': Munch({})})], 'file': u'/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/file', 'owner': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'id': u'84629cee-6314-4f66-a8a0-7a32c5e5c382', 'size': 12716032, u'self': u'/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'name': 'singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:13:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T16:13:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9', '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/84629cee-6314-4f66-a8a0-7a32c5e5c382', 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_70aab25b-2d16-4d48-b763-410787f452b9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9', 'created': u'2018-08-12T16:13:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:13: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/84629cee-6314-4f66-a8a0-7a32c5e5c382', 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_70aab25b-2d16-4d48-b763-410787f452b9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:13:17,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:13:17,475 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_70aab25b-2d16-4d48-b763-410787f452b9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:13:18,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-13be4f30-02ec-439b-a771-4460df30bc6e x-compute-request-id: req-13be4f30-02ec-439b-a771-4460df30bc6e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_70aab25b-2d16-4d48-b763-410787f452b9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "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": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01"}} 2018-08-12 16:13:18,179 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-13be4f30-02ec-439b-a771-4460df30bc6e 2018-08-12 16:13:18,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.706892967224s 2018-08-12 16:13:18,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-13be4f30-02ec-439b-a771-4460df30bc6e 2018-08-12 16:13:18,181 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_70aab25b-2d16-4d48-b763-410787f452b9', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'2e6f5b59-c94c-4d55-9d16-5aa65b24be01', 'swap': 0}) 2018-08-12 16:13:18,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:13:18,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01/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}305e66ca884025579747ca6edd2f7f3d80a5f585" -d '{"extra_specs": {}}' 2018-08-12 16:13:18,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-120cfc35-c129-4393-af38-263a41598316 x-compute-request-id: req-120cfc35-c129-4393-af38-263a41598316 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:13:18,212 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01/os-extra_specs used request id req-120cfc35-c129-4393-af38-263a41598316 2018-08-12 16:13:18,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.030855178833s 2018-08-12 16:13:18,212 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01/os-extra_specs used request id req-120cfc35-c129-4393-af38-263a41598316 2018-08-12 16:13:18,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 16:13:18,215 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"keypair": {"name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9"}}' 2018-08-12 16:13:18,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-0c8d9967-e17a-40d8-b226-299931805cda x-compute-request-id: req-0c8d9967-e17a-40d8-b226-299931805cda Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbqOc5QTmblpN/9EBKJWYU9uQAsPhJYCVGkQSq4DW9KPrnY58ei9A1ceujahNJpLczyjk8sm0xFrjRyVgQapmrTDs8EXPcpYjqtdWJiKzTfVnN4pKwPYbJ9a3JIZS8x/238IbME4paSrHR9T7R6+EXEiwRuHTLkc39lHN5NJVyqYgVaQZPuOqeDPumygzCfO4ASfyhfRLDJje6K1zZIV2PmkyuwKVLE0X1f/nM/CXWx6bP1Bo7hfTIJUFbtqdjlP1zkV+/iKWV1b9Sv/1GnMI81+fGoBoiSLjAVxTSrlWIBKK71EFn0vkbTQxPlnl72YyNl/jhidKfQR4y/zvVMkPV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA26jnOUE5m5aTf/RASiVmFPbkALD4SWAlRpEEquA1vSj652Of\nHovQNXHro2oTSaS3M8o5PLJtMRa40clYEGqZq0w7PBFz3KWI6rXViYis031ZzeKS\nsD2GyfWtySGUvMf9t/CGzBOKWkqx0fU+0evhFxIsEbh0y5HN/ZRzeTSVcqmIFWkG\nT7jqngz7psoMwnzuAEn8oX0SwyY3uitc2SFdj5pMrsClSxNF9X/5zPwl1semz9Qa\nO4X0yCVBW7anY5T9c5Ffv4illdW/Ur/9RpzCPNfnxqAaIki4wFcU0q5ViASiu9RB\nZ9L5G00MT5Z5e9mMjZf44YnSn0EeMv871TJD1QIDAQABAoIBAHDf+Xmtb7npBYCx\n9btkPnG1cPJ9/ghOlLkPWjOopVS/0zbGNYUP2X0tPiYqIyEruEyvtPvgwEWCZJTA\n/zToYnDo6mNyoHQYyCO8Lq/PAOhouJYYwMI5y6LKUXRSgkkEB/fWbJ4/yE+fpIK8\noHxk1rTxTJ4KiFH3ab/N4gy9nbJeQVJrr8kfzf+/MV216F/mLbCSWwzMbAvhVcss\n205UuZpDYHRX0F5mqMqd9Rv2CXuBKkluNbIoX8bF2/+tvBgQubcHvMuRlEratAMZ\npfI3HfDmYilygWjK9B89nIVVtpE7wbiwB6ORJIMdJ1t8NFdexOcULomsQvVHVRY3\neuP74IECgYEA/n1+2pQjISSthd6GK871OAPcTX4kDDjG4vS8mGtIisvWG3KOazNB\ndJ6G+U/yFCwvxPd05hczw/Obgk5d7HDXCWlZE8hEZxadNwbTuv3WOpzWcvYqrnj0\nUuE3xG87p5rpJgGxgDoSNEaeC/ykjADuWbRmj3068T2Yh+DcP3t1SyECgYEA3PaC\nYl35Y+OuIONXDpXX7ScoJ6kj8c7/Oesb5+l8uPUQJmHUbsFnclr1NANMVDrOcsIS\nkhpRGLthI+BDbLTIUtWFoSHXJ3vI8QiFl0tYKRsz6loYpM7m2f4X53yGIfkZq7eL\npaA6QenjF3VgShYezdLtus5tqYVHDjeWZJC49jUCgYEAofpccGETTvgaXfd5bI7I\nc4O5h7U+2myU4kWleFnojTcaKtQqI7827TQtcqfYy9AoA3UBeaXQ8+qs0y5wB5r2\ns23THY09RGQXYru8rer8nMfQktFt7yjbUZk5tpSZ4p7twJwZTyUnCxDbbYO7c8Tv\n8DarhK7PglaTLAEKDnnU+SECgYBNMu7w0SZdqOFgai0zUlTjbWfRG34McKapJKRW\nTTQfJreiwVFH9NhgkrjSmEhlsToJzBZS51DoFCdnMmY8J5lJn4IVfs495DibRb/u\n0QsXKYLk4N91TThId0cAwHfYjMBUR0dJ8YYJG18VBhRDLiFLBeO6/X5A2OivZeps\nbkfA9QKBgQCYn2XN6ffOoqr+Seng10/pYJm6LzBlfL4+24Q2I3wckcJpIDeL24ef\nOuwH3TRAlhUZ2oMBLH9NMQ69bzOs598meSc9+50MHJHyrfp4dWlAM8joB57gUU5w\nWIKIhuLv5tETSbIwgX/1jiwiCRa3Zc69REseCR4kLLl7M1LXHLGeyQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "aaac6dd878184403847eb3601fe0f351", "name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9", "fingerprint": "9a:52:d5:61:d8:d0:7e:11:63:2e:ab:a9:ef:c9:97:37"}} 2018-08-12 16:13:18,678 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0c8d9967-e17a-40d8-b226-299931805cda 2018-08-12 16:13:18,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.464718818665s 2018-08-12 16:13:18,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0c8d9967-e17a-40d8-b226-299931805cda 2018-08-12 16:13:18,679 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbqOc5QTmblpN/9EBKJWYU9uQAsPhJYCVGkQSq4DW9KPrnY58ei9A1ceujahNJpLczyjk8sm0xFrjRyVgQapmrTDs8EXPcpYjqtdWJiKzTfVnN4pKwPYbJ9a3JIZS8x/238IbME4paSrHR9T7R6+EXEiwRuHTLkc39lHN5NJVyqYgVaQZPuOqeDPumygzCfO4ASfyhfRLDJje6K1zZIV2PmkyuwKVLE0X1f/nM/CXWx6bP1Bo7hfTIJUFbtqdjlP1zkV+/iKWV1b9Sv/1GnMI81+fGoBoiSLjAVxTSrlWIBKK71EFn0vkbTQxPlnl72YyNl/jhidKfQR4y/zvVMkPV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA26jnOUE5m5aTf/RASiVmFPbkALD4SWAlRpEEquA1vSj652Of\nHovQNXHro2oTSaS3M8o5PLJtMRa40clYEGqZq0w7PBFz3KWI6rXViYis031ZzeKS\nsD2GyfWtySGUvMf9t/CGzBOKWkqx0fU+0evhFxIsEbh0y5HN/ZRzeTSVcqmIFWkG\nT7jqngz7psoMwnzuAEn8oX0SwyY3uitc2SFdj5pMrsClSxNF9X/5zPwl1semz9Qa\nO4X0yCVBW7anY5T9c5Ffv4illdW/Ur/9RpzCPNfnxqAaIki4wFcU0q5ViASiu9RB\nZ9L5G00MT5Z5e9mMjZf44YnSn0EeMv871TJD1QIDAQABAoIBAHDf+Xmtb7npBYCx\n9btkPnG1cPJ9/ghOlLkPWjOopVS/0zbGNYUP2X0tPiYqIyEruEyvtPvgwEWCZJTA\n/zToYnDo6mNyoHQYyCO8Lq/PAOhouJYYwMI5y6LKUXRSgkkEB/fWbJ4/yE+fpIK8\noHxk1rTxTJ4KiFH3ab/N4gy9nbJeQVJrr8kfzf+/MV216F/mLbCSWwzMbAvhVcss\n205UuZpDYHRX0F5mqMqd9Rv2CXuBKkluNbIoX8bF2/+tvBgQubcHvMuRlEratAMZ\npfI3HfDmYilygWjK9B89nIVVtpE7wbiwB6ORJIMdJ1t8NFdexOcULomsQvVHVRY3\neuP74IECgYEA/n1+2pQjISSthd6GK871OAPcTX4kDDjG4vS8mGtIisvWG3KOazNB\ndJ6G+U/yFCwvxPd05hczw/Obgk5d7HDXCWlZE8hEZxadNwbTuv3WOpzWcvYqrnj0\nUuE3xG87p5rpJgGxgDoSNEaeC/ykjADuWbRmj3068T2Yh+DcP3t1SyECgYEA3PaC\nYl35Y+OuIONXDpXX7ScoJ6kj8c7/Oesb5+l8uPUQJmHUbsFnclr1NANMVDrOcsIS\nkhpRGLthI+BDbLTIUtWFoSHXJ3vI8QiFl0tYKRsz6loYpM7m2f4X53yGIfkZq7eL\npaA6QenjF3VgShYezdLtus5tqYVHDjeWZJC49jUCgYEAofpccGETTvgaXfd5bI7I\nc4O5h7U+2myU4kWleFnojTcaKtQqI7827TQtcqfYy9AoA3UBeaXQ8+qs0y5wB5r2\ns23THY09RGQXYru8rer8nMfQktFt7yjbUZk5tpSZ4p7twJwZTyUnCxDbbYO7c8Tv\n8DarhK7PglaTLAEKDnnU+SECgYBNMu7w0SZdqOFgai0zUlTjbWfRG34McKapJKRW\nTTQfJreiwVFH9NhgkrjSmEhlsToJzBZS51DoFCdnMmY8J5lJn4IVfs495DibRb/u\n0QsXKYLk4N91TThId0cAwHfYjMBUR0dJ8YYJG18VBhRDLiFLBeO6/X5A2OivZeps\nbkfA9QKBgQCYn2XN6ffOoqr+Seng10/pYJm6LzBlfL4+24Q2I3wckcJpIDeL24ef\nOuwH3TRAlhUZ2oMBLH9NMQ69bzOs598meSc9+50MHJHyrfp4dWlAM8joB57gUU5w\nWIKIhuLv5tETSbIwgX/1jiwiCRa3Zc69REseCR4kLLl7M1LXHLGeyQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'aaac6dd878184403847eb3601fe0f351', 'name': u'singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9', 'created_at': '2018-08-12T16:13:18.679247', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'name': 'singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'9a:52:d5:61:d8:d0:7e:11:63:2e:ab:a9:ef:c9:97:37', 'type': 'ssh', 'id': u'singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9'}) 2018-08-12 16:13:18,679 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA26jnOUE5m5aTf/RASiVmFPbkALD4SWAlRpEEquA1vSj652Of HovQNXHro2oTSaS3M8o5PLJtMRa40clYEGqZq0w7PBFz3KWI6rXViYis031ZzeKS sD2GyfWtySGUvMf9t/CGzBOKWkqx0fU+0evhFxIsEbh0y5HN/ZRzeTSVcqmIFWkG T7jqngz7psoMwnzuAEn8oX0SwyY3uitc2SFdj5pMrsClSxNF9X/5zPwl1semz9Qa O4X0yCVBW7anY5T9c5Ffv4illdW/Ur/9RpzCPNfnxqAaIki4wFcU0q5ViASiu9RB Z9L5G00MT5Z5e9mMjZf44YnSn0EeMv871TJD1QIDAQABAoIBAHDf+Xmtb7npBYCx 9btkPnG1cPJ9/ghOlLkPWjOopVS/0zbGNYUP2X0tPiYqIyEruEyvtPvgwEWCZJTA /zToYnDo6mNyoHQYyCO8Lq/PAOhouJYYwMI5y6LKUXRSgkkEB/fWbJ4/yE+fpIK8 oHxk1rTxTJ4KiFH3ab/N4gy9nbJeQVJrr8kfzf+/MV216F/mLbCSWwzMbAvhVcss 205UuZpDYHRX0F5mqMqd9Rv2CXuBKkluNbIoX8bF2/+tvBgQubcHvMuRlEratAMZ pfI3HfDmYilygWjK9B89nIVVtpE7wbiwB6ORJIMdJ1t8NFdexOcULomsQvVHVRY3 euP74IECgYEA/n1+2pQjISSthd6GK871OAPcTX4kDDjG4vS8mGtIisvWG3KOazNB dJ6G+U/yFCwvxPd05hczw/Obgk5d7HDXCWlZE8hEZxadNwbTuv3WOpzWcvYqrnj0 UuE3xG87p5rpJgGxgDoSNEaeC/ykjADuWbRmj3068T2Yh+DcP3t1SyECgYEA3PaC Yl35Y+OuIONXDpXX7ScoJ6kj8c7/Oesb5+l8uPUQJmHUbsFnclr1NANMVDrOcsIS khpRGLthI+BDbLTIUtWFoSHXJ3vI8QiFl0tYKRsz6loYpM7m2f4X53yGIfkZq7eL paA6QenjF3VgShYezdLtus5tqYVHDjeWZJC49jUCgYEAofpccGETTvgaXfd5bI7I c4O5h7U+2myU4kWleFnojTcaKtQqI7827TQtcqfYy9AoA3UBeaXQ8+qs0y5wB5r2 s23THY09RGQXYru8rer8nMfQktFt7yjbUZk5tpSZ4p7twJwZTyUnCxDbbYO7c8Tv 8DarhK7PglaTLAEKDnnU+SECgYBNMu7w0SZdqOFgai0zUlTjbWfRG34McKapJKRW TTQfJreiwVFH9NhgkrjSmEhlsToJzBZS51DoFCdnMmY8J5lJn4IVfs495DibRb/u 0QsXKYLk4N91TThId0cAwHfYjMBUR0dJ8YYJG18VBhRDLiFLBeO6/X5A2OivZeps bkfA9QKBgQCYn2XN6ffOoqr+Seng10/pYJm6LzBlfL4+24Q2I3wckcJpIDeL24ef OuwH3TRAlhUZ2oMBLH9NMQ69bzOs598meSc9+50MHJHyrfp4dWlAM8joB57gUU5w WIKIhuLv5tETSbIwgX/1jiwiCRa3Zc69REseCR4kLLl7M1LXHLGeyQ== -----END RSA PRIVATE KEY----- 2018-08-12 16:13:18,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 16:13:18,683 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"security_group": {"name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-12 16:13:19,166 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-6e52b083-2f3d-436d-9852-3c2dd82e3f14 Date: Sun, 12 Aug 2018 16:13:19 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:19Z", "updated_at": "2018-08-12T16:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "36db3072-800e-4855-9e9a-5d4faf5b1fe6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "8abb8da1-f847-49df-b14c-36546f426c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9"}} 2018-08-12 16:13:19,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6e52b083-2f3d-436d-9852-3c2dd82e3f14 2018-08-12 16:13:19,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.48358798027s 2018-08-12 16:13:19,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6e52b083-2f3d-436d-9852-3c2dd82e3f14 2018-08-12 16:13:19,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:13:19,171 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:19,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-92e68bb6-a00d-4e1c-9de3-3ec988b681b9 Date: Sun, 12 Aug 2018 16:13:19 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:19Z", "updated_at": "2018-08-12T16:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "36db3072-800e-4855-9e9a-5d4faf5b1fe6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "8abb8da1-f847-49df-b14c-36546f426c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}]} 2018-08-12 16:13:19,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-92e68bb6-a00d-4e1c-9de3-3ec988b681b9 2018-08-12 16:13:19,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.310543060303s 2018-08-12 16:13:19,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-92e68bb6-a00d-4e1c-9de3-3ec988b681b9 2018-08-12 16:13:19,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 16:13:19,486 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -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": "1875ff10-f1dd-4738-939d-a7b06c794d36"}}' 2018-08-12 16:13:20,015 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e8e14c7b-bf6f-4e8e-b30b-9fab87b2181f Date: Sun, 12 Aug 2018 16:13: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-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "port_range_min": 22, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:19Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "75ee2865-33a6-4e83-89e4-02d075b31305"}} 2018-08-12 16:13:20,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-e8e14c7b-bf6f-4e8e-b30b-9fab87b2181f 2018-08-12 16:13:20,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.529981851578s 2018-08-12 16:13:20,016 - 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-e8e14c7b-bf6f-4e8e-b30b-9fab87b2181f 2018-08-12 16:13:20,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:13:20,020 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:20,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-8ef3cb3b-64e4-4e2c-9cc7-3d9d03ca8329 Date: Sun, 12 Aug 2018 16:13:20 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:19Z", "updated_at": "2018-08-12T16:13:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "36db3072-800e-4855-9e9a-5d4faf5b1fe6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "75ee2865-33a6-4e83-89e4-02d075b31305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "8abb8da1-f847-49df-b14c-36546f426c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 2, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}]} 2018-08-12 16:13:20,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8ef3cb3b-64e4-4e2c-9cc7-3d9d03ca8329 2018-08-12 16:13:20,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.480497837067s 2018-08-12 16:13:20,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8ef3cb3b-64e4-4e2c-9cc7-3d9d03ca8329 2018-08-12 16:13:20,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 16:13:20,504 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -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": "1875ff10-f1dd-4738-939d-a7b06c794d36"}}' 2018-08-12 16:13:20,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-412f9bf3-dbbf-4c5c-8a53-c5a644487e9c Date: Sun, 12 Aug 2018 16:13: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-12T16:13:20Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:20Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "8537d97b-75ac-4449-8f01-270f72fa83ef"}} 2018-08-12 16:13:20,907 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-412f9bf3-dbbf-4c5c-8a53-c5a644487e9c 2018-08-12 16:13:20,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.403335094452s 2018-08-12 16:13:20,907 - 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-412f9bf3-dbbf-4c5c-8a53-c5a644487e9c 2018-08-12 16:13:20,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:13:20,909 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:21,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c16770b0-c22a-4612-bcd3-9dc3c56bb02f Date: Sun, 12 Aug 2018 16:13:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8d9b154d-7370-48b1-9f14-07d3e7687439"],"updated_at":"2018-08-12T16:13:09Z","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"6ce45244-f88c-48ed-82ad-d10956fdab24","name":"singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:13:21,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c16770b0-c22a-4612-bcd3-9dc3c56bb02f 2018-08-12 16:13:21,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.523743867874s 2018-08-12 16:13:21,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c16770b0-c22a-4612-bcd3-9dc3c56bb02f 2018-08-12 16:13:21,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:13:21,441 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:21,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2596bc0a-5582-4bf0-84b9-daf68f9f2e2e Date: Sun, 12 Aug 2018 16:13:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:13:16Z", "file": "/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/file", "owner": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "size": 12716032, "self": "/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:13:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:13:21,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2596bc0a-5582-4bf0-84b9-daf68f9f2e2e 2018-08-12 16:13:21,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280194044113s 2018-08-12 16:13:21,718 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2596bc0a-5582-4bf0-84b9-daf68f9f2e2e 2018-08-12 16:13:21,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:13:21,722 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:21,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-91903787-96e4-4ca0-8997-525dd8ed4d86 x-compute-request-id: req-91903787-96e4-4ca0-8997-525dd8ed4d86 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_70aab25b-2d16-4d48-b763-410787f452b9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "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": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01"}]} 2018-08-12 16:13:21,747 - 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-91903787-96e4-4ca0-8997-525dd8ed4d86 2018-08-12 16:13:21,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276250839233s 2018-08-12 16:13:21,748 - 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-91903787-96e4-4ca0-8997-525dd8ed4d86 2018-08-12 16:13:21,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 16:13:21,752 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"server": {"name": "singlevm2-vm_70aab25b-2d16-4d48-b763-410787f452b9", "imageRef": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "key_name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9", "flavorRef": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6ce45244-f88c-48ed-82ad-d10956fdab24"}], "security_groups": [{"name": "1875ff10-f1dd-4738-939d-a7b06c794d36"}]}}' 2018-08-12 16:13:27,144 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:13: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-1af015c8-8620-4117-9ff3-d816cebe7ede x-compute-request-id: req-1af015c8-8620-4117-9ff3-d816cebe7ede Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1875ff10-f1dd-4738-939d-a7b06c794d36"}], "OS-DCF:diskConfig": "MANUAL", "id": "a2f63223-3526-4a0c-ae7f-ade042b31a92", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "bookmark"}], "adminPass": "zrHMP3ffdt2U"}} 2018-08-12 16:13:27,144 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1af015c8-8620-4117-9ff3-d816cebe7ede 2018-08-12 16:13:27,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.39499402046s 2018-08-12 16:13:27,145 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1af015c8-8620-4117-9ff3-d816cebe7ede 2018-08-12 16:13:27,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:13:27,149 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:28,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-e94bae83-32f4-4eb0-b681-7cc21f8c2758 x-compute-request-id: req-e94bae83-32f4-4eb0-b681-7cc21f8c2758 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/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "bookmark"}], "image": {"id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "links": [{"href": "http://172.30.9.23:8774/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "links": [{"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "bookmark"}]}, "id": "a2f63223-3526-4a0c-ae7f-ade042b31a92", "user_id": "aaac6dd878184403847eb3601fe0f351", "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-12T16:13:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9", "name": "singlevm2-vm_70aab25b-2d16-4d48-b763-410787f452b9", "created": "2018-08-12T16:13:27Z", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:13:28,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e94bae83-32f4-4eb0-b681-7cc21f8c2758 2018-08-12 16:13:28,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15447998047s 2018-08-12 16:13:28,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e94bae83-32f4-4eb0-b681-7cc21f8c2758 2018-08-12 16:13:28,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:13:28,309 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:28,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-53e1c9e0-3a12-4da0-9eef-8b587934c388 Date: Sun, 12 Aug 2018 16:13:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8d9b154d-7370-48b1-9f14-07d3e7687439"],"updated_at":"2018-08-12T16:13:09Z","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"6ce45244-f88c-48ed-82ad-d10956fdab24","name":"singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:13:28,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-53e1c9e0-3a12-4da0-9eef-8b587934c388 2018-08-12 16:13:28,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0941679477692s 2018-08-12 16:13:28,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-53e1c9e0-3a12-4da0-9eef-8b587934c388 2018-08-12 16:13:28,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:13:28,404 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:28,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-833d49b7-aeb1-4fbf-97a1-ccf225b10f9d Date: Sun, 12 Aug 2018 16:13:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ce45244-f88c-48ed-82ad-d10956fdab24","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:13:09Z","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":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"8d9b154d-7370-48b1-9f14-07d3e7687439","subnetpool_id":null,"name":"singlevm2-subnet_70aab25b-2d16-4d48-b763-410787f452b9"}]} 2018-08-12 16:13:28,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-833d49b7-aeb1-4fbf-97a1-ccf225b10f9d 2018-08-12 16:13:28,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.223778963089s 2018-08-12 16:13:28,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-833d49b7-aeb1-4fbf-97a1-ccf225b10f9d 2018-08-12 16:13:28,628 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:13:30,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:13:30,634 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:31,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-0126c4c6-ebbd-48da-8b7c-20888158faef x-compute-request-id: req-0126c4c6-ebbd-48da-8b7c-20888158faef Content-Encoding: gzip Content-Length: 652 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/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "bookmark"}], "image": {"id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "links": [{"href": "http://172.30.9.23:8774/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "links": [{"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "bookmark"}]}, "id": "a2f63223-3526-4a0c-ae7f-ade042b31a92", "user_id": "aaac6dd878184403847eb3601fe0f351", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:13:30Z", "hostId": "8a152b683483d46f82fd582edd75690c21b3bba6d0a433d3e8d6ff5e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9", "name": "singlevm2-vm_70aab25b-2d16-4d48-b763-410787f452b9", "created": "2018-08-12T16:13:27Z", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:13:31,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0126c4c6-ebbd-48da-8b7c-20888158faef 2018-08-12 16:13:31,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01708698273s 2018-08-12 16:13:31,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0126c4c6-ebbd-48da-8b7c-20888158faef 2018-08-12 16:13:31,653 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:13:33,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:13:33,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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:34,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-91d6289d-9d02-4922-9a75-49448c00db32 x-compute-request-id: req-91d6289d-9d02-4922-9a75-49448c00db32 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/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "bookmark"}], "image": {"id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "links": [{"href": "http://172.30.9.23:8774/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "links": [{"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "bookmark"}]}, "id": "a2f63223-3526-4a0c-ae7f-ade042b31a92", "security_groups": [{"name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9"}], "user_id": "aaac6dd878184403847eb3601fe0f351", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:13:30Z", "hostId": "8a152b683483d46f82fd582edd75690c21b3bba6d0a433d3e8d6ff5e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9", "name": "singlevm2-vm_70aab25b-2d16-4d48-b763-410787f452b9", "created": "2018-08-12T16:13:27Z", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:13:34,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-91d6289d-9d02-4922-9a75-49448c00db32 2018-08-12 16:13:34,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.922101974487s 2018-08-12 16:13:34,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-91d6289d-9d02-4922-9a75-49448c00db32 2018-08-12 16:13:34,580 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:13:36,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:13:36,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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:37,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-df80427f-93cf-473d-8764-a53c148c8f8f x-compute-request-id: req-df80427f-93cf-473d-8764-a53c148c8f8f 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/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "bookmark"}], "image": {"id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "links": [{"href": "http://172.30.9.23:8774/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "links": [{"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "bookmark"}]}, "id": "a2f63223-3526-4a0c-ae7f-ade042b31a92", "security_groups": [{"name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9"}], "user_id": "aaac6dd878184403847eb3601fe0f351", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:13:30Z", "hostId": "8a152b683483d46f82fd582edd75690c21b3bba6d0a433d3e8d6ff5e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9", "name": "singlevm2-vm_70aab25b-2d16-4d48-b763-410787f452b9", "created": "2018-08-12T16:13:27Z", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:13:37,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df80427f-93cf-473d-8764-a53c148c8f8f 2018-08-12 16:13:37,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838048219681s 2018-08-12 16:13:37,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df80427f-93cf-473d-8764-a53c148c8f8f 2018-08-12 16:13:37,425 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:13:39,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:13:39,430 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:40,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-5aa3c50a-d22c-45c3-87f1-0cd4e58b7b45 x-compute-request-id: req-5aa3c50a-d22c-45c3-87f1-0cd4e58b7b45 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:0f:66", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "bookmark"}], "image": {"id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "links": [{"href": "http://172.30.9.23:8774/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:13:37.000000", "flavor": {"id": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "links": [{"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "bookmark"}]}, "id": "a2f63223-3526-4a0c-ae7f-ade042b31a92", "security_groups": [{"name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9"}], "user_id": "aaac6dd878184403847eb3601fe0f351", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:13:37Z", "hostId": "8a152b683483d46f82fd582edd75690c21b3bba6d0a433d3e8d6ff5e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9", "name": "singlevm2-vm_70aab25b-2d16-4d48-b763-410787f452b9", "created": "2018-08-12T16:13:27Z", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:13:40,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5aa3c50a-d22c-45c3-87f1-0cd4e58b7b45 2018-08-12 16:13:40,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.934940814972s 2018-08-12 16:13:40,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5aa3c50a-d22c-45c3-87f1-0cd4e58b7b45 2018-08-12 16:13:40,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:13:40,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=a2f63223-3526-4a0c-ae7f-ade042b31a92" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:40,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bb8bbf2d-99da-4135-ac0d-3260923056a9 Date: Sun, 12 Aug 2018 16:13:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6ce45244-f88c-48ed-82ad-d10956fdab24","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:31Z","admin_state_up":true,"updated_at":"2018-08-12T16:13:36Z","binding:vnic_type":"normal","device_id":"a2f63223-3526-4a0c-ae7f-ade042b31a92","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:af:0f:66","id":"fd4ee91c-badd-468f-9fa9-c080e4342450","port_security_enabled":true,"project_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","fixed_ips":[{"subnet_id":"8d9b154d-7370-48b1-9f14-07d3e7687439","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["1875ff10-f1dd-4738-939d-a7b06c794d36"],"name":""}]} 2018-08-12 16:13:40,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=a2f63223-3526-4a0c-ae7f-ade042b31a92 used request id req-bb8bbf2d-99da-4135-ac0d-3260923056a9 2018-08-12 16:13:40,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0527679920197s 2018-08-12 16:13:40,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=a2f63223-3526-4a0c-ae7f-ade042b31a92 used request id req-bb8bbf2d-99da-4135-ac0d-3260923056a9 2018-08-12 16:13:40,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:13:40,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=fd4ee91c-badd-468f-9fa9-c080e4342450" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:40,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c217d77d-2cdd-4c93-b9d8-be94ae1655e7 Date: Sun, 12 Aug 2018 16:13:40 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:13:40,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=fd4ee91c-badd-468f-9fa9-c080e4342450 used request id req-c217d77d-2cdd-4c93-b9d8-be94ae1655e7 2018-08-12 16:13:40,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0448729991913s 2018-08-12 16:13:40,470 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=fd4ee91c-badd-468f-9fa9-c080e4342450 used request id req-c217d77d-2cdd-4c93-b9d8-be94ae1655e7 2018-08-12 16:13:40,471 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:af:0f:66', 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'84629cee-6314-4f66-a8a0-7a32c5e5c382'}), 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-12T16:13:37.000000', 'flavor': Munch({u'id': u'2e6f5b59-c94c-4d55-9d16-5aa65b24be01'}), 'az': u'nova', 'id': u'a2f63223-3526-4a0c-ae7f-ade042b31a92', 'security_groups': [Munch({u'name': u'singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'aaac6dd878184403847eb3601fe0f351', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'name': 'singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9', '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-12T16:13:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T16:13:37Z', 'hostId': u'8a152b683483d46f82fd582edd75690c21b3bba6d0a433d3e8d6ff5e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'8a152b683483d46f82fd582edd75690c21b3bba6d0a433d3e8d6ff5e', '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-12T16:13:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'name': u'singlevm2-vm_70aab25b-2d16-4d48-b763-410787f452b9', 'adminPass': u'zrHMP3ffdt2U', 'tenant_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'created_at': u'2018-08-12T16:13:27Z', 'created': u'2018-08-12T16:13:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 16:13:40,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:13:40,474 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:40,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-93edcb2e-66b7-4245-a6dd-5746d6bf9b41 Date: Sun, 12 Aug 2018 16:13:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8d9b154d-7370-48b1-9f14-07d3e7687439"],"updated_at":"2018-08-12T16:13:09Z","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"6ce45244-f88c-48ed-82ad-d10956fdab24","name":"singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:13:40,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-93edcb2e-66b7-4245-a6dd-5746d6bf9b41 2018-08-12 16:13:40,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126650810242s 2018-08-12 16:13:40,601 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-93edcb2e-66b7-4245-a6dd-5746d6bf9b41 2018-08-12 16:13:40,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:13:40,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=a2f63223-3526-4a0c-ae7f-ade042b31a92" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:40,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a9c90b82-6967-48b9-b5ca-79e92e6fcc27 Date: Sun, 12 Aug 2018 16:13:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6ce45244-f88c-48ed-82ad-d10956fdab24","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:31Z","admin_state_up":true,"updated_at":"2018-08-12T16:13:36Z","binding:vnic_type":"normal","device_id":"a2f63223-3526-4a0c-ae7f-ade042b31a92","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:af:0f:66","id":"fd4ee91c-badd-468f-9fa9-c080e4342450","port_security_enabled":true,"project_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","fixed_ips":[{"subnet_id":"8d9b154d-7370-48b1-9f14-07d3e7687439","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["1875ff10-f1dd-4738-939d-a7b06c794d36"],"name":""}]} 2018-08-12 16:13:40,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=a2f63223-3526-4a0c-ae7f-ade042b31a92 used request id req-a9c90b82-6967-48b9-b5ca-79e92e6fcc27 2018-08-12 16:13:40,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.243362188339s 2018-08-12 16:13:40,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=a2f63223-3526-4a0c-ae7f-ade042b31a92 used request id req-a9c90b82-6967-48b9-b5ca-79e92e6fcc27 2018-08-12 16:13:40,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 16:13:40,847 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.10", "port_id": "fd4ee91c-badd-468f-9fa9-c080e4342450"}}' 2018-08-12 16:13:43,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-b6223aa4-ca3e-4568-b780-b6fd39e90101 Date: Sun, 12 Aug 2018 16:13:43 GMT RESP BODY: {"floatingip": {"router_id": "aa81743c-7acc-43e7-a438-0535b8bac483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:13:42Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "fd4ee91c-badd-468f-9fa9-c080e4342450", "id": "963e837b-a89e-443b-8bcd-81995fdaf5a4", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:42Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}} 2018-08-12 16:13:43,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b6223aa4-ca3e-4568-b780-b6fd39e90101 2018-08-12 16:13:43,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.35999822617s 2018-08-12 16:13:43,207 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b6223aa4-ca3e-4568-b780-b6fd39e90101 2018-08-12 16:13:43,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:13:43,215 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:43,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-8fd6dfa9-4475-4eaf-a471-dfba23cdcd81 Date: Sun, 12 Aug 2018 16:13:43 GMT RESP BODY: {"floatingips": [{"router_id": "aa81743c-7acc-43e7-a438-0535b8bac483", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:13:42Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "fd4ee91c-badd-468f-9fa9-c080e4342450", "id": "963e837b-a89e-443b-8bcd-81995fdaf5a4", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:42Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}]} 2018-08-12 16:13:43,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8fd6dfa9-4475-4eaf-a471-dfba23cdcd81 2018-08-12 16:13:43,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0613780021667s 2018-08-12 16:13:43,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8fd6dfa9-4475-4eaf-a471-dfba23cdcd81 2018-08-12 16:13:43,280 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'aa81743c-7acc-43e7-a438-0535b8bac483', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'created_at': u'2018-08-12T16:13:42Z', 'attached': True, 'updated_at': u'2018-08-12T16:13:42Z', 'id': u'963e837b-a89e-443b-8bcd-81995fdaf5a4', 'floating_network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'name': 'singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'aa81743c-7acc-43e7-a438-0535b8bac483', 'project_id': u'ada5e4acf81348d5aff0d8d5ea7fe0eb', 'port_id': u'fd4ee91c-badd-468f-9fa9-c080e4342450', 'port': u'fd4ee91c-badd-468f-9fa9-c080e4342450', 'network': u'9080dbfe-670a-4248-8c56-0897f69dc41e'}) 2018-08-12 16:13:43,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 16:13:43,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92/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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 16:13:43,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-4bd0c090-6737-40fc-9f9b-a18103cd2be5 x-compute-request-id: req-4bd0c090-6737-40fc-9f9b-a18103cd2be5 Content-Encoding: gzip Content-Length: 9572 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489867854 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.136210] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137883] pid_max: default: 32768 minimum: 301\n[ 0.138781] ACPI: Core revision 20150930\n[ 0.140186] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141508] Security Framework initialized\n[ 0.142328] Yama: becoming mindful.\n[ 0.143057] AppArmor: AppArmor initialized\n[ 0.143927] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145260] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146534] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147760] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149177] Initializing cgroup subsys io\n[ 0.149992] Initializing cgroup subsys memory\n[ 0.150890] Initializing cgroup subsys devices\n[ 0.151788] Initializing cgroup subsys freezer\n[ 0.152657] Initializing cgroup subsys net_cls\n[ 0.153522] Initializing cgroup subsys perf_event\n[ 0.154427] Initializing cgroup subsys net_prio\n[ 0.155319] Initializing cgroup subsys hugetlb\n[ 0.156182] Initializing cgroup subsys pids\n[ 0.157053] CPU: Physical Processor ID: 0\n[ 0.158544] mce: CPU supports 10 MCE banks\n[ 0.159400] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160423] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176068] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182084] ftrace: allocating 31920 entries in 125 pages\n[ 0.206847] smpboot: Max logical packages: 1\n[ 0.207753] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209159] x2apic enabled\n[ 0.209966] Switched APIC routing to physical x2apic.\n[ 0.211727] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214848] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216639] KVM setup paravirtual spinlock\n[ 0.217937] x86: Booted up 1 node, 1 CPUs\n[ 0.218757] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220148] devtmpfs: initialized\n[ 0.221896] evm: security.selinux\n[ 0.222604] evm: security.SMACK64\n[ 0.223294] evm: security.SMACK64EXEC\n[ 0.224036] evm: security.SMACK64TRANSMUTE\n[ 0.224843] evm: security.SMACK64MMAP\n[ 0.225587] evm: security.ima\n[ 0.226225] evm: security.capability\n[ 0.227032] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228899] pinctrl core: initialized pinctrl subsystem\n[ 0.230009] RTC time: 16:13:37, date: 08/12/18\n[ 0.230995] NET: Registered protocol family 16\n[ 0.231995] cpuidle: using governor ladder\n[ 0.232822] cpuidle: using governor menu\n[ 0.233613] PCCT header not found.\n[ 0.234373] ACPI: bus type PCI registered\n[ 0.235176] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236424] PCI: Using configuration type 1 for base access\n[ 0.238191] ACPI: Added _OSI(Module Device)\n[ 0.239039] ACPI: Added _OSI(Processor Device)\n[ 0.239908] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240808] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242603] ACPI: Interpreter enabled\n[ 0.243376] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250774] ACPI: (supports S0 S5)\n[ 0.251517] ACPI: Using IOAPIC for interrupt routing\n[ 0.252470] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255572] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257957] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261405] acpiphp: Slot [3] registered\n[ 0.262213] acpiphp: Slot [4] registered\n[ 0.263028] acpiphp: Slot [5] registered\n[ 0.263833] acpiphp: Slot [6] registered\n[ 0.264640] acpiphp: Slot [7] registered\n[ 0.265446] acpiphp: Slot [8] registered\n[ 0.266251] acpiphp: Slot [9] registered\n[ 0.267046] acpiphp: Slot [10] registered\n[ 0.267863] acpiphp: Slot [11] registered\n[ 0.268675] acpiphp: Slot [12] registered\n[ 0.269492] acpiphp: Slot [13] registered\n[ 0.270305] acpiphp: Slot [14] registered\n[ 0.271114] acpiphp: Slot [15] registered\n[ 0.281858] acpiphp: Slot [16] registered\n[ 0.282685] acpiphp: Slot [17] registered\n[ 0.283497] acpiphp: Slot [18] registered\n[ 0.284308] acpiphp: Slot [19] registered\n[ 0.285118] acpiphp: Slot [20] registered\n[ 0.285936] acpiphp: Slot [21] registered\n[ 0.286759] acpiphp: Slot [22] registered\n[ 0.287569] acpiphp: Slot [23] registered\n[ 0.288379] acpiphp: Slot [24] registered\n[ 0.289186] acpiphp: Slot [25] registered\n[ 0.290000] acpiphp: Slot [26] registered\n[ 0.290814] acpiphp: Slot [27] registered\n[ 0.291650] acpiphp: Slot [28] registered\n[ 0.292470] acpiphp: Slot [29] registered\n[ 0.293317] acpiphp: Slot [30] registered\n[ 0.294132] acpiphp: Slot [31] registered\n[ 0.294945] PCI host bridge to bus 0000:00\n[ 0.295759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296973] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298188] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299642] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301088] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302609] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305976] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307263] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309704] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314836] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333363] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.334832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336614] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338036] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340707] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342019] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343095] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344654] vgaarb: loaded\n[ 0.345253] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346480] SCSI subsystem initialized\n[ 0.347395] ACPI: bus type USB registered\n[ 0.348223] usbcore: registered new interface driver usbfs\n[ 0.349261] usbcore: registered new interface driver hub\n[ 0.350288] usbcore: registered new device driver usb\n[ 0.351398] PCI: Using ACPI for IRQ routing\n[ 0.352543] NetLabel: Initializing\n[ 0.353264] NetLabel: domain hash size = 128\n[ 0.354112] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355078] NetLabel: unlabeled traffic allowed by default\n[ 0.356243] clocksource: Switched to clocksource kvm-clock\n[ 0.364404] AppArmor: AppArmor Filesystem Enabled\n[ 0.365375] pnp: PnP ACPI init\n[ 0.366310] pnp: PnP ACPI: found 5 devices\n[ 0.372610] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374332] NET: Registered protocol family 2\n[ 0.375379] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.376678] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.377895] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379093] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381363] NET: Registered protocol family 1\n[ 0.382245] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.383378] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.384465] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.398547] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.412721] Trying to unpack rootfs image as initramfs...\n[ 0.469454] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471097] Scanning for low memory corruption every 60 seconds\n[ 0.472471] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473664] audit: initializing netlink subsys (disabled)\n[ 0.474698] audit: type=2000 audit(1534090418.247:1): initialized\n[ 0.476035] Initialise system trusted keyring\n[ 0.477003] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478167] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480311] zbud: loaded\n[ 0.481038] VFS: Disk quotas dquot_6.6.0\n[ 0.481868] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483475] fuse init (API version 7.23)\n[ 0.484422] Key type big_key registered\n[ 0.485228] Allocating IMA MOK and blacklist keyrings.\n[ 0.486476] Key type asymmetric registered\n[ 0.487304] Asymmetric key parser 'x509' registered\n[ 0.488284] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489760] io scheduler noop registered\n[ 0.490557] io scheduler deadline registered (default)\n[ 0.491558] io scheduler cfq registered\n[ 0.492415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493460] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494770] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.496219] ACPI: Power Button [PWRF]\n[ 0.497088] GHES: HEST is not enabled!\n[ 0.510796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538628] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564696] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567034] Linux agpgart interface v0.103\n[ 0.569652] brd: module loaded\n[ 0.571334] loop: module loaded\n[ 0.577932] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.579496] GPT:90111 != 2097151\n[ 0.580172] GPT:Alternate GPT header not at the end of the disk.\n[ 0.581272] GPT:90111 != 2097151\n[ 0.581955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.582936] vda: vda1 vda15\n[ 0.584631] scsi host0: ata_piix\n[ 0.585423] scsi host1: ata_piix\n[ 0.586147] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588880] libphy: Fixed MDIO Bus: probed\n[ 0.589708] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590670] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593158] PPP generic driver version 2.4.2\n[ 0.594129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595342] ehci-pci: EHCI PCI platform driver\n[ 0.596220] ehci-platform: EHCI generic platform driver\n[ 0.597237] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.598380] ohci-pci: OHCI PCI platform driver\n[ 0.599262] ohci-platform: OHCI generic platform driver\n[ 0.600269] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614578] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615603] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617086] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.618126] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.619297] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.620531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621959] usb usb1: Product: UHCI Host Controller\n[ 0.622898] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.624049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.625045] hub 1-0:1.0: USB hub found\n[ 0.625902] hub 1-0:1.0: 2 ports detected\n[ 0.626884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.629074] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.630065] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.631123] mousedev: PS/2 mouse device common for all mice\n[ 0.632445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.634330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.635608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636830] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.638030] i2c /dev entries driver\n[ 0.639146] device-mapper: uevent: version 1.0.3\n[ 0.640593] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642996] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645350] NET: Registered protocol family 10\n[ 0.647142] NET: Registered protocol family 17\n[ 0.648511] Key type dns_resolver registered\n[ 0.650111] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.651744] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.654453] registered taskstats version 1\n[ 0.655724] Loading compiled-in X.509 certificates\n[ 0.657758] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.660602] zswap: loaded using pool lzo/zbud\n[ 0.663008] Key type trusted registered\n[ 0.665268] Key type encrypted registered\n[ 0.666448] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667975] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669520] evm: HMAC attrs: 0x1\n[ 0.670841] Magic number: 14:777:236\n[ 0.672091] rtc_cmos 00:00: setting system clock to 2018-08-12 16:13:38 UTC (1534090418)\n[ 0.674482] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676087] EDD information not available.\n[ 0.746963] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759262] Write protecting the kernel read-only data: 14336k\n[ 0.763399] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766069] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.972084] 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.88. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCt/jW6JzHezSyM2i2KIFxiS1PsdrsIKQiX4eeZu4O9K4a7FwzUyi2F8eMFKXHifMvbWOh/kE9SdKQLXP8Hv9x+HlIyNFWDVPWWc0Hu7wI2yrvuf5CjAiHjDPNm3KIa+BZEhHkKFbY9HwL0FG8lL6lZaOB7sGA39K3c2OXPfeWfmpKdXf2I7U6SMwjp+E99fGTAR5GpK7Zst3BG0SJ4g/Yg9milN/wr6Oasovjy45rywVUZqsnoitSOOu5TxJ9pYjv59cJCz709hIsQAXFbF2sZO6PWsf1lOtAFQCuSte9akbKCOF4kQH0V7fCuQgbKV7X7unMakdZpDXQuuZaGPxE/ root@singlevm2-vm-70aab25b-2d16-4d48-b763-410787f452b9\nssh-dss AAAAB3NzaC1kc3MAAACBAJAzWrN0yt5exzGw2bEJ9Yc/FlFGOoyT95YSsG2MWNfubbVp2gs4g0hBb8fpLo/oBLXKslFDnqy1C1CoWqmExmiVh3/uJIemo8llKmDqLq90I1Q+nW8TNasITmXKmMOw0aipzQxEAPrejAJqyut9PkxPUb1rRntzr4TKcqIjGwSXAAAAFQDNbih9pgOWkuZmuY2wNk52oZd3nQAAAIAMbiIJVCXY/71fZ0EzVO8/iUd22yQ9Epdx12ywoxZo2px58eJ/CJ/LOPdSTYxL938WphtGBEnHkn+XKsfF0VwR2Z3/cK6P9KLAKczoNMm2JUxZZ36UmFCbbBrM4y4jd3K/YFuLZ9PxGdFq/z+/XHHX7CODikuy6JoO2Z3NVqJ9sgAAAIArNhCjcqk5Wl6iCFWw4zYWQnOOLO6Xpew3EW/pZ+VE36Mw7NEiV+4rjUHVqqZLt/OrsSkct2/MZpcD0FGqZnCl6AapS3n512dKMQyH9fEZ8BUdxWZkhuwNVqJ3zgfqiVrMwixOd8Dv4eB1NYB/VTet0kTyF1tDer6ubGMF/0lYOA== root@singlevm2-vm-70aab25b-2d16-4d48-b763-410787f452b9\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,192.168.120.10,24,fe80::f816:3eff:feaf:f66/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-70aab25b-2d16-4d48-b763-410787f452b9\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-70aab25b-2d16-4d48-b763-410787f452b9 login: "} 2018-08-12 16:13:43,378 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92/action used request id req-4bd0c090-6737-40fc-9f9b-a18103cd2be5 2018-08-12 16:13:43,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0973169803619s 2018-08-12 16:13:43,379 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92/action used request id req-4bd0c090-6737-40fc-9f9b-a18103cd2be5 2018-08-12 16:13:43,379 - 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 489867854 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.136210] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137883] pid_max: default: 32768 minimum: 301 [ 0.138781] ACPI: Core revision 20150930 [ 0.140186] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141508] Security Framework initialized [ 0.142328] Yama: becoming mindful. [ 0.143057] AppArmor: AppArmor initialized [ 0.143927] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145260] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146534] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147760] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149177] Initializing cgroup subsys io [ 0.149992] Initializing cgroup subsys memory [ 0.150890] Initializing cgroup subsys devices [ 0.151788] Initializing cgroup subsys freezer [ 0.152657] Initializing cgroup subsys net_cls [ 0.153522] Initializing cgroup subsys perf_event [ 0.154427] Initializing cgroup subsys net_prio [ 0.155319] Initializing cgroup subsys hugetlb [ 0.156182] Initializing cgroup subsys pids [ 0.157053] CPU: Physical Processor ID: 0 [ 0.158544] mce: CPU supports 10 MCE banks [ 0.159400] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160423] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.176068] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182084] ftrace: allocating 31920 entries in 125 pages [ 0.206847] smpboot: Max logical packages: 1 [ 0.207753] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209159] x2apic enabled [ 0.209966] Switched APIC routing to physical x2apic. [ 0.211727] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214848] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216639] KVM setup paravirtual spinlock [ 0.217937] x86: Booted up 1 node, 1 CPUs [ 0.218757] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220148] devtmpfs: initialized [ 0.221896] evm: security.selinux [ 0.222604] evm: security.SMACK64 [ 0.223294] evm: security.SMACK64EXEC [ 0.224036] evm: security.SMACK64TRANSMUTE [ 0.224843] evm: security.SMACK64MMAP [ 0.225587] evm: security.ima [ 0.226225] evm: security.capability [ 0.227032] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228899] pinctrl core: initialized pinctrl subsystem [ 0.230009] RTC time: 16:13:37, date: 08/12/18 [ 0.230995] NET: Registered protocol family 16 [ 0.231995] cpuidle: using governor ladder [ 0.232822] cpuidle: using governor menu [ 0.233613] PCCT header not found. [ 0.234373] ACPI: bus type PCI registered [ 0.235176] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236424] PCI: Using configuration type 1 for base access [ 0.238191] ACPI: Added _OSI(Module Device) [ 0.239039] ACPI: Added _OSI(Processor Device) [ 0.239908] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240808] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242603] ACPI: Interpreter enabled [ 0.243376] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250774] ACPI: (supports S0 S5) [ 0.251517] ACPI: Using IOAPIC for interrupt routing [ 0.252470] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255572] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256721] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257957] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261405] acpiphp: Slot [3] registered [ 0.262213] acpiphp: Slot [4] registered [ 0.263028] acpiphp: Slot [5] registered [ 0.263833] acpiphp: Slot [6] registered [ 0.264640] acpiphp: Slot [7] registered [ 0.265446] acpiphp: Slot [8] registered [ 0.266251] acpiphp: Slot [9] registered [ 0.267046] acpiphp: Slot [10] registered [ 0.267863] acpiphp: Slot [11] registered [ 0.268675] acpiphp: Slot [12] registered [ 0.269492] acpiphp: Slot [13] registered [ 0.270305] acpiphp: Slot [14] registered [ 0.271114] acpiphp: Slot [15] registered [ 0.281858] acpiphp: Slot [16] registered [ 0.282685] acpiphp: Slot [17] registered [ 0.283497] acpiphp: Slot [18] registered [ 0.284308] acpiphp: Slot [19] registered [ 0.285118] acpiphp: Slot [20] registered [ 0.285936] acpiphp: Slot [21] registered [ 0.286759] acpiphp: Slot [22] registered [ 0.287569] acpiphp: Slot [23] registered [ 0.288379] acpiphp: Slot [24] registered [ 0.289186] acpiphp: Slot [25] registered [ 0.290000] acpiphp: Slot [26] registered [ 0.290814] acpiphp: Slot [27] registered [ 0.291650] acpiphp: Slot [28] registered [ 0.292470] acpiphp: Slot [29] registered [ 0.293317] acpiphp: Slot [30] registered [ 0.294132] acpiphp: Slot [31] registered [ 0.294945] PCI host bridge to bus 0000:00 [ 0.295759] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.296973] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298188] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299642] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301088] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302609] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305976] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307263] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308440] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309704] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313258] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314836] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333363] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.334832] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336614] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338036] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340707] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342019] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343095] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344654] vgaarb: loaded [ 0.345253] vgaarb: bridge control possible 0000:00:02.0 [ 0.346480] SCSI subsystem initialized [ 0.347395] ACPI: bus type USB registered [ 0.348223] usbcore: registered new interface driver usbfs [ 0.349261] usbcore: registered new interface driver hub [ 0.350288] usbcore: registered new device driver usb [ 0.351398] PCI: Using ACPI for IRQ routing [ 0.352543] NetLabel: Initializing [ 0.353264] NetLabel: domain hash size = 128 [ 0.354112] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355078] NetLabel: unlabeled traffic allowed by default [ 0.356243] clocksource: Switched to clocksource kvm-clock [ 0.364404] AppArmor: AppArmor Filesystem Enabled [ 0.365375] pnp: PnP ACPI init [ 0.366310] pnp: PnP ACPI: found 5 devices [ 0.372610] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374332] NET: Registered protocol family 2 [ 0.375379] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.376678] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.377895] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379093] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.381363] NET: Registered protocol family 1 [ 0.382245] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.383378] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.384465] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.398547] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.412721] Trying to unpack rootfs image as initramfs... [ 0.469454] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471097] Scanning for low memory corruption every 60 seconds [ 0.472471] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473664] audit: initializing netlink subsys (disabled) [ 0.474698] audit: type=2000 audit(1534090418.247:1): initialized [ 0.476035] Initialise system trusted keyring [ 0.477003] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478167] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480311] zbud: loaded [ 0.481038] VFS: Disk quotas dquot_6.6.0 [ 0.481868] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483475] fuse init (API version 7.23) [ 0.484422] Key type big_key registered [ 0.485228] Allocating IMA MOK and blacklist keyrings. [ 0.486476] Key type asymmetric registered [ 0.487304] Asymmetric key parser 'x509' registered [ 0.488284] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489760] io scheduler noop registered [ 0.490557] io scheduler deadline registered (default) [ 0.491558] io scheduler cfq registered [ 0.492415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493460] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494770] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.496219] ACPI: Power Button [PWRF] [ 0.497088] GHES: HEST is not enabled! [ 0.510796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538628] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540753] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564696] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567034] Linux agpgart interface v0.103 [ 0.569652] brd: module loaded [ 0.571334] loop: module loaded [ 0.577932] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.579496] GPT:90111 != 2097151 [ 0.580172] GPT:Alternate GPT header not at the end of the disk. [ 0.581272] GPT:90111 != 2097151 [ 0.581955] GPT: Use GNU Parted to correct GPT errors. [ 0.582936] vda: vda1 vda15 [ 0.584631] scsi host0: ata_piix [ 0.585423] scsi host1: ata_piix [ 0.586147] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.587377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.588880] libphy: Fixed MDIO Bus: probed [ 0.589708] tun: Universal TUN/TAP device driver, 1.6 [ 0.590670] tun: (C) 1999-2004 Max Krasnyansky [ 0.593158] PPP generic driver version 2.4.2 [ 0.594129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.595342] ehci-pci: EHCI PCI platform driver [ 0.596220] ehci-platform: EHCI generic platform driver [ 0.597237] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.598380] ohci-pci: OHCI PCI platform driver [ 0.599262] ohci-platform: OHCI generic platform driver [ 0.600269] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614578] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615603] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617086] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.618126] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.619297] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.620531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621959] usb usb1: Product: UHCI Host Controller [ 0.622898] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.624049] usb usb1: SerialNumber: 0000:00:01.2 [ 0.625045] hub 1-0:1.0: USB hub found [ 0.625902] hub 1-0:1.0: 2 ports detected [ 0.626884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.629074] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.630065] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.631123] mousedev: PS/2 mouse device common for all mice [ 0.632445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.634330] rtc_cmos 00:00: RTC can wake from S4 [ 0.635608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636830] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.638030] i2c /dev entries driver [ 0.639146] device-mapper: uevent: version 1.0.3 [ 0.640593] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.642996] ledtrig-cpu: registered to indicate activity on CPUs [ 0.645350] NET: Registered protocol family 10 [ 0.647142] NET: Registered protocol family 17 [ 0.648511] Key type dns_resolver registered [ 0.650111] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.651744] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.654453] registered taskstats version 1 [ 0.655724] Loading compiled-in X.509 certificates [ 0.657758] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.660602] zswap: loaded using pool lzo/zbud [ 0.663008] Key type trusted registered [ 0.665268] Key type encrypted registered [ 0.666448] AppArmor: AppArmor sha1 policy hashing enabled [ 0.667975] ima: No TPM chip found, activating TPM-bypass! [ 0.669520] evm: HMAC attrs: 0x1 [ 0.670841] Magic number: 14:777:236 [ 0.672091] rtc_cmos 00:00: setting system clock to 2018-08-12 16:13:38 UTC (1534090418) [ 0.674482] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676087] EDD information not available. [ 0.746963] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.759262] Write protecting the kernel read-only data: 14336k [ 0.763399] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.766069] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.79 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.972084] 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.88. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCt/jW6JzHezSyM2i2KIFxiS1PsdrsIKQiX4eeZu4O9K4a7FwzUyi2F8eMFKXHifMvbWOh/kE9SdKQLXP8Hv9x+HlIyNFWDVPWWc0Hu7wI2yrvuf5CjAiHjDPNm3KIa+BZEhHkKFbY9HwL0FG8lL6lZaOB7sGA39K3c2OXPfeWfmpKdXf2I7U6SMwjp+E99fGTAR5GpK7Zst3BG0SJ4g/Yg9milN/wr6Oasovjy45rywVUZqsnoitSOOu5TxJ9pYjv59cJCz709hIsQAXFbF2sZO6PWsf1lOtAFQCuSte9akbKCOF4kQH0V7fCuQgbKV7X7unMakdZpDXQuuZaGPxE/ root@singlevm2-vm-70aab25b-2d16-4d48-b763-410787f452b9 ssh-dss AAAAB3NzaC1kc3MAAACBAJAzWrN0yt5exzGw2bEJ9Yc/FlFGOoyT95YSsG2MWNfubbVp2gs4g0hBb8fpLo/oBLXKslFDnqy1C1CoWqmExmiVh3/uJIemo8llKmDqLq90I1Q+nW8TNasITmXKmMOw0aipzQxEAPrejAJqyut9PkxPUb1rRntzr4TKcqIjGwSXAAAAFQDNbih9pgOWkuZmuY2wNk52oZd3nQAAAIAMbiIJVCXY/71fZ0EzVO8/iUd22yQ9Epdx12ywoxZo2px58eJ/CJ/LOPdSTYxL938WphtGBEnHkn+XKsfF0VwR2Z3/cK6P9KLAKczoNMm2JUxZZ36UmFCbbBrM4y4jd3K/YFuLZ9PxGdFq/z+/XHHX7CODikuy6JoO2Z3NVqJ9sgAAAIArNhCjcqk5Wl6iCFWw4zYWQnOOLO6Xpew3EW/pZ+VE36Mw7NEiV+4rjUHVqqZLt/OrsSkct2/MZpcD0FGqZnCl6AapS3n512dKMQyH9fEZ8BUdxWZkhuwNVqJ3zgfqiVrMwixOd8Dv4eB1NYB/VTet0kTyF1tDer6ubGMF/0lYOA== root@singlevm2-vm-70aab25b-2d16-4d48-b763-410787f452b9 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.16s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:feaf:f66/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-70aab25b-2d16-4d48-b763-410787f452b9 launch-index: 0 === cirros: current=0.4.0 uptime=3.91 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-70aab25b-2d16-4d48-b763-410787f452b9 login: 2018-08-12 16:13:44,380 - paramiko.transport - DEBUG - starting thread (client mode): 0xd0d62150L 2018-08-12 16:13:44,381 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 16:13:44,381 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 16:13:44,381 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 16:13:44,383 - 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-12 16:13:44,383 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 16:13:44,383 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 16:13:44,383 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 16:13:44,383 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 16:13:44,384 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 16:13:44,401 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 16:13:44,402 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 16:13:44,413 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 3c2ebc2871568408aac63636d87fb8bf 2018-08-12 16:13:44,414 - paramiko.transport - DEBUG - Trying discovered key 9a52d561d8d07e11632eaba9efc99737 in /tmp/tmplLfvJy 2018-08-12 16:13:44,440 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 16:13:44,445 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 16:13:44,446 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 16:13:44,447 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 16:13:44,447 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 16:13:44,449 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 16:13:44,450 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 16:13:44,450 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-12 16:13:44,450 - functest.core.singlevm - DEBUG - error: 2018-08-12 16:13:44,454 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 16:13:44,574 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:13:44,574 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:37 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 16:13:44,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 16:13:44,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/963e837b-a89e-443b-8bcd-81995fdaf5a4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:45,787 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b895e8dc-582d-4f96-bde5-ab6f98f8b769 Content-Length: 0 Date: Sun, 12 Aug 2018 16:13:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:13:45,787 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/963e837b-a89e-443b-8bcd-81995fdaf5a4.json used request id req-b895e8dc-582d-4f96-bde5-ab6f98f8b769 2018-08-12 16:13:45,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.20634007454s 2018-08-12 16:13:45,788 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/963e837b-a89e-443b-8bcd-81995fdaf5a4.json used request id req-b895e8dc-582d-4f96-bde5-ab6f98f8b769 2018-08-12 16:13:45,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:13:45,794 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:45,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-271df1e2-aa53-4822-8e29-fba8da57e109 Date: Sun, 12 Aug 2018 16:13:45 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:13:45,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-271df1e2-aa53-4822-8e29-fba8da57e109 2018-08-12 16:13:45,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042053937912s 2018-08-12 16:13:45,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-271df1e2-aa53-4822-8e29-fba8da57e109 2018-08-12 16:13:45,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 16:13:45,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:46,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:13: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-e06de623-ab1c-498f-aa08-9c1ced97478a x-compute-request-id: req-e06de623-ab1c-498f-aa08-9c1ced97478a Content-Type: application/json 2018-08-12 16:13:46,206 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92 used request id req-e06de623-ab1c-498f-aa08-9c1ced97478a 2018-08-12 16:13:46,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.369781017303s 2018-08-12 16:13:46,206 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92 used request id req-e06de623-ab1c-498f-aa08-9c1ced97478a 2018-08-12 16:13:46,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:13:46,209 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:46,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-d469ae90-cc32-4407-ab83-153a0d990891 x-compute-request-id: req-d469ae90-cc32-4407-ab83-153a0d990891 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:0f:66", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:0f:66", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a2f63223-3526-4a0c-ae7f-ade042b31a92", "rel": "bookmark"}], "image": {"id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "links": [{"href": "http://172.30.9.23:8774/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:13:37.000000", "flavor": {"id": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "links": [{"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "bookmark"}]}, "id": "a2f63223-3526-4a0c-ae7f-ade042b31a92", "security_groups": [{"name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9"}], "user_id": "aaac6dd878184403847eb3601fe0f351", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:13:46Z", "hostId": "8a152b683483d46f82fd582edd75690c21b3bba6d0a433d3e8d6ff5e", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9", "name": "singlevm2-vm_70aab25b-2d16-4d48-b763-410787f452b9", "created": "2018-08-12T16:13:27Z", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:13:46,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d469ae90-cc32-4407-ab83-153a0d990891 2018-08-12 16:13:46,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667526006699s 2018-08-12 16:13:46,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d469ae90-cc32-4407-ab83-153a0d990891 2018-08-12 16:13:46,876 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:13:48,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:13:48,882 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:48,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-1ab834c4-c425-401b-87a6-038402cd8bda x-compute-request-id: req-1ab834c4-c425-401b-87a6-038402cd8bda Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 16:13:48,985 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1ab834c4-c425-401b-87a6-038402cd8bda 2018-08-12 16:13:48,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.105817079544s 2018-08-12 16:13:48,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1ab834c4-c425-401b-87a6-038402cd8bda 2018-08-12 16:13:48,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:13:48,989 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:49,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-2897d530-9f9e-4dfa-b6f9-233fdc18beda Date: Sun, 12 Aug 2018 16:13:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:19Z", "updated_at": "2018-08-12T16:13:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "36db3072-800e-4855-9e9a-5d4faf5b1fe6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "75ee2865-33a6-4e83-89e4-02d075b31305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:20Z", "revision_number": 0, "id": "8537d97b-75ac-4449-8f01-270f72fa83ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:20Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:19Z", "revision_number": 0, "id": "8abb8da1-f847-49df-b14c-36546f426c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:19Z", "security_group_id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 3, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "1875ff10-f1dd-4738-939d-a7b06c794d36", "name": "singlevm2-sg_70aab25b-2d16-4d48-b763-410787f452b9"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}]} 2018-08-12 16:13:49,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2897d530-9f9e-4dfa-b6f9-233fdc18beda 2018-08-12 16:13:49,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0472691059113s 2018-08-12 16:13:49,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2897d530-9f9e-4dfa-b6f9-233fdc18beda 2018-08-12 16:13:49,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 16:13:49,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1875ff10-f1dd-4738-939d-a7b06c794d36.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:49,215 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b17574cf-2baa-4929-893b-f38b2b990599 Content-Length: 0 Date: Sun, 12 Aug 2018 16:13:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:13:49,215 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1875ff10-f1dd-4738-939d-a7b06c794d36.json used request id req-b17574cf-2baa-4929-893b-f38b2b990599 2018-08-12 16:13:49,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.175619125366s 2018-08-12 16:13:49,216 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1875ff10-f1dd-4738-939d-a7b06c794d36.json used request id req-b17574cf-2baa-4929-893b-f38b2b990599 2018-08-12 16:13:49,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 16:13:49,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:49,327 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:13: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-f14739f7-e622-498b-befb-71b62822e6da x-compute-request-id: req-f14739f7-e622-498b-befb-71b62822e6da Content-Length: 0 Content-Type: application/json 2018-08-12 16:13:49,327 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9 used request id req-f14739f7-e622-498b-befb-71b62822e6da 2018-08-12 16:13:49,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.111108064651s 2018-08-12 16:13:49,327 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_70aab25b-2d16-4d48-b763-410787f452b9 used request id req-f14739f7-e622-498b-befb-71b62822e6da 2018-08-12 16:13:49,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:13:49,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483/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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" -d '{"subnet_id": "8d9b154d-7370-48b1-9f14-07d3e7687439"}' 2018-08-12 16:13:51,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-86a3f532-75ec-430f-b6c4-8dbf789c9eeb Date: Sun, 12 Aug 2018 16:13:51 GMT RESP BODY: {"network_id": "6ce45244-f88c-48ed-82ad-d10956fdab24", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "subnet_id": "8d9b154d-7370-48b1-9f14-07d3e7687439", "subnet_ids": ["8d9b154d-7370-48b1-9f14-07d3e7687439"], "port_id": "54c1e097-7201-4c52-8762-00432c50031c", "id": "aa81743c-7acc-43e7-a438-0535b8bac483"} 2018-08-12 16:13:51,321 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483/remove_router_interface.json used request id req-86a3f532-75ec-430f-b6c4-8dbf789c9eeb 2018-08-12 16:13:51,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.99301099777s 2018-08-12 16:13:51,321 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483/remove_router_interface.json used request id req-86a3f532-75ec-430f-b6c4-8dbf789c9eeb returning object aa81743c-7acc-43e7-a438-0535b8bac483 2018-08-12 16:13:51,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:13:51,322 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:51,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-e4c6988d-738e-4fd4-814f-8fc4ee09d422 Date: Sun, 12 Aug 2018 16:13:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:10Z", "admin_state_up": true, "updated_at": "2018-08-12T16:13:50Z", "revision_number": 4, "routes": [], "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "aa81743c-7acc-43e7-a438-0535b8bac483", "name": "singlevm2-router_70aab25b-2d16-4d48-b763-410787f452b9"}]} 2018-08-12 16:13:51,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e4c6988d-738e-4fd4-814f-8fc4ee09d422 2018-08-12 16:13:51,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.393022060394s 2018-08-12 16:13:51,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e4c6988d-738e-4fd4-814f-8fc4ee09d422 2018-08-12 16:13:51,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:13:51,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:53,409 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-033dda9f-1453-48a1-9cf9-86c5e6864f48 Content-Length: 0 Date: Sun, 12 Aug 2018 16:13:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:13:53,409 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483.json used request id req-033dda9f-1453-48a1-9cf9-86c5e6864f48 2018-08-12 16:13:53,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.69275403023s 2018-08-12 16:13:53,410 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/aa81743c-7acc-43e7-a438-0535b8bac483.json used request id req-033dda9f-1453-48a1-9cf9-86c5e6864f48 2018-08-12 16:13:53,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:13:53,411 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:53,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-fe34b3b9-fb10-46a5-ae20-be922d713b71 Date: Sun, 12 Aug 2018 16:13:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ce45244-f88c-48ed-82ad-d10956fdab24","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:13:09Z","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":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"8d9b154d-7370-48b1-9f14-07d3e7687439","subnetpool_id":null,"name":"singlevm2-subnet_70aab25b-2d16-4d48-b763-410787f452b9"}]} 2018-08-12 16:13:53,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-fe34b3b9-fb10-46a5-ae20-be922d713b71 2018-08-12 16:13:53,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.30875992775s 2018-08-12 16:13:53,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-fe34b3b9-fb10-46a5-ae20-be922d713b71 2018-08-12 16:13:53,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:13:53,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/8d9b154d-7370-48b1-9f14-07d3e7687439.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:55,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2e497dd-a690-4d34-abfd-fb01af323fcd Date: Sun, 12 Aug 2018 16:13:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:13:55,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8d9b154d-7370-48b1-9f14-07d3e7687439.json used request id req-d2e497dd-a690-4d34-abfd-fb01af323fcd 2018-08-12 16:13:55,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.16004300117s 2018-08-12 16:13:55,881 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8d9b154d-7370-48b1-9f14-07d3e7687439.json used request id req-d2e497dd-a690-4d34-abfd-fb01af323fcd 2018-08-12 16:13:55,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:13:55,882 - 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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:56,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-4e92656f-a885-4edc-8df2-df6262d0775d Date: Sun, 12 Aug 2018 16:13:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T16:13:55Z","tenant_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","created_at":"2018-08-12T16:13:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ada5e4acf81348d5aff0d8d5ea7fe0eb","id":"6ce45244-f88c-48ed-82ad-d10956fdab24","name":"singlevm2-net_70aab25b-2d16-4d48-b763-410787f452b9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:13:56,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4e92656f-a885-4edc-8df2-df6262d0775d 2018-08-12 16:13:56,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.318878173828s 2018-08-12 16:13:56,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4e92656f-a885-4edc-8df2-df6262d0775d 2018-08-12 16:13:56,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:13:56,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/6ce45244-f88c-48ed-82ad-d10956fdab24.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:57,827 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12309218-2343-4dff-abaa-4e11c8e56f82 Date: Sun, 12 Aug 2018 16:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:13:57,827 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6ce45244-f88c-48ed-82ad-d10956fdab24.json used request id req-12309218-2343-4dff-abaa-4e11c8e56f82 2018-08-12 16:13:57,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.62545108795s 2018-08-12 16:13:57,828 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6ce45244-f88c-48ed-82ad-d10956fdab24.json used request id req-12309218-2343-4dff-abaa-4e11c8e56f82 2018-08-12 16:13:57,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:13:57,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}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:57,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-56bac759-6fb1-4381-b6b6-2b93a53aa642 Date: Sun, 12 Aug 2018 16:13:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:13:16Z", "file": "/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/file", "owner": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "84629cee-6314-4f66-a8a0-7a32c5e5c382", "size": 12716032, "self": "/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/84629cee-6314-4f66-a8a0-7a32c5e5c382/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_70aab25b-2d16-4d48-b763-410787f452b9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:13:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:13:57,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-56bac759-6fb1-4381-b6b6-2b93a53aa642 2018-08-12 16:13:57,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0472249984741s 2018-08-12 16:13:57,879 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-56bac759-6fb1-4381-b6b6-2b93a53aa642 2018-08-12 16:13:57,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:13:57,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41f08e6b809ed9eb3f542e789b24aaab196fcc7f" 2018-08-12 16:13:58,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dda10d48-c3c4-4840-98c0-449554cf00ea Date: Sun, 12 Aug 2018 16:13: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-12 16:13:58,348 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382 used request id req-dda10d48-c3c4-4840-98c0-449554cf00ea 2018-08-12 16:13:58,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.46675992012s 2018-08-12 16:13:58,348 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/84629cee-6314-4f66-a8a0-7a32c5e5c382 used request id req-dda10d48-c3c4-4840-98c0-449554cf00ea 2018-08-12 16:13:58,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:13:58,352 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:58,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13: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-648608ab-f851-4907-b79e-8d51e045b850 x-compute-request-id: req-648608ab-f851-4907-b79e-8d51e045b850 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_70aab25b-2d16-4d48-b763-410787f452b9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01", "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": "2e6f5b59-c94c-4d55-9d16-5aa65b24be01"}]} 2018-08-12 16:13:58,375 - 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-648608ab-f851-4907-b79e-8d51e045b850 2018-08-12 16:13:58,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259809494019s 2018-08-12 16:13:58,375 - 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-648608ab-f851-4907-b79e-8d51e045b850 2018-08-12 16:13:58,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:13:58,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:58,421 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:13: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-8e11aadf-9bbc-4166-b520-c0b487f40bd2 x-compute-request-id: req-8e11aadf-9bbc-4166-b520-c0b487f40bd2 Content-Length: 0 Content-Type: application/json 2018-08-12 16:13:58,421 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01 used request id req-8e11aadf-9bbc-4166-b520-c0b487f40bd2 2018-08-12 16:13:58,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0447299480438s 2018-08-12 16:13:58,422 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2e6f5b59-c94c-4d55-9d16-5aa65b24be01 used request id req-8e11aadf-9bbc-4166-b520-c0b487f40bd2 2018-08-12 16:13:58,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:13:58,426 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:58,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6634b0f8-0e13-4447-8dc0-f93f7a68cdf4 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9", "links": {"self": "http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aaac6dd878184403847eb3601fe0f351", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:13:58,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6634b0f8-0e13-4447-8dc0-f93f7a68cdf4 2018-08-12 16:13:58,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.248099088669s 2018-08-12 16:13:58,671 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6634b0f8-0e13-4447-8dc0-f93f7a68cdf4 2018-08-12 16:13:58,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:13:58,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:58,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c44568eb-d4f1-47f0-b0e3-a6fab0ff3408 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_70aab25b-2d16-4d48-b763-410787f452b9", "links": {"self": "http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "aaac6dd878184403847eb3601fe0f351", "description": null}} 2018-08-12 16:13:58,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351 used request id req-c44568eb-d4f1-47f0-b0e3-a6fab0ff3408 2018-08-12 16:13:58,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213001966476s 2018-08-12 16:13:58,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351 used request id req-c44568eb-d4f1-47f0-b0e3-a6fab0ff3408 2018-08-12 16:13:58,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 16:13:58,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:59,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-729b4336-5457-4123-95a9-5fa697c9033f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:13:59,349 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351 used request id req-729b4336-5457-4123-95a9-5fa697c9033f 2018-08-12 16:13:59,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.458115816116s 2018-08-12 16:13:59,349 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/aaac6dd878184403847eb3601fe0f351 used request id req-729b4336-5457-4123-95a9-5fa697c9033f 2018-08-12 16:13:59,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:13:59,359 - 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}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:59,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0cbde97-ee42-46d4-af37-319fb9e733f1 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/ada5e4acf81348d5aff0d8d5ea7fe0eb"}, "tags": [], "enabled": true, "id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_70aab25b-2d16-4d48-b763-410787f452b9"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 16:13:59,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d0cbde97-ee42-46d4-af37-319fb9e733f1 2018-08-12 16:13:59,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186168193817s 2018-08-12 16:13:59,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d0cbde97-ee42-46d4-af37-319fb9e733f1 2018-08-12 16:13:59,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 16:13:59,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/ada5e4acf81348d5aff0d8d5ea7fe0eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}305e66ca884025579747ca6edd2f7f3d80a5f585" 2018-08-12 16:13:59,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd3d2f7d-0d98-4494-99a6-a01efdbd2ff4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:13:59,834 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ada5e4acf81348d5aff0d8d5ea7fe0eb used request id req-fd3d2f7d-0d98-4494-99a6-a01efdbd2ff4 2018-08-12 16:13:59,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.287412881851s 2018-08-12 16:13:59,834 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ada5e4acf81348d5aff0d8d5ea7fe0eb used request id req-fd3d2f7d-0d98-4494-99a6-a01efdbd2ff4 2018-08-12 16:13:59,889 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:13:59,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:13:59,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:13:59,934 - 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-12 16:13:59,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e45dd0-d611-4f1c-a28c-68f200a5d967 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-12 16:13:59,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d5e45dd0-d611-4f1c-a28c-68f200a5d967 2018-08-12 16:13:59,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:14:00,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:14:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["EtiZE85GTTGhzbBQkbI0RA"], "issued_at": "2018-08-12T16:14:00.000000Z"}} 2018-08-12 16:14:00,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:14:00,328 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:00,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7a131920-b036-4168-a325-8e3a3715de37 Date: Sun, 12 Aug 2018 16:14:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:14:00,582 - 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-7a131920-b036-4168-a325-8e3a3715de37 2018-08-12 16:14:00,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.254670143127s 2018-08-12 16:14:00,583 - 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-7a131920-b036-4168-a325-8e3a3715de37 2018-08-12 16:14:00,586 - 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-12 16:14:00,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-856cd2e3-f826-4a4f-b2c8-8a4255744b38 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-12 16:14:00,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-856cd2e3-f826-4a4f-b2c8-8a4255744b38 2018-08-12 16:14:00,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:14:00,596 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:00,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26940e74-0276-4731-8725-fc59fe23bdff Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 16:14:00,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-26940e74-0276-4731-8725-fc59fe23bdff 2018-08-12 16:14:00,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196422100067s 2018-08-12 16:14:00,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-26940e74-0276-4731-8725-fc59fe23bdff 2018-08-12 16:14:00,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 16:14:00,800 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c"}}' 2018-08-12 16:14:01,031 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1d0485e-3538-42e0-8cf0-a45d2c994b66 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/01f93246bfca49369ceafc664ab517bb"}, "tags": [], "enabled": true, "id": "01f93246bfca49369ceafc664ab517bb", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c"}} 2018-08-12 16:14:01,031 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e1d0485e-3538-42e0-8cf0-a45d2c994b66 2018-08-12 16:14:01,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.234442949295s 2018-08-12 16:14:01,032 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e1d0485e-3538-42e0-8cf0-a45d2c994b66 2018-08-12 16:14:01,032 - 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'01f93246bfca49369ceafc664ab517bb', '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_a3270806-e803-4f05-972a-aadaf1f55d0c'}) 2018-08-12 16:14:01,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 16:14:01,041 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "097aee84-39dc-47fe-a9b1-a82368a44ad7", "email": null, "name": "vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c"}}' 2018-08-12 16:14:01,591 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:14:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf744e92-bea1-4c69-91cf-c625c1249235 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c", "links": {"self": "http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e824098c35764819b408bd8f89f69c5f", "domain_id": "default", "password_expires_at": null}} 2018-08-12 16:14:01,592 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-bf744e92-bea1-4c69-91cf-c625c1249235 2018-08-12 16:14:01,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.55363202095s 2018-08-12 16:14:01,592 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-bf744e92-bea1-4c69-91cf-c625c1249235 2018-08-12 16:14:01,593 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e824098c35764819b408bd8f89f69c5f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c'}) 2018-08-12 16:14:01,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:14:01,599 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:01,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c98a87-0ee1-4266-987d-7f643307349d Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:14:01,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-77c98a87-0ee1-4266-987d-7f643307349d 2018-08-12 16:14:01,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199779987335s 2018-08-12 16:14:01,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-77c98a87-0ee1-4266-987d-7f643307349d 2018-08-12 16:14:01,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:14:01,804 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:01,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-574b87bc-8b86-41ce-bcc5-3ead9b832c34 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:14:01,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-574b87bc-8b86-41ce-bcc5-3ead9b832c34 2018-08-12 16:14:01,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182641983032s 2018-08-12 16:14:01,984 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-574b87bc-8b86-41ce-bcc5-3ead9b832c34 2018-08-12 16:14:01,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:14:01,992 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:02,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b3c8c17-ad44-404b-804c-baa00c04c103 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:14:02,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8b3c8c17-ad44-404b-804c-baa00c04c103 2018-08-12 16:14:02,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.158499002457s 2018-08-12 16:14:02,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8b3c8c17-ad44-404b-804c-baa00c04c103 2018-08-12 16:14:02,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:14:02,155 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:02,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777d11ad-57b1-4542-b5af-eb2dafe5ec9c 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-12 16:14:02,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-777d11ad-57b1-4542-b5af-eb2dafe5ec9c 2018-08-12 16:14:02,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.150326013565s 2018-08-12 16:14:02,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-777d11ad-57b1-4542-b5af-eb2dafe5ec9c 2018-08-12 16:14:02,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:14:02,307 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:02,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b94d37fc-2e67-4a20-8667-85d0106b0c76 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c", "links": {"self": "http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e824098c35764819b408bd8f89f69c5f", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:14:02,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b94d37fc-2e67-4a20-8667-85d0106b0c76 2018-08-12 16:14:02,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.229214191437s 2018-08-12 16:14:02,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b94d37fc-2e67-4a20-8667-85d0106b0c76 2018-08-12 16:14:02,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:14:02,547 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:02,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f94cf144-a433-4272-8880-ed31353fc691 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/01f93246bfca49369ceafc664ab517bb"}, "tags": [], "enabled": true, "id": "01f93246bfca49369ceafc664ab517bb", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c"}]} 2018-08-12 16:14:02,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f94cf144-a433-4272-8880-ed31353fc691 2018-08-12 16:14:02,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.115778923035s 2018-08-12 16:14:02,661 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f94cf144-a433-4272-8880-ed31353fc691 2018-08-12 16:14:02,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 16:14:02,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=e824098c35764819b408bd8f89f69c5f&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=01f93246bfca49369ceafc664ab517bb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:02,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce53f73e-2196-4bdd-b452-9fe39ea64d25 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=e824098c35764819b408bd8f89f69c5f&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=01f93246bfca49369ceafc664ab517bb", "previous": null, "next": null}} 2018-08-12 16:14:02,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e824098c35764819b408bd8f89f69c5f&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=01f93246bfca49369ceafc664ab517bb used request id req-ce53f73e-2196-4bdd-b452-9fe39ea64d25 2018-08-12 16:14:02,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.11190700531s 2018-08-12 16:14:02,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e824098c35764819b408bd8f89f69c5f&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=01f93246bfca49369ceafc664ab517bb used request id req-ce53f73e-2196-4bdd-b452-9fe39ea64d25 2018-08-12 16:14:02,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 16:14:02,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/01f93246bfca49369ceafc664ab517bb/users/e824098c35764819b408bd8f89f69c5f/roles/2227886414cb4d22a8494529517c5128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:14:02,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:14:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c367bed7-5c19-49df-a610-a8e2423215b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:14:02,970 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/01f93246bfca49369ceafc664ab517bb/users/e824098c35764819b408bd8f89f69c5f/roles/2227886414cb4d22a8494529517c5128 used request id req-c367bed7-5c19-49df-a610-a8e2423215b3 2018-08-12 16:14:02,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.185922861099s 2018-08-12 16:14:02,970 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/01f93246bfca49369ceafc664ab517bb/users/e824098c35764819b408bd8f89f69c5f/roles/2227886414cb4d22a8494529517c5128 used request id req-c367bed7-5c19-49df-a610-a8e2423215b3 2018-08-12 16:14:02,971 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c', 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'01f93246bfca49369ceafc664ab517bb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '097aee84-39dc-47fe-a9b1-a82368a44ad7', 'username': u'vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c', '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-12 16:14:02,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:14:02,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:14:02,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:14:02,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:14:02,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:14:02,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:14:02,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:14:02,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:14:02,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:14:02,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:14:02,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:14:02,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:14:02,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:14:02,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:14:02,976 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c', 'password': '097aee84-39dc-47fe-a9b1-a82368a44ad7', 'project_name': 'vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '01f93246bfca49369ceafc664ab517bb', 'project_domain_name': 'Default'} 2018-08-12 16:14:02,976 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-12 16:14:02,977 - 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-12 16:14:02,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65635ef-65e6-4bc5-b454-7c8c34936f6e 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-12 16:14:02,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e65635ef-65e6-4bc5-b454-7c8c34936f6e 2018-08-12 16:14:02,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:14:03,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T17:14:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01f93246bfca49369ceafc664ab517bb", "name": "vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/01f93246bfca49369ceafc664ab517bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/01f93246bfca49369ceafc664ab517bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/01f93246bfca49369ceafc664ab517bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/01f93246bfca49369ceafc664ab517bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/01f93246bfca49369ceafc664ab517bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/01f93246bfca49369ceafc664ab517bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/01f93246bfca49369ceafc664ab517bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/01f93246bfca49369ceafc664ab517bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/01f93246bfca49369ceafc664ab517bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_01f93246bfca49369ceafc664ab517bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_01f93246bfca49369ceafc664ab517bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/01f93246bfca49369ceafc664ab517bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/01f93246bfca49369ceafc664ab517bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/01f93246bfca49369ceafc664ab517bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c", "id": "e824098c35764819b408bd8f89f69c5f"}, "audit_ids": ["WTPmMXnOR4-kMjRWrvdRfw"], "issued_at": "2018-08-12T16:14:03.000000Z"}} 2018-08-12 16:14:03,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:14:03,387 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"network": {"name": "vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c", "admin_state_up": true}}' 2018-08-12 16:14:04,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-e4827407-0f3c-43a7-b497-04d309e6a829 Date: Sun, 12 Aug 2018 16:14:04 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T16:14:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01f93246bfca49369ceafc664ab517bb","id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","name":"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c"}} 2018-08-12 16:14:04,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e4827407-0f3c-43a7-b497-04d309e6a829 2018-08-12 16:14:04,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.82408618927s 2018-08-12 16:14:04,211 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e4827407-0f3c-43a7-b497-04d309e6a829 2018-08-12 16:14:04,212 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:14:03Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'53203eb5-59e4-453c-9d9a-71d0e190c42c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c', u'admin_state_up': True, u'tenant_id': u'01f93246bfca49369ceafc664ab517bb', u'created_at': u'2018-08-12T16:14:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'01f93246bfca49369ceafc664ab517bb'}) 2018-08-12 16:14:04,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:14:04,213 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:04,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-71bc605a-6cef-4c43-ace6-f079cc4cf01a Date: Sun, 12 Aug 2018 16:14:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T16:14:03Z","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"01f93246bfca49369ceafc664ab517bb","id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","name":"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:14:04,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-71bc605a-6cef-4c43-ace6-f079cc4cf01a 2018-08-12 16:14:04,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353287935257s 2018-08-12 16:14:04,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-71bc605a-6cef-4c43-ace6-f079cc4cf01a 2018-08-12 16:14:04,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:14:04,568 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"subnet": {"name": "vping_ssh-subnet_a3270806-e803-4f05-972a-aadaf1f55d0c", "enable_dhcp": true, "network_id": "53203eb5-59e4-453c-9d9a-71d0e190c42c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:14:05,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-1f091d64-bc97-40ac-be8a-584aee587abb Date: Sun, 12 Aug 2018 16:14:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:14: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":"01f93246bfca49369ceafc664ab517bb","id":"dbf4faff-e3e9-43a5-ada8-2907bd3bd884","subnetpool_id":null,"name":"vping_ssh-subnet_a3270806-e803-4f05-972a-aadaf1f55d0c"}} 2018-08-12 16:14:05,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1f091d64-bc97-40ac-be8a-584aee587abb 2018-08-12 16:14:05,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.1281979084s 2018-08-12 16:14:05,696 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-1f091d64-bc97-40ac-be8a-584aee587abb 2018-08-12 16:14:05,697 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:14: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'dbf4faff-e3e9-43a5-ada8-2907bd3bd884', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_a3270806-e803-4f05-972a-aadaf1f55d0c', u'enable_dhcp': True, u'network_id': u'53203eb5-59e4-453c-9d9a-71d0e190c42c', u'tenant_id': u'01f93246bfca49369ceafc664ab517bb', u'created_at': u'2018-08-12T16:14: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'01f93246bfca49369ceafc664ab517bb'}) 2018-08-12 16:14:05,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:14:05,698 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "vping_ssh-router_a3270806-e803-4f05-972a-aadaf1f55d0c", "admin_state_up": true}}' 2018-08-12 16:14:07,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-b853d432-ad49-4db1-a0f8-66f7e3a18105 Date: Sun, 12 Aug 2018 16:14:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:06Z", "admin_state_up": true, "updated_at": "2018-08-12T16:14:07Z", "revision_number": 2, "routes": [], "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "ada7dcc0-41b8-441b-8f39-01767db10a46", "name": "vping_ssh-router_a3270806-e803-4f05-972a-aadaf1f55d0c"}} 2018-08-12 16:14:07,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b853d432-ad49-4db1-a0f8-66f7e3a18105 2018-08-12 16:14:07,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.83902812004s 2018-08-12 16:14:07,537 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b853d432-ad49-4db1-a0f8-66f7e3a18105 2018-08-12 16:14:07,537 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'01f93246bfca49369ceafc664ab517bb', u'created_at': u'2018-08-12T16:14:06Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T16:14:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'01f93246bfca49369ceafc664ab517bb', u'id': u'ada7dcc0-41b8-441b-8f39-01767db10a46', u'name': u'vping_ssh-router_a3270806-e803-4f05-972a-aadaf1f55d0c'}) 2018-08-12 16:14:07,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:14:07,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46/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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"subnet_id": "dbf4faff-e3e9-43a5-ada8-2907bd3bd884"}' 2018-08-12 16:14:09,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c0619488-4d7d-4aaf-977c-413d244054b4 Date: Sun, 12 Aug 2018 16:14:09 GMT RESP BODY: {"network_id": "53203eb5-59e4-453c-9d9a-71d0e190c42c", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "subnet_id": "dbf4faff-e3e9-43a5-ada8-2907bd3bd884", "subnet_ids": ["dbf4faff-e3e9-43a5-ada8-2907bd3bd884"], "port_id": "76b9095a-e4a8-4ba9-b1c5-256373e4c570", "id": "ada7dcc0-41b8-441b-8f39-01767db10a46"} 2018-08-12 16:14:09,868 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46/add_router_interface.json used request id req-c0619488-4d7d-4aaf-977c-413d244054b4 2018-08-12 16:14:09,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.33024191856s 2018-08-12 16:14:09,869 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46/add_router_interface.json used request id req-c0619488-4d7d-4aaf-977c-413d244054b4 returning object ada7dcc0-41b8-441b-8f39-01767db10a46 2018-08-12 16:14:09,869 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:14:10,001 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:14:10,003 - 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-12 16:14:10,008 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:14: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-12 16:14:10,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:14:10,012 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:10,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8d5f95db-91fd-4f11-b833-a6be24ec0cb3 Date: Sun, 12 Aug 2018 16:14:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:14:10,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8d5f95db-91fd-4f11-b833-a6be24ec0cb3 2018-08-12 16:14:10,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.833953142166s 2018-08-12 16:14:10,844 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8d5f95db-91fd-4f11-b833-a6be24ec0cb3 2018-08-12 16:14:10,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:14:10,856 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c"}' 2018-08-12 16:14:11,203 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b816f230-85b7-4c90-92c8-93bc9daa4a7c Date: Sun, 12 Aug 2018 16:14:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:14:11Z", "file": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/file", "owner": "01f93246bfca49369ceafc664ab517bb", "id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "size": null, "self": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "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_a3270806-e803-4f05-972a-aadaf1f55d0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "checksum": null, "created_at": "2018-08-12T16:14:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:14:11,203 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b816f230-85b7-4c90-92c8-93bc9daa4a7c 2018-08-12 16:14:11,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.350714921951s 2018-08-12 16:14:11,204 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b816f230-85b7-4c90-92c8-93bc9daa4a7c returning object fef03850-4a3e-4065-8b36-78f8bbf1aa24 2018-08-12 16:14:11,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:14:11,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/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}a0043529d3b897508026f890a3d013647224b1f7" -d '' 2018-08-12 16:14:12,027 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9824e70a-02dd-4da6-bf46-5a8cffbdb39c Date: Sun, 12 Aug 2018 16:14: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-12 16:14:12,027 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/file used request id req-9824e70a-02dd-4da6-bf46-5a8cffbdb39c 2018-08-12 16:14:12,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.823270082474s 2018-08-12 16:14:12,028 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/file used request id req-9824e70a-02dd-4da6-bf46-5a8cffbdb39c 2018-08-12 16:14:12,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:14:12,036 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:12,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a355d37a-411d-4c17-821f-ba1efcf4486a Date: Sun, 12 Aug 2018 16:14:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:14:11Z", "file": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/file", "owner": "01f93246bfca49369ceafc664ab517bb", "id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "size": 12716032, "self": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:14:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:14:12,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a355d37a-411d-4c17-821f-ba1efcf4486a 2018-08-12 16:14:12,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302006959915s 2018-08-12 16:14:12,334 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a355d37a-411d-4c17-821f-ba1efcf4486a 2018-08-12 16:14:12,336 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/file', 'owner': u'01f93246bfca49369ceafc664ab517bb', 'id': u'fef03850-4a3e-4065-8b36-78f8bbf1aa24', 'size': 12716032, u'self': u'/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01f93246bfca49369ceafc664ab517bb', 'name': 'vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:14:11Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T16:14:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c', '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/fef03850-4a3e-4065-8b36-78f8bbf1aa24', 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_a3270806-e803-4f05-972a-aadaf1f55d0c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c', 'created': u'2018-08-12T16:14:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:14: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/fef03850-4a3e-4065-8b36-78f8bbf1aa24', 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_a3270806-e803-4f05-972a-aadaf1f55d0c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:14:12,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:14:12,340 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_a3270806-e803-4f05-972a-aadaf1f55d0c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:14:12,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-3b919246-28c1-43c2-a287-4039af6491fd x-compute-request-id: req-3b919246-28c1-43c2-a287-4039af6491fd Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_a3270806-e803-4f05-972a-aadaf1f55d0c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "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": "4473eaa1-7f9e-4915-9106-657e4a558749"}} 2018-08-12 16:14:12,652 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3b919246-28c1-43c2-a287-4039af6491fd 2018-08-12 16:14:12,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.314442873001s 2018-08-12 16:14:12,652 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-3b919246-28c1-43c2-a287-4039af6491fd 2018-08-12 16:14:12,653 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_a3270806-e803-4f05-972a-aadaf1f55d0c', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'4473eaa1-7f9e-4915-9106-657e4a558749', 'swap': 0}) 2018-08-12 16:14:12,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:14:12,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749/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}b01f8e37cf4452224b259d19053457325ff9e15c" -d '{"extra_specs": {}}' 2018-08-12 16:14:12,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cdfa9a4-fde6-4f1f-ae03-c502d1a98b4c x-compute-request-id: req-2cdfa9a4-fde6-4f1f-ae03-c502d1a98b4c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:14:12,676 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749/os-extra_specs used request id req-2cdfa9a4-fde6-4f1f-ae03-c502d1a98b4c 2018-08-12 16:14:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022577047348s 2018-08-12 16:14:12,676 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749/os-extra_specs used request id req-2cdfa9a4-fde6-4f1f-ae03-c502d1a98b4c 2018-08-12 16:14:12,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 16:14:12,680 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"keypair": {"name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c"}}' 2018-08-12 16:14:13,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-edd910ca-57c9-488e-8367-80be52cd7726 x-compute-request-id: req-edd910ca-57c9-488e-8367-80be52cd7726 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL0jfU6ulQwHLYTorBYhGxDWdjFp20r4my1ccuxGdF47hoFEBFJFWunn6Fk21ZRnl8hdNG6EDTbTO9LvteoREfWzNRV/mDEmdMUKRRDPn7vU3b7wj6QnfJbUkhV3ugb+IZX+54qmPISY4+OCjSADGGJ5KfuY/F7ljBVCt/J7lacVy844o0GbbU2r0PGVKqJjxU4/hC9omIv8nRiNgKKKTfqQJH+BWKItOERAkhJ7W2KARe1QVHV6LhP0FGqHBsybHP1l/dl/UADJAWD3ndT31izsbERFjQaId9USrjU2ZOz2Ro8tL9c6S8pe2TajDcMazqXVfrJpw7+7CB65ApZuIh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAy9I31OrpUMBy2E6KwWIRsQ1nYxadtK+JstXHLsRnReO4aBRA\nRSRVrp5+hZNtWUZ5fIXTRuhA020zvS77XqERH1szUVf5gxJnTFCkUQz5+71N2+8I\n+kJ3yW1JIVd7oG/iGV/ueKpjyEmOPjgo0gAxhieSn7mPxe5YwVQrfye5WnFcvOOK\nNBm21Nq9DxlSqiY8VOP4QvaJiL/J0YjYCiik36kCR/gViiLThEQJISe1tigEXtUF\nR1ei4T9BRqhwbMmxz9Zf3Zf1AAyQFg953U99Ys7GxERY0GiHfVEq41NmTs9kaPLS\n/XOkvKXtk2ow3DGs6l1X6yacO/uwgeuQKWbiIQIDAQABAoIBAQDAIjuVT5h/Edtx\nAqEUaPEKePsz0jb6A9uHJLSt5mD/5gmIu0ZWp0jJ4gicvHwBA0k0VCb1Ga06YR+7\nv9UfwC+W4m7+yDKiFzAfJYmwCc6BO1Nw9uT8nLm0vHuKnaAhfjah+uefAegr/wLC\nrkf0plAJCbbTMKZSTDuIi2Kxa+3zTWkTqKnmPQsSTWpJoR/wLDo5FCN7lLwij6Ny\nppgR9bPiBTpoUA77T5IpahebblcPlLJOmHNeqpLV0tAxYj1A6hLVJol2mk6sW0G7\nWlL+a6DpH0ItHs2jtSHK99J50+v1cL/Umf8uH09aqfx6OWehEysOlU+p4ZjXKYJc\n1kUbx7hBAoGBAOaFgFr/H2/XViEbAUStXtPruFuERP9PLzSfyuZ1I4/9wIWqvkuj\nM19/M5Wsax3/QdjIxbNXamQcse2PuUAaCR0Is7cSmShpmNZcL3A9nTqKrck77EKM\nRaGB1OPbPL3my8ycbWkMS6YHq8SVpMbf6WOejU0QAbf5Rxrg/a77jKRJAoGBAOJZ\nPk5vX1KZjQbmlV1yn7Vls1PqIdFE5iXseEd7GN9+riC5HJHLIM7eWx9LDvxowIuE\npPpQ5na+qTkYDyOUlnCSkdjzn0Itg8HrhIY/70K6sMqg6JyD1OfhO18JwK7fj1AF\nzClxd5EBBuj26vQNBSCNGMTuxbBdVQBYwQTelh8ZAoGAKf2zjd/fOB4/oDQtHPd/\nyJattG35q5AfBzT8XtKDsd0FTtP1ag3Gc+TV3rPTp1kyA20/JhYMWUQo3R9LHXQg\nqNtG8Vg/8e6aWqHcOlPe6iUM1xVFSjIHFQ5zWzY6cFU0VodAHtyQgyPulBa2N0ve\nVbkyABGkXoDYBPtq+o7z5ZECgYAj1g1PTcLByR3S4d70FJnEln1147PG9imaB35j\nktG1UNEwzR4A1zAykHHM2o1c2Rji/fVAzF4wnq8cIvsCnxvSZuJAfxHP4HTj1u38\nc1LmNbiX3DH31cd3julfeqPPDAYcnU5doWFUy9zUNYOtcAJHzQ8G3ubdrWkvzN2C\nb9tEwQKBgHg73MaoA5CqUM5EwjfFH4NW9qJEBiEwRsLVGvWBIuuaHRkPRIbTctnL\nWHB+uJ9QdSh5m7uOAGbbyp7v4yxHsW0Hjwih1lcBppEwEgnf6WZYJWR4TKwvQrVO\nps9mvmXraOmHV3GRmD54BtGfDhbTsBiOq8i0G/YMV6o53hlgQQh0\n-----END RSA PRIVATE KEY-----\n", "user_id": "e824098c35764819b408bd8f89f69c5f", "name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "fingerprint": "03:ed:d7:c9:a4:c8:86:fc:52:7a:3a:d3:db:31:ef:31"}} 2018-08-12 16:14:13,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-edd910ca-57c9-488e-8367-80be52cd7726 2018-08-12 16:14:13,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.37646484375s 2018-08-12 16:14:13,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-edd910ca-57c9-488e-8367-80be52cd7726 2018-08-12 16:14:13,055 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL0jfU6ulQwHLYTorBYhGxDWdjFp20r4my1ccuxGdF47hoFEBFJFWunn6Fk21ZRnl8hdNG6EDTbTO9LvteoREfWzNRV/mDEmdMUKRRDPn7vU3b7wj6QnfJbUkhV3ugb+IZX+54qmPISY4+OCjSADGGJ5KfuY/F7ljBVCt/J7lacVy844o0GbbU2r0PGVKqJjxU4/hC9omIv8nRiNgKKKTfqQJH+BWKItOERAkhJ7W2KARe1QVHV6LhP0FGqHBsybHP1l/dl/UADJAWD3ndT31izsbERFjQaId9USrjU2ZOz2Ro8tL9c6S8pe2TajDcMazqXVfrJpw7+7CB65ApZuIh Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAy9I31OrpUMBy2E6KwWIRsQ1nYxadtK+JstXHLsRnReO4aBRA\nRSRVrp5+hZNtWUZ5fIXTRuhA020zvS77XqERH1szUVf5gxJnTFCkUQz5+71N2+8I\n+kJ3yW1JIVd7oG/iGV/ueKpjyEmOPjgo0gAxhieSn7mPxe5YwVQrfye5WnFcvOOK\nNBm21Nq9DxlSqiY8VOP4QvaJiL/J0YjYCiik36kCR/gViiLThEQJISe1tigEXtUF\nR1ei4T9BRqhwbMmxz9Zf3Zf1AAyQFg953U99Ys7GxERY0GiHfVEq41NmTs9kaPLS\n/XOkvKXtk2ow3DGs6l1X6yacO/uwgeuQKWbiIQIDAQABAoIBAQDAIjuVT5h/Edtx\nAqEUaPEKePsz0jb6A9uHJLSt5mD/5gmIu0ZWp0jJ4gicvHwBA0k0VCb1Ga06YR+7\nv9UfwC+W4m7+yDKiFzAfJYmwCc6BO1Nw9uT8nLm0vHuKnaAhfjah+uefAegr/wLC\nrkf0plAJCbbTMKZSTDuIi2Kxa+3zTWkTqKnmPQsSTWpJoR/wLDo5FCN7lLwij6Ny\nppgR9bPiBTpoUA77T5IpahebblcPlLJOmHNeqpLV0tAxYj1A6hLVJol2mk6sW0G7\nWlL+a6DpH0ItHs2jtSHK99J50+v1cL/Umf8uH09aqfx6OWehEysOlU+p4ZjXKYJc\n1kUbx7hBAoGBAOaFgFr/H2/XViEbAUStXtPruFuERP9PLzSfyuZ1I4/9wIWqvkuj\nM19/M5Wsax3/QdjIxbNXamQcse2PuUAaCR0Is7cSmShpmNZcL3A9nTqKrck77EKM\nRaGB1OPbPL3my8ycbWkMS6YHq8SVpMbf6WOejU0QAbf5Rxrg/a77jKRJAoGBAOJZ\nPk5vX1KZjQbmlV1yn7Vls1PqIdFE5iXseEd7GN9+riC5HJHLIM7eWx9LDvxowIuE\npPpQ5na+qTkYDyOUlnCSkdjzn0Itg8HrhIY/70K6sMqg6JyD1OfhO18JwK7fj1AF\nzClxd5EBBuj26vQNBSCNGMTuxbBdVQBYwQTelh8ZAoGAKf2zjd/fOB4/oDQtHPd/\nyJattG35q5AfBzT8XtKDsd0FTtP1ag3Gc+TV3rPTp1kyA20/JhYMWUQo3R9LHXQg\nqNtG8Vg/8e6aWqHcOlPe6iUM1xVFSjIHFQ5zWzY6cFU0VodAHtyQgyPulBa2N0ve\nVbkyABGkXoDYBPtq+o7z5ZECgYAj1g1PTcLByR3S4d70FJnEln1147PG9imaB35j\nktG1UNEwzR4A1zAykHHM2o1c2Rji/fVAzF4wnq8cIvsCnxvSZuJAfxHP4HTj1u38\nc1LmNbiX3DH31cd3julfeqPPDAYcnU5doWFUy9zUNYOtcAJHzQ8G3ubdrWkvzN2C\nb9tEwQKBgHg73MaoA5CqUM5EwjfFH4NW9qJEBiEwRsLVGvWBIuuaHRkPRIbTctnL\nWHB+uJ9QdSh5m7uOAGbbyp7v4yxHsW0Hjwih1lcBppEwEgnf6WZYJWR4TKwvQrVO\nps9mvmXraOmHV3GRmD54BtGfDhbTsBiOq8i0G/YMV6o53hlgQQh0\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e824098c35764819b408bd8f89f69c5f', 'name': u'vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c', 'created_at': '2018-08-12T16:14:13.055030', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01f93246bfca49369ceafc664ab517bb', 'name': 'vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'03:ed:d7:c9:a4:c8:86:fc:52:7a:3a:d3:db:31:ef:31', 'type': 'ssh', 'id': u'vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c'}) 2018-08-12 16:14:13,055 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAy9I31OrpUMBy2E6KwWIRsQ1nYxadtK+JstXHLsRnReO4aBRA RSRVrp5+hZNtWUZ5fIXTRuhA020zvS77XqERH1szUVf5gxJnTFCkUQz5+71N2+8I +kJ3yW1JIVd7oG/iGV/ueKpjyEmOPjgo0gAxhieSn7mPxe5YwVQrfye5WnFcvOOK NBm21Nq9DxlSqiY8VOP4QvaJiL/J0YjYCiik36kCR/gViiLThEQJISe1tigEXtUF R1ei4T9BRqhwbMmxz9Zf3Zf1AAyQFg953U99Ys7GxERY0GiHfVEq41NmTs9kaPLS /XOkvKXtk2ow3DGs6l1X6yacO/uwgeuQKWbiIQIDAQABAoIBAQDAIjuVT5h/Edtx AqEUaPEKePsz0jb6A9uHJLSt5mD/5gmIu0ZWp0jJ4gicvHwBA0k0VCb1Ga06YR+7 v9UfwC+W4m7+yDKiFzAfJYmwCc6BO1Nw9uT8nLm0vHuKnaAhfjah+uefAegr/wLC rkf0plAJCbbTMKZSTDuIi2Kxa+3zTWkTqKnmPQsSTWpJoR/wLDo5FCN7lLwij6Ny ppgR9bPiBTpoUA77T5IpahebblcPlLJOmHNeqpLV0tAxYj1A6hLVJol2mk6sW0G7 WlL+a6DpH0ItHs2jtSHK99J50+v1cL/Umf8uH09aqfx6OWehEysOlU+p4ZjXKYJc 1kUbx7hBAoGBAOaFgFr/H2/XViEbAUStXtPruFuERP9PLzSfyuZ1I4/9wIWqvkuj M19/M5Wsax3/QdjIxbNXamQcse2PuUAaCR0Is7cSmShpmNZcL3A9nTqKrck77EKM RaGB1OPbPL3my8ycbWkMS6YHq8SVpMbf6WOejU0QAbf5Rxrg/a77jKRJAoGBAOJZ Pk5vX1KZjQbmlV1yn7Vls1PqIdFE5iXseEd7GN9+riC5HJHLIM7eWx9LDvxowIuE pPpQ5na+qTkYDyOUlnCSkdjzn0Itg8HrhIY/70K6sMqg6JyD1OfhO18JwK7fj1AF zClxd5EBBuj26vQNBSCNGMTuxbBdVQBYwQTelh8ZAoGAKf2zjd/fOB4/oDQtHPd/ yJattG35q5AfBzT8XtKDsd0FTtP1ag3Gc+TV3rPTp1kyA20/JhYMWUQo3R9LHXQg qNtG8Vg/8e6aWqHcOlPe6iUM1xVFSjIHFQ5zWzY6cFU0VodAHtyQgyPulBa2N0ve VbkyABGkXoDYBPtq+o7z5ZECgYAj1g1PTcLByR3S4d70FJnEln1147PG9imaB35j ktG1UNEwzR4A1zAykHHM2o1c2Rji/fVAzF4wnq8cIvsCnxvSZuJAfxHP4HTj1u38 c1LmNbiX3DH31cd3julfeqPPDAYcnU5doWFUy9zUNYOtcAJHzQ8G3ubdrWkvzN2C b9tEwQKBgHg73MaoA5CqUM5EwjfFH4NW9qJEBiEwRsLVGvWBIuuaHRkPRIbTctnL WHB+uJ9QdSh5m7uOAGbbyp7v4yxHsW0Hjwih1lcBppEwEgnf6WZYJWR4TKwvQrVO ps9mvmXraOmHV3GRmD54BtGfDhbTsBiOq8i0G/YMV6o53hlgQQh0 -----END RSA PRIVATE KEY----- 2018-08-12 16:14:13,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 16:14:13,059 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"security_group": {"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-12 16:14:13,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-e838b37b-54bc-47fc-a0ac-17febb1d71cf Date: Sun, 12 Aug 2018 16:14:13 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:13Z", "updated_at": "2018-08-12T16:14:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:13Z", "revision_number": 0, "id": "5fc62bfc-828d-4d7f-a1b8-7037ca52bfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:13Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:13Z", "revision_number": 0, "id": "67aa98a9-dce1-4737-94f9-d1ff7a184f58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:13Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}} 2018-08-12 16:14:13,501 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e838b37b-54bc-47fc-a0ac-17febb1d71cf 2018-08-12 16:14:13,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.442806005478s 2018-08-12 16:14:13,501 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-e838b37b-54bc-47fc-a0ac-17febb1d71cf 2018-08-12 16:14:13,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:14:13,506 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:13,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-85c88ad4-1d3c-4214-b3f0-06905e74e523 Date: Sun, 12 Aug 2018 16:14:13 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:13Z", "updated_at": "2018-08-12T16:14:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:13Z", "revision_number": 0, "id": "5fc62bfc-828d-4d7f-a1b8-7037ca52bfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:13Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:13Z", "revision_number": 0, "id": "67aa98a9-dce1-4737-94f9-d1ff7a184f58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:13Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}]} 2018-08-12 16:14:13,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-85c88ad4-1d3c-4214-b3f0-06905e74e523 2018-08-12 16:14:13,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.296317100525s 2018-08-12 16:14:13,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-85c88ad4-1d3c-4214-b3f0-06905e74e523 2018-08-12 16:14:13,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 16:14:13,807 - 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}a0043529d3b897508026f890a3d013647224b1f7" -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": "1c81bee8-c169-4acc-9345-1f5c3d25e34d"}}' 2018-08-12 16:14:14,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e6d85d8e-5cf7-4eb3-abf6-8484bb3c3352 Date: Sun, 12 Aug 2018 16:14:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T16:14:14Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "port_range_min": 22, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:14Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "8357e5bc-6169-47a2-a181-43a0ca7b29cb"}} 2018-08-12 16:14:14,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-e6d85d8e-5cf7-4eb3-abf6-8484bb3c3352 2018-08-12 16:14:14,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.484497785568s 2018-08-12 16:14:14,291 - 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-e6d85d8e-5cf7-4eb3-abf6-8484bb3c3352 2018-08-12 16:14:14,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:14:14,295 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:14,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-df1f2cdd-8338-4c80-9336-952d4f830599 Date: Sun, 12 Aug 2018 16:14:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:13Z", "updated_at": "2018-08-12T16:14:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:13Z", "revision_number": 0, "id": "5fc62bfc-828d-4d7f-a1b8-7037ca52bfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:13Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:13Z", "revision_number": 0, "id": "67aa98a9-dce1-4737-94f9-d1ff7a184f58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:13Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T16:14:14Z", "revision_number": 0, "id": "8357e5bc-6169-47a2-a181-43a0ca7b29cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:14Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 2, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}]} 2018-08-12 16:14:14,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-df1f2cdd-8338-4c80-9336-952d4f830599 2018-08-12 16:14:14,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.299539089203s 2018-08-12 16:14:14,595 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-df1f2cdd-8338-4c80-9336-952d4f830599 2018-08-12 16:14:14,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 16:14:14,599 - 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}a0043529d3b897508026f890a3d013647224b1f7" -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": "1c81bee8-c169-4acc-9345-1f5c3d25e34d"}}' 2018-08-12 16:14:15,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-feb5a616-4f52-48b3-96b0-ff8cfe07ebf7 Date: Sun, 12 Aug 2018 16:14: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-12T16:14:14Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:14Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "254c852d-c8a3-44bf-8b48-513d82a14b92"}} 2018-08-12 16:14:15,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-feb5a616-4f52-48b3-96b0-ff8cfe07ebf7 2018-08-12 16:14:15,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.473546028137s 2018-08-12 16:14:15,072 - 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-feb5a616-4f52-48b3-96b0-ff8cfe07ebf7 2018-08-12 16:14:15,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:14:15,074 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:15,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-068fa40a-a0db-40e6-a42c-112ea4639c85 Date: Sun, 12 Aug 2018 16:14:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbf4faff-e3e9-43a5-ada8-2907bd3bd884"],"updated_at":"2018-08-12T16:14:05Z","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"01f93246bfca49369ceafc664ab517bb","id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","name":"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:14:15,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-068fa40a-a0db-40e6-a42c-112ea4639c85 2018-08-12 16:14:15,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355629205704s 2018-08-12 16:14:15,430 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-068fa40a-a0db-40e6-a42c-112ea4639c85 2018-08-12 16:14:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:14:15,438 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:16,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-71242150-a586-47b0-935d-de86f49bcbd6 Date: Sun, 12 Aug 2018 16:14:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:14:11Z", "file": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/file", "owner": "01f93246bfca49369ceafc664ab517bb", "id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "size": 12716032, "self": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:14:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:14:16,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-71242150-a586-47b0-935d-de86f49bcbd6 2018-08-12 16:14:16,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.824110031128s 2018-08-12 16:14:16,259 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-71242150-a586-47b0-935d-de86f49bcbd6 2018-08-12 16:14:16,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:14:16,263 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:16,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-123a0e58-ae97-482d-b23f-d11bf69ca3b3 x-compute-request-id: req-123a0e58-ae97-482d-b23f-d11bf69ca3b3 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_a3270806-e803-4f05-972a-aadaf1f55d0c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "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": "4473eaa1-7f9e-4915-9106-657e4a558749"}]} 2018-08-12 16:14:16,284 - 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-123a0e58-ae97-482d-b23f-d11bf69ca3b3 2018-08-12 16:14:16,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235979557037s 2018-08-12 16:14:16,284 - 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-123a0e58-ae97-482d-b23f-d11bf69ca3b3 2018-08-12 16:14:16,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 16:14:16,289 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"server": {"name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "imageRef": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "flavorRef": "4473eaa1-7f9e-4915-9106-657e4a558749", "max_count": 1, "min_count": 1, "networks": [{"uuid": "53203eb5-59e4-453c-9d9a-71d0e190c42c"}], "security_groups": [{"name": "1c81bee8-c169-4acc-9345-1f5c3d25e34d"}]}}' 2018-08-12 16:14:20,101 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:14: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-822793bf-f81f-4048-9f78-0a3093bb5ca9 x-compute-request-id: req-822793bf-f81f-4048-9f78-0a3093bb5ca9 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1c81bee8-c169-4acc-9345-1f5c3d25e34d"}], "OS-DCF:diskConfig": "MANUAL", "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "adminPass": "2LJHYeH54nWR"}} 2018-08-12 16:14:20,101 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-822793bf-f81f-4048-9f78-0a3093bb5ca9 2018-08-12 16:14:20,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.81499290466s 2018-08-12 16:14:20,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-822793bf-f81f-4048-9f78-0a3093bb5ca9 2018-08-12 16:14:20,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:20,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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:20,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-53224fca-2c19-4e12-acf0-dc47d8bea65d x-compute-request-id: req-53224fca-2c19-4e12-acf0-dc47d8bea65d 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/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "user_id": "e824098c35764819b408bd8f89f69c5f", "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-12T16:14:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:20,864 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53224fca-2c19-4e12-acf0-dc47d8bea65d 2018-08-12 16:14:20,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.762077093124s 2018-08-12 16:14:20,865 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53224fca-2c19-4e12-acf0-dc47d8bea65d 2018-08-12 16:14:20,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:14:20,872 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:21,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-703091a7-6282-4c1f-ae78-35edff4de3a7 Date: Sun, 12 Aug 2018 16:14:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbf4faff-e3e9-43a5-ada8-2907bd3bd884"],"updated_at":"2018-08-12T16:14:05Z","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"01f93246bfca49369ceafc664ab517bb","id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","name":"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:14:21,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-703091a7-6282-4c1f-ae78-35edff4de3a7 2018-08-12 16:14:21,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.335224151611s 2018-08-12 16:14:21,208 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-703091a7-6282-4c1f-ae78-35edff4de3a7 2018-08-12 16:14:21,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:14:21,209 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:21,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-075b5325-8d53-45b3-8279-77165ae1afde Date: Sun, 12 Aug 2018 16:14:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:14: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":"01f93246bfca49369ceafc664ab517bb","id":"dbf4faff-e3e9-43a5-ada8-2907bd3bd884","subnetpool_id":null,"name":"vping_ssh-subnet_a3270806-e803-4f05-972a-aadaf1f55d0c"}]} 2018-08-12 16:14:21,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-075b5325-8d53-45b3-8279-77165ae1afde 2018-08-12 16:14:21,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0443971157074s 2018-08-12 16:14:21,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-075b5325-8d53-45b3-8279-77165ae1afde 2018-08-12 16:14:21,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:23,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:23,259 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:23,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-5c147066-0cc1-4925-84da-57d764e82bee x-compute-request-id: req-5c147066-0cc1-4925-84da-57d764e82bee Content-Encoding: gzip Content-Length: 639 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/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:14:23Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:23,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5c147066-0cc1-4925-84da-57d764e82bee 2018-08-12 16:14:23,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531764984131s 2018-08-12 16:14:23,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5c147066-0cc1-4925-84da-57d764e82bee 2018-08-12 16:14:23,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:25,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:25,798 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:26,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-b85029ec-65c3-4163-b1e7-c8b0a5c66aa0 x-compute-request-id: req-b85029ec-65c3-4163-b1e7-c8b0a5c66aa0 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/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:14:23Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:26,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b85029ec-65c3-4163-b1e7-c8b0a5c66aa0 2018-08-12 16:14:26,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868194103241s 2018-08-12 16:14:26,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b85029ec-65c3-4163-b1e7-c8b0a5c66aa0 2018-08-12 16:14:26,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:28,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:28,675 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:30,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-2e0c7519-9852-4fda-a255-f4471bad0ce0 x-compute-request-id: req-2e0c7519-9852-4fda-a255-f4471bad0ce0 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/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:14:23Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:30,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2e0c7519-9852-4fda-a255-f4471bad0ce0 2018-08-12 16:14:30,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37175822258s 2018-08-12 16:14:30,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2e0c7519-9852-4fda-a255-f4471bad0ce0 2018-08-12 16:14:30,048 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:32,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:32,054 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:33,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-8d3e7564-49b8-4fb9-809b-50412b6d2764 x-compute-request-id: req-8d3e7564-49b8-4fb9-809b-50412b6d2764 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:9d:0a", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:29.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:29Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:33,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8d3e7564-49b8-4fb9-809b-50412b6d2764 2018-08-12 16:14:33,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12315702438s 2018-08-12 16:14:33,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8d3e7564-49b8-4fb9-809b-50412b6d2764 2018-08-12 16:14:33,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:14:33,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=32a7ecb1-5884-4895-a7a0-2a91538c4b11" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:33,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b1a55c73-5b3e-42e5-8a99-471baf778c70 Date: Sun, 12 Aug 2018 16:14:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:24Z","admin_state_up":true,"updated_at":"2018-08-12T16:14:29Z","binding:vnic_type":"normal","device_id":"32a7ecb1-5884-4895-a7a0-2a91538c4b11","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:10:9d:0a","id":"667f0d0f-202a-4e22-a9d2-2fb31cc3cd5f","port_security_enabled":true,"project_id":"01f93246bfca49369ceafc664ab517bb","fixed_ips":[{"subnet_id":"dbf4faff-e3e9-43a5-ada8-2907bd3bd884","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["1c81bee8-c169-4acc-9345-1f5c3d25e34d"],"name":""}]} 2018-08-12 16:14:33,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=32a7ecb1-5884-4895-a7a0-2a91538c4b11 used request id req-b1a55c73-5b3e-42e5-8a99-471baf778c70 2018-08-12 16:14:33,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0488588809967s 2018-08-12 16:14:33,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=32a7ecb1-5884-4895-a7a0-2a91538c4b11 used request id req-b1a55c73-5b3e-42e5-8a99-471baf778c70 2018-08-12 16:14:33,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:14:33,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=667f0d0f-202a-4e22-a9d2-2fb31cc3cd5f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:33,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b038a440-ab3b-4142-b10c-28f0231215f7 Date: Sun, 12 Aug 2018 16:14:33 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:14:33,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=667f0d0f-202a-4e22-a9d2-2fb31cc3cd5f used request id req-b038a440-ab3b-4142-b10c-28f0231215f7 2018-08-12 16:14:33,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0456809997559s 2018-08-12 16:14:33,278 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=667f0d0f-202a-4e22-a9d2-2fb31cc3cd5f used request id req-b038a440-ab3b-4142-b10c-28f0231215f7 2018-08-12 16:14:33,279 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:10:9d:0a', 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'fef03850-4a3e-4065-8b36-78f8bbf1aa24'}), 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-12T16:14:29.000000', 'flavor': Munch({u'id': u'4473eaa1-7f9e-4915-9106-657e4a558749'}), 'az': u'nova', 'id': u'32a7ecb1-5884-4895-a7a0-2a91538c4b11', 'security_groups': [Munch({u'name': u'vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e824098c35764819b408bd8f89f69c5f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01f93246bfca49369ceafc664ab517bb', 'name': 'vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c', '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-12T16:14:29.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T16:14:29Z', 'hostId': u'4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798', '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-12T16:14:29.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'01f93246bfca49369ceafc664ab517bb', 'name': u'vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c', 'adminPass': u'2LJHYeH54nWR', 'tenant_id': u'01f93246bfca49369ceafc664ab517bb', 'created_at': u'2018-08-12T16:14:20Z', 'created': u'2018-08-12T16:14:20Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 16:14:33,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:14:33,280 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:33,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-07bc8dd4-eaf6-4e55-a794-1f878fb6e117 Date: Sun, 12 Aug 2018 16:14:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbf4faff-e3e9-43a5-ada8-2907bd3bd884"],"updated_at":"2018-08-12T16:14:05Z","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"01f93246bfca49369ceafc664ab517bb","id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","name":"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:14:33,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-07bc8dd4-eaf6-4e55-a794-1f878fb6e117 2018-08-12 16:14:33,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365490913391s 2018-08-12 16:14:33,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-07bc8dd4-eaf6-4e55-a794-1f878fb6e117 2018-08-12 16:14:33,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:14:33,654 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:33,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-27bc993f-4deb-4e12-b04a-047b72ab875b Date: Sun, 12 Aug 2018 16:14:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:14:11Z", "file": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/file", "owner": "01f93246bfca49369ceafc664ab517bb", "id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "size": 12716032, "self": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:14:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:14:33,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-27bc993f-4deb-4e12-b04a-047b72ab875b 2018-08-12 16:14:33,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0383129119873s 2018-08-12 16:14:33,689 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-27bc993f-4deb-4e12-b04a-047b72ab875b 2018-08-12 16:14:33,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:14:33,693 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:33,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-b96e1544-0917-48c3-b2fa-ab1cdb720f12 x-compute-request-id: req-b96e1544-0917-48c3-b2fa-ab1cdb720f12 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_a3270806-e803-4f05-972a-aadaf1f55d0c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "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": "4473eaa1-7f9e-4915-9106-657e4a558749"}]} 2018-08-12 16:14:33,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-b96e1544-0917-48c3-b2fa-ab1cdb720f12 2018-08-12 16:14:33,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0340008735657s 2018-08-12 16:14:33,725 - 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-b96e1544-0917-48c3-b2fa-ab1cdb720f12 2018-08-12 16:14:33,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 16:14:33,729 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"server": {"name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "imageRef": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "flavorRef": "4473eaa1-7f9e-4915-9106-657e4a558749", "max_count": 1, "min_count": 1, "networks": [{"uuid": "53203eb5-59e4-453c-9d9a-71d0e190c42c"}], "security_groups": [{"name": "1c81bee8-c169-4acc-9345-1f5c3d25e34d"}]}}' 2018-08-12 16:14:38,623 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:14: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-b307dc17-c4ca-484b-9e9f-a609bc01fcdb x-compute-request-id: req-b307dc17-c4ca-484b-9e9f-a609bc01fcdb Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1c81bee8-c169-4acc-9345-1f5c3d25e34d"}], "OS-DCF:diskConfig": "MANUAL", "id": "999cde62-09c6-4eb9-bd10-f99208716840", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "adminPass": "VL7wCw7eLBtG"}} 2018-08-12 16:14:38,623 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b307dc17-c4ca-484b-9e9f-a609bc01fcdb 2018-08-12 16:14:38,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.89670300484s 2018-08-12 16:14:38,623 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b307dc17-c4ca-484b-9e9f-a609bc01fcdb 2018-08-12 16:14:38,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:38,626 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:39,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-daa23bac-55b8-423a-ae30-1e2fe9eff5ca x-compute-request-id: req-daa23bac-55b8-423a-ae30-1e2fe9eff5ca 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/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "999cde62-09c6-4eb9-bd10-f99208716840", "user_id": "e824098c35764819b408bd8f89f69c5f", "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-12T16:14:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:38Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:9d:0a", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:29.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:29Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:39,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-daa23bac-55b8-423a-ae30-1e2fe9eff5ca 2018-08-12 16:14:39,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569907903671s 2018-08-12 16:14:39,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-daa23bac-55b8-423a-ae30-1e2fe9eff5ca 2018-08-12 16:14:39,200 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:41,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:41,206 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:42,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-077da01a-7a2f-4f1b-b340-b9b5f6d47090 x-compute-request-id: req-077da01a-7a2f-4f1b-b340-b9b5f6d47090 Content-Encoding: gzip Content-Length: 879 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/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "999cde62-09c6-4eb9-bd10-f99208716840", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:14:41Z", "hostId": "d825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:38Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:9d:0a", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:29.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:29Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:42,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-077da01a-7a2f-4f1b-b340-b9b5f6d47090 2018-08-12 16:14:42,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.77716803551s 2018-08-12 16:14:42,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-077da01a-7a2f-4f1b-b340-b9b5f6d47090 2018-08-12 16:14:42,986 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:44,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:44,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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:46,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-4bfe378c-80d8-496f-b40d-08e51ccaa512 x-compute-request-id: req-4bfe378c-80d8-496f-b40d-08e51ccaa512 Content-Encoding: gzip Content-Length: 889 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/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "999cde62-09c6-4eb9-bd10-f99208716840", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:14:42Z", "hostId": "d825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:38Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:9d:0a", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:29.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:29Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:46,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4bfe378c-80d8-496f-b40d-08e51ccaa512 2018-08-12 16:14:46,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08385705948s 2018-08-12 16:14:46,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4bfe378c-80d8-496f-b40d-08e51ccaa512 2018-08-12 16:14:46,075 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:48,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:48,081 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:49,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-70c2d23b-dc65-4d64-9469-69a3b3b393e1 x-compute-request-id: req-70c2d23b-dc65-4d64-9469-69a3b3b393e1 Content-Encoding: gzip Content-Length: 889 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/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "999cde62-09c6-4eb9-bd10-f99208716840", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:14:42Z", "hostId": "d825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:38Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:9d:0a", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:29.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:29Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:49,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-70c2d23b-dc65-4d64-9469-69a3b3b393e1 2018-08-12 16:14:49,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01009702682s 2018-08-12 16:14:49,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-70c2d23b-dc65-4d64-9469-69a3b3b393e1 2018-08-12 16:14:49,093 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:51,099 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:52,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-197c39ee-5d78-4acf-8f0e-e1e863b38e92 x-compute-request-id: req-197c39ee-5d78-4acf-8f0e-e1e863b38e92 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:f5:89", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:48.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "999cde62-09c6-4eb9-bd10-f99208716840", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:48Z", "hostId": "d825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:38Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:9d:0a", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:29.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:29Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:52,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-197c39ee-5d78-4acf-8f0e-e1e863b38e92 2018-08-12 16:14:52,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.998760938644s 2018-08-12 16:14:52,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-197c39ee-5d78-4acf-8f0e-e1e863b38e92 2018-08-12 16:14:52,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:14:52,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=999cde62-09c6-4eb9-bd10-f99208716840" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:52,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-937593ee-bd2e-40fc-be55-a2ee6306c91e Date: Sun, 12 Aug 2018 16:14:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:42Z","admin_state_up":true,"updated_at":"2018-08-12T16:14:48Z","binding:vnic_type":"normal","device_id":"999cde62-09c6-4eb9-bd10-f99208716840","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ac:f5:89","id":"61d06241-f9d3-430e-9804-38db09161f4d","port_security_enabled":true,"project_id":"01f93246bfca49369ceafc664ab517bb","fixed_ips":[{"subnet_id":"dbf4faff-e3e9-43a5-ada8-2907bd3bd884","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["1c81bee8-c169-4acc-9345-1f5c3d25e34d"],"name":""}]} 2018-08-12 16:14:52,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=999cde62-09c6-4eb9-bd10-f99208716840 used request id req-937593ee-bd2e-40fc-be55-a2ee6306c91e 2018-08-12 16:14:52,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0485920906067s 2018-08-12 16:14:52,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=999cde62-09c6-4eb9-bd10-f99208716840 used request id req-937593ee-bd2e-40fc-be55-a2ee6306c91e 2018-08-12 16:14:52,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:14:52,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=61d06241-f9d3-430e-9804-38db09161f4d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:52,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5c8ec9a9-3084-46b4-8f88-2ecfcd9e5bb3 Date: Sun, 12 Aug 2018 16:14:52 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:14:52,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=61d06241-f9d3-430e-9804-38db09161f4d used request id req-5c8ec9a9-3084-46b4-8f88-2ecfcd9e5bb3 2018-08-12 16:14:52,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.215652942657s 2018-08-12 16:14:52,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=61d06241-f9d3-430e-9804-38db09161f4d used request id req-5c8ec9a9-3084-46b4-8f88-2ecfcd9e5bb3 2018-08-12 16:14:52,371 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ac:f5:89', 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'fef03850-4a3e-4065-8b36-78f8bbf1aa24'}), 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-12T16:14:48.000000', 'flavor': Munch({u'id': u'4473eaa1-7f9e-4915-9106-657e4a558749'}), 'az': u'nova', 'id': u'999cde62-09c6-4eb9-bd10-f99208716840', 'security_groups': [Munch({u'name': u'vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e824098c35764819b408bd8f89f69c5f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01f93246bfca49369ceafc664ab517bb', 'name': 'vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c', '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-12T16:14:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T16:14:48Z', 'hostId': u'd825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'd825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d', '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-12T16:14:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'01f93246bfca49369ceafc664ab517bb', 'name': u'vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c', 'adminPass': u'VL7wCw7eLBtG', 'tenant_id': u'01f93246bfca49369ceafc664ab517bb', 'created_at': u'2018-08-12T16:14:38Z', 'created': u'2018-08-12T16:14:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 16:14:52,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:14:52,375 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:52,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-6652a977-887b-485a-8a79-0c362094b607 Date: Sun, 12 Aug 2018 16:14:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dbf4faff-e3e9-43a5-ada8-2907bd3bd884"],"updated_at":"2018-08-12T16:14:05Z","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"01f93246bfca49369ceafc664ab517bb","id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","name":"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:14:52,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6652a977-887b-485a-8a79-0c362094b607 2018-08-12 16:14:52,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0883760452271s 2018-08-12 16:14:52,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6652a977-887b-485a-8a79-0c362094b607 2018-08-12 16:14:52,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:14:52,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=999cde62-09c6-4eb9-bd10-f99208716840" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:52,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7fa172c0-3295-429f-a5de-c732f94821b7 Date: Sun, 12 Aug 2018 16:14:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:42Z","admin_state_up":true,"updated_at":"2018-08-12T16:14:48Z","binding:vnic_type":"normal","device_id":"999cde62-09c6-4eb9-bd10-f99208716840","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ac:f5:89","id":"61d06241-f9d3-430e-9804-38db09161f4d","port_security_enabled":true,"project_id":"01f93246bfca49369ceafc664ab517bb","fixed_ips":[{"subnet_id":"dbf4faff-e3e9-43a5-ada8-2907bd3bd884","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["1c81bee8-c169-4acc-9345-1f5c3d25e34d"],"name":""}]} 2018-08-12 16:14:52,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=999cde62-09c6-4eb9-bd10-f99208716840 used request id req-7fa172c0-3295-429f-a5de-c732f94821b7 2018-08-12 16:14:52,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.052384853363s 2018-08-12 16:14:52,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=999cde62-09c6-4eb9-bd10-f99208716840 used request id req-7fa172c0-3295-429f-a5de-c732f94821b7 2018-08-12 16:14:52,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 16:14:52,518 - 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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.5", "port_id": "61d06241-f9d3-430e-9804-38db09161f4d"}}' 2018-08-12 16:14:54,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-42162034-7b76-4c32-9288-5730cc8f23e1 Date: Sun, 12 Aug 2018 16:14:54 GMT RESP BODY: {"floatingip": {"router_id": "ada7dcc0-41b8-441b-8f39-01767db10a46", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:14:53Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "61d06241-f9d3-430e-9804-38db09161f4d", "id": "8eebfc4b-f9a4-4e80-8288-101c6a833d2d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:53Z", "project_id": "01f93246bfca49369ceafc664ab517bb"}} 2018-08-12 16:14:54,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-42162034-7b76-4c32-9288-5730cc8f23e1 2018-08-12 16:14:54,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.76943802834s 2018-08-12 16:14:54,287 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-42162034-7b76-4c32-9288-5730cc8f23e1 2018-08-12 16:14:54,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:14:54,296 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:54,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-1acbb903-bc73-427b-bcf4-d8cfc08f17b9 Date: Sun, 12 Aug 2018 16:14:54 GMT RESP BODY: {"floatingips": [{"router_id": "ada7dcc0-41b8-441b-8f39-01767db10a46", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:14:53Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "61d06241-f9d3-430e-9804-38db09161f4d", "id": "8eebfc4b-f9a4-4e80-8288-101c6a833d2d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:53Z", "project_id": "01f93246bfca49369ceafc664ab517bb"}]} 2018-08-12 16:14:54,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-1acbb903-bc73-427b-bcf4-d8cfc08f17b9 2018-08-12 16:14:54,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0588409900665s 2018-08-12 16:14:54,355 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-1acbb903-bc73-427b-bcf4-d8cfc08f17b9 2018-08-12 16:14:54,359 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ada7dcc0-41b8-441b-8f39-01767db10a46', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'01f93246bfca49369ceafc664ab517bb', 'created_at': u'2018-08-12T16:14:53Z', 'attached': True, 'updated_at': u'2018-08-12T16:14:53Z', 'id': u'8eebfc4b-f9a4-4e80-8288-101c6a833d2d', 'floating_network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01f93246bfca49369ceafc664ab517bb', 'name': 'vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ada7dcc0-41b8-441b-8f39-01767db10a46', 'project_id': u'01f93246bfca49369ceafc664ab517bb', 'port_id': u'61d06241-f9d3-430e-9804-38db09161f4d', 'port': u'61d06241-f9d3-430e-9804-38db09161f4d', 'network': u'9080dbfe-670a-4248-8c56-0897f69dc41e'}) 2018-08-12 16:14:54,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 16:14:54,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840/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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 16:14:55,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-f87d51e4-3e14-426c-8d66-42b837676f5a x-compute-request-id: req-f87d51e4-3e14-426c-8d66-42b837676f5a Content-Encoding: gzip Content-Length: 9565 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 540840488 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.154667] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156588] pid_max: default: 32768 minimum: 301\n[ 0.157662] ACPI: Core revision 20150930\n[ 0.159189] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160695] Security Framework initialized\n[ 0.161665] Yama: becoming mindful.\n[ 0.162554] AppArmor: AppArmor initialized\n[ 0.163542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.166643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169784] Initializing cgroup subsys io\n[ 0.170765] Initializing cgroup subsys memory\n[ 0.171787] Initializing cgroup subsys devices\n[ 0.172788] Initializing cgroup subsys freezer\n[ 0.173832] Initializing cgroup subsys net_cls\n[ 0.174869] Initializing cgroup subsys perf_event\n[ 0.175920] Initializing cgroup subsys net_prio\n[ 0.176938] Initializing cgroup subsys hugetlb\n[ 0.177984] Initializing cgroup subsys pids\n[ 0.179012] CPU: Physical Processor ID: 0\n[ 0.180633] mce: CPU supports 10 MCE banks\n[ 0.181638] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199440] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.205727] ftrace: allocating 31920 entries in 125 pages\n[ 0.230653] smpboot: Max logical packages: 1\n[ 0.231691] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233236] x2apic enabled\n[ 0.234169] Switched APIC routing to physical x2apic.\n[ 0.236055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.237371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.239731] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.241838] KVM setup paravirtual spinlock\n[ 0.243300] x86: Booted up 1 node, 1 CPUs\n[ 0.244235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.245842] devtmpfs: initialized\n[ 0.247628] evm: security.selinux\n[ 0.248446] evm: security.SMACK64\n[ 0.249268] evm: security.SMACK64EXEC\n[ 0.250146] evm: security.SMACK64TRANSMUTE\n[ 0.251084] evm: security.SMACK64MMAP\n[ 0.251936] evm: security.ima\n[ 0.252669] evm: security.capability\n[ 0.253624] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255821] pinctrl core: initialized pinctrl subsystem\n[ 0.257088] RTC time: 16:14:49, date: 08/12/18\n[ 0.258198] NET: Registered protocol family 16\n[ 0.259388] cpuidle: using governor ladder\n[ 0.260345] cpuidle: using governor menu\n[ 0.261264] PCCT header not found.\n[ 0.262119] ACPI: bus type PCI registered\n[ 0.263041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264501] PCI: Using configuration type 1 for base access\n[ 0.266433] ACPI: Added _OSI(Module Device)\n[ 0.267405] ACPI: Added _OSI(Processor Device)\n[ 0.268403] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269504] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271464] ACPI: Interpreter enabled\n[ 0.272387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280986] ACPI: (supports S0 S5)\n[ 0.281826] ACPI: Using IOAPIC for interrupt routing\n[ 0.282973] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.286363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.287702] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.289179] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.290596] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.293298] acpiphp: Slot [3] registered\n[ 0.294235] acpiphp: Slot [4] registered\n[ 0.295160] acpiphp: Slot [5] registered\n[ 0.296079] acpiphp: Slot [6] registered\n[ 0.296999] acpiphp: Slot [7] registered\n[ 0.297924] acpiphp: Slot [8] registered\n[ 0.298846] acpiphp: Slot [9] registered\n[ 0.299796] acpiphp: Slot [10] registered\n[ 0.300732] acpiphp: Slot [11] registered\n[ 0.301684] acpiphp: Slot [12] registered\n[ 0.302678] acpiphp: Slot [13] registered\n[ 0.303636] acpiphp: Slot [14] registered\n[ 0.304597] acpiphp: Slot [15] registered\n[ 0.315415] acpiphp: Slot [16] registered\n[ 0.316394] acpiphp: Slot [17] registered\n[ 0.317350] acpiphp: Slot [18] registered\n[ 0.318306] acpiphp: Slot [19] registered\n[ 0.319262] acpiphp: Slot [20] registered\n[ 0.320229] acpiphp: Slot [21] registered\n[ 0.321193] acpiphp: Slot [22] registered\n[ 0.322184] acpiphp: Slot [23] registered\n[ 0.323144] acpiphp: Slot [24] registered\n[ 0.324105] acpiphp: Slot [25] registered\n[ 0.325059] acpiphp: Slot [26] registered\n[ 0.326015] acpiphp: Slot [27] registered\n[ 0.326972] acpiphp: Slot [28] registered\n[ 0.327931] acpiphp: Slot [29] registered\n[ 0.328884] acpiphp: Slot [30] registered\n[ 0.329851] acpiphp: Slot [31] registered\n[ 0.330803] PCI host bridge to bus 0000:00\n[ 0.331755] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.333203] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334651] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.338062] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.339792] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.343239] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.344752] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.347666] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351427] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372167] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374251] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375798] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380325] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381812] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384889] vgaarb: loaded\n[ 0.385589] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387001] SCSI subsystem initialized\n[ 0.388044] ACPI: bus type USB registered\n[ 0.389012] usbcore: registered new interface driver usbfs\n[ 0.390238] usbcore: registered new interface driver hub\n[ 0.391421] usbcore: registered new device driver usb\n[ 0.392702] PCI: Using ACPI for IRQ routing\n[ 0.393968] NetLabel: Initializing\n[ 0.394802] NetLabel: domain hash size = 128\n[ 0.395796] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396934] NetLabel: unlabeled traffic allowed by default\n[ 0.398270] clocksource: Switched to clocksource kvm-clock\n[ 0.406489] AppArmor: AppArmor Filesystem Enabled\n[ 0.407596] pnp: PnP ACPI init\n[ 0.408619] pnp: PnP ACPI: found 5 devices\n[ 0.415122] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417256] NET: Registered protocol family 2\n[ 0.418457] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420058] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421529] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.422950] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425635] NET: Registered protocol family 1\n[ 0.426680] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427844] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.428984] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.443225] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.457211] Trying to unpack rootfs image as initramfs...\n[ 0.513745] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.515504] Scanning for low memory corruption every 60 seconds\n[ 0.516933] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518173] audit: initializing netlink subsys (disabled)\n[ 0.519293] audit: type=2000 audit(1534090489.613:1): initialized\n[ 0.520735] Initialise system trusted keyring\n[ 0.521752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522990] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525190] zbud: loaded\n[ 0.525955] VFS: Disk quotas dquot_6.6.0\n[ 0.526834] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528526] fuse init (API version 7.23)\n[ 0.529496] Key type big_key registered\n[ 0.530365] Allocating IMA MOK and blacklist keyrings.\n[ 0.531665] Key type asymmetric registered\n[ 0.532546] Asymmetric key parser 'x509' registered\n[ 0.533579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535171] io scheduler noop registered\n[ 0.536016] io scheduler deadline registered (default)\n[ 0.537080] io scheduler cfq registered\n[ 0.537979] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540456] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542003] ACPI: Power Button [PWRF]\n[ 0.542929] GHES: HEST is not enabled!\n[ 0.558467] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589531] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615765] Linux agpgart interface v0.103\n[ 0.618714] brd: module loaded\n[ 0.620513] loop: module loaded\n[ 0.624906] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626472] GPT:90111 != 2097151\n[ 0.627199] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628372] GPT:90111 != 2097151\n[ 0.629101] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630136] vda: vda1 vda15\n[ 0.631489] scsi host0: ata_piix\n[ 0.632327] scsi host1: ata_piix\n[ 0.633090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.634427] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.636001] libphy: Fixed MDIO Bus: probed\n[ 0.636888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637921] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640324] PPP generic driver version 2.4.2\n[ 0.641319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642627] ehci-pci: EHCI PCI platform driver\n[ 0.643570] ehci-platform: EHCI generic platform driver\n[ 0.644636] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645848] ohci-pci: OHCI PCI platform driver\n[ 0.646791] ohci-platform: OHCI generic platform driver\n[ 0.647863] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662053] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663143] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664718] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665794] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.667041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668364] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669873] usb usb1: Product: UHCI Host Controller\n[ 0.670878] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672124] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673187] hub 1-0:1.0: USB hub found\n[ 0.674013] hub 1-0:1.0: 2 ports detected\n[ 0.675032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677299] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678320] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679428] mousedev: PS/2 mouse device common for all mice\n[ 0.680772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682810] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684016] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685330] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686636] i2c /dev entries driver\n[ 0.687467] device-mapper: uevent: version 1.0.3\n[ 0.688498] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691778] NET: Registered protocol family 10\n[ 0.692990] NET: Registered protocol family 17\n[ 0.693972] Key type dns_resolver registered\n[ 0.695085] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696282] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698218] registered taskstats version 1\n[ 0.699121] Loading compiled-in X.509 certificates\n[ 0.700662] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702670] zswap: loaded using pool lzo/zbud\n[ 0.704406] Key type trusted registered\n[ 0.706290] Key type encrypted registered\n[ 0.707161] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708265] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709370] evm: HMAC attrs: 0x1\n[ 0.710409] Magic number: 14:777:236\n[ 0.711321] rtc_cmos 00:00: setting system clock to 2018-08-12 16:14:49 UTC (1534090489)\n[ 0.713050] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714249] EDD information not available.\n[ 0.795580] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.807379] Write protecting the kernel read-only data: 14336k\n[ 0.809601] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.811559] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.857833] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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.83. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCFGp2kIJNu2BAJbilUYk1fo6nlJHjK/4djFmVRUY9DAapJs2FeyGuCqeMZ7pMsUKFPPUtaCea/IyJPOukXxriEZ65qc8Qe1aLOAx5zSZNCpe/T0D0xDNl2fo5ozPLRBHBJ3LfZagsM3bbbtZ4OG3KAeUg8Euh27EI/RUMGE11ksWFzt1vhceLI9eKjkZjcnthRZPyGEZZ/1h/kXb4GUy/OelUU6JBbrlVdASOdA3ppbvnT4BEMQsHN6MHQBhyvwUxNxUAc4Uq2+IIv4iNm/EumMr/3VGh25MB/riTuSYp1YMqJTBB7W9+HLx3DRXxXBVYjX0Ygcmu9hAR0aDMUg4NF root@vping-ssh-vm-a3270806-e803-4f05-972a-aadaf1f55d0c\nssh-dss AAAAB3NzaC1kc3MAAACBAMkXUsVWPsMKJCtsSkHYryGG96eIBK9rjJX6TSFNgq10YixTkBTWIkGiaT3a6V5TDI/ypN/V/4QwP07h/CpFrqSz68W6sa0l9R/gi4u1Q3nZsFKmVzuc9d4pAW2LwhpUnJXLaMznsFoxIZrU1ZlduE7nS3iurEz3t97Y/h6mjYLXAAAAFQC2FRw486pSct42IYJHGwyGJJ20EQAAAIByKnCZXd9Drc7JYfYUfcyoG0Nd/yv8eXY3pRdQEAohfxIrlF3vI2ALKL+zs3rOwb5I57lveWZwcf3VtwXXcHGuF3OSzBdqpmKkG8vI2uQQonm3+fO4x1e4X0ROqNB4lcxZpHz7wdp3ZiPgysJyuA+rBQwMirimn324smeB8xcrbQAAAIEAmb58WTJxFZlfo3CBsi5EU8hifK4spKBrGz/9Xuw3iFDyjqfyy6uT3qAT3ub1nb96UXOioSAikEZC0EqslJz6pNCVI3aP9guzXvtezNZfmnrwasi4Utwu6zxNyvMrSnKfD71is/QBcwPFY+iuo5EI/fNj161dQMpwn70yks/FyeY= root@vping-ssh-vm-a3270806-e803-4f05-972a-aadaf1f55d0c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:feac:f589/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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-a3270806-e803-4f05-972a-aadaf1f55d0c\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.99 ===\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-a3270806-e803-4f05-972a-aadaf1f55d0c login: "} 2018-08-12 16:14:55,120 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840/action used request id req-f87d51e4-3e14-426c-8d66-42b837676f5a 2018-08-12 16:14:55,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.760670900345s 2018-08-12 16:14:55,121 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840/action used request id req-f87d51e4-3e14-426c-8d66-42b837676f5a 2018-08-12 16:14:55,121 - 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 540840488 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.154667] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.156588] pid_max: default: 32768 minimum: 301 [ 0.157662] ACPI: Core revision 20150930 [ 0.159189] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.160695] Security Framework initialized [ 0.161665] Yama: becoming mindful. [ 0.162554] AppArmor: AppArmor initialized [ 0.163542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.165087] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.166643] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168084] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.169784] Initializing cgroup subsys io [ 0.170765] Initializing cgroup subsys memory [ 0.171787] Initializing cgroup subsys devices [ 0.172788] Initializing cgroup subsys freezer [ 0.173832] Initializing cgroup subsys net_cls [ 0.174869] Initializing cgroup subsys perf_event [ 0.175920] Initializing cgroup subsys net_prio [ 0.176938] Initializing cgroup subsys hugetlb [ 0.177984] Initializing cgroup subsys pids [ 0.179012] CPU: Physical Processor ID: 0 [ 0.180633] mce: CPU supports 10 MCE banks [ 0.181638] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.182877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.199440] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.205727] ftrace: allocating 31920 entries in 125 pages [ 0.230653] smpboot: Max logical packages: 1 [ 0.231691] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.233236] x2apic enabled [ 0.234169] Switched APIC routing to physical x2apic. [ 0.236055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.237371] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.239731] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.241838] KVM setup paravirtual spinlock [ 0.243300] x86: Booted up 1 node, 1 CPUs [ 0.244235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.245842] devtmpfs: initialized [ 0.247628] evm: security.selinux [ 0.248446] evm: security.SMACK64 [ 0.249268] evm: security.SMACK64EXEC [ 0.250146] evm: security.SMACK64TRANSMUTE [ 0.251084] evm: security.SMACK64MMAP [ 0.251936] evm: security.ima [ 0.252669] evm: security.capability [ 0.253624] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.255821] pinctrl core: initialized pinctrl subsystem [ 0.257088] RTC time: 16:14:49, date: 08/12/18 [ 0.258198] NET: Registered protocol family 16 [ 0.259388] cpuidle: using governor ladder [ 0.260345] cpuidle: using governor menu [ 0.261264] PCCT header not found. [ 0.262119] ACPI: bus type PCI registered [ 0.263041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264501] PCI: Using configuration type 1 for base access [ 0.266433] ACPI: Added _OSI(Module Device) [ 0.267405] ACPI: Added _OSI(Processor Device) [ 0.268403] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.269504] ACPI: Added _OSI(Processor Aggregator Device) [ 0.271464] ACPI: Interpreter enabled [ 0.272387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.274527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.276655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.278805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.280986] ACPI: (supports S0 S5) [ 0.281826] ACPI: Using IOAPIC for interrupt routing [ 0.282973] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.286363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.287702] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.289179] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.290596] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.293298] acpiphp: Slot [3] registered [ 0.294235] acpiphp: Slot [4] registered [ 0.295160] acpiphp: Slot [5] registered [ 0.296079] acpiphp: Slot [6] registered [ 0.296999] acpiphp: Slot [7] registered [ 0.297924] acpiphp: Slot [8] registered [ 0.298846] acpiphp: Slot [9] registered [ 0.299796] acpiphp: Slot [10] registered [ 0.300732] acpiphp: Slot [11] registered [ 0.301684] acpiphp: Slot [12] registered [ 0.302678] acpiphp: Slot [13] registered [ 0.303636] acpiphp: Slot [14] registered [ 0.304597] acpiphp: Slot [15] registered [ 0.315415] acpiphp: Slot [16] registered [ 0.316394] acpiphp: Slot [17] registered [ 0.317350] acpiphp: Slot [18] registered [ 0.318306] acpiphp: Slot [19] registered [ 0.319262] acpiphp: Slot [20] registered [ 0.320229] acpiphp: Slot [21] registered [ 0.321193] acpiphp: Slot [22] registered [ 0.322184] acpiphp: Slot [23] registered [ 0.323144] acpiphp: Slot [24] registered [ 0.324105] acpiphp: Slot [25] registered [ 0.325059] acpiphp: Slot [26] registered [ 0.326015] acpiphp: Slot [27] registered [ 0.326972] acpiphp: Slot [28] registered [ 0.327931] acpiphp: Slot [29] registered [ 0.328884] acpiphp: Slot [30] registered [ 0.329851] acpiphp: Slot [31] registered [ 0.330803] PCI host bridge to bus 0000:00 [ 0.331755] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.333203] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.334651] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.336364] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.338062] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.339792] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.343239] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.344752] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.347666] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.351427] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.353279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.372167] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.374251] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.375798] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.380325] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381812] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.383061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.384889] vgaarb: loaded [ 0.385589] vgaarb: bridge control possible 0000:00:02.0 [ 0.387001] SCSI subsystem initialized [ 0.388044] ACPI: bus type USB registered [ 0.389012] usbcore: registered new interface driver usbfs [ 0.390238] usbcore: registered new interface driver hub [ 0.391421] usbcore: registered new device driver usb [ 0.392702] PCI: Using ACPI for IRQ routing [ 0.393968] NetLabel: Initializing [ 0.394802] NetLabel: domain hash size = 128 [ 0.395796] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.396934] NetLabel: unlabeled traffic allowed by default [ 0.398270] clocksource: Switched to clocksource kvm-clock [ 0.406489] AppArmor: AppArmor Filesystem Enabled [ 0.407596] pnp: PnP ACPI init [ 0.408619] pnp: PnP ACPI: found 5 devices [ 0.415122] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417256] NET: Registered protocol family 2 [ 0.418457] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420058] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421529] TCP: Hash tables configured (established 4096 bind 4096) [ 0.422950] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425635] NET: Registered protocol family 1 [ 0.426680] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427844] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.428984] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.443225] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.457211] Trying to unpack rootfs image as initramfs... [ 0.513745] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.515504] Scanning for low memory corruption every 60 seconds [ 0.516933] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.518173] audit: initializing netlink subsys (disabled) [ 0.519293] audit: type=2000 audit(1534090489.613:1): initialized [ 0.520735] Initialise system trusted keyring [ 0.521752] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.522990] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.525190] zbud: loaded [ 0.525955] VFS: Disk quotas dquot_6.6.0 [ 0.526834] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.528526] fuse init (API version 7.23) [ 0.529496] Key type big_key registered [ 0.530365] Allocating IMA MOK and blacklist keyrings. [ 0.531665] Key type asymmetric registered [ 0.532546] Asymmetric key parser 'x509' registered [ 0.533579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.535171] io scheduler noop registered [ 0.536016] io scheduler deadline registered (default) [ 0.537080] io scheduler cfq registered [ 0.537979] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.539104] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.540456] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.542003] ACPI: Power Button [PWRF] [ 0.542929] GHES: HEST is not enabled! [ 0.558467] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.587022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.589531] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.613222] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615765] Linux agpgart interface v0.103 [ 0.618714] brd: module loaded [ 0.620513] loop: module loaded [ 0.624906] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626472] GPT:90111 != 2097151 [ 0.627199] GPT:Alternate GPT header not at the end of the disk. [ 0.628372] GPT:90111 != 2097151 [ 0.629101] GPT: Use GNU Parted to correct GPT errors. [ 0.630136] vda: vda1 vda15 [ 0.631489] scsi host0: ata_piix [ 0.632327] scsi host1: ata_piix [ 0.633090] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.634427] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.636001] libphy: Fixed MDIO Bus: probed [ 0.636888] tun: Universal TUN/TAP device driver, 1.6 [ 0.637921] tun: (C) 1999-2004 Max Krasnyansky [ 0.640324] PPP generic driver version 2.4.2 [ 0.641319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642627] ehci-pci: EHCI PCI platform driver [ 0.643570] ehci-platform: EHCI generic platform driver [ 0.644636] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645848] ohci-pci: OHCI PCI platform driver [ 0.646791] ohci-platform: OHCI generic platform driver [ 0.647863] uhci_hcd: USB Universal Host Controller Interface driver [ 0.662053] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.663143] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664718] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665794] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.667041] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668364] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.669873] usb usb1: Product: UHCI Host Controller [ 0.670878] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.672124] usb usb1: SerialNumber: 0000:00:01.2 [ 0.673187] hub 1-0:1.0: USB hub found [ 0.674013] hub 1-0:1.0: 2 ports detected [ 0.675032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.677299] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.678320] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.679428] mousedev: PS/2 mouse device common for all mice [ 0.680772] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682810] rtc_cmos 00:00: RTC can wake from S4 [ 0.684016] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.685330] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686636] i2c /dev entries driver [ 0.687467] device-mapper: uevent: version 1.0.3 [ 0.688498] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.690260] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691778] NET: Registered protocol family 10 [ 0.692990] NET: Registered protocol family 17 [ 0.693972] Key type dns_resolver registered [ 0.695085] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.696282] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.698218] registered taskstats version 1 [ 0.699121] Loading compiled-in X.509 certificates [ 0.700662] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.702670] zswap: loaded using pool lzo/zbud [ 0.704406] Key type trusted registered [ 0.706290] Key type encrypted registered [ 0.707161] AppArmor: AppArmor sha1 policy hashing enabled [ 0.708265] ima: No TPM chip found, activating TPM-bypass! [ 0.709370] evm: HMAC attrs: 0x1 [ 0.710409] Magic number: 14:777:236 [ 0.711321] rtc_cmos 00:00: setting system clock to 2018-08-12 16:14:49 UTC (1534090489) [ 0.713050] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.714249] EDD information not available. [ 0.795580] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.807379] Write protecting the kernel read-only data: 14336k [ 0.809601] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811559] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.857833] 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.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... 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.83. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCFGp2kIJNu2BAJbilUYk1fo6nlJHjK/4djFmVRUY9DAapJs2FeyGuCqeMZ7pMsUKFPPUtaCea/IyJPOukXxriEZ65qc8Qe1aLOAx5zSZNCpe/T0D0xDNl2fo5ozPLRBHBJ3LfZagsM3bbbtZ4OG3KAeUg8Euh27EI/RUMGE11ksWFzt1vhceLI9eKjkZjcnthRZPyGEZZ/1h/kXb4GUy/OelUU6JBbrlVdASOdA3ppbvnT4BEMQsHN6MHQBhyvwUxNxUAc4Uq2+IIv4iNm/EumMr/3VGh25MB/riTuSYp1YMqJTBB7W9+HLx3DRXxXBVYjX0Ygcmu9hAR0aDMUg4NF root@vping-ssh-vm-a3270806-e803-4f05-972a-aadaf1f55d0c ssh-dss AAAAB3NzaC1kc3MAAACBAMkXUsVWPsMKJCtsSkHYryGG96eIBK9rjJX6TSFNgq10YixTkBTWIkGiaT3a6V5TDI/ypN/V/4QwP07h/CpFrqSz68W6sa0l9R/gi4u1Q3nZsFKmVzuc9d4pAW2LwhpUnJXLaMznsFoxIZrU1ZlduE7nS3iurEz3t97Y/h6mjYLXAAAAFQC2FRw486pSct42IYJHGwyGJJ20EQAAAIByKnCZXd9Drc7JYfYUfcyoG0Nd/yv8eXY3pRdQEAohfxIrlF3vI2ALKL+zs3rOwb5I57lveWZwcf3VtwXXcHGuF3OSzBdqpmKkG8vI2uQQonm3+fO4x1e4X0ROqNB4lcxZpHz7wdp3ZiPgysJyuA+rBQwMirimn324smeB8xcrbQAAAIEAmb58WTJxFZlfo3CBsi5EU8hifK4spKBrGz/9Xuw3iFDyjqfyy6uT3qAT3ub1nb96UXOioSAikEZC0EqslJz6pNCVI3aP9guzXvtezNZfmnrwasi4Utwu6zxNyvMrSnKfD71is/QBcwPFY+iuo5EI/fNj161dQMpwn70yks/FyeY= root@vping-ssh-vm-a3270806-e803-4f05-972a-aadaf1f55d0c -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:feac:f589/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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-a3270806-e803-4f05-972a-aadaf1f55d0c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.99 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-a3270806-e803-4f05-972a-aadaf1f55d0c login: 2018-08-12 16:14:56,122 - paramiko.transport - DEBUG - starting thread (client mode): 0xd0bd1cd0L 2018-08-12 16:14:56,122 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 16:14:56,122 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 16:14:56,123 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 16:14:56,124 - 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-12 16:14:56,124 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 16:14:56,124 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 16:14:56,124 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 16:14:56,124 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 16:14:56,125 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 16:14:56,142 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 16:14:56,142 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 16:14:56,154 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 30fd6cc4555cc559bf5c992d8d3684d6 2018-08-12 16:14:56,155 - paramiko.transport - DEBUG - Trying discovered key 03edd7c9a4c886fc527a3ad3db31ef31 in /tmp/tmpe1_Nzu 2018-08-12 16:14:56,180 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 16:14:56,186 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 16:14:56,187 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 16:14:56,188 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 16:14:56,188 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 16:14:56,189 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 16:14:56,193 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 16:14:56,193 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.7 (192.168.120.7): 56 data bytes 64 bytes from 192.168.120.7: seq=0 ttl=64 time=1.879 ms --- 192.168.120.7 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.879/1.879/1.879 ms 2018-08-12 16:14:56,194 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-12 16:14:56,198 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 16:14:56,303 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:14:56,304 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:53 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 16:14:56,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 16:14:56,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:56,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:14: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-537b65f6-c27a-41cc-a1da-5da9309e594e x-compute-request-id: req-537b65f6-c27a-41cc-a1da-5da9309e594e Content-Type: application/json 2018-08-12 16:14:56,631 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11 used request id req-537b65f6-c27a-41cc-a1da-5da9309e594e 2018-08-12 16:14:56,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.321954011917s 2018-08-12 16:14:56,631 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11 used request id req-537b65f6-c27a-41cc-a1da-5da9309e594e 2018-08-12 16:14:56,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:56,634 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:14:57,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-ea35cbad-4dbb-469d-b520-93c12e1fcb89 x-compute-request-id: req-ea35cbad-4dbb-469d-b520-93c12e1fcb89 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:f5:89", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:f5:89", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:48.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "999cde62-09c6-4eb9-bd10-f99208716840", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:48Z", "hostId": "d825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:38Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:9d:0a", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/32a7ecb1-5884-4895-a7a0-2a91538c4b11", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:29.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "32a7ecb1-5884-4895-a7a0-2a91538c4b11", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:56Z", "hostId": "4971aff630c62636dd3c708724666bafdf3b8f074b62249af1088798", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:20Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:14:57,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ea35cbad-4dbb-469d-b520-93c12e1fcb89 2018-08-12 16:14:57,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.847514867783s 2018-08-12 16:14:57,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ea35cbad-4dbb-469d-b520-93c12e1fcb89 2018-08-12 16:14:57,482 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:14:59,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:14:59,488 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:00,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:14: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-88976d86-0300-454b-8cf9-13639fb37759 x-compute-request-id: req-88976d86-0300-454b-8cf9-13639fb37759 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:f5:89", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:f5:89", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:48.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "999cde62-09c6-4eb9-bd10-f99208716840", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:14:48Z", "hostId": "d825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:38Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:00,526 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-88976d86-0300-454b-8cf9-13639fb37759 2018-08-12 16:15:00,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04080319405s 2018-08-12 16:15:00,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-88976d86-0300-454b-8cf9-13639fb37759 2018-08-12 16:15:00,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 16:15:00,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/8eebfc4b-f9a4-4e80-8288-101c6a833d2d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:01,489 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12354df2-6a41-4183-9cb1-cda660927dd8 Content-Length: 0 Date: Sun, 12 Aug 2018 16:15:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:15:01,489 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/8eebfc4b-f9a4-4e80-8288-101c6a833d2d.json used request id req-12354df2-6a41-4183-9cb1-cda660927dd8 2018-08-12 16:15:01,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.958470821381s 2018-08-12 16:15:01,489 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/8eebfc4b-f9a4-4e80-8288-101c6a833d2d.json used request id req-12354df2-6a41-4183-9cb1-cda660927dd8 2018-08-12 16:15:01,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:15:01,494 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:01,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2fb78b76-65f5-4f8c-920c-c716a8b80a82 Date: Sun, 12 Aug 2018 16:15:01 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:15:01,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2fb78b76-65f5-4f8c-920c-c716a8b80a82 2018-08-12 16:15:01,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0521359443665s 2018-08-12 16:15:01,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2fb78b76-65f5-4f8c-920c-c716a8b80a82 2018-08-12 16:15:01,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 16:15:01,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:01,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:15: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-cfb07c06-9209-4b2f-93cb-12232d84bb56 x-compute-request-id: req-cfb07c06-9209-4b2f-93cb-12232d84bb56 Content-Type: application/json 2018-08-12 16:15:01,852 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840 used request id req-cfb07c06-9209-4b2f-93cb-12232d84bb56 2018-08-12 16:15:01,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.305119991302s 2018-08-12 16:15:01,853 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840 used request id req-cfb07c06-9209-4b2f-93cb-12232d84bb56 2018-08-12 16:15:01,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:01,856 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:02,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-53701477-bcfc-4953-a162-8ab30a3b7cb4 x-compute-request-id: req-53701477-bcfc-4953-a162-8ab30a3b7cb4 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:f5:89", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:f5:89", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/999cde62-09c6-4eb9-bd10-f99208716840", "rel": "bookmark"}], "image": {"id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "links": [{"href": "http://172.30.9.23:8774/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:14:48.000000", "flavor": {"id": "4473eaa1-7f9e-4915-9106-657e4a558749", "links": [{"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "bookmark"}]}, "id": "999cde62-09c6-4eb9-bd10-f99208716840", "security_groups": [{"name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}], "user_id": "e824098c35764819b408bd8f89f69c5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:01Z", "hostId": "d825ade02799d425a9447196d40576b9084d32239b6fe1376f4d386d", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c", "name": "vping_ssh-vm_a3270806-e803-4f05-972a-aadaf1f55d0c", "created": "2018-08-12T16:14:38Z", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:02,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53701477-bcfc-4953-a162-8ab30a3b7cb4 2018-08-12 16:15:02,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66157412529s 2018-08-12 16:15:02,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53701477-bcfc-4953-a162-8ab30a3b7cb4 2018-08-12 16:15:02,517 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:15:04,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:04,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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:04,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-e574e7a1-373a-4a5c-a017-a577a781a6e5 x-compute-request-id: req-e574e7a1-373a-4a5c-a017-a577a781a6e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 16:15:04,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e574e7a1-373a-4a5c-a017-a577a781a6e5 2018-08-12 16:15:04,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0660018920898s 2018-08-12 16:15:04,586 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e574e7a1-373a-4a5c-a017-a577a781a6e5 2018-08-12 16:15:04,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:15:04,589 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:04,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-1c136161-4efb-4c14-b081-d4a9f4252446 Date: Sun, 12 Aug 2018 16:15:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:13Z", "updated_at": "2018-08-12T16:14:14Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:14Z", "revision_number": 0, "id": "254c852d-c8a3-44bf-8b48-513d82a14b92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:14Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:13Z", "revision_number": 0, "id": "5fc62bfc-828d-4d7f-a1b8-7037ca52bfd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:13Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:13Z", "revision_number": 0, "id": "67aa98a9-dce1-4737-94f9-d1ff7a184f58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:13Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T16:14:14Z", "revision_number": 0, "id": "8357e5bc-6169-47a2-a181-43a0ca7b29cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:14Z", "security_group_id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 3, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "1c81bee8-c169-4acc-9345-1f5c3d25e34d", "name": "vping_ssh-sg_a3270806-e803-4f05-972a-aadaf1f55d0c"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}]} 2018-08-12 16:15:04,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1c136161-4efb-4c14-b081-d4a9f4252446 2018-08-12 16:15:04,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0475809574127s 2018-08-12 16:15:04,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1c136161-4efb-4c14-b081-d4a9f4252446 2018-08-12 16:15:04,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 16:15:04,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1c81bee8-c169-4acc-9345-1f5c3d25e34d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:04,883 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8fa39de0-0c90-4bdd-8be0-7d27044912e8 Content-Length: 0 Date: Sun, 12 Aug 2018 16:15:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:15:04,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1c81bee8-c169-4acc-9345-1f5c3d25e34d.json used request id req-8fa39de0-0c90-4bdd-8be0-7d27044912e8 2018-08-12 16:15:04,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.243495941162s 2018-08-12 16:15:04,884 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1c81bee8-c169-4acc-9345-1f5c3d25e34d.json used request id req-8fa39de0-0c90-4bdd-8be0-7d27044912e8 2018-08-12 16:15:04,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 16:15:04,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:04,961 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:15: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-ae4cc25b-fbbf-4203-8db6-1cab65afac92 x-compute-request-id: req-ae4cc25b-fbbf-4203-8db6-1cab65afac92 Content-Length: 0 Content-Type: application/json 2018-08-12 16:15:04,962 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c used request id req-ae4cc25b-fbbf-4203-8db6-1cab65afac92 2018-08-12 16:15:04,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.077085018158s 2018-08-12 16:15:04,962 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_a3270806-e803-4f05-972a-aadaf1f55d0c used request id req-ae4cc25b-fbbf-4203-8db6-1cab65afac92 2018-08-12 16:15:04,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:15:04,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46/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}a0043529d3b897508026f890a3d013647224b1f7" -d '{"subnet_id": "dbf4faff-e3e9-43a5-ada8-2907bd3bd884"}' 2018-08-12 16:15:06,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-813effae-b40b-428c-91d1-decdb71b5e89 Date: Sun, 12 Aug 2018 16:15:06 GMT RESP BODY: {"network_id": "53203eb5-59e4-453c-9d9a-71d0e190c42c", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "subnet_id": "dbf4faff-e3e9-43a5-ada8-2907bd3bd884", "subnet_ids": ["dbf4faff-e3e9-43a5-ada8-2907bd3bd884"], "port_id": "76b9095a-e4a8-4ba9-b1c5-256373e4c570", "id": "ada7dcc0-41b8-441b-8f39-01767db10a46"} 2018-08-12 16:15:06,733 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46/remove_router_interface.json used request id req-813effae-b40b-428c-91d1-decdb71b5e89 2018-08-12 16:15:06,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77099084854s 2018-08-12 16:15:06,734 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46/remove_router_interface.json used request id req-813effae-b40b-428c-91d1-decdb71b5e89 returning object ada7dcc0-41b8-441b-8f39-01767db10a46 2018-08-12 16:15:06,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:15:06,735 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:06,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-13a0875c-cbd9-4518-b25f-44fb470a92eb Date: Sun, 12 Aug 2018 16:15:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:06Z", "admin_state_up": true, "updated_at": "2018-08-12T16:15:05Z", "revision_number": 4, "routes": [], "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "ada7dcc0-41b8-441b-8f39-01767db10a46", "name": "vping_ssh-router_a3270806-e803-4f05-972a-aadaf1f55d0c"}]} 2018-08-12 16:15:06,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-13a0875c-cbd9-4518-b25f-44fb470a92eb 2018-08-12 16:15:06,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129683971405s 2018-08-12 16:15:06,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-13a0875c-cbd9-4518-b25f-44fb470a92eb 2018-08-12 16:15:06,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:15:06,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:08,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-749648db-8401-47e5-9319-26b625751d20 Content-Length: 0 Date: Sun, 12 Aug 2018 16:15:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:15:08,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46.json used request id req-749648db-8401-47e5-9319-26b625751d20 2018-08-12 16:15:08,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.60758781433s 2018-08-12 16:15:08,474 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ada7dcc0-41b8-441b-8f39-01767db10a46.json used request id req-749648db-8401-47e5-9319-26b625751d20 2018-08-12 16:15:08,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:15:08,475 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:08,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-db9e023e-70dc-47cc-af61-47128132fa2c Date: Sun, 12 Aug 2018 16:15:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:14: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":"01f93246bfca49369ceafc664ab517bb","id":"dbf4faff-e3e9-43a5-ada8-2907bd3bd884","subnetpool_id":null,"name":"vping_ssh-subnet_a3270806-e803-4f05-972a-aadaf1f55d0c"}]} 2018-08-12 16:15:08,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-db9e023e-70dc-47cc-af61-47128132fa2c 2018-08-12 16:15:08,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.369019031525s 2018-08-12 16:15:08,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-db9e023e-70dc-47cc-af61-47128132fa2c 2018-08-12 16:15:08,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:15:08,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/dbf4faff-e3e9-43a5-ada8-2907bd3bd884.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:11,425 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e857215d-44a6-4c15-9581-14f7d9e8e08c Date: Sun, 12 Aug 2018 16:15:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:15:11,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/dbf4faff-e3e9-43a5-ada8-2907bd3bd884.json used request id req-e857215d-44a6-4c15-9581-14f7d9e8e08c 2018-08-12 16:15:11,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.58004617691s 2018-08-12 16:15:11,425 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/dbf4faff-e3e9-43a5-ada8-2907bd3bd884.json used request id req-e857215d-44a6-4c15-9581-14f7d9e8e08c 2018-08-12 16:15:11,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:15:11,426 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:11,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-bbe0245f-4afa-4105-869d-e8f4a0d1e433 Date: Sun, 12 Aug 2018 16:15:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T16:15:11Z","tenant_id":"01f93246bfca49369ceafc664ab517bb","created_at":"2018-08-12T16:14:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"01f93246bfca49369ceafc664ab517bb","id":"53203eb5-59e4-453c-9d9a-71d0e190c42c","name":"vping_ssh-net_a3270806-e803-4f05-972a-aadaf1f55d0c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 16:15:11,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bbe0245f-4afa-4105-869d-e8f4a0d1e433 2018-08-12 16:15:11,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0957610607147s 2018-08-12 16:15:11,522 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bbe0245f-4afa-4105-869d-e8f4a0d1e433 2018-08-12 16:15:11,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:15:11,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/53203eb5-59e4-453c-9d9a-71d0e190c42c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:13,221 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a337db2-79c4-4ee4-afe2-6b8f6166aadc Date: Sun, 12 Aug 2018 16:15:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:15:13,221 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/53203eb5-59e4-453c-9d9a-71d0e190c42c.json used request id req-9a337db2-79c4-4ee4-afe2-6b8f6166aadc 2018-08-12 16:15:13,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69826602936s 2018-08-12 16:15:13,222 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/53203eb5-59e4-453c-9d9a-71d0e190c42c.json used request id req-9a337db2-79c4-4ee4-afe2-6b8f6166aadc 2018-08-12 16:15:13,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:15:13,230 - 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}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:14,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-68fb4203-f6e8-49d0-a7cf-6ae7de2ce8a5 Date: Sun, 12 Aug 2018 16:15:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:14:11Z", "file": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/file", "owner": "01f93246bfca49369ceafc664ab517bb", "id": "fef03850-4a3e-4065-8b36-78f8bbf1aa24", "size": 12716032, "self": "/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_a3270806-e803-4f05-972a-aadaf1f55d0c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:14:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:15:14,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-68fb4203-f6e8-49d0-a7cf-6ae7de2ce8a5 2018-08-12 16:15:14,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.803802967072s 2018-08-12 16:15:14,030 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-68fb4203-f6e8-49d0-a7cf-6ae7de2ce8a5 2018-08-12 16:15:14,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:15:14,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a0043529d3b897508026f890a3d013647224b1f7" 2018-08-12 16:15:15,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8e27a50a-5336-49bb-b8ab-8740d043e910 Date: Sun, 12 Aug 2018 16:15: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-12 16:15:15,285 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24 used request id req-8e27a50a-5336-49bb-b8ab-8740d043e910 2018-08-12 16:15:15,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.25311183929s 2018-08-12 16:15:15,285 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/fef03850-4a3e-4065-8b36-78f8bbf1aa24 used request id req-8e27a50a-5336-49bb-b8ab-8740d043e910 2018-08-12 16:15:15,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:15:15,289 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:15:15,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-62f5cbdd-78ab-48aa-be97-444ecd3673f2 x-compute-request-id: req-62f5cbdd-78ab-48aa-be97-444ecd3673f2 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_a3270806-e803-4f05-972a-aadaf1f55d0c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4473eaa1-7f9e-4915-9106-657e4a558749", "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": "4473eaa1-7f9e-4915-9106-657e4a558749"}]} 2018-08-12 16:15:15,309 - 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-62f5cbdd-78ab-48aa-be97-444ecd3673f2 2018-08-12 16:15:15,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0232210159302s 2018-08-12 16:15:15,309 - 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-62f5cbdd-78ab-48aa-be97-444ecd3673f2 2018-08-12 16:15:15,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:15:15,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:15:15,349 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:15: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-f9356bf6-b674-461c-95dc-a47196a2a1f3 x-compute-request-id: req-f9356bf6-b674-461c-95dc-a47196a2a1f3 Content-Length: 0 Content-Type: application/json 2018-08-12 16:15:15,349 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749 used request id req-f9356bf6-b674-461c-95dc-a47196a2a1f3 2018-08-12 16:15:15,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0381908416748s 2018-08-12 16:15:15,349 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4473eaa1-7f9e-4915-9106-657e4a558749 used request id req-f9356bf6-b674-461c-95dc-a47196a2a1f3 2018-08-12 16:15:15,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:15:15,353 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:15:15,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b3fae34-bfa8-4430-a1c7-955b7abb4da0 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c", "links": {"self": "http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e824098c35764819b408bd8f89f69c5f", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:15:15,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7b3fae34-bfa8-4430-a1c7-955b7abb4da0 2018-08-12 16:15:15,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200798988342s 2018-08-12 16:15:15,551 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7b3fae34-bfa8-4430-a1c7-955b7abb4da0 2018-08-12 16:15:15,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:15:15,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:15:15,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5947b05d-1dd4-4bc0-a88e-187a6069e14a Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_a3270806-e803-4f05-972a-aadaf1f55d0c", "links": {"self": "http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e824098c35764819b408bd8f89f69c5f", "description": null}} 2018-08-12 16:15:15,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f used request id req-5947b05d-1dd4-4bc0-a88e-187a6069e14a 2018-08-12 16:15:15,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20689201355s 2018-08-12 16:15:15,764 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f used request id req-5947b05d-1dd4-4bc0-a88e-187a6069e14a 2018-08-12 16:15:15,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 16:15:15,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:15:16,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:15:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-793e100e-ff41-47cf-b10f-a5470f61f210 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:15:16,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f used request id req-793e100e-ff41-47cf-b10f-a5470f61f210 2018-08-12 16:15:16,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.325086116791s 2018-08-12 16:15:16,090 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e824098c35764819b408bd8f89f69c5f used request id req-793e100e-ff41-47cf-b10f-a5470f61f210 2018-08-12 16:15:16,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:15:16,100 - 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}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:15:16,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6cdcf7-55dc-4c9c-84e6-3ca214c79c1b 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": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/01f93246bfca49369ceafc664ab517bb"}, "tags": [], "enabled": true, "id": "01f93246bfca49369ceafc664ab517bb", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_a3270806-e803-4f05-972a-aadaf1f55d0c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 16:15:16,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-ad6cdcf7-55dc-4c9c-84e6-3ca214c79c1b 2018-08-12 16:15:16,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18542098999s 2018-08-12 16:15:16,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-ad6cdcf7-55dc-4c9c-84e6-3ca214c79c1b 2018-08-12 16:15:16,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 16:15:16,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/01f93246bfca49369ceafc664ab517bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b01f8e37cf4452224b259d19053457325ff9e15c" 2018-08-12 16:15:16,618 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:15:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99d959ed-0c1f-4cb1-9253-717eb9af2534 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:15:16,618 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/01f93246bfca49369ceafc664ab517bb used request id req-99d959ed-0c1f-4cb1-9253-717eb9af2534 2018-08-12 16:15:16,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.330232143402s 2018-08-12 16:15:16,618 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/01f93246bfca49369ceafc664ab517bb used request id req-99d959ed-0c1f-4cb1-9253-717eb9af2534 2018-08-12 16:15:16,673 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-12 16:15:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:15:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:15:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:15:16,719 - 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-12 16:15:16,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6414628a-8864-44d7-9682-cba1ba9aceda 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-12 16:15:16,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6414628a-8864-44d7-9682-cba1ba9aceda 2018-08-12 16:15:16,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:15:17,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["CDfuFi-jTq-J3YotIsP7Bg"], "issued_at": "2018-08-12T16:15:17.000000Z"}} 2018-08-12 16:15:17,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:15:17,119 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:17,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-36784a29-79a3-4299-a98b-1e16c62211e0 Date: Sun, 12 Aug 2018 16:15:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:15:17,492 - 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-36784a29-79a3-4299-a98b-1e16c62211e0 2018-08-12 16:15:17,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374397039413s 2018-08-12 16:15:17,493 - 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-36784a29-79a3-4299-a98b-1e16c62211e0 2018-08-12 16:15:17,497 - 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-12 16:15:17,502 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:15:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdaead53-9cd4-4acc-9011-8d3fc2594536 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-12 16:15:17,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-fdaead53-9cd4-4acc-9011-8d3fc2594536 2018-08-12 16:15:17,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:15:17,507 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:17,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bb236a0-0795-4be4-a140-982c0d75214b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 16:15:17,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-3bb236a0-0795-4be4-a140-982c0d75214b 2018-08-12 16:15:17,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204766988754s 2018-08-12 16:15:17,709 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-3bb236a0-0795-4be4-a140-982c0d75214b 2018-08-12 16:15:17,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 16:15:17,718 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}}' 2018-08-12 16:15:17,944 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:15:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ac9ec2c-87c4-4264-bf3a-bada0aa6c3f4 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/67deaf2fbef84d809e9dc9db8891ee1a"}, "tags": [], "enabled": true, "id": "67deaf2fbef84d809e9dc9db8891ee1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}} 2018-08-12 16:15:17,944 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-2ac9ec2c-87c4-4264-bf3a-bada0aa6c3f4 2018-08-12 16:15:17,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.228708028793s 2018-08-12 16:15:17,944 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-2ac9ec2c-87c4-4264-bf3a-bada0aa6c3f4 2018-08-12 16:15:17,945 - 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'67deaf2fbef84d809e9dc9db8891ee1a', '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_b53c73d3-6888-449b-97c9-b21d2bb66fcc'}) 2018-08-12 16:15:17,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 16:15:17,954 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2641a8b8-4ca5-422d-b219-5479593395da", "email": null, "name": "vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}}' 2018-08-12 16:15:18,417 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:15:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99e77eec-2bda-4c32-bd94-496d9d12fd07 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "links": {"self": "http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1cd3d8bb1913436ea5c81f98f6958533", "domain_id": "default", "password_expires_at": null}} 2018-08-12 16:15:18,417 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-99e77eec-2bda-4c32-bd94-496d9d12fd07 2018-08-12 16:15:18,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.466253042221s 2018-08-12 16:15:18,417 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-99e77eec-2bda-4c32-bd94-496d9d12fd07 2018-08-12 16:15:18,418 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1cd3d8bb1913436ea5c81f98f6958533', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc'}) 2018-08-12 16:15:18,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:15:18,425 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:18,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f080ef-d119-4f0a-8714-a4d49f32e385 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:15:18,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d6f080ef-d119-4f0a-8714-a4d49f32e385 2018-08-12 16:15:18,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.148649930954s 2018-08-12 16:15:18,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d6f080ef-d119-4f0a-8714-a4d49f32e385 2018-08-12 16:15:18,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:15:18,579 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:18,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3103ca-721b-4ddb-a133-4283397b1388 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:15:18,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1e3103ca-721b-4ddb-a133-4283397b1388 2018-08-12 16:15:18,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196588993073s 2018-08-12 16:15:18,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1e3103ca-721b-4ddb-a133-4283397b1388 2018-08-12 16:15:18,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:15:18,780 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:18,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1131a090-3efa-4469-bdab-aaa3f5f96f46 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:15:18,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1131a090-3efa-4469-bdab-aaa3f5f96f46 2018-08-12 16:15:18,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192975997925s 2018-08-12 16:15:18,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1131a090-3efa-4469-bdab-aaa3f5f96f46 2018-08-12 16:15:18,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:15:18,979 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:19,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-959de341-30f8-415f-b66c-fa916134574c 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-12 16:15:19,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-959de341-30f8-415f-b66c-fa916134574c 2018-08-12 16:15:19,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198228120804s 2018-08-12 16:15:19,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-959de341-30f8-415f-b66c-fa916134574c 2018-08-12 16:15:19,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:15:19,178 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:19,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79b92533-c313-4181-b176-ff6c2649d710 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "links": {"self": "http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1cd3d8bb1913436ea5c81f98f6958533", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:15:19,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-79b92533-c313-4181-b176-ff6c2649d710 2018-08-12 16:15:19,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205018997192s 2018-08-12 16:15:19,380 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-79b92533-c313-4181-b176-ff6c2649d710 2018-08-12 16:15:19,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:15:19,395 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:19,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd9ee4a0-490f-460f-a496-108f54a301f3 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/67deaf2fbef84d809e9dc9db8891ee1a"}, "tags": [], "enabled": true, "id": "67deaf2fbef84d809e9dc9db8891ee1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:15:19,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-fd9ee4a0-490f-460f-a496-108f54a301f3 2018-08-12 16:15:19,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113059997559s 2018-08-12 16:15:19,505 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-fd9ee4a0-490f-460f-a496-108f54a301f3 2018-08-12 16:15:19,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 16:15:19,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=1cd3d8bb1913436ea5c81f98f6958533&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=67deaf2fbef84d809e9dc9db8891ee1a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:19,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-702a6f3e-317a-4f05-b6a8-f002d1c38ae2 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=1cd3d8bb1913436ea5c81f98f6958533&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=67deaf2fbef84d809e9dc9db8891ee1a", "previous": null, "next": null}} 2018-08-12 16:15:19,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=1cd3d8bb1913436ea5c81f98f6958533&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=67deaf2fbef84d809e9dc9db8891ee1a used request id req-702a6f3e-317a-4f05-b6a8-f002d1c38ae2 2018-08-12 16:15:19,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.198116779327s 2018-08-12 16:15:19,711 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=1cd3d8bb1913436ea5c81f98f6958533&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=67deaf2fbef84d809e9dc9db8891ee1a used request id req-702a6f3e-317a-4f05-b6a8-f002d1c38ae2 2018-08-12 16:15:19,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 16:15:19,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/67deaf2fbef84d809e9dc9db8891ee1a/users/1cd3d8bb1913436ea5c81f98f6958533/roles/2227886414cb4d22a8494529517c5128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:15:19,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:15:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a7886cc-ff8a-47db-8c9b-d80441606b06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:15:19,992 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/67deaf2fbef84d809e9dc9db8891ee1a/users/1cd3d8bb1913436ea5c81f98f6958533/roles/2227886414cb4d22a8494529517c5128 used request id req-2a7886cc-ff8a-47db-8c9b-d80441606b06 2018-08-12 16:15:19,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.277496814728s 2018-08-12 16:15:19,992 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/67deaf2fbef84d809e9dc9db8891ee1a/users/1cd3d8bb1913436ea5c81f98f6958533/roles/2227886414cb4d22a8494529517c5128 used request id req-2a7886cc-ff8a-47db-8c9b-d80441606b06 2018-08-12 16:15:19,993 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc', 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'67deaf2fbef84d809e9dc9db8891ee1a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2641a8b8-4ca5-422d-b219-5479593395da', 'username': u'vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc', '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-12 16:15:19,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:15:19,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:15:19,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:15:19,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:15:19,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:15:19,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:15:19,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:15:19,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:15:19,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:15:19,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:15:19,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:15:19,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:15:19,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:15:19,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:15:19,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:15:19,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:15:19,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:15:19,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:15:19,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:15:19,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:15:19,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:15:19,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:15:19,999 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc', 'password': '2641a8b8-4ca5-422d-b219-5479593395da', 'project_name': 'vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '67deaf2fbef84d809e9dc9db8891ee1a', 'project_domain_name': 'Default'} 2018-08-12 16:15:19,999 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-12 16:15:20,000 - 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-12 16:15:20,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d430ba6-bf39-44bf-bc22-6b8773212aba 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-12 16:15:20,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2d430ba6-bf39-44bf-bc22-6b8773212aba 2018-08-12 16:15:20,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:15:20,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T17:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "67deaf2fbef84d809e9dc9db8891ee1a", "name": "vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_67deaf2fbef84d809e9dc9db8891ee1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_67deaf2fbef84d809e9dc9db8891ee1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/67deaf2fbef84d809e9dc9db8891ee1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "id": "1cd3d8bb1913436ea5c81f98f6958533"}, "audit_ids": ["Yp3p9YbOSh-DTUGhmYGE7Q"], "issued_at": "2018-08-12T16:15:20.000000Z"}} 2018-08-12 16:15:20,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:15:20,412 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"network": {"name": "vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "admin_state_up": true}}' 2018-08-12 16:15:21,133 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-f5b7fcb0-7924-4f93-8f90-ca2ca4ccac57 Date: Sun, 12 Aug 2018 16:15:21 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T16:15:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"67deaf2fbef84d809e9dc9db8891ee1a","id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","name":"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}} 2018-08-12 16:15:21,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f5b7fcb0-7924-4f93-8f90-ca2ca4ccac57 2018-08-12 16:15:21,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.721411943436s 2018-08-12 16:15:21,133 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f5b7fcb0-7924-4f93-8f90-ca2ca4ccac57 2018-08-12 16:15:21,134 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:15:20Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ab2f2ef4-61f4-4498-8813-0613274ad20d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc', u'admin_state_up': True, u'tenant_id': u'67deaf2fbef84d809e9dc9db8891ee1a', u'created_at': u'2018-08-12T16:15:20Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'67deaf2fbef84d809e9dc9db8891ee1a'}) 2018-08-12 16:15:21,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:15:21,135 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:21,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-0718b684-2f31-433d-9a78-da68918ec3ad Date: Sun, 12 Aug 2018 16:15:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","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-12T16:15:20Z","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"67deaf2fbef84d809e9dc9db8891ee1a","id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","name":"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:15:21,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0718b684-2f31-433d-9a78-da68918ec3ad 2018-08-12 16:15:21,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358552217484s 2018-08-12 16:15:21,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0718b684-2f31-433d-9a78-da68918ec3ad 2018-08-12 16:15:21,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:15:21,495 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"subnet": {"name": "vping_userdata-subnet_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "enable_dhcp": true, "network_id": "ab2f2ef4-61f4-4498-8813-0613274ad20d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:15:22,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bd5b88e0-d1d4-4aea-b95e-a28dcd73a6e6 Date: Sun, 12 Aug 2018 16:15:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:15:22Z","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":"67deaf2fbef84d809e9dc9db8891ee1a","id":"756b10ef-9148-460a-be52-0daa5e471fcb","subnetpool_id":null,"name":"vping_userdata-subnet_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}} 2018-08-12 16:15:22,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-bd5b88e0-d1d4-4aea-b95e-a28dcd73a6e6 2018-08-12 16:15:22,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.915464878082s 2018-08-12 16:15:22,411 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-bd5b88e0-d1d4-4aea-b95e-a28dcd73a6e6 2018-08-12 16:15:22,411 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:15:22Z', 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'756b10ef-9148-460a-be52-0daa5e471fcb', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_b53c73d3-6888-449b-97c9-b21d2bb66fcc', u'enable_dhcp': True, u'network_id': u'ab2f2ef4-61f4-4498-8813-0613274ad20d', u'tenant_id': u'67deaf2fbef84d809e9dc9db8891ee1a', u'created_at': u'2018-08-12T16:15:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'67deaf2fbef84d809e9dc9db8891ee1a'}) 2018-08-12 16:15:22,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:15:22,412 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "vping_userdata-router_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "admin_state_up": true}}' 2018-08-12 16:15:24,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-e892eee8-b754-4d86-8167-f2099512f2ef Date: Sun, 12 Aug 2018 16:15:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:22Z", "admin_state_up": true, "updated_at": "2018-08-12T16:15:23Z", "revision_number": 2, "routes": [], "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "8667495a-b0b6-47ce-bd5d-dae73989a01e", "name": "vping_userdata-router_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}} 2018-08-12 16:15:24,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e892eee8-b754-4d86-8167-f2099512f2ef 2018-08-12 16:15:24,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.77152609825s 2018-08-12 16:15:24,184 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-e892eee8-b754-4d86-8167-f2099512f2ef 2018-08-12 16:15:24,184 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'67deaf2fbef84d809e9dc9db8891ee1a', u'created_at': u'2018-08-12T16:15:22Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T16:15:23Z', u'revision_number': 2, u'routes': [], u'project_id': u'67deaf2fbef84d809e9dc9db8891ee1a', u'id': u'8667495a-b0b6-47ce-bd5d-dae73989a01e', u'name': u'vping_userdata-router_b53c73d3-6888-449b-97c9-b21d2bb66fcc'}) 2018-08-12 16:15:24,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:15:24,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e/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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"subnet_id": "756b10ef-9148-460a-be52-0daa5e471fcb"}' 2018-08-12 16:15:26,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-80b5082d-4b90-41a1-84b5-2ae8f0058a58 Date: Sun, 12 Aug 2018 16:15:26 GMT RESP BODY: {"network_id": "ab2f2ef4-61f4-4498-8813-0613274ad20d", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "subnet_id": "756b10ef-9148-460a-be52-0daa5e471fcb", "subnet_ids": ["756b10ef-9148-460a-be52-0daa5e471fcb"], "port_id": "e795552a-234a-40db-9a0b-c2eb43000566", "id": "8667495a-b0b6-47ce-bd5d-dae73989a01e"} 2018-08-12 16:15:26,765 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e/add_router_interface.json used request id req-80b5082d-4b90-41a1-84b5-2ae8f0058a58 2018-08-12 16:15:26,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.58022689819s 2018-08-12 16:15:26,765 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e/add_router_interface.json used request id req-80b5082d-4b90-41a1-84b5-2ae8f0058a58 returning object 8667495a-b0b6-47ce-bd5d-dae73989a01e 2018-08-12 16:15:26,766 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:15:26,898 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:15:26,900 - 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-12 16:15:26,904 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:15:26 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-12 16:15:26,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:15:26,909 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:27,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-79dbedc6-172d-4598-b2c3-3c0c5f5f5069 Date: Sun, 12 Aug 2018 16:15:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:15:27,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-79dbedc6-172d-4598-b2c3-3c0c5f5f5069 2018-08-12 16:15:27,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301325082779s 2018-08-12 16:15:27,209 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-79dbedc6-172d-4598-b2c3-3c0c5f5f5069 2018-08-12 16:15:27,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:15:27,221 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}' 2018-08-12 16:15:28,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b571d8dd-edf9-4577-bff8-2f35bedbbf99 Date: Sun, 12 Aug 2018 16:15:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:15:27Z", "file": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/file", "owner": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "size": null, "self": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "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_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "checksum": null, "created_at": "2018-08-12T16:15:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:15:28,008 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b571d8dd-edf9-4577-bff8-2f35bedbbf99 2018-08-12 16:15:28,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.790781021118s 2018-08-12 16:15:28,008 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b571d8dd-edf9-4577-bff8-2f35bedbbf99 returning object 77b0c99d-0ccb-4573-8fbd-b752858cf514 2018-08-12 16:15:28,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:15:28,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '' 2018-08-12 16:15:29,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-02a47510-6bc4-43d9-8228-ce5924d7e563 Date: Sun, 12 Aug 2018 16:15: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-12 16:15:29,105 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/file used request id req-02a47510-6bc4-43d9-8228-ce5924d7e563 2018-08-12 16:15:29,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.09594798088s 2018-08-12 16:15:29,105 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/file used request id req-02a47510-6bc4-43d9-8228-ce5924d7e563 2018-08-12 16:15:29,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:15:29,115 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:29,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-70abfd04-b0da-4c7e-ab01-577156b71dc0 Date: Sun, 12 Aug 2018 16:15:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:15:29Z", "file": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/file", "owner": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "size": 12716032, "self": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:15:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:15:29,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-70abfd04-b0da-4c7e-ab01-577156b71dc0 2018-08-12 16:15:29,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.29093503952s 2018-08-12 16:15:29,401 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-70abfd04-b0da-4c7e-ab01-577156b71dc0 2018-08-12 16:15:29,403 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap', u'metadata': Munch({})})], 'file': u'/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/file', 'owner': u'67deaf2fbef84d809e9dc9db8891ee1a', 'id': u'77b0c99d-0ccb-4573-8fbd-b752858cf514', 'size': 12716032, u'self': u'/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'67deaf2fbef84d809e9dc9db8891ee1a', 'name': 'vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:15:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T16:15:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc', '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/77b0c99d-0ccb-4573-8fbd-b752858cf514', 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_b53c73d3-6888-449b-97c9-b21d2bb66fcc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc', 'created': u'2018-08-12T16:15:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:15:27Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514', 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_b53c73d3-6888-449b-97c9-b21d2bb66fcc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:15:29,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:15:29,407 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:15:29,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-90542691-310b-4d66-b1ac-17fcc9022949 x-compute-request-id: req-90542691-310b-4d66-b1ac-17fcc9022949 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "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": "ab9835c6-e2da-45f1-9719-7d197596dafa"}} 2018-08-12 16:15:29,725 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-90542691-310b-4d66-b1ac-17fcc9022949 2018-08-12 16:15:29,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.320750951767s 2018-08-12 16:15:29,725 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-90542691-310b-4d66-b1ac-17fcc9022949 2018-08-12 16:15:29,726 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_b53c73d3-6888-449b-97c9-b21d2bb66fcc', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'ab9835c6-e2da-45f1-9719-7d197596dafa', 'swap': 0}) 2018-08-12 16:15:29,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:15:29,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa/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}fb72996decc5dac51aee3a21a46bdc462ee16459" -d '{"extra_specs": {}}' 2018-08-12 16:15:29,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-9774da90-643c-4567-b162-47f535d114fb x-compute-request-id: req-9774da90-643c-4567-b162-47f535d114fb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:15:29,748 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa/os-extra_specs used request id req-9774da90-643c-4567-b162-47f535d114fb 2018-08-12 16:15:29,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215480327606s 2018-08-12 16:15:29,749 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa/os-extra_specs used request id req-9774da90-643c-4567-b162-47f535d114fb 2018-08-12 16:15:29,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:15:29,750 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:30,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-3ab91e35-9233-44b8-8d34-55a061039b38 Date: Sun, 12 Aug 2018 16:15:30 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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["756b10ef-9148-460a-be52-0daa5e471fcb"],"updated_at":"2018-08-12T16:15:22Z","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"67deaf2fbef84d809e9dc9db8891ee1a","id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","name":"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:15:30,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3ab91e35-9233-44b8-8d34-55a061039b38 2018-08-12 16:15:30,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369590997696s 2018-08-12 16:15:30,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3ab91e35-9233-44b8-8d34-55a061039b38 2018-08-12 16:15:30,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:15:30,128 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:30,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-82e7efc0-72d5-4dbe-9eb3-763e7278962c Date: Sun, 12 Aug 2018 16:15:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:15:29Z", "file": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/file", "owner": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "size": 12716032, "self": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:15:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:15:30,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-82e7efc0-72d5-4dbe-9eb3-763e7278962c 2018-08-12 16:15:30,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283860206604s 2018-08-12 16:15:30,408 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-82e7efc0-72d5-4dbe-9eb3-763e7278962c 2018-08-12 16:15:30,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:15:30,413 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:30,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-5177a860-976b-4448-8a24-6e0b24078dd8 x-compute-request-id: req-5177a860-976b-4448-8a24-6e0b24078dd8 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "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": "ab9835c6-e2da-45f1-9719-7d197596dafa"}]} 2018-08-12 16:15:30,711 - 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-5177a860-976b-4448-8a24-6e0b24078dd8 2018-08-12 16:15:30,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.301276922226s 2018-08-12 16:15:30,712 - 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-5177a860-976b-4448-8a24-6e0b24078dd8 2018-08-12 16:15:30,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 16:15:30,717 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"server": {"name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "imageRef": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "flavorRef": "ab9835c6-e2da-45f1-9719-7d197596dafa", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ab2f2ef4-61f4-4498-8813-0613274ad20d"}]}}' 2018-08-12 16:15:34,123 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:15: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-ce4e476a-8a2c-460a-ba9a-4768cc829cd6 x-compute-request-id: req-ce4e476a-8a2c-460a-ba9a-4768cc829cd6 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "adminPass": "9RmCK4Tng4tW"}} 2018-08-12 16:15:34,123 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ce4e476a-8a2c-460a-ba9a-4768cc829cd6 2018-08-12 16:15:34,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.4100189209s 2018-08-12 16:15:34,124 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ce4e476a-8a2c-460a-ba9a-4768cc829cd6 2018-08-12 16:15:34,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:34,127 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:34,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-03005005-fd90-4506-a952-1d4a3c6c7607 x-compute-request-id: req-03005005-fd90-4506-a952-1d4a3c6c7607 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/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "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-12T16:15:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:34,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-03005005-fd90-4506-a952-1d4a3c6c7607 2018-08-12 16:15:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700365066528s 2018-08-12 16:15:34,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-03005005-fd90-4506-a952-1d4a3c6c7607 2018-08-12 16:15:34,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:15:34,833 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:35,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-9b1c843c-0e96-4bc2-846a-27c4ced32f77 Date: Sun, 12 Aug 2018 16:15: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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["756b10ef-9148-460a-be52-0daa5e471fcb"],"updated_at":"2018-08-12T16:15:22Z","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"67deaf2fbef84d809e9dc9db8891ee1a","id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","name":"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:15:35,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9b1c843c-0e96-4bc2-846a-27c4ced32f77 2018-08-12 16:15:35,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.361892938614s 2018-08-12 16:15:35,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9b1c843c-0e96-4bc2-846a-27c4ced32f77 2018-08-12 16:15:35,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:15:35,196 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:35,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-827cb2df-f0b0-4801-b2ab-7e18ca515b5c Date: Sun, 12 Aug 2018 16:15:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:15:22Z","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":"67deaf2fbef84d809e9dc9db8891ee1a","id":"756b10ef-9148-460a-be52-0daa5e471fcb","subnetpool_id":null,"name":"vping_userdata-subnet_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:15:35,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-827cb2df-f0b0-4801-b2ab-7e18ca515b5c 2018-08-12 16:15:35,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0417449474335s 2018-08-12 16:15:35,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-827cb2df-f0b0-4801-b2ab-7e18ca515b5c 2018-08-12 16:15:35,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:15:37,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:37,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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:37,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-7be95743-51b2-43d6-a7db-0505b7799ff5 x-compute-request-id: req-7be95743-51b2-43d6-a7db-0505b7799ff5 Content-Encoding: gzip Content-Length: 644 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/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:15:37Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:37,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7be95743-51b2-43d6-a7db-0505b7799ff5 2018-08-12 16:15:37,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385713100433s 2018-08-12 16:15:37,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7be95743-51b2-43d6-a7db-0505b7799ff5 2018-08-12 16:15:37,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:15:39,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:39,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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:40,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-99bcc64d-98cf-492a-9682-27cb39fa0b35 x-compute-request-id: req-99bcc64d-98cf-492a-9682-27cb39fa0b35 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/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:15:37Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:40,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99bcc64d-98cf-492a-9682-27cb39fa0b35 2018-08-12 16:15:40,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.970818042755s 2018-08-12 16:15:40,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99bcc64d-98cf-492a-9682-27cb39fa0b35 2018-08-12 16:15:40,609 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:15:42,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:42,613 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:43,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-cda87859-f083-4957-b53d-cc08243d8d66 x-compute-request-id: req-cda87859-f083-4957-b53d-cc08243d8d66 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:39:03", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:42.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:42Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:43,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cda87859-f083-4957-b53d-cc08243d8d66 2018-08-12 16:15:43,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.900077104568s 2018-08-12 16:15:43,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cda87859-f083-4957-b53d-cc08243d8d66 2018-08-12 16:15:43,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:15:43,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=2b019eb6-7f4c-4adc-b70e-f3493784f305" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:43,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-41966679-a6aa-4721-acdb-4cc669d53342 Date: Sun, 12 Aug 2018 16:15:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:37Z","admin_state_up":true,"updated_at":"2018-08-12T16:15:42Z","binding:vnic_type":"normal","device_id":"2b019eb6-7f4c-4adc-b70e-f3493784f305","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:aa:39:03","id":"135cd1ad-2a07-4913-ba39-f69c42a0d61d","port_security_enabled":true,"project_id":"67deaf2fbef84d809e9dc9db8891ee1a","fixed_ips":[{"subnet_id":"756b10ef-9148-460a-be52-0daa5e471fcb","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["004d23c6-83f3-4bff-af02-1ad884a48425"],"name":""}]} 2018-08-12 16:15:43,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=2b019eb6-7f4c-4adc-b70e-f3493784f305 used request id req-41966679-a6aa-4721-acdb-4cc669d53342 2018-08-12 16:15:43,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.319929122925s 2018-08-12 16:15:43,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=2b019eb6-7f4c-4adc-b70e-f3493784f305 used request id req-41966679-a6aa-4721-acdb-4cc669d53342 2018-08-12 16:15:43,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:15:43,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=135cd1ad-2a07-4913-ba39-f69c42a0d61d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:43,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7d9678c1-9d5c-4cc8-8f17-ba95b415b45b Date: Sun, 12 Aug 2018 16:15:43 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:15:43,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=135cd1ad-2a07-4913-ba39-f69c42a0d61d used request id req-7d9678c1-9d5c-4cc8-8f17-ba95b415b45b 2018-08-12 16:15:43,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0485200881958s 2018-08-12 16:15:43,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=135cd1ad-2a07-4913-ba39-f69c42a0d61d used request id req-7d9678c1-9d5c-4cc8-8f17-ba95b415b45b 2018-08-12 16:15:43,891 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:aa:39:03', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'77b0c99d-0ccb-4573-8fbd-b752858cf514'}), 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-12T16:15:42.000000', 'flavor': Munch({u'id': u'ab9835c6-e2da-45f1-9719-7d197596dafa'}), 'az': u'nova', 'id': u'2b019eb6-7f4c-4adc-b70e-f3493784f305', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1cd3d8bb1913436ea5c81f98f6958533', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'67deaf2fbef84d809e9dc9db8891ee1a', 'name': 'vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc', '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-12T16:15:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T16:15:42Z', 'hostId': u'7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0', '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-12T16:15:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'67deaf2fbef84d809e9dc9db8891ee1a', 'name': u'vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc', 'adminPass': u'9RmCK4Tng4tW', 'tenant_id': u'67deaf2fbef84d809e9dc9db8891ee1a', 'created_at': u'2018-08-12T16:15:34Z', 'created': u'2018-08-12T16:15:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 16:15:43,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:15:43,892 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:44,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-731efda8-8c9a-41af-b7b0-078f32a2c2b0 Date: Sun, 12 Aug 2018 16:15:44 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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["756b10ef-9148-460a-be52-0daa5e471fcb"],"updated_at":"2018-08-12T16:15:22Z","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"67deaf2fbef84d809e9dc9db8891ee1a","id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","name":"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:15:44,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-731efda8-8c9a-41af-b7b0-078f32a2c2b0 2018-08-12 16:15:44,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356214046478s 2018-08-12 16:15:44,248 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-731efda8-8c9a-41af-b7b0-078f32a2c2b0 2018-08-12 16:15:44,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:15:44,256 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:44,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-187a2001-0996-488c-89a3-7897e1ade6c7 Date: Sun, 12 Aug 2018 16:15:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:15:29Z", "file": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/file", "owner": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "size": 12716032, "self": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:15:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:15:44,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-187a2001-0996-488c-89a3-7897e1ade6c7 2018-08-12 16:15:44,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.379284858704s 2018-08-12 16:15:44,632 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-187a2001-0996-488c-89a3-7897e1ade6c7 2018-08-12 16:15:44,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:15:44,637 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:44,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-bd03ddf4-4ce6-4112-b80a-08fbecf1520a x-compute-request-id: req-bd03ddf4-4ce6-4112-b80a-08fbecf1520a Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "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": "ab9835c6-e2da-45f1-9719-7d197596dafa"}]} 2018-08-12 16:15:44,659 - 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-bd03ddf4-4ce6-4112-b80a-08fbecf1520a 2018-08-12 16:15:44,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0245101451874s 2018-08-12 16:15:44,660 - 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-bd03ddf4-4ce6-4112-b80a-08fbecf1520a 2018-08-12 16:15:44,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 16:15:44,663 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"server": {"name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "imageRef": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "flavorRef": "ab9835c6-e2da-45f1-9719-7d197596dafa", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjggMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ab2f2ef4-61f4-4498-8813-0613274ad20d"}]}}' 2018-08-12 16:15:48,753 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:15: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-a7f2ed29-a429-453e-a9cb-6ee5d6ec4089 x-compute-request-id: req-a7f2ed29-a429-453e-a9cb-6ee5d6ec4089 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "adminPass": "q7w4U7rw2fTa"}} 2018-08-12 16:15:48,753 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a7f2ed29-a429-453e-a9cb-6ee5d6ec4089 2018-08-12 16:15:48,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.09267687798s 2018-08-12 16:15:48,754 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a7f2ed29-a429-453e-a9cb-6ee5d6ec4089 2018-08-12 16:15:48,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:48,756 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:49,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-ed01ebdd-61a9-41c9-bf7d-e5216f654ec1 x-compute-request-id: req-ed01ebdd-61a9-41c9-bf7d-e5216f654ec1 Content-Encoding: gzip Content-Length: 842 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/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "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-12T16:15:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:39:03", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:42.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:42Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:49,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ed01ebdd-61a9-41c9-bf7d-e5216f654ec1 2018-08-12 16:15:49,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.894289970398s 2018-08-12 16:15:49,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ed01ebdd-61a9-41c9-bf7d-e5216f654ec1 2018-08-12 16:15:49,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:15:51,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:51,659 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:52,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-db7d0f40-d615-43e3-9c1d-068607244b0b x-compute-request-id: req-db7d0f40-d615-43e3-9c1d-068607244b0b Content-Encoding: gzip Content-Length: 845 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/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:15:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:39:03", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:42.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:42Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:52,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db7d0f40-d615-43e3-9c1d-068607244b0b 2018-08-12 16:15:52,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18341493607s 2018-08-12 16:15:52,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db7d0f40-d615-43e3-9c1d-068607244b0b 2018-08-12 16:15:52,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:15:54,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:54,851 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:55,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-12fb7e3e-772f-41f8-8422-cebf1e30bd5d x-compute-request-id: req-12fb7e3e-772f-41f8-8422-cebf1e30bd5d Content-Encoding: gzip Content-Length: 842 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/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:15:52Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:39:03", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:42.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:42Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:55,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12fb7e3e-772f-41f8-8422-cebf1e30bd5d 2018-08-12 16:15:55,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435719013214s 2018-08-12 16:15:55,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12fb7e3e-772f-41f8-8422-cebf1e30bd5d 2018-08-12 16:15:55,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:15:57,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:57,295 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:57,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-a8fedf27-93cb-4c2a-8aae-28f855ed59d9 x-compute-request-id: req-a8fedf27-93cb-4c2a-8aae-28f855ed59d9 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:2b:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:56.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:56Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:39:03", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:42.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:42Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:57,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a8fedf27-93cb-4c2a-8aae-28f855ed59d9 2018-08-12 16:15:57,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589063882828s 2018-08-12 16:15:57,881 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a8fedf27-93cb-4c2a-8aae-28f855ed59d9 2018-08-12 16:15:57,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:15:57,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=c7863308-d89c-468c-99f4-b1d1f732d0aa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:58,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f2fb6fc6-cdd7-4bdb-8e2d-7b854e4b0565 Date: Sun, 12 Aug 2018 16:15:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:53Z","admin_state_up":true,"updated_at":"2018-08-12T16:15:56Z","binding:vnic_type":"normal","device_id":"c7863308-d89c-468c-99f4-b1d1f732d0aa","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:01:2b:67","id":"b801b8ef-6b41-4d82-b57f-c7e886aa4c76","port_security_enabled":true,"project_id":"67deaf2fbef84d809e9dc9db8891ee1a","fixed_ips":[{"subnet_id":"756b10ef-9148-460a-be52-0daa5e471fcb","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["004d23c6-83f3-4bff-af02-1ad884a48425"],"name":""}]} 2018-08-12 16:15:58,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=c7863308-d89c-468c-99f4-b1d1f732d0aa used request id req-f2fb6fc6-cdd7-4bdb-8e2d-7b854e4b0565 2018-08-12 16:15:58,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.303416967392s 2018-08-12 16:15:58,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=c7863308-d89c-468c-99f4-b1d1f732d0aa used request id req-f2fb6fc6-cdd7-4bdb-8e2d-7b854e4b0565 2018-08-12 16:15:58,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:15:58,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=b801b8ef-6b41-4d82-b57f-c7e886aa4c76" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:58,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c8084f9b-9fad-442d-90ef-59e48053358b Date: Sun, 12 Aug 2018 16:15:58 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:15:58,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=b801b8ef-6b41-4d82-b57f-c7e886aa4c76 used request id req-c8084f9b-9fad-442d-90ef-59e48053358b 2018-08-12 16:15:58,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0435400009155s 2018-08-12 16:15:58,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=b801b8ef-6b41-4d82-b57f-c7e886aa4c76 used request id req-c8084f9b-9fad-442d-90ef-59e48053358b 2018-08-12 16:15:58,240 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:01:2b:67', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'77b0c99d-0ccb-4573-8fbd-b752858cf514'}), 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-12T16:15:56.000000', 'flavor': Munch({u'id': u'ab9835c6-e2da-45f1-9719-7d197596dafa'}), 'az': u'nova', 'id': u'c7863308-d89c-468c-99f4-b1d1f732d0aa', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1cd3d8bb1913436ea5c81f98f6958533', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'67deaf2fbef84d809e9dc9db8891ee1a', 'name': 'vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc', '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-12T16:15:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T16:15:56Z', 'hostId': u'7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0', '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-12T16:15:56.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'67deaf2fbef84d809e9dc9db8891ee1a', 'name': u'vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc', 'adminPass': u'q7w4U7rw2fTa', 'tenant_id': u'67deaf2fbef84d809e9dc9db8891ee1a', 'created_at': u'2018-08-12T16:15:48Z', 'created': u'2018-08-12T16:15:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 16:15:58,240 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-12 16:15:59,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:15:59,245 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:15:59,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-5497a05f-e4cb-4530-8028-f62015de8054 x-compute-request-id: req-5497a05f-e4cb-4530-8028-f62015de8054 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:2b:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:56.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:56Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:39:03", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:42.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:42Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:15:59,886 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5497a05f-e4cb-4530-8028-f62015de8054 2018-08-12 16:15:59,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.644282102585s 2018-08-12 16:15:59,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5497a05f-e4cb-4530-8028-f62015de8054 2018-08-12 16:15:59,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 16:15:59,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa/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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 16:15:59,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:15: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-1804028e-3daa-4367-a8b9-aea12490b260 x-compute-request-id: req-1804028e-3daa-4367-a8b9-aea12490b260 Content-Encoding: gzip Content-Length: 7946 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 476632888 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.142577] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144221] pid_max: default: 32768 minimum: 301\n[ 0.145116] ACPI: Core revision 20150930\n[ 0.146506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147807] Security Framework initialized\n[ 0.148617] Yama: becoming mindful.\n[ 0.149340] AppArmor: AppArmor initialized\n[ 0.150205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152798] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155429] Initializing cgroup subsys io\n[ 0.156244] Initializing cgroup subsys memory\n[ 0.157101] Initializing cgroup subsys devices\n[ 0.157985] Initializing cgroup subsys freezer\n[ 0.158853] Initializing cgroup subsys net_cls\n[ 0.159714] Initializing cgroup subsys perf_event\n[ 0.160619] Initializing cgroup subsys net_prio\n[ 0.161498] Initializing cgroup subsys hugetlb\n[ 0.162361] Initializing cgroup subsys pids\n[ 0.163232] CPU: Physical Processor ID: 0\n[ 0.164726] mce: CPU supports 10 MCE banks\n[ 0.165567] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187445] ftrace: allocating 31920 entries in 125 pages\n[ 0.213254] smpboot: Max logical packages: 1\n[ 0.214114] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215454] x2apic enabled\n[ 0.216253] Switched APIC routing to physical x2apic.\n[ 0.217984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219096] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221076] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222862] KVM setup paravirtual spinlock\n[ 0.224195] x86: Booted up 1 node, 1 CPUs\n[ 0.225004] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226393] devtmpfs: initialized\n[ 0.228121] evm: security.selinux\n[ 0.228825] evm: security.SMACK64\n[ 0.229511] evm: security.SMACK64EXEC\n[ 0.230248] evm: security.SMACK64TRANSMUTE\n[ 0.231051] evm: security.SMACK64MMAP\n[ 0.231804] evm: security.ima\n[ 0.232440] evm: security.capability\n[ 0.233251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235095] pinctrl core: initialized pinctrl subsystem\n[ 0.236201] RTC time: 16:15:56, date: 08/12/18\n[ 0.237174] NET: Registered protocol family 16\n[ 0.238166] cpuidle: using governor ladder\n[ 0.238982] cpuidle: using governor menu\n[ 0.239768] PCCT header not found.\n[ 0.240522] ACPI: bus type PCI registered\n[ 0.241315] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242558] PCI: Using configuration type 1 for base access\n[ 0.244341] ACPI: Added _OSI(Module Device)\n[ 0.245185] ACPI: Added _OSI(Processor Device)\n[ 0.246046] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246939] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248672] ACPI: Interpreter enabled\n[ 0.249434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256840] ACPI: (supports S0 S5)\n[ 0.257542] ACPI: Using IOAPIC for interrupt routing\n[ 0.258503] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263982] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265171] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267391] acpiphp: Slot [3] registered\n[ 0.268194] acpiphp: Slot [4] registered\n[ 0.269018] acpiphp: Slot [5] registered\n[ 0.269816] acpiphp: Slot [6] registered\n[ 0.270607] acpiphp: Slot [7] registered\n[ 0.271413] acpiphp: Slot [8] registered\n[ 0.272215] acpiphp: Slot [9] registered\n[ 0.273010] acpiphp: Slot [10] registered\n[ 0.273828] acpiphp: Slot [11] registered\n[ 0.274656] acpiphp: Slot [12] registered\n[ 0.275467] acpiphp: Slot [13] registered\n[ 0.276278] acpiphp: Slot [14] registered\n[ 0.277087] acpiphp: Slot [15] registered\n[ 0.287744] acpiphp: Slot [16] registered\n[ 0.288572] acpiphp: Slot [17] registered\n[ 0.289381] acpiphp: Slot [18] registered\n[ 0.290191] acpiphp: Slot [19] registered\n[ 0.291018] acpiphp: Slot [20] registered\n[ 0.291895] acpiphp: Slot [21] registered\n[ 0.292706] acpiphp: Slot [22] registered\n[ 0.293528] acpiphp: Slot [23] registered\n[ 0.294344] acpiphp: Slot [24] registered\n[ 0.295164] acpiphp: Slot [25] registered\n[ 0.295993] acpiphp: Slot [26] registered\n[ 0.296812] acpiphp: Slot [27] registered\n[ 0.297620] acpiphp: Slot [28] registered\n[ 0.298425] acpiphp: Slot [29] registered\n[ 0.299302] acpiphp: Slot [30] registered\n[ 0.300129] acpiphp: Slot [31] registered\n[ 0.300946] PCI host bridge to bus 0000:00\n[ 0.301756] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302980] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305653] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307098] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308576] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311870] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313155] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314334] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315602] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.339997] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.342110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.343575] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.344989] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.346382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.347667] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.348993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.350061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.351615] vgaarb: loaded\n[ 0.352217] vgaarb: bridge control possible 0000:00:02.0\n[ 0.353455] SCSI subsystem initialized\n[ 0.354381] ACPI: bus type USB registered\n[ 0.355219] usbcore: registered new interface driver usbfs\n[ 0.356254] usbcore: registered new interface driver hub\n[ 0.357259] usbcore: registered new device driver usb\n[ 0.358372] PCI: Using ACPI for IRQ routing\n[ 0.359504] NetLabel: Initializing\n[ 0.360221] NetLabel: domain hash size = 128\n[ 0.361070] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.362034] NetLabel: unlabeled traffic allowed by default\n[ 0.363199] clocksource: Switched to clocksource kvm-clock\n[ 0.371769] AppArmor: AppArmor Filesystem Enabled\n[ 0.372747] pnp: PnP ACPI init\n[ 0.373693] pnp: PnP ACPI: found 5 devices\n[ 0.380025] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.381755] NET: Registered protocol family 2\n[ 0.382820] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.384117] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.385330] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.386524] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387608] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.388799] NET: Registered protocol family 1\n[ 0.389687] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.390786] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391867] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405947] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.420122] Trying to unpack rootfs image as initramfs...\n[ 0.478152] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479845] Scanning for low memory corruption every 60 seconds\n[ 0.481218] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.482404] audit: initializing netlink subsys (disabled)\n[ 0.483481] audit: type=2000 audit(1534090557.163:1): initialized\n[ 0.484847] Initialise system trusted keyring\n[ 0.485800] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489101] zbud: loaded\n[ 0.489836] VFS: Disk quotas dquot_6.6.0\n[ 0.490665] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492281] fuse init (API version 7.23)\n[ 0.493203] Key type big_key registered\n[ 0.494008] Allocating IMA MOK and blacklist keyrings.\n[ 0.495240] Key type asymmetric registered\n[ 0.496070] Asymmetric key parser 'x509' registered\n[ 0.497030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.498526] io scheduler noop registered\n[ 0.499328] io scheduler deadline registered (default)\n[ 0.500335] io scheduler cfq registered\n[ 0.501190] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502228] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.503526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504968] ACPI: Power Button [PWRF]\n[ 0.505819] GHES: HEST is not enabled!\n[ 0.519553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547732] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.549809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573753] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.576032] Linux agpgart interface v0.103\n[ 0.578656] brd: module loaded\n[ 0.580334] loop: module loaded\n[ 0.584085] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.585536] GPT:90111 != 2097151\n[ 0.586204] GPT:Alternate GPT header not at the end of the disk.\n[ 0.587296] GPT:90111 != 2097151\n[ 0.587974] GPT: Use GNU Parted to correct GPT errors.\n[ 0.588931] vda: vda1 vda15\n[ 0.590149] scsi host0: ata_piix\n[ 0.594112] scsi host1: ata_piix\n[ 0.595005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.599320] libphy: Fixed MDIO Bus: probed\n[ 0.600425] tun: Universal TUN/TAP device driver, 1.6\n[ 0.601690] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605310] PPP generic driver version 2.4.2\n[ 0.606601] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608249] ehci-pci: EHCI PCI platform driver\n[ 0.609426] ehci-platform: EHCI generic platform driver\n[ 0.610759] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612300] ohci-pci: OHCI PCI platform driver\n[ 0.613462] ohci-platform: OHCI generic platform driver\n[ 0.614793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629704] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.635957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639499] usb usb1: Product: UHCI Host Controller\n[ 0.641032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643874] hub 1-0:1.0: USB hub found\n[ 0.644926] hub 1-0:1.0: 2 ports detected\n[ 0.646235] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648961] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651661] mousedev: PS/2 mouse device common for all mice\n[ 0.653355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655848] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657331] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660569] i2c /dev entries driver\n[ 0.661636] device-mapper: uevent: version 1.0.3\n[ 0.662929] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665155] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667305] NET: Registered protocol family 10\n[ 0.668979] NET: Registered protocol family 17\n[ 0.670232] Key type dns_resolver registered\n[ 0.671753] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673254] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675754] registered taskstats version 1\n[ 0.676913] Loading compiled-in X.509 certificates\n[ 0.678795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681322] zswap: loaded using pool lzo/zbud\n[ 0.683727] Key type trusted registered\n[ 0.685785] Key type encrypted registered\n[ 0.686875] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688303] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689734] evm: HMAC attrs: 0x1\n[ 0.690998] Magic number: 14:330:287\n[ 0.692073] tty tty20: hash matches\n[ 0.693075] acpi PNP0400:00: hash matches\n[ 0.694212] rtc_cmos 00:00: setting system clock to 2018-08-12 16:15:56 UTC (1534090556)\n[ 0.696413] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708022] EDD information not available.\n[ 0.753645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.755696] Write protecting the kernel read-only data: 14336k\n[ 0.759589] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.762072] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.810196] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.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.81. 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\n"} 2018-08-12 16:15:59,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa/action used request id req-1804028e-3daa-4367-a8b9-aea12490b260 2018-08-12 16:15:59,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0960869789124s 2018-08-12 16:15:59,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa/action used request id req-1804028e-3daa-4367-a8b9-aea12490b260 2018-08-12 16:15:59,987 - 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 476632888 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.142577] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144221] pid_max: default: 32768 minimum: 301 [ 0.145116] ACPI: Core revision 20150930 [ 0.146506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147807] Security Framework initialized [ 0.148617] Yama: becoming mindful. [ 0.149340] AppArmor: AppArmor initialized [ 0.150205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152798] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155429] Initializing cgroup subsys io [ 0.156244] Initializing cgroup subsys memory [ 0.157101] Initializing cgroup subsys devices [ 0.157985] Initializing cgroup subsys freezer [ 0.158853] Initializing cgroup subsys net_cls [ 0.159714] Initializing cgroup subsys perf_event [ 0.160619] Initializing cgroup subsys net_prio [ 0.161498] Initializing cgroup subsys hugetlb [ 0.162361] Initializing cgroup subsys pids [ 0.163232] CPU: Physical Processor ID: 0 [ 0.164726] mce: CPU supports 10 MCE banks [ 0.165567] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187445] ftrace: allocating 31920 entries in 125 pages [ 0.213254] smpboot: Max logical packages: 1 [ 0.214114] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215454] x2apic enabled [ 0.216253] Switched APIC routing to physical x2apic. [ 0.217984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.219096] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.221076] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222862] KVM setup paravirtual spinlock [ 0.224195] x86: Booted up 1 node, 1 CPUs [ 0.225004] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.226393] devtmpfs: initialized [ 0.228121] evm: security.selinux [ 0.228825] evm: security.SMACK64 [ 0.229511] evm: security.SMACK64EXEC [ 0.230248] evm: security.SMACK64TRANSMUTE [ 0.231051] evm: security.SMACK64MMAP [ 0.231804] evm: security.ima [ 0.232440] evm: security.capability [ 0.233251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235095] pinctrl core: initialized pinctrl subsystem [ 0.236201] RTC time: 16:15:56, date: 08/12/18 [ 0.237174] NET: Registered protocol family 16 [ 0.238166] cpuidle: using governor ladder [ 0.238982] cpuidle: using governor menu [ 0.239768] PCCT header not found. [ 0.240522] ACPI: bus type PCI registered [ 0.241315] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242558] PCI: Using configuration type 1 for base access [ 0.244341] ACPI: Added _OSI(Module Device) [ 0.245185] ACPI: Added _OSI(Processor Device) [ 0.246046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.246939] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248672] ACPI: Interpreter enabled [ 0.249434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.254995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.256840] ACPI: (supports S0 S5) [ 0.257542] ACPI: Using IOAPIC for interrupt routing [ 0.258503] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.261607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.262748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263982] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265171] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267391] acpiphp: Slot [3] registered [ 0.268194] acpiphp: Slot [4] registered [ 0.269018] acpiphp: Slot [5] registered [ 0.269816] acpiphp: Slot [6] registered [ 0.270607] acpiphp: Slot [7] registered [ 0.271413] acpiphp: Slot [8] registered [ 0.272215] acpiphp: Slot [9] registered [ 0.273010] acpiphp: Slot [10] registered [ 0.273828] acpiphp: Slot [11] registered [ 0.274656] acpiphp: Slot [12] registered [ 0.275467] acpiphp: Slot [13] registered [ 0.276278] acpiphp: Slot [14] registered [ 0.277087] acpiphp: Slot [15] registered [ 0.287744] acpiphp: Slot [16] registered [ 0.288572] acpiphp: Slot [17] registered [ 0.289381] acpiphp: Slot [18] registered [ 0.290191] acpiphp: Slot [19] registered [ 0.291018] acpiphp: Slot [20] registered [ 0.291895] acpiphp: Slot [21] registered [ 0.292706] acpiphp: Slot [22] registered [ 0.293528] acpiphp: Slot [23] registered [ 0.294344] acpiphp: Slot [24] registered [ 0.295164] acpiphp: Slot [25] registered [ 0.295993] acpiphp: Slot [26] registered [ 0.296812] acpiphp: Slot [27] registered [ 0.297620] acpiphp: Slot [28] registered [ 0.298425] acpiphp: Slot [29] registered [ 0.299302] acpiphp: Slot [30] registered [ 0.300129] acpiphp: Slot [31] registered [ 0.300946] PCI host bridge to bus 0000:00 [ 0.301756] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302980] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.304202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305653] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.307098] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308576] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311870] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313155] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314334] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315602] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.339997] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.342110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.343575] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.344989] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.346382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.347667] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.348993] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.350061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.351615] vgaarb: loaded [ 0.352217] vgaarb: bridge control possible 0000:00:02.0 [ 0.353455] SCSI subsystem initialized [ 0.354381] ACPI: bus type USB registered [ 0.355219] usbcore: registered new interface driver usbfs [ 0.356254] usbcore: registered new interface driver hub [ 0.357259] usbcore: registered new device driver usb [ 0.358372] PCI: Using ACPI for IRQ routing [ 0.359504] NetLabel: Initializing [ 0.360221] NetLabel: domain hash size = 128 [ 0.361070] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.362034] NetLabel: unlabeled traffic allowed by default [ 0.363199] clocksource: Switched to clocksource kvm-clock [ 0.371769] AppArmor: AppArmor Filesystem Enabled [ 0.372747] pnp: PnP ACPI init [ 0.373693] pnp: PnP ACPI: found 5 devices [ 0.380025] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.381755] NET: Registered protocol family 2 [ 0.382820] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.384117] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.385330] TCP: Hash tables configured (established 4096 bind 4096) [ 0.386524] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.387608] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.388799] NET: Registered protocol family 1 [ 0.389687] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.390786] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.391867] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.405947] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.420122] Trying to unpack rootfs image as initramfs... [ 0.478152] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.479845] Scanning for low memory corruption every 60 seconds [ 0.481218] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.482404] audit: initializing netlink subsys (disabled) [ 0.483481] audit: type=2000 audit(1534090557.163:1): initialized [ 0.484847] Initialise system trusted keyring [ 0.485800] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.486967] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489101] zbud: loaded [ 0.489836] VFS: Disk quotas dquot_6.6.0 [ 0.490665] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492281] fuse init (API version 7.23) [ 0.493203] Key type big_key registered [ 0.494008] Allocating IMA MOK and blacklist keyrings. [ 0.495240] Key type asymmetric registered [ 0.496070] Asymmetric key parser 'x509' registered [ 0.497030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.498526] io scheduler noop registered [ 0.499328] io scheduler deadline registered (default) [ 0.500335] io scheduler cfq registered [ 0.501190] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502228] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.503526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.504968] ACPI: Power Button [PWRF] [ 0.505819] GHES: HEST is not enabled! [ 0.519553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.547732] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.549809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.573753] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.576032] Linux agpgart interface v0.103 [ 0.578656] brd: module loaded [ 0.580334] loop: module loaded [ 0.584085] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.585536] GPT:90111 != 2097151 [ 0.586204] GPT:Alternate GPT header not at the end of the disk. [ 0.587296] GPT:90111 != 2097151 [ 0.587974] GPT: Use GNU Parted to correct GPT errors. [ 0.588931] vda: vda1 vda15 [ 0.590149] scsi host0: ata_piix [ 0.594112] scsi host1: ata_piix [ 0.595005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.596681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.599320] libphy: Fixed MDIO Bus: probed [ 0.600425] tun: Universal TUN/TAP device driver, 1.6 [ 0.601690] tun: (C) 1999-2004 Max Krasnyansky [ 0.605310] PPP generic driver version 2.4.2 [ 0.606601] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608249] ehci-pci: EHCI PCI platform driver [ 0.609426] ehci-platform: EHCI generic platform driver [ 0.610759] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.612300] ohci-pci: OHCI PCI platform driver [ 0.613462] ohci-platform: OHCI generic platform driver [ 0.614793] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629704] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.633035] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.634363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.635957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.637612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.639499] usb usb1: Product: UHCI Host Controller [ 0.641032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.642561] usb usb1: SerialNumber: 0000:00:01.2 [ 0.643874] hub 1-0:1.0: USB hub found [ 0.644926] hub 1-0:1.0: 2 ports detected [ 0.646235] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648961] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650251] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651661] mousedev: PS/2 mouse device common for all mice [ 0.653355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655848] rtc_cmos 00:00: RTC can wake from S4 [ 0.657331] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.658941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.660569] i2c /dev entries driver [ 0.661636] device-mapper: uevent: version 1.0.3 [ 0.662929] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665155] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667305] NET: Registered protocol family 10 [ 0.668979] NET: Registered protocol family 17 [ 0.670232] Key type dns_resolver registered [ 0.671753] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.673254] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.675754] registered taskstats version 1 [ 0.676913] Loading compiled-in X.509 certificates [ 0.678795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681322] zswap: loaded using pool lzo/zbud [ 0.683727] Key type trusted registered [ 0.685785] Key type encrypted registered [ 0.686875] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688303] ima: No TPM chip found, activating TPM-bypass! [ 0.689734] evm: HMAC attrs: 0x1 [ 0.690998] Magic number: 14:330:287 [ 0.692073] tty tty20: hash matches [ 0.693075] acpi PNP0400:00: hash matches [ 0.694212] rtc_cmos 00:00: setting system clock to 2018-08-12 16:15:56 UTC (1534090556) [ 0.696413] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708022] EDD information not available. [ 0.753645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.755696] Write protecting the kernel read-only data: 14336k [ 0.759589] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.762072] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.810196] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.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.81. 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 2018-08-12 16:15:59,988 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-08-12 16:16:00,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:00,993 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:01,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-37ffd288-f38d-4e8c-a9ba-2a6dd7f08060 x-compute-request-id: req-37ffd288-f38d-4e8c-a9ba-2a6dd7f08060 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:2b:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:56.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:56Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:39:03", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:42.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:42Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:01,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-37ffd288-f38d-4e8c-a9ba-2a6dd7f08060 2018-08-12 16:16:01,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.903049945831s 2018-08-12 16:16:01,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-37ffd288-f38d-4e8c-a9ba-2a6dd7f08060 2018-08-12 16:16:01,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 16:16:01,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa/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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 16:16:02,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-4ed78400-cb44-4b3a-982d-990df70d85b8 x-compute-request-id: req-4ed78400-cb44-4b3a-982d-990df70d85b8 Content-Encoding: gzip Content-Length: 9576 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 476632888 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.142577] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144221] pid_max: default: 32768 minimum: 301\n[ 0.145116] ACPI: Core revision 20150930\n[ 0.146506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147807] Security Framework initialized\n[ 0.148617] Yama: becoming mindful.\n[ 0.149340] AppArmor: AppArmor initialized\n[ 0.150205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152798] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155429] Initializing cgroup subsys io\n[ 0.156244] Initializing cgroup subsys memory\n[ 0.157101] Initializing cgroup subsys devices\n[ 0.157985] Initializing cgroup subsys freezer\n[ 0.158853] Initializing cgroup subsys net_cls\n[ 0.159714] Initializing cgroup subsys perf_event\n[ 0.160619] Initializing cgroup subsys net_prio\n[ 0.161498] Initializing cgroup subsys hugetlb\n[ 0.162361] Initializing cgroup subsys pids\n[ 0.163232] CPU: Physical Processor ID: 0\n[ 0.164726] mce: CPU supports 10 MCE banks\n[ 0.165567] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187445] ftrace: allocating 31920 entries in 125 pages\n[ 0.213254] smpboot: Max logical packages: 1\n[ 0.214114] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215454] x2apic enabled\n[ 0.216253] Switched APIC routing to physical x2apic.\n[ 0.217984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219096] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221076] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222862] KVM setup paravirtual spinlock\n[ 0.224195] x86: Booted up 1 node, 1 CPUs\n[ 0.225004] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226393] devtmpfs: initialized\n[ 0.228121] evm: security.selinux\n[ 0.228825] evm: security.SMACK64\n[ 0.229511] evm: security.SMACK64EXEC\n[ 0.230248] evm: security.SMACK64TRANSMUTE\n[ 0.231051] evm: security.SMACK64MMAP\n[ 0.231804] evm: security.ima\n[ 0.232440] evm: security.capability\n[ 0.233251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235095] pinctrl core: initialized pinctrl subsystem\n[ 0.236201] RTC time: 16:15:56, date: 08/12/18\n[ 0.237174] NET: Registered protocol family 16\n[ 0.238166] cpuidle: using governor ladder\n[ 0.238982] cpuidle: using governor menu\n[ 0.239768] PCCT header not found.\n[ 0.240522] ACPI: bus type PCI registered\n[ 0.241315] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242558] PCI: Using configuration type 1 for base access\n[ 0.244341] ACPI: Added _OSI(Module Device)\n[ 0.245185] ACPI: Added _OSI(Processor Device)\n[ 0.246046] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246939] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248672] ACPI: Interpreter enabled\n[ 0.249434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256840] ACPI: (supports S0 S5)\n[ 0.257542] ACPI: Using IOAPIC for interrupt routing\n[ 0.258503] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263982] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265171] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267391] acpiphp: Slot [3] registered\n[ 0.268194] acpiphp: Slot [4] registered\n[ 0.269018] acpiphp: Slot [5] registered\n[ 0.269816] acpiphp: Slot [6] registered\n[ 0.270607] acpiphp: Slot [7] registered\n[ 0.271413] acpiphp: Slot [8] registered\n[ 0.272215] acpiphp: Slot [9] registered\n[ 0.273010] acpiphp: Slot [10] registered\n[ 0.273828] acpiphp: Slot [11] registered\n[ 0.274656] acpiphp: Slot [12] registered\n[ 0.275467] acpiphp: Slot [13] registered\n[ 0.276278] acpiphp: Slot [14] registered\n[ 0.277087] acpiphp: Slot [15] registered\n[ 0.287744] acpiphp: Slot [16] registered\n[ 0.288572] acpiphp: Slot [17] registered\n[ 0.289381] acpiphp: Slot [18] registered\n[ 0.290191] acpiphp: Slot [19] registered\n[ 0.291018] acpiphp: Slot [20] registered\n[ 0.291895] acpiphp: Slot [21] registered\n[ 0.292706] acpiphp: Slot [22] registered\n[ 0.293528] acpiphp: Slot [23] registered\n[ 0.294344] acpiphp: Slot [24] registered\n[ 0.295164] acpiphp: Slot [25] registered\n[ 0.295993] acpiphp: Slot [26] registered\n[ 0.296812] acpiphp: Slot [27] registered\n[ 0.297620] acpiphp: Slot [28] registered\n[ 0.298425] acpiphp: Slot [29] registered\n[ 0.299302] acpiphp: Slot [30] registered\n[ 0.300129] acpiphp: Slot [31] registered\n[ 0.300946] PCI host bridge to bus 0000:00\n[ 0.301756] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302980] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305653] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307098] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308576] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311870] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313155] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314334] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315602] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.339997] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.342110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.343575] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.344989] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.346382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.347667] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.348993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.350061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.351615] vgaarb: loaded\n[ 0.352217] vgaarb: bridge control possible 0000:00:02.0\n[ 0.353455] SCSI subsystem initialized\n[ 0.354381] ACPI: bus type USB registered\n[ 0.355219] usbcore: registered new interface driver usbfs\n[ 0.356254] usbcore: registered new interface driver hub\n[ 0.357259] usbcore: registered new device driver usb\n[ 0.358372] PCI: Using ACPI for IRQ routing\n[ 0.359504] NetLabel: Initializing\n[ 0.360221] NetLabel: domain hash size = 128\n[ 0.361070] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.362034] NetLabel: unlabeled traffic allowed by default\n[ 0.363199] clocksource: Switched to clocksource kvm-clock\n[ 0.371769] AppArmor: AppArmor Filesystem Enabled\n[ 0.372747] pnp: PnP ACPI init\n[ 0.373693] pnp: PnP ACPI: found 5 devices\n[ 0.380025] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.381755] NET: Registered protocol family 2\n[ 0.382820] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.384117] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.385330] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.386524] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387608] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.388799] NET: Registered protocol family 1\n[ 0.389687] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.390786] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391867] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405947] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.420122] Trying to unpack rootfs image as initramfs...\n[ 0.478152] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479845] Scanning for low memory corruption every 60 seconds\n[ 0.481218] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.482404] audit: initializing netlink subsys (disabled)\n[ 0.483481] audit: type=2000 audit(1534090557.163:1): initialized\n[ 0.484847] Initialise system trusted keyring\n[ 0.485800] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489101] zbud: loaded\n[ 0.489836] VFS: Disk quotas dquot_6.6.0\n[ 0.490665] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492281] fuse init (API version 7.23)\n[ 0.493203] Key type big_key registered\n[ 0.494008] Allocating IMA MOK and blacklist keyrings.\n[ 0.495240] Key type asymmetric registered\n[ 0.496070] Asymmetric key parser 'x509' registered\n[ 0.497030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.498526] io scheduler noop registered\n[ 0.499328] io scheduler deadline registered (default)\n[ 0.500335] io scheduler cfq registered\n[ 0.501190] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502228] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.503526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504968] ACPI: Power Button [PWRF]\n[ 0.505819] GHES: HEST is not enabled!\n[ 0.519553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547732] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.549809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573753] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.576032] Linux agpgart interface v0.103\n[ 0.578656] brd: module loaded\n[ 0.580334] loop: module loaded\n[ 0.584085] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.585536] GPT:90111 != 2097151\n[ 0.586204] GPT:Alternate GPT header not at the end of the disk.\n[ 0.587296] GPT:90111 != 2097151\n[ 0.587974] GPT: Use GNU Parted to correct GPT errors.\n[ 0.588931] vda: vda1 vda15\n[ 0.590149] scsi host0: ata_piix\n[ 0.594112] scsi host1: ata_piix\n[ 0.595005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.599320] libphy: Fixed MDIO Bus: probed\n[ 0.600425] tun: Universal TUN/TAP device driver, 1.6\n[ 0.601690] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605310] PPP generic driver version 2.4.2\n[ 0.606601] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608249] ehci-pci: EHCI PCI platform driver\n[ 0.609426] ehci-platform: EHCI generic platform driver\n[ 0.610759] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612300] ohci-pci: OHCI PCI platform driver\n[ 0.613462] ohci-platform: OHCI generic platform driver\n[ 0.614793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629704] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633035] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.635957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639499] usb usb1: Product: UHCI Host Controller\n[ 0.641032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642561] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643874] hub 1-0:1.0: USB hub found\n[ 0.644926] hub 1-0:1.0: 2 ports detected\n[ 0.646235] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648961] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651661] mousedev: PS/2 mouse device common for all mice\n[ 0.653355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655848] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657331] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660569] i2c /dev entries driver\n[ 0.661636] device-mapper: uevent: version 1.0.3\n[ 0.662929] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665155] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667305] NET: Registered protocol family 10\n[ 0.668979] NET: Registered protocol family 17\n[ 0.670232] Key type dns_resolver registered\n[ 0.671753] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673254] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675754] registered taskstats version 1\n[ 0.676913] Loading compiled-in X.509 certificates\n[ 0.678795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681322] zswap: loaded using pool lzo/zbud\n[ 0.683727] Key type trusted registered\n[ 0.685785] Key type encrypted registered\n[ 0.686875] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688303] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689734] evm: HMAC attrs: 0x1\n[ 0.690998] Magic number: 14:330:287\n[ 0.692073] tty tty20: hash matches\n[ 0.693075] acpi PNP0400:00: hash matches\n[ 0.694212] rtc_cmos 00:00: setting system clock to 2018-08-12 16:15:56 UTC (1534090556)\n[ 0.696413] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708022] EDD information not available.\n[ 0.753645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.755696] Write protecting the kernel read-only data: 14336k\n[ 0.759589] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.762072] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.810196] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.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.81. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCGogarOtT9svfGPhZCt+oY49eJpaGXTsQ+Ksh9BdJtw5ad6687TQTvSUjSgcr0J91frc2nnBsdnXrqEJy7wLYj46qsCRdCq/glyPd/6AJ5aO+9XtSQmkP16p6Ulm2NCnVl18DZtsHiuwftCmfWldK+/f+Ww4D2RBlzEGq2kKfwSsfnYxcNBJtTP8y/zsTPw3TX8YBW+tZUIVsWp+mjSPsQ1OAyOElQEq2KmWQ+LVtkZyJPulhi7AbKTxudleSKNBjtiPa6ARvhm+atwZKtCWB9fUUC3S6zoBwrYQgAUshkdWudr+OYnrXrxQI8Q+J2JLLPnlX2SZuVDdVytnml0IDr root@vping-userdata-vm2-b53c73d3-6888-449b-97c9-b21d2bb66fcc\nssh-dss AAAAB3NzaC1kc3MAAACBAPrQ+Ap3terN0OaXSI6uhseMB5zneGGiK1wnVzBvHbOduXRFF3Ys2o8GdobE92iTiM3vziHQFGjTxTrN5mB8dsmZOFGfpySh3+5fQMJ55A7maVER0+/sBbdb58bPt9tXaT0H+CjYU1+c1cmGBnAxCVNtrVBCa2uqO3558525bovFAAAAFQDR+rs/ekFU50IGRdHABqu9Xz4TiwAAAIAu0IGNj95upBo88wuVUwXhlCgYPRpmobQvdtTz2i6MvRQiIRA4tGB2KNUJDbUql6GtX3F7w4gAhZ5/XhPXzMebMshyCrJ0u3l8OdeHU0fEPY1+ZKXvbv9WbwbqwK9mR1JWGo9+6wBIOpHQRKa3Cy9J4BLAm0EgacaIfv/J17WMkAAAAIEA8EDgb/xzfJbySRi2jiCV5Z1NEEXNOdxk2XRCsTJ4TYCDfF7BkIggtTODzk0SMI/v5ye1sPbqFb6l92HUbsxDVFzNXLwMSxcNeHHoGCooqnOeVexc/qEAKufHHuMrPY6lLWoNuT6KSwvXDE4RYMsn0RXmOcZnSPpwT9SKBitGOkk= root@vping-userdata-vm2-b53c73d3-6888-449b-97c9-b21d2bb66fcc\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.32s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe01:2b67/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-b53c73d3-6888-449b-97c9-b21d2bb66fcc\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.12 ===\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-b53c73d3-6888-449b-97c9-b21d2bb66fcc login: "} 2018-08-12 16:16:02,011 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa/action used request id req-4ed78400-cb44-4b3a-982d-990df70d85b8 2018-08-12 16:16:02,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115122795105s 2018-08-12 16:16:02,012 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa/action used request id req-4ed78400-cb44-4b3a-982d-990df70d85b8 2018-08-12 16:16:02,012 - 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 476632888 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.142577] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144221] pid_max: default: 32768 minimum: 301 [ 0.145116] ACPI: Core revision 20150930 [ 0.146506] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147807] Security Framework initialized [ 0.148617] Yama: becoming mindful. [ 0.149340] AppArmor: AppArmor initialized [ 0.150205] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151533] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152798] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154002] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155429] Initializing cgroup subsys io [ 0.156244] Initializing cgroup subsys memory [ 0.157101] Initializing cgroup subsys devices [ 0.157985] Initializing cgroup subsys freezer [ 0.158853] Initializing cgroup subsys net_cls [ 0.159714] Initializing cgroup subsys perf_event [ 0.160619] Initializing cgroup subsys net_prio [ 0.161498] Initializing cgroup subsys hugetlb [ 0.162361] Initializing cgroup subsys pids [ 0.163232] CPU: Physical Processor ID: 0 [ 0.164726] mce: CPU supports 10 MCE banks [ 0.165567] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187445] ftrace: allocating 31920 entries in 125 pages [ 0.213254] smpboot: Max logical packages: 1 [ 0.214114] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215454] x2apic enabled [ 0.216253] Switched APIC routing to physical x2apic. [ 0.217984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.219096] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.221076] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222862] KVM setup paravirtual spinlock [ 0.224195] x86: Booted up 1 node, 1 CPUs [ 0.225004] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.226393] devtmpfs: initialized [ 0.228121] evm: security.selinux [ 0.228825] evm: security.SMACK64 [ 0.229511] evm: security.SMACK64EXEC [ 0.230248] evm: security.SMACK64TRANSMUTE [ 0.231051] evm: security.SMACK64MMAP [ 0.231804] evm: security.ima [ 0.232440] evm: security.capability [ 0.233251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235095] pinctrl core: initialized pinctrl subsystem [ 0.236201] RTC time: 16:15:56, date: 08/12/18 [ 0.237174] NET: Registered protocol family 16 [ 0.238166] cpuidle: using governor ladder [ 0.238982] cpuidle: using governor menu [ 0.239768] PCCT header not found. [ 0.240522] ACPI: bus type PCI registered [ 0.241315] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242558] PCI: Using configuration type 1 for base access [ 0.244341] ACPI: Added _OSI(Module Device) [ 0.245185] ACPI: Added _OSI(Processor Device) [ 0.246046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.246939] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248672] ACPI: Interpreter enabled [ 0.249434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.254995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.256840] ACPI: (supports S0 S5) [ 0.257542] ACPI: Using IOAPIC for interrupt routing [ 0.258503] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.261607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.262748] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263982] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265171] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267391] acpiphp: Slot [3] registered [ 0.268194] acpiphp: Slot [4] registered [ 0.269018] acpiphp: Slot [5] registered [ 0.269816] acpiphp: Slot [6] registered [ 0.270607] acpiphp: Slot [7] registered [ 0.271413] acpiphp: Slot [8] registered [ 0.272215] acpiphp: Slot [9] registered [ 0.273010] acpiphp: Slot [10] registered [ 0.273828] acpiphp: Slot [11] registered [ 0.274656] acpiphp: Slot [12] registered [ 0.275467] acpiphp: Slot [13] registered [ 0.276278] acpiphp: Slot [14] registered [ 0.277087] acpiphp: Slot [15] registered [ 0.287744] acpiphp: Slot [16] registered [ 0.288572] acpiphp: Slot [17] registered [ 0.289381] acpiphp: Slot [18] registered [ 0.290191] acpiphp: Slot [19] registered [ 0.291018] acpiphp: Slot [20] registered [ 0.291895] acpiphp: Slot [21] registered [ 0.292706] acpiphp: Slot [22] registered [ 0.293528] acpiphp: Slot [23] registered [ 0.294344] acpiphp: Slot [24] registered [ 0.295164] acpiphp: Slot [25] registered [ 0.295993] acpiphp: Slot [26] registered [ 0.296812] acpiphp: Slot [27] registered [ 0.297620] acpiphp: Slot [28] registered [ 0.298425] acpiphp: Slot [29] registered [ 0.299302] acpiphp: Slot [30] registered [ 0.300129] acpiphp: Slot [31] registered [ 0.300946] PCI host bridge to bus 0000:00 [ 0.301756] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302980] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.304202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305653] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.307098] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308576] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311870] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313155] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314334] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315602] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320782] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.339997] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.342110] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.343575] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.344989] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.346382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.347667] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.348993] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.350061] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.351615] vgaarb: loaded [ 0.352217] vgaarb: bridge control possible 0000:00:02.0 [ 0.353455] SCSI subsystem initialized [ 0.354381] ACPI: bus type USB registered [ 0.355219] usbcore: registered new interface driver usbfs [ 0.356254] usbcore: registered new interface driver hub [ 0.357259] usbcore: registered new device driver usb [ 0.358372] PCI: Using ACPI for IRQ routing [ 0.359504] NetLabel: Initializing [ 0.360221] NetLabel: domain hash size = 128 [ 0.361070] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.362034] NetLabel: unlabeled traffic allowed by default [ 0.363199] clocksource: Switched to clocksource kvm-clock [ 0.371769] AppArmor: AppArmor Filesystem Enabled [ 0.372747] pnp: PnP ACPI init [ 0.373693] pnp: PnP ACPI: found 5 devices [ 0.380025] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.381755] NET: Registered protocol family 2 [ 0.382820] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.384117] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.385330] TCP: Hash tables configured (established 4096 bind 4096) [ 0.386524] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.387608] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.388799] NET: Registered protocol family 1 [ 0.389687] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.390786] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.391867] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.405947] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.420122] Trying to unpack rootfs image as initramfs... [ 0.478152] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.479845] Scanning for low memory corruption every 60 seconds [ 0.481218] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.482404] audit: initializing netlink subsys (disabled) [ 0.483481] audit: type=2000 audit(1534090557.163:1): initialized [ 0.484847] Initialise system trusted keyring [ 0.485800] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.486967] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489101] zbud: loaded [ 0.489836] VFS: Disk quotas dquot_6.6.0 [ 0.490665] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492281] fuse init (API version 7.23) [ 0.493203] Key type big_key registered [ 0.494008] Allocating IMA MOK and blacklist keyrings. [ 0.495240] Key type asymmetric registered [ 0.496070] Asymmetric key parser 'x509' registered [ 0.497030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.498526] io scheduler noop registered [ 0.499328] io scheduler deadline registered (default) [ 0.500335] io scheduler cfq registered [ 0.501190] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502228] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.503526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.504968] ACPI: Power Button [PWRF] [ 0.505819] GHES: HEST is not enabled! [ 0.519553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.547732] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.549809] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.573753] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.576032] Linux agpgart interface v0.103 [ 0.578656] brd: module loaded [ 0.580334] loop: module loaded [ 0.584085] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.585536] GPT:90111 != 2097151 [ 0.586204] GPT:Alternate GPT header not at the end of the disk. [ 0.587296] GPT:90111 != 2097151 [ 0.587974] GPT: Use GNU Parted to correct GPT errors. [ 0.588931] vda: vda1 vda15 [ 0.590149] scsi host0: ata_piix [ 0.594112] scsi host1: ata_piix [ 0.595005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.596681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.599320] libphy: Fixed MDIO Bus: probed [ 0.600425] tun: Universal TUN/TAP device driver, 1.6 [ 0.601690] tun: (C) 1999-2004 Max Krasnyansky [ 0.605310] PPP generic driver version 2.4.2 [ 0.606601] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608249] ehci-pci: EHCI PCI platform driver [ 0.609426] ehci-platform: EHCI generic platform driver [ 0.610759] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.612300] ohci-pci: OHCI PCI platform driver [ 0.613462] ohci-platform: OHCI generic platform driver [ 0.614793] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629704] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.633035] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.634363] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.635957] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.637612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.639499] usb usb1: Product: UHCI Host Controller [ 0.641032] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.642561] usb usb1: SerialNumber: 0000:00:01.2 [ 0.643874] hub 1-0:1.0: USB hub found [ 0.644926] hub 1-0:1.0: 2 ports detected [ 0.646235] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648961] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650251] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651661] mousedev: PS/2 mouse device common for all mice [ 0.653355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655848] rtc_cmos 00:00: RTC can wake from S4 [ 0.657331] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.658941] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.660569] i2c /dev entries driver [ 0.661636] device-mapper: uevent: version 1.0.3 [ 0.662929] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665155] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667305] NET: Registered protocol family 10 [ 0.668979] NET: Registered protocol family 17 [ 0.670232] Key type dns_resolver registered [ 0.671753] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.673254] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.675754] registered taskstats version 1 [ 0.676913] Loading compiled-in X.509 certificates [ 0.678795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681322] zswap: loaded using pool lzo/zbud [ 0.683727] Key type trusted registered [ 0.685785] Key type encrypted registered [ 0.686875] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688303] ima: No TPM chip found, activating TPM-bypass! [ 0.689734] evm: HMAC attrs: 0x1 [ 0.690998] Magic number: 14:330:287 [ 0.692073] tty tty20: hash matches [ 0.693075] acpi PNP0400:00: hash matches [ 0.694212] rtc_cmos 00:00: setting system clock to 2018-08-12 16:15:56 UTC (1534090556) [ 0.696413] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708022] EDD information not available. [ 0.753645] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.755696] Write protecting the kernel read-only data: 14336k [ 0.759589] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.762072] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.810196] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.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.81. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCGogarOtT9svfGPhZCt+oY49eJpaGXTsQ+Ksh9BdJtw5ad6687TQTvSUjSgcr0J91frc2nnBsdnXrqEJy7wLYj46qsCRdCq/glyPd/6AJ5aO+9XtSQmkP16p6Ulm2NCnVl18DZtsHiuwftCmfWldK+/f+Ww4D2RBlzEGq2kKfwSsfnYxcNBJtTP8y/zsTPw3TX8YBW+tZUIVsWp+mjSPsQ1OAyOElQEq2KmWQ+LVtkZyJPulhi7AbKTxudleSKNBjtiPa6ARvhm+atwZKtCWB9fUUC3S6zoBwrYQgAUshkdWudr+OYnrXrxQI8Q+J2JLLPnlX2SZuVDdVytnml0IDr root@vping-userdata-vm2-b53c73d3-6888-449b-97c9-b21d2bb66fcc ssh-dss AAAAB3NzaC1kc3MAAACBAPrQ+Ap3terN0OaXSI6uhseMB5zneGGiK1wnVzBvHbOduXRFF3Ys2o8GdobE92iTiM3vziHQFGjTxTrN5mB8dsmZOFGfpySh3+5fQMJ55A7maVER0+/sBbdb58bPt9tXaT0H+CjYU1+c1cmGBnAxCVNtrVBCa2uqO3558525bovFAAAAFQDR+rs/ekFU50IGRdHABqu9Xz4TiwAAAIAu0IGNj95upBo88wuVUwXhlCgYPRpmobQvdtTz2i6MvRQiIRA4tGB2KNUJDbUql6GtX3F7w4gAhZ5/XhPXzMebMshyCrJ0u3l8OdeHU0fEPY1+ZKXvbv9WbwbqwK9mR1JWGo9+6wBIOpHQRKa3Cy9J4BLAm0EgacaIfv/J17WMkAAAAIEA8EDgb/xzfJbySRi2jiCV5Z1NEEXNOdxk2XRCsTJ4TYCDfF7BkIggtTODzk0SMI/v5ye1sPbqFb6l92HUbsxDVFzNXLwMSxcNeHHoGCooqnOeVexc/qEAKufHHuMrPY6lLWoNuT6KSwvXDE4RYMsn0RXmOcZnSPpwT9SKBitGOkk= root@vping-userdata-vm2-b53c73d3-6888-449b-97c9-b21d2bb66fcc -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.32s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe01:2b67/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-b53c73d3-6888-449b-97c9-b21d2bb66fcc launch-index: 0 === cirros: current=0.4.0 uptime=4.12 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-b53c73d3-6888-449b-97c9-b21d2bb66fcc login: 2018-08-12 16:16:02,014 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-12 16:16:02,136 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:16:02,137 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:42 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-12 16:16:02,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 16:16:02,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:02,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:16:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05a29ada-6c48-4bdd-9b32-5f7e14158d3b x-compute-request-id: req-05a29ada-6c48-4bdd-9b32-5f7e14158d3b Content-Type: application/json 2018-08-12 16:16:02,463 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305 used request id req-05a29ada-6c48-4bdd-9b32-5f7e14158d3b 2018-08-12 16:16:02,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.320782899857s 2018-08-12 16:16:02,463 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305 used request id req-05a29ada-6c48-4bdd-9b32-5f7e14158d3b 2018-08-12 16:16:02,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:02,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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:03,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-7685cd68-e378-4cd5-b3b7-0dc539f74b16 x-compute-request-id: req-7685cd68-e378-4cd5-b3b7-0dc539f74b16 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:2b:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:56.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:56Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:39:03", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2b019eb6-7f4c-4adc-b70e-f3493784f305", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:42.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "2b019eb6-7f4c-4adc-b70e-f3493784f305", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:16:02Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:34Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:03,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7685cd68-e378-4cd5-b3b7-0dc539f74b16 2018-08-12 16:16:03,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.923190116882s 2018-08-12 16:16:03,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7685cd68-e378-4cd5-b3b7-0dc539f74b16 2018-08-12 16:16:03,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:16:05,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:05,396 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:06,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-8036b84c-ec3e-4d60-a3db-307c96ea0eff x-compute-request-id: req-8036b84c-ec3e-4d60-a3db-307c96ea0eff Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:2b:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:56.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:15:56Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:06,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8036b84c-ec3e-4d60-a3db-307c96ea0eff 2018-08-12 16:16:06,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.793050050735s 2018-08-12 16:16:06,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8036b84c-ec3e-4d60-a3db-307c96ea0eff 2018-08-12 16:16:06,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 16:16:06,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:06,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:16: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-e0d6beae-700a-4e32-a3d1-e4f98ed30066 x-compute-request-id: req-e0d6beae-700a-4e32-a3d1-e4f98ed30066 Content-Type: application/json 2018-08-12 16:16:06,379 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa used request id req-e0d6beae-700a-4e32-a3d1-e4f98ed30066 2018-08-12 16:16:06,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.191030025482s 2018-08-12 16:16:06,380 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa used request id req-e0d6beae-700a-4e32-a3d1-e4f98ed30066 2018-08-12 16:16:06,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:06,383 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:07,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-034ab52b-a700-4551-bfd9-d58e1eda9b29 x-compute-request-id: req-034ab52b-a700-4551-bfd9-d58e1eda9b29 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:2b:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7863308-d89c-468c-99f4-b1d1f732d0aa", "rel": "bookmark"}], "image": {"id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "links": [{"href": "http://172.30.9.23:8774/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:15:56.000000", "flavor": {"id": "ab9835c6-e2da-45f1-9719-7d197596dafa", "links": [{"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "bookmark"}]}, "id": "c7863308-d89c-468c-99f4-b1d1f732d0aa", "security_groups": [{"name": "default"}], "user_id": "1cd3d8bb1913436ea5c81f98f6958533", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:16:06Z", "hostId": "7e3ebdc8ea15d26f127807fb4b9180130fd420a22a7bdee7f2c934e0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "created": "2018-08-12T16:15:48Z", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:07,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-034ab52b-a700-4551-bfd9-d58e1eda9b29 2018-08-12 16:16:07,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.94180893898s 2018-08-12 16:16:07,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-034ab52b-a700-4551-bfd9-d58e1eda9b29 2018-08-12 16:16:07,324 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:16:09,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:09,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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:09,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3af2787-6763-49f4-a202-8fe0196af21f x-compute-request-id: req-a3af2787-6763-49f4-a202-8fe0196af21f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 16:16:09,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a3af2787-6763-49f4-a202-8fe0196af21f 2018-08-12 16:16:09,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0684459209442s 2018-08-12 16:16:09,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a3af2787-6763-49f4-a202-8fe0196af21f 2018-08-12 16:16:09,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:16:09,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e/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}5e34d063b6e559de693d243bd167cc485dfd4712" -d '{"subnet_id": "756b10ef-9148-460a-be52-0daa5e471fcb"}' 2018-08-12 16:16:11,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9e87600f-8365-444d-9af4-279abb157267 Date: Sun, 12 Aug 2018 16:16:11 GMT RESP BODY: {"network_id": "ab2f2ef4-61f4-4498-8813-0613274ad20d", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "subnet_id": "756b10ef-9148-460a-be52-0daa5e471fcb", "subnet_ids": ["756b10ef-9148-460a-be52-0daa5e471fcb"], "port_id": "e795552a-234a-40db-9a0b-c2eb43000566", "id": "8667495a-b0b6-47ce-bd5d-dae73989a01e"} 2018-08-12 16:16:11,482 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e/remove_router_interface.json used request id req-9e87600f-8365-444d-9af4-279abb157267 2018-08-12 16:16:11,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.0841050148s 2018-08-12 16:16:11,483 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e/remove_router_interface.json used request id req-9e87600f-8365-444d-9af4-279abb157267 returning object 8667495a-b0b6-47ce-bd5d-dae73989a01e 2018-08-12 16:16:11,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:16:11,484 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:11,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1b426ac0-1488-474b-a1f3-d8f08028691d Date: Sun, 12 Aug 2018 16:16:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:22Z", "admin_state_up": true, "updated_at": "2018-08-12T16:16:10Z", "revision_number": 4, "routes": [], "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "8667495a-b0b6-47ce-bd5d-dae73989a01e", "name": "vping_userdata-router_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:16:11,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1b426ac0-1488-474b-a1f3-d8f08028691d 2018-08-12 16:16:11,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.382824897766s 2018-08-12 16:16:11,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1b426ac0-1488-474b-a1f3-d8f08028691d 2018-08-12 16:16:11,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:16:11,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:13,181 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7b26fd3-9f3f-4582-b10e-55c9b7dcf01f Content-Length: 0 Date: Sun, 12 Aug 2018 16:16:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:16:13,181 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e.json used request id req-b7b26fd3-9f3f-4582-b10e-55c9b7dcf01f 2018-08-12 16:16:13,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31293082237s 2018-08-12 16:16:13,181 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8667495a-b0b6-47ce-bd5d-dae73989a01e.json used request id req-b7b26fd3-9f3f-4582-b10e-55c9b7dcf01f 2018-08-12 16:16:13,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:16:13,182 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:13,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-023e234e-5dc7-402d-b698-a36703c8f6c0 Date: Sun, 12 Aug 2018 16:16:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:15:22Z","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":"67deaf2fbef84d809e9dc9db8891ee1a","id":"756b10ef-9148-460a-be52-0daa5e471fcb","subnetpool_id":null,"name":"vping_userdata-subnet_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:16:13,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-023e234e-5dc7-402d-b698-a36703c8f6c0 2018-08-12 16:16:13,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.304811000824s 2018-08-12 16:16:13,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-023e234e-5dc7-402d-b698-a36703c8f6c0 2018-08-12 16:16:13,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:16:13,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/756b10ef-9148-460a-be52-0daa5e471fcb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:15,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12cc11a8-b643-49e6-abd0-e1e9675e9f84 Date: Sun, 12 Aug 2018 16:16:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:16:15,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/756b10ef-9148-460a-be52-0daa5e471fcb.json used request id req-12cc11a8-b643-49e6-abd0-e1e9675e9f84 2018-08-12 16:16:15,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45534586906s 2018-08-12 16:16:15,944 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/756b10ef-9148-460a-be52-0daa5e471fcb.json used request id req-12cc11a8-b643-49e6-abd0-e1e9675e9f84 2018-08-12 16:16:15,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:16:15,945 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:16,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-9cc20de6-4a45-4126-9b33-012d7f77b9b9 Date: Sun, 12 Aug 2018 16:16: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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","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-12T16:16:15Z","tenant_id":"67deaf2fbef84d809e9dc9db8891ee1a","created_at":"2018-08-12T16:15:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"67deaf2fbef84d809e9dc9db8891ee1a","id":"ab2f2ef4-61f4-4498-8813-0613274ad20d","name":"vping_userdata-net_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}]} 2018-08-12 16:16:16,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9cc20de6-4a45-4126-9b33-012d7f77b9b9 2018-08-12 16:16:16,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109871864319s 2018-08-12 16:16:16,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9cc20de6-4a45-4126-9b33-012d7f77b9b9 2018-08-12 16:16:16,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:16:16,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/ab2f2ef4-61f4-4498-8813-0613274ad20d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:18,172 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1fc4bb90-2654-4d43-a07d-49ff7ff21375 Date: Sun, 12 Aug 2018 16:16:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:16:18,172 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ab2f2ef4-61f4-4498-8813-0613274ad20d.json used request id req-1fc4bb90-2654-4d43-a07d-49ff7ff21375 2018-08-12 16:16:18,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.115680933s 2018-08-12 16:16:18,172 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ab2f2ef4-61f4-4498-8813-0613274ad20d.json used request id req-1fc4bb90-2654-4d43-a07d-49ff7ff21375 2018-08-12 16:16:18,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:16:18,180 - 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}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:18,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-9081282e-9817-4ff3-937f-be629df899a4 Date: Sun, 12 Aug 2018 16:16:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:15:29Z", "file": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/file", "owner": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "77b0c99d-0ccb-4573-8fbd-b752858cf514", "size": 12716032, "self": "/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/77b0c99d-0ccb-4573-8fbd-b752858cf514/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:15:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:16:18,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9081282e-9817-4ff3-937f-be629df899a4 2018-08-12 16:16:18,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0396449565887s 2018-08-12 16:16:18,217 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9081282e-9817-4ff3-937f-be629df899a4 2018-08-12 16:16:18,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:16:18,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e34d063b6e559de693d243bd167cc485dfd4712" 2018-08-12 16:16:19,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe11f4b9-4112-4c30-aca0-d788cd16b164 Date: Sun, 12 Aug 2018 16:16:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 16:16:19,128 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514 used request id req-fe11f4b9-4112-4c30-aca0-d788cd16b164 2018-08-12 16:16:19,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.910135984421s 2018-08-12 16:16:19,128 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/77b0c99d-0ccb-4573-8fbd-b752858cf514 used request id req-fe11f4b9-4112-4c30-aca0-d788cd16b164 2018-08-12 16:16:19,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:16:19,131 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:16:19,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-c6a115da-2f11-4b0c-80d0-b3216c0cb096 x-compute-request-id: req-c6a115da-2f11-4b0c-80d0-b3216c0cb096 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa", "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": "ab9835c6-e2da-45f1-9719-7d197596dafa"}]} 2018-08-12 16:16:19,149 - 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-c6a115da-2f11-4b0c-80d0-b3216c0cb096 2018-08-12 16:16:19,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0204241275787s 2018-08-12 16:16:19,150 - 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-c6a115da-2f11-4b0c-80d0-b3216c0cb096 2018-08-12 16:16:19,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:16:19,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:16:19,181 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:16: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-90f72866-eb35-433c-a490-fa4525b0ed13 x-compute-request-id: req-90f72866-eb35-433c-a490-fa4525b0ed13 Content-Length: 0 Content-Type: application/json 2018-08-12 16:16:19,181 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa used request id req-90f72866-eb35-433c-a490-fa4525b0ed13 2018-08-12 16:16:19,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0310580730438s 2018-08-12 16:16:19,182 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ab9835c6-e2da-45f1-9719-7d197596dafa used request id req-90f72866-eb35-433c-a490-fa4525b0ed13 2018-08-12 16:16:19,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:16:19,186 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:16:19,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90643dab-41ae-45f2-85a3-817b9f28a132 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "links": {"self": "http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1cd3d8bb1913436ea5c81f98f6958533", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:16:19,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-90643dab-41ae-45f2-85a3-817b9f28a132 2018-08-12 16:16:19,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21493601799s 2018-08-12 16:16:19,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-90643dab-41ae-45f2-85a3-817b9f28a132 2018-08-12 16:16:19,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:16:19,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:16:19,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d81908a1-630e-44f6-b4c5-18d46b6476a7 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_b53c73d3-6888-449b-97c9-b21d2bb66fcc", "links": {"self": "http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1cd3d8bb1913436ea5c81f98f6958533", "description": null}} 2018-08-12 16:16:19,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533 used request id req-d81908a1-630e-44f6-b4c5-18d46b6476a7 2018-08-12 16:16:19,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209461927414s 2018-08-12 16:16:19,614 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533 used request id req-d81908a1-630e-44f6-b4c5-18d46b6476a7 2018-08-12 16:16:19,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 16:16:19,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:16:19,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:16:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81934c02-da55-4c8e-bfd7-7721971a3eeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:16:19,998 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533 used request id req-81934c02-da55-4c8e-bfd7-7721971a3eeb 2018-08-12 16:16:19,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.383584976196s 2018-08-12 16:16:19,998 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/1cd3d8bb1913436ea5c81f98f6958533 used request id req-81934c02-da55-4c8e-bfd7-7721971a3eeb 2018-08-12 16:16:20,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:16:20,008 - 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}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:16:20,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2fd012a-85b8-4b64-ad8d-662cb242a928 Content-Encoding: gzip Content-Length: 389 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/67deaf2fbef84d809e9dc9db8891ee1a"}, "tags": [], "enabled": true, "id": "67deaf2fbef84d809e9dc9db8891ee1a", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_b53c73d3-6888-449b-97c9-b21d2bb66fcc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 16:16:20,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e2fd012a-85b8-4b64-ad8d-662cb242a928 2018-08-12 16:16:20,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202838897705s 2018-08-12 16:16:20,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-e2fd012a-85b8-4b64-ad8d-662cb242a928 2018-08-12 16:16:20,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 16:16:20,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/67deaf2fbef84d809e9dc9db8891ee1a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb72996decc5dac51aee3a21a46bdc462ee16459" 2018-08-12 16:16:20,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:16:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eaecee6-fbec-48a7-a670-f682bf911a80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:16:20,474 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/67deaf2fbef84d809e9dc9db8891ee1a used request id req-2eaecee6-fbec-48a7-a670-f682bf911a80 2018-08-12 16:16:20,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.261629104614s 2018-08-12 16:16:20,475 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/67deaf2fbef84d809e9dc9db8891ee1a used request id req-2eaecee6-fbec-48a7-a670-f682bf911a80 2018-08-12 16:16:20,530 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-12 16:16:20,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:16:20,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:16:20,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:16:20,576 - 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-12 16:16:20,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8ae086-06f4-409e-88e9-9a594929dec2 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-12 16:16:20,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9a8ae086-06f4-409e-88e9-9a594929dec2 2018-08-12 16:16:20,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:16:20,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:16:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["REUuzQSnRzyIYNS-akSANA"], "issued_at": "2018-08-12T16:16:20.000000Z"}} 2018-08-12 16:16:20,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:16:20,978 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:21,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-aeb47320-d61c-4f9e-a8d8-58c661e09250 Date: Sun, 12 Aug 2018 16:16:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:16:21,250 - 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-aeb47320-d61c-4f9e-a8d8-58c661e09250 2018-08-12 16:16:21,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272146940231s 2018-08-12 16:16:21,250 - 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-aeb47320-d61c-4f9e-a8d8-58c661e09250 2018-08-12 16:16:21,254 - 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-12 16:16:21,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-611e2b89-6bc3-4770-930f-ee64b63ace56 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-12 16:16:21,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-611e2b89-6bc3-4770-930f-ee64b63ace56 2018-08-12 16:16:21,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:16:21,264 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:21,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-687e1fdc-0d97-42ec-ac8b-dddd322274f2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 16:16:21,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-687e1fdc-0d97-42ec-ac8b-dddd322274f2 2018-08-12 16:16:21,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194133043289s 2018-08-12 16:16:21,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-687e1fdc-0d97-42ec-ac8b-dddd322274f2 2018-08-12 16:16:21,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 16:16:21,465 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}}' 2018-08-12 16:16:21,744 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60f8940a-9ac1-4fad-9394-fc371dd6adf6 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/97115b4656d945f580f9702d6cec4966"}, "tags": [], "enabled": true, "id": "97115b4656d945f580f9702d6cec4966", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}} 2018-08-12 16:16:21,744 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-60f8940a-9ac1-4fad-9394-fc371dd6adf6 2018-08-12 16:16:21,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.282076120377s 2018-08-12 16:16:21,745 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-60f8940a-9ac1-4fad-9394-fc371dd6adf6 2018-08-12 16:16:21,745 - 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'97115b4656d945f580f9702d6cec4966', '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_93418ee4-fcbc-4a56-bd7f-12e4194b6276'}) 2018-08-12 16:16:21,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 16:16:21,755 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d8e698a8-3978-4328-b559-fecc7a4159f4", "email": null, "name": "cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}}' 2018-08-12 16:16:22,264 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 16:16:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eef15f98-3bb5-4026-9d39-7f82c54a031d Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "links": {"self": "http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "493b8206c91649e8b27d90edba691d5f", "domain_id": "default", "password_expires_at": null}} 2018-08-12 16:16:22,264 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-eef15f98-3bb5-4026-9d39-7f82c54a031d 2018-08-12 16:16:22,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.512984037399s 2018-08-12 16:16:22,265 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-eef15f98-3bb5-4026-9d39-7f82c54a031d 2018-08-12 16:16:22,266 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'493b8206c91649e8b27d90edba691d5f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276'}) 2018-08-12 16:16:22,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:16:22,272 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:22,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-047c49cb-81e2-4fbe-be40-6ac05de30d41 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:16:22,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-047c49cb-81e2-4fbe-be40-6ac05de30d41 2018-08-12 16:16:22,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191954135895s 2018-08-12 16:16:22,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-047c49cb-81e2-4fbe-be40-6ac05de30d41 2018-08-12 16:16:22,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:16:22,469 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:22,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f725cd43-1ad7-4820-b0cf-3b292dd9610a Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:16:22,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f725cd43-1ad7-4820-b0cf-3b292dd9610a 2018-08-12 16:16:22,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186766862869s 2018-08-12 16:16:22,653 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f725cd43-1ad7-4820-b0cf-3b292dd9610a 2018-08-12 16:16:22,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:16:22,661 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:22,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd966b5-1cd6-44e4-bbea-c945c9f83e84 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:16:22,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8bd966b5-1cd6-44e4-bbea-c945c9f83e84 2018-08-12 16:16:22,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204682826996s 2018-08-12 16:16:22,863 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8bd966b5-1cd6-44e4-bbea-c945c9f83e84 2018-08-12 16:16:22,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 16:16:22,871 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:23,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5121160-0dc0-402a-97f6-2ae934cd32c5 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-12 16:16:23,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d5121160-0dc0-402a-97f6-2ae934cd32c5 2018-08-12 16:16:23,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196814060211s 2018-08-12 16:16:23,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-d5121160-0dc0-402a-97f6-2ae934cd32c5 2018-08-12 16:16:23,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:16:23,069 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:23,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbed0303-144c-4c28-91ce-1822884febc4 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "links": {"self": "http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "493b8206c91649e8b27d90edba691d5f", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:16:23,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cbed0303-144c-4c28-91ce-1822884febc4 2018-08-12 16:16:23,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.16708278656s 2018-08-12 16:16:23,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cbed0303-144c-4c28-91ce-1822884febc4 2018-08-12 16:16:23,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:16:23,249 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:23,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afa1fccb-a9e9-4d2f-82ea-ccd2a92036e7 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/97115b4656d945f580f9702d6cec4966"}, "tags": [], "enabled": true, "id": "97115b4656d945f580f9702d6cec4966", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-12 16:16:23,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-afa1fccb-a9e9-4d2f-82ea-ccd2a92036e7 2018-08-12 16:16:23,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.115272045135s 2018-08-12 16:16:23,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-afa1fccb-a9e9-4d2f-82ea-ccd2a92036e7 2018-08-12 16:16:23,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 16:16:23,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=493b8206c91649e8b27d90edba691d5f&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=97115b4656d945f580f9702d6cec4966" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:23,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b6c6fec-903f-48dd-9e8b-39f55b281d0f 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=493b8206c91649e8b27d90edba691d5f&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=97115b4656d945f580f9702d6cec4966", "previous": null, "next": null}} 2018-08-12 16:16:23,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=493b8206c91649e8b27d90edba691d5f&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=97115b4656d945f580f9702d6cec4966 used request id req-8b6c6fec-903f-48dd-9e8b-39f55b281d0f 2018-08-12 16:16:23,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.11083483696s 2018-08-12 16:16:23,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=493b8206c91649e8b27d90edba691d5f&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=97115b4656d945f580f9702d6cec4966 used request id req-8b6c6fec-903f-48dd-9e8b-39f55b281d0f 2018-08-12 16:16:23,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 16:16:23,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/97115b4656d945f580f9702d6cec4966/users/493b8206c91649e8b27d90edba691d5f/roles/2227886414cb4d22a8494529517c5128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:16:23,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75c92e17-b485-47de-9eee-cddee8dc580a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:16:23,700 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/97115b4656d945f580f9702d6cec4966/users/493b8206c91649e8b27d90edba691d5f/roles/2227886414cb4d22a8494529517c5128 used request id req-75c92e17-b485-47de-9eee-cddee8dc580a 2018-08-12 16:16:23,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.217092037201s 2018-08-12 16:16:23,701 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/97115b4656d945f580f9702d6cec4966/users/493b8206c91649e8b27d90edba691d5f/roles/2227886414cb4d22a8494529517c5128 used request id req-75c92e17-b485-47de-9eee-cddee8dc580a 2018-08-12 16:16:23,701 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 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'97115b4656d945f580f9702d6cec4966', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd8e698a8-3978-4328-b559-fecc7a4159f4', 'username': u'cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276', '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-12 16:16:23,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:16:23,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:16:23,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:16:23,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:16:23,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:16:23,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:16:23,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:16:23,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:16:23,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:16:23,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:16:23,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:16:23,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:16:23,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:16:23,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:16:23,706 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'password': 'd8e698a8-3978-4328-b559-fecc7a4159f4', 'project_name': 'cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '97115b4656d945f580f9702d6cec4966', 'project_domain_name': 'Default'} 2018-08-12 16:16:23,707 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-12 16:16:23,708 - 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-12 16:16:23,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35206fe4-7c09-4e38-bd89-be36f771913b 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-12 16:16:23,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-35206fe4-7c09-4e38-bd89-be36f771913b 2018-08-12 16:16:23,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:16:24,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T17:16:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97115b4656d945f580f9702d6cec4966", "name": "cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/97115b4656d945f580f9702d6cec4966", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/97115b4656d945f580f9702d6cec4966", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/97115b4656d945f580f9702d6cec4966", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/97115b4656d945f580f9702d6cec4966", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/97115b4656d945f580f9702d6cec4966", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/97115b4656d945f580f9702d6cec4966", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/97115b4656d945f580f9702d6cec4966", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/97115b4656d945f580f9702d6cec4966", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/97115b4656d945f580f9702d6cec4966", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_97115b4656d945f580f9702d6cec4966", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_97115b4656d945f580f9702d6cec4966", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/97115b4656d945f580f9702d6cec4966", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/97115b4656d945f580f9702d6cec4966", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "id": "493b8206c91649e8b27d90edba691d5f"}, "audit_ids": ["nVXCkz42Q5ajOQWW-7C4uQ"], "issued_at": "2018-08-12T16:16:24.000000Z"}} 2018-08-12 16:16:24,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:16:24,120 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"network": {"name": "cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "admin_state_up": true}}' 2018-08-12 16:16:24,929 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-d68ab85b-17d1-47c7-b090-c94bdd82c8b2 Date: Sun, 12 Aug 2018 16:16:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T16:16:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"97115b4656d945f580f9702d6cec4966","id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","name":"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}} 2018-08-12 16:16:24,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d68ab85b-17d1-47c7-b090-c94bdd82c8b2 2018-08-12 16:16:24,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.809548854828s 2018-08-12 16:16:24,930 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d68ab85b-17d1-47c7-b090-c94bdd82c8b2 2018-08-12 16:16:24,930 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:16:24Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'f06f104d-bcdc-4e36-9c46-47d33d051aad', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276', u'admin_state_up': True, u'tenant_id': u'97115b4656d945f580f9702d6cec4966', u'created_at': u'2018-08-12T16:16:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'97115b4656d945f580f9702d6cec4966'}) 2018-08-12 16:16:24,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:16:24,931 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:25,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-dcb849d0-f675-4b06-b9aa-fd38fcb2a2c4 Date: Sun, 12 Aug 2018 16:16: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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","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-12T16:16:24Z","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"97115b4656d945f580f9702d6cec4966","id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","name":"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:16:25,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-dcb849d0-f675-4b06-b9aa-fd38fcb2a2c4 2018-08-12 16:16:25,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369905948639s 2018-08-12 16:16:25,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-dcb849d0-f675-4b06-b9aa-fd38fcb2a2c4 2018-08-12 16:16:25,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:16:25,303 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"subnet": {"name": "cinder_test-subnet_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "enable_dhcp": true, "network_id": "f06f104d-bcdc-4e36-9c46-47d33d051aad", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:16:26,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7968f917-b295-4119-8dbb-b96c393cd100 Date: Sun, 12 Aug 2018 16:16:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:16:25Z","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":"97115b4656d945f580f9702d6cec4966","id":"4ff192e0-348a-46fb-99c0-b585efdb93e2","subnetpool_id":null,"name":"cinder_test-subnet_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}} 2018-08-12 16:16:26,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7968f917-b295-4119-8dbb-b96c393cd100 2018-08-12 16:16:26,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.11213684082s 2018-08-12 16:16:26,415 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7968f917-b295-4119-8dbb-b96c393cd100 2018-08-12 16:16:26,416 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:16:25Z', 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'4ff192e0-348a-46fb-99c0-b585efdb93e2', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_93418ee4-fcbc-4a56-bd7f-12e4194b6276', u'enable_dhcp': True, u'network_id': u'f06f104d-bcdc-4e36-9c46-47d33d051aad', u'tenant_id': u'97115b4656d945f580f9702d6cec4966', u'created_at': u'2018-08-12T16:16:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'97115b4656d945f580f9702d6cec4966'}) 2018-08-12 16:16:26,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:16:26,417 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "cinder_test-router_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "admin_state_up": true}}' 2018-08-12 16:16:28,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8f2b1e13-aaf9-4f4b-85b5-67cbdf30afcc Date: Sun, 12 Aug 2018 16:16:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:26Z", "admin_state_up": true, "updated_at": "2018-08-12T16:16:27Z", "revision_number": 2, "routes": [], "project_id": "97115b4656d945f580f9702d6cec4966", "id": "95683a02-8272-4239-9680-bf6f291e6128", "name": "cinder_test-router_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}} 2018-08-12 16:16:28,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8f2b1e13-aaf9-4f4b-85b5-67cbdf30afcc 2018-08-12 16:16:28,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.59582209587s 2018-08-12 16:16:28,012 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8f2b1e13-aaf9-4f4b-85b5-67cbdf30afcc 2018-08-12 16:16:28,013 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'97115b4656d945f580f9702d6cec4966', u'created_at': u'2018-08-12T16:16:26Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T16:16:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'97115b4656d945f580f9702d6cec4966', u'id': u'95683a02-8272-4239-9680-bf6f291e6128', u'name': u'cinder_test-router_93418ee4-fcbc-4a56-bd7f-12e4194b6276'}) 2018-08-12 16:16:28,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:16:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"subnet_id": "4ff192e0-348a-46fb-99c0-b585efdb93e2"}' 2018-08-12 16:16:30,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-150a3c25-7d5e-48bf-bebb-11aa489efe3d Date: Sun, 12 Aug 2018 16:16:30 GMT RESP BODY: {"network_id": "f06f104d-bcdc-4e36-9c46-47d33d051aad", "tenant_id": "97115b4656d945f580f9702d6cec4966", "subnet_id": "4ff192e0-348a-46fb-99c0-b585efdb93e2", "subnet_ids": ["4ff192e0-348a-46fb-99c0-b585efdb93e2"], "port_id": "d0cc3adb-ae6e-4539-80e4-6f1ba8ddfb51", "id": "95683a02-8272-4239-9680-bf6f291e6128"} 2018-08-12 16:16:30,261 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128/add_router_interface.json used request id req-150a3c25-7d5e-48bf-bebb-11aa489efe3d 2018-08-12 16:16:30,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24750208855s 2018-08-12 16:16:30,261 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128/add_router_interface.json used request id req-150a3c25-7d5e-48bf-bebb-11aa489efe3d returning object 95683a02-8272-4239-9680-bf6f291e6128 2018-08-12 16:16:30,262 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:16:30,394 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:16:30,396 - 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-12 16:16:30,401 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:16:30 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-12 16:16:30,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:16:30,410 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:30,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0063c630-b829-4f6a-8eed-a3107e2e7075 Date: Sun, 12 Aug 2018 16:16:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:16:30,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0063c630-b829-4f6a-8eed-a3107e2e7075 2018-08-12 16:16:30,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308239936829s 2018-08-12 16:16:30,715 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0063c630-b829-4f6a-8eed-a3107e2e7075 2018-08-12 16:16:30,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:16:30,727 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}' 2018-08-12 16:16:31,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/766f42ae-3132-48b8-8025-08c18df3002b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6d01e674-d948-4337-87f5-5adc46f700d3 Date: Sun, 12 Aug 2018 16:16:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:16:31Z", "file": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/file", "owner": "97115b4656d945f580f9702d6cec4966", "id": "766f42ae-3132-48b8-8025-08c18df3002b", "size": null, "self": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b", "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_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "checksum": null, "created_at": "2018-08-12T16:16:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:16:31,553 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6d01e674-d948-4337-87f5-5adc46f700d3 2018-08-12 16:16:31,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.829603910446s 2018-08-12 16:16:31,553 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6d01e674-d948-4337-87f5-5adc46f700d3 returning object 766f42ae-3132-48b8-8025-08c18df3002b 2018-08-12 16:16:31,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:16:31,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '' 2018-08-12 16:16:33,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97452140-16fa-4239-9833-3a3d192cd3b9 Date: Sun, 12 Aug 2018 16:16: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-12 16:16:33,230 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/file used request id req-97452140-16fa-4239-9833-3a3d192cd3b9 2018-08-12 16:16:33,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.67655801773s 2018-08-12 16:16:33,231 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/file used request id req-97452140-16fa-4239-9833-3a3d192cd3b9 2018-08-12 16:16:33,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:16:33,239 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:33,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-afd3c838-79f0-47a3-a554-fe6701a94697 Date: Sun, 12 Aug 2018 16:16:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:16:33Z", "file": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/file", "owner": "97115b4656d945f580f9702d6cec4966", "id": "766f42ae-3132-48b8-8025-08c18df3002b", "size": 12716032, "self": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:16:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:16:33,275 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-afd3c838-79f0-47a3-a554-fe6701a94697 2018-08-12 16:16:33,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.039342880249s 2018-08-12 16:16:33,275 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-afd3c838-79f0-47a3-a554-fe6701a94697 2018-08-12 16:16:33,277 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/file', 'owner': u'97115b4656d945f580f9702d6cec4966', 'id': u'766f42ae-3132-48b8-8025-08c18df3002b', 'size': 12716032, u'self': u'/v2/images/766f42ae-3132-48b8-8025-08c18df3002b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97115b4656d945f580f9702d6cec4966', 'name': 'cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:16:33Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T16:16:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276', '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/766f42ae-3132-48b8-8025-08c18df3002b', 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_93418ee4-fcbc-4a56-bd7f-12e4194b6276', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'created': u'2018-08-12T16:16:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:16:31Z', 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/766f42ae-3132-48b8-8025-08c18df3002b', 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_93418ee4-fcbc-4a56-bd7f-12e4194b6276', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:16:33,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:16:33,280 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:16:33,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-f1240d34-1cb2-4a19-9ed7-e06d93f8d871 x-compute-request-id: req-f1240d34-1cb2-4a19-9ed7-e06d93f8d871 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "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": "c38d19cb-150f-4eda-8397-a4373735da78"}} 2018-08-12 16:16:33,599 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f1240d34-1cb2-4a19-9ed7-e06d93f8d871 2018-08-12 16:16:33,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.320975065231s 2018-08-12 16:16:33,599 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f1240d34-1cb2-4a19-9ed7-e06d93f8d871 2018-08-12 16:16:33,600 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_93418ee4-fcbc-4a56-bd7f-12e4194b6276', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'c38d19cb-150f-4eda-8397-a4373735da78', 'swap': 0}) 2018-08-12 16:16:33,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:16:33,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78/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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" -d '{"extra_specs": {}}' 2018-08-12 16:16:33,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-c63598c1-1660-44ed-9d14-74b76d751c25 x-compute-request-id: req-c63598c1-1660-44ed-9d14-74b76d751c25 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:16:33,621 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78/os-extra_specs used request id req-c63598c1-1660-44ed-9d14-74b76d751c25 2018-08-12 16:16:33,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020653963089s 2018-08-12 16:16:33,622 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78/os-extra_specs used request id req-c63598c1-1660-44ed-9d14-74b76d751c25 2018-08-12 16:16:33,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 16:16:33,625 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"keypair": {"name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}}' 2018-08-12 16:16:34,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-2185cf98-3e28-4089-8e82-a553bd636c9c x-compute-request-id: req-2185cf98-3e28-4089-8e82-a553bd636c9c Content-Encoding: gzip Content-Length: 1798 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpBhrzq+5p7R8XQiUv0FBZm9Mo1qb7aq/q5KsHJL6nKukFSM1sAvxV+lyON/+UDooE75ZxWmhpZIQneSh8W9UZ7cCcX/PsqY9FyqJsaGqgvt/zym82u2MALXlDF3T1ZbmOuXGabUNqBUCqfvN/ULlqScvW0uMqk/5IR57QElwa4F//yKqrNqTLe2hwhG2LD4TWZUDdtt/g2fN308B6GwAt7lZ4qGult6JvN9Uc/J0phV3ptE3nqq8Uvoty5Fzh9HM5tbw212Ta8uxT59KdKkXMJf7YINjAXgxgvQo1azliWZxsLKTQA5cvvIrZFLf2NoM5wnqiX1EvRzDUkl/SDyTd Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA6QYa86vuae0fF0IlL9BQWZvTKNam+2qv6uSrByS+pyrpBUjN\nbAL8Vfpcjjf/lA6KBO+WcVpoaWSEJ3kofFvVGe3AnF/z7KmPRcqibGhqoL7f88pv\nNrtjAC15Qxd09WW5jrlxmm1DagVAqn7zf1C5aknL1tLjKpP+SEee0BJcGuBf/8iq\nqzaky3tocIRtiw+E1mVA3bbf4Nnzd9PAehsALe5WeKhrpbeibzfVHPydKYVd6bRN\n56qvFL6LcuRc4fRzObW8Ntdk2vLsU+fSnSpFzCX+2CDYwF4MYL0KNWs5YlmcbCyk\n0AOXL7yK2RS39jaDOcJ6ol9RL0cw1JJf0g8k3QIDAQABAoIBAGQt4sJlZR8W+SnX\nnwMaTKDpk/NXrPwjlrOmUTzF+E0H7pv9+4p3EiKoesgNnQv64C1VD1l2I7NDqmkJ\n9nTYShpWk1rnCYfyMY0wm3l9vnGS/dbibcOa9enqotpMKFUjwY1xfjyEwtm+nllu\nMKLIgp4GUeLuUQlKDKToXYdYjU5j2/w2Yh4aCmH2+edHyzUEZhaxcXlDZ9Ym3CyC\nbNq5KzFfq5IEd1S0FNTaT3JZAt19RcXUZ+vl/RkzEdTKh0NPdqai+G/uFThEFQHf\nf10hG9esMbkn3CZdrU/dZiQzwvja157LJE/5+IPmPcJGX7ZYm0cM5nADJ9aSKXsL\nlGRHP8ECgYEA9xfIdpmR1gLP6as43kr62dyhs3BZzrX+uq0KIax8yy33RPVQmH5g\nbh+VtF9yo2rubFlTIG1Oo7Gmr85epEAZClnusblsDCqT7FUqo6UXsNYDnQBz3qEB\nx/KiG/2I5LQddqvdbsCeCQckVDgwyCN+mwWppLgb+Zl7+z0IV4v05DECgYEA8Wx9\nkeoeMXe1szaQmaWAxeDvl1MYyMqzg0RtKpBSutUuGBpxrjxFbVhM1ZC7PQENj1MQ\nr7lYUbh7iCk/ldoszZL59WlAqvXLhYGVOIWaHCVfWJuciZ3isIWrAh7TWvi+Dkav\neiQXmfi9j2wEcBNV6s4j/3m+r9cx/+Qyo3cWvG0CgYEAvddX/Ucf9P1UIIOcva19\n7cTFt8eqOFc7ztED57tOZgx63lBcC82M6Q77RgnPWh7d8ADxDQjuUnY7SveTXz6f\n/oP6EDIWAYL1A66rg+9jtEm5nPasD3BEngqc4kR42L5JpNOG3YC/6s/B6bMCR8J9\nkz1WiWeqlqqFxxGtRxYQoQECgYBOoGbE/tqWgcZLd5ngcGZgC8H8JrQLsPiF5+Ml\n2ZsX/hXlA7fCZx61XeyoIVrZo14nL4ZftJ1vAAY7cjOjOksdKKD/rCfDhgmikXFn\n1xs5z3IeCZARwbnyg5YOOrvbBOfg/mRoAxksrDYQX72SQrnYnwpaSewwmIVQMaHM\nWxysgQKBgC9V0zZngJDb2kk8sbTgzD036UI4kskhje4cVP+FzygqGZnQ6qTqS4i9\neWsFtQkxltus8R+6eby9714n5U8X/I3CSzGbC6ramlRJA9xbk3H1bdrnkZSnDpVy\nk/J0kEz1Aq4n8Nq8HOAX32cWGzn7T7KoKhSpVylLbzGRemeKTm8c\n-----END RSA PRIVATE KEY-----\n", "user_id": "493b8206c91649e8b27d90edba691d5f", "name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "fingerprint": "33:d9:0b:c5:10:a8:4a:c6:b2:d8:b5:4a:a1:65:58:1b"}} 2018-08-12 16:16:34,131 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2185cf98-3e28-4089-8e82-a553bd636c9c 2018-08-12 16:16:34,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.509222984314s 2018-08-12 16:16:34,132 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2185cf98-3e28-4089-8e82-a553bd636c9c 2018-08-12 16:16:34,133 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpBhrzq+5p7R8XQiUv0FBZm9Mo1qb7aq/q5KsHJL6nKukFSM1sAvxV+lyON/+UDooE75ZxWmhpZIQneSh8W9UZ7cCcX/PsqY9FyqJsaGqgvt/zym82u2MALXlDF3T1ZbmOuXGabUNqBUCqfvN/ULlqScvW0uMqk/5IR57QElwa4F//yKqrNqTLe2hwhG2LD4TWZUDdtt/g2fN308B6GwAt7lZ4qGult6JvN9Uc/J0phV3ptE3nqq8Uvoty5Fzh9HM5tbw212Ta8uxT59KdKkXMJf7YINjAXgxgvQo1azliWZxsLKTQA5cvvIrZFLf2NoM5wnqiX1EvRzDUkl/SDyTd Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA6QYa86vuae0fF0IlL9BQWZvTKNam+2qv6uSrByS+pyrpBUjN\nbAL8Vfpcjjf/lA6KBO+WcVpoaWSEJ3kofFvVGe3AnF/z7KmPRcqibGhqoL7f88pv\nNrtjAC15Qxd09WW5jrlxmm1DagVAqn7zf1C5aknL1tLjKpP+SEee0BJcGuBf/8iq\nqzaky3tocIRtiw+E1mVA3bbf4Nnzd9PAehsALe5WeKhrpbeibzfVHPydKYVd6bRN\n56qvFL6LcuRc4fRzObW8Ntdk2vLsU+fSnSpFzCX+2CDYwF4MYL0KNWs5YlmcbCyk\n0AOXL7yK2RS39jaDOcJ6ol9RL0cw1JJf0g8k3QIDAQABAoIBAGQt4sJlZR8W+SnX\nnwMaTKDpk/NXrPwjlrOmUTzF+E0H7pv9+4p3EiKoesgNnQv64C1VD1l2I7NDqmkJ\n9nTYShpWk1rnCYfyMY0wm3l9vnGS/dbibcOa9enqotpMKFUjwY1xfjyEwtm+nllu\nMKLIgp4GUeLuUQlKDKToXYdYjU5j2/w2Yh4aCmH2+edHyzUEZhaxcXlDZ9Ym3CyC\nbNq5KzFfq5IEd1S0FNTaT3JZAt19RcXUZ+vl/RkzEdTKh0NPdqai+G/uFThEFQHf\nf10hG9esMbkn3CZdrU/dZiQzwvja157LJE/5+IPmPcJGX7ZYm0cM5nADJ9aSKXsL\nlGRHP8ECgYEA9xfIdpmR1gLP6as43kr62dyhs3BZzrX+uq0KIax8yy33RPVQmH5g\nbh+VtF9yo2rubFlTIG1Oo7Gmr85epEAZClnusblsDCqT7FUqo6UXsNYDnQBz3qEB\nx/KiG/2I5LQddqvdbsCeCQckVDgwyCN+mwWppLgb+Zl7+z0IV4v05DECgYEA8Wx9\nkeoeMXe1szaQmaWAxeDvl1MYyMqzg0RtKpBSutUuGBpxrjxFbVhM1ZC7PQENj1MQ\nr7lYUbh7iCk/ldoszZL59WlAqvXLhYGVOIWaHCVfWJuciZ3isIWrAh7TWvi+Dkav\neiQXmfi9j2wEcBNV6s4j/3m+r9cx/+Qyo3cWvG0CgYEAvddX/Ucf9P1UIIOcva19\n7cTFt8eqOFc7ztED57tOZgx63lBcC82M6Q77RgnPWh7d8ADxDQjuUnY7SveTXz6f\n/oP6EDIWAYL1A66rg+9jtEm5nPasD3BEngqc4kR42L5JpNOG3YC/6s/B6bMCR8J9\nkz1WiWeqlqqFxxGtRxYQoQECgYBOoGbE/tqWgcZLd5ngcGZgC8H8JrQLsPiF5+Ml\n2ZsX/hXlA7fCZx61XeyoIVrZo14nL4ZftJ1vAAY7cjOjOksdKKD/rCfDhgmikXFn\n1xs5z3IeCZARwbnyg5YOOrvbBOfg/mRoAxksrDYQX72SQrnYnwpaSewwmIVQMaHM\nWxysgQKBgC9V0zZngJDb2kk8sbTgzD036UI4kskhje4cVP+FzygqGZnQ6qTqS4i9\neWsFtQkxltus8R+6eby9714n5U8X/I3CSzGbC6ramlRJA9xbk3H1bdrnkZSnDpVy\nk/J0kEz1Aq4n8Nq8HOAX32cWGzn7T7KoKhSpVylLbzGRemeKTm8c\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'493b8206c91649e8b27d90edba691d5f', 'name': u'cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'created_at': '2018-08-12T16:16:34.133041', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97115b4656d945f580f9702d6cec4966', 'name': 'cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'33:d9:0b:c5:10:a8:4a:c6:b2:d8:b5:4a:a1:65:58:1b', 'type': 'ssh', 'id': u'cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276'}) 2018-08-12 16:16:34,133 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA6QYa86vuae0fF0IlL9BQWZvTKNam+2qv6uSrByS+pyrpBUjN bAL8Vfpcjjf/lA6KBO+WcVpoaWSEJ3kofFvVGe3AnF/z7KmPRcqibGhqoL7f88pv NrtjAC15Qxd09WW5jrlxmm1DagVAqn7zf1C5aknL1tLjKpP+SEee0BJcGuBf/8iq qzaky3tocIRtiw+E1mVA3bbf4Nnzd9PAehsALe5WeKhrpbeibzfVHPydKYVd6bRN 56qvFL6LcuRc4fRzObW8Ntdk2vLsU+fSnSpFzCX+2CDYwF4MYL0KNWs5YlmcbCyk 0AOXL7yK2RS39jaDOcJ6ol9RL0cw1JJf0g8k3QIDAQABAoIBAGQt4sJlZR8W+SnX nwMaTKDpk/NXrPwjlrOmUTzF+E0H7pv9+4p3EiKoesgNnQv64C1VD1l2I7NDqmkJ 9nTYShpWk1rnCYfyMY0wm3l9vnGS/dbibcOa9enqotpMKFUjwY1xfjyEwtm+nllu MKLIgp4GUeLuUQlKDKToXYdYjU5j2/w2Yh4aCmH2+edHyzUEZhaxcXlDZ9Ym3CyC bNq5KzFfq5IEd1S0FNTaT3JZAt19RcXUZ+vl/RkzEdTKh0NPdqai+G/uFThEFQHf f10hG9esMbkn3CZdrU/dZiQzwvja157LJE/5+IPmPcJGX7ZYm0cM5nADJ9aSKXsL lGRHP8ECgYEA9xfIdpmR1gLP6as43kr62dyhs3BZzrX+uq0KIax8yy33RPVQmH5g bh+VtF9yo2rubFlTIG1Oo7Gmr85epEAZClnusblsDCqT7FUqo6UXsNYDnQBz3qEB x/KiG/2I5LQddqvdbsCeCQckVDgwyCN+mwWppLgb+Zl7+z0IV4v05DECgYEA8Wx9 keoeMXe1szaQmaWAxeDvl1MYyMqzg0RtKpBSutUuGBpxrjxFbVhM1ZC7PQENj1MQ r7lYUbh7iCk/ldoszZL59WlAqvXLhYGVOIWaHCVfWJuciZ3isIWrAh7TWvi+Dkav eiQXmfi9j2wEcBNV6s4j/3m+r9cx/+Qyo3cWvG0CgYEAvddX/Ucf9P1UIIOcva19 7cTFt8eqOFc7ztED57tOZgx63lBcC82M6Q77RgnPWh7d8ADxDQjuUnY7SveTXz6f /oP6EDIWAYL1A66rg+9jtEm5nPasD3BEngqc4kR42L5JpNOG3YC/6s/B6bMCR8J9 kz1WiWeqlqqFxxGtRxYQoQECgYBOoGbE/tqWgcZLd5ngcGZgC8H8JrQLsPiF5+Ml 2ZsX/hXlA7fCZx61XeyoIVrZo14nL4ZftJ1vAAY7cjOjOksdKKD/rCfDhgmikXFn 1xs5z3IeCZARwbnyg5YOOrvbBOfg/mRoAxksrDYQX72SQrnYnwpaSewwmIVQMaHM WxysgQKBgC9V0zZngJDb2kk8sbTgzD036UI4kskhje4cVP+FzygqGZnQ6qTqS4i9 eWsFtQkxltus8R+6eby9714n5U8X/I3CSzGbC6ramlRJA9xbk3H1bdrnkZSnDpVy k/J0kEz1Aq4n8Nq8HOAX32cWGzn7T7KoKhSpVylLbzGRemeKTm8c -----END RSA PRIVATE KEY----- 2018-08-12 16:16:34,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 16:16:34,137 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"security_group": {"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-12 16:16:34,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-fefbb790-089c-41fa-bcad-93e058c54099 Date: Sun, 12 Aug 2018 16:16:34 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:34Z", "updated_at": "2018-08-12T16:16:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:34Z", "revision_number": 0, "id": "be21d7f6-4bba-437e-b818-b29e2d956186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:34Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:34Z", "revision_number": 0, "id": "ea3c0162-7328-45fb-9d78-bd3a632e9281", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:34Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}} 2018-08-12 16:16:34,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-fefbb790-089c-41fa-bcad-93e058c54099 2018-08-12 16:16:34,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.452841043472s 2018-08-12 16:16:34,589 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-fefbb790-089c-41fa-bcad-93e058c54099 2018-08-12 16:16:34,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:16:34,593 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:34,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-29191878-c0c1-4a15-9b0b-fe566a08cd44 Date: Sun, 12 Aug 2018 16:16:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:34Z", "updated_at": "2018-08-12T16:16:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:34Z", "revision_number": 0, "id": "be21d7f6-4bba-437e-b818-b29e2d956186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:34Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:34Z", "revision_number": 0, "id": "ea3c0162-7328-45fb-9d78-bd3a632e9281", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:34Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 16:16:34,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-29191878-c0c1-4a15-9b0b-fe566a08cd44 2018-08-12 16:16:34,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.313570022583s 2018-08-12 16:16:34,907 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-29191878-c0c1-4a15-9b0b-fe566a08cd44 2018-08-12 16:16:34,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 16:16:34,912 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -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": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2"}}' 2018-08-12 16:16:35,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-aec51bd7-370b-4ed1-8031-88f3045ab727 Date: Sun, 12 Aug 2018 16:16:35 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-12T16:16:35Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "port_range_min": 22, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:35Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "38d990aa-104a-4964-9813-115425a6a739"}} 2018-08-12 16:16:35,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-aec51bd7-370b-4ed1-8031-88f3045ab727 2018-08-12 16:16:35,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.442350149155s 2018-08-12 16:16:35,354 - 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-aec51bd7-370b-4ed1-8031-88f3045ab727 2018-08-12 16:16:35,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:16:35,358 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:35,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-d61f3620-960f-4e51-a99a-91f52d01288a Date: Sun, 12 Aug 2018 16:16:35 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:34Z", "updated_at": "2018-08-12T16:16:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T16:16:35Z", "revision_number": 0, "id": "38d990aa-104a-4964-9813-115425a6a739", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:35Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": 22, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:34Z", "revision_number": 0, "id": "be21d7f6-4bba-437e-b818-b29e2d956186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:34Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:34Z", "revision_number": 0, "id": "ea3c0162-7328-45fb-9d78-bd3a632e9281", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:34Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 2, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 16:16:35,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d61f3620-960f-4e51-a99a-91f52d01288a 2018-08-12 16:16:35,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0690200328827s 2018-08-12 16:16:35,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d61f3620-960f-4e51-a99a-91f52d01288a 2018-08-12 16:16:35,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 16:16:35,431 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -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": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2"}}' 2018-08-12 16:16:35,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7d5b0c17-e70c-4e98-9e27-c1862538c616 Date: Sun, 12 Aug 2018 16:16:35 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-12T16:16:35Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:35Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "8eb9ac6f-67d4-4f5a-8f76-dbe19bf48739"}} 2018-08-12 16:16:35,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-7d5b0c17-e70c-4e98-9e27-c1862538c616 2018-08-12 16:16:35,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.446411132812s 2018-08-12 16:16:35,878 - 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-7d5b0c17-e70c-4e98-9e27-c1862538c616 2018-08-12 16:16:35,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:16:35,879 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:36,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5b64b52e-17c3-481f-a306-2cefe72278e3 Date: Sun, 12 Aug 2018 16:16:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ff192e0-348a-46fb-99c0-b585efdb93e2"],"updated_at":"2018-08-12T16:16:25Z","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"97115b4656d945f580f9702d6cec4966","id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","name":"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:16:36,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5b64b52e-17c3-481f-a306-2cefe72278e3 2018-08-12 16:16:36,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.53160405159s 2018-08-12 16:16:36,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5b64b52e-17c3-481f-a306-2cefe72278e3 2018-08-12 16:16:36,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:16:36,420 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:36,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-75599968-9e77-4089-89ea-4d23248ce0fd Date: Sun, 12 Aug 2018 16:16:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:16:33Z", "file": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/file", "owner": "97115b4656d945f580f9702d6cec4966", "id": "766f42ae-3132-48b8-8025-08c18df3002b", "size": 12716032, "self": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:16:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:16:36,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-75599968-9e77-4089-89ea-4d23248ce0fd 2018-08-12 16:16:36,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283976793289s 2018-08-12 16:16:36,700 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-75599968-9e77-4089-89ea-4d23248ce0fd 2018-08-12 16:16:36,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:16:36,705 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:36,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-a6d67443-65fa-4ef0-95eb-ed2da099eab8 x-compute-request-id: req-a6d67443-65fa-4ef0-95eb-ed2da099eab8 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "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": "c38d19cb-150f-4eda-8397-a4373735da78"}]} 2018-08-12 16:16:36,727 - 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-a6d67443-65fa-4ef0-95eb-ed2da099eab8 2018-08-12 16:16:36,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0253200531006s 2018-08-12 16:16:36,728 - 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-a6d67443-65fa-4ef0-95eb-ed2da099eab8 2018-08-12 16:16:36,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 16:16:36,732 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"server": {"name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "imageRef": "766f42ae-3132-48b8-8025-08c18df3002b", "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "flavorRef": "c38d19cb-150f-4eda-8397-a4373735da78", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f06f104d-bcdc-4e36-9c46-47d33d051aad"}], "security_groups": [{"name": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2"}]}}' 2018-08-12 16:16:42,586 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:16: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-ec0b46a6-d2ec-4558-81d5-a46725d83f49 x-compute-request-id: req-ec0b46a6-d2ec-4558-81d5-a46725d83f49 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2"}], "OS-DCF:diskConfig": "MANUAL", "id": "82978cbe-603f-4b17-9333-22fb05833baf", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "adminPass": "EVYX5ExL8GdX"}} 2018-08-12 16:16:42,586 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ec0b46a6-d2ec-4558-81d5-a46725d83f49 2018-08-12 16:16:42,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.85689210892s 2018-08-12 16:16:42,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ec0b46a6-d2ec-4558-81d5-a46725d83f49 2018-08-12 16:16:42,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:42,590 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:43,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-169e6732-f405-4e97-9dd1-0dfdf2757cc2 x-compute-request-id: req-169e6732-f405-4e97-9dd1-0dfdf2757cc2 Content-Encoding: gzip Content-Length: 605 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/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "user_id": "493b8206c91649e8b27d90edba691d5f", "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-12T16:16:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:43,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-169e6732-f405-4e97-9dd1-0dfdf2757cc2 2018-08-12 16:16:43,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541240215302s 2018-08-12 16:16:43,129 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-169e6732-f405-4e97-9dd1-0dfdf2757cc2 2018-08-12 16:16:43,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:16:43,137 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:43,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-e145882c-fc20-4954-a64a-1e97e0b2a896 Date: Sun, 12 Aug 2018 16:16:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ff192e0-348a-46fb-99c0-b585efdb93e2"],"updated_at":"2018-08-12T16:16:25Z","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"97115b4656d945f580f9702d6cec4966","id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","name":"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:16:43,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e145882c-fc20-4954-a64a-1e97e0b2a896 2018-08-12 16:16:43,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.49282002449s 2018-08-12 16:16:43,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e145882c-fc20-4954-a64a-1e97e0b2a896 2018-08-12 16:16:43,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:16:43,631 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:43,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f86159cc-73ba-4267-817e-856fff068a82 Date: Sun, 12 Aug 2018 16:16:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:16:25Z","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":"97115b4656d945f580f9702d6cec4966","id":"4ff192e0-348a-46fb-99c0-b585efdb93e2","subnetpool_id":null,"name":"cinder_test-subnet_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:16:43,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f86159cc-73ba-4267-817e-856fff068a82 2018-08-12 16:16:43,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308975934982s 2018-08-12 16:16:43,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f86159cc-73ba-4267-817e-856fff068a82 2018-08-12 16:16:43,940 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:16:45,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:45,947 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:46,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-2a524b7b-a57d-4264-b5cb-3078543829a4 x-compute-request-id: req-2a524b7b-a57d-4264-b5cb-3078543829a4 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:16:45Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:46,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2a524b7b-a57d-4264-b5cb-3078543829a4 2018-08-12 16:16:46,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404508829117s 2018-08-12 16:16:46,348 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2a524b7b-a57d-4264-b5cb-3078543829a4 2018-08-12 16:16:46,352 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:16:48,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:48,358 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:49,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-490b2922-028e-477c-8069-e31063d0832a x-compute-request-id: req-490b2922-028e-477c-8069-e31063d0832a Content-Encoding: gzip Content-Length: 671 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/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:16:46Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:49,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-490b2922-028e-477c-8069-e31063d0832a 2018-08-12 16:16:49,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.48261713982s 2018-08-12 16:16:49,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-490b2922-028e-477c-8069-e31063d0832a 2018-08-12 16:16:49,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:16:51,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:51,848 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:52,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-e243d0fd-eccb-4737-88fc-19b0147d90e8 x-compute-request-id: req-e243d0fd-eccb-4737-88fc-19b0147d90e8 Content-Encoding: gzip Content-Length: 671 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/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:16:46Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:52,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e243d0fd-eccb-4737-88fc-19b0147d90e8 2018-08-12 16:16:52,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691048145294s 2018-08-12 16:16:52,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e243d0fd-eccb-4737-88fc-19b0147d90e8 2018-08-12 16:16:52,540 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:16:54,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:16:54,546 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:55,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-c62bcfbf-2e43-463f-bb64-ac0330aaec2c x-compute-request-id: req-c62bcfbf-2e43-463f-bb64-ac0330aaec2c Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:16:52.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:16:52Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:16:55,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c62bcfbf-2e43-463f-bb64-ac0330aaec2c 2018-08-12 16:16:55,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.28062105179s 2018-08-12 16:16:55,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c62bcfbf-2e43-463f-bb64-ac0330aaec2c 2018-08-12 16:16:55,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:16:55,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=82978cbe-603f-4b17-9333-22fb05833baf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:55,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-056b1057-d1a6-4d42-b6ee-9284d4442cbb Date: Sun, 12 Aug 2018 16:16:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:47Z","admin_state_up":true,"updated_at":"2018-08-12T16:16:52Z","binding:vnic_type":"normal","device_id":"82978cbe-603f-4b17-9333-22fb05833baf","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c6:1f:f4","id":"69f318d5-4106-481f-a5c6-69d8d0265755","port_security_enabled":true,"project_id":"97115b4656d945f580f9702d6cec4966","fixed_ips":[{"subnet_id":"4ff192e0-348a-46fb-99c0-b585efdb93e2","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["99810ac8-614f-41ab-9fc3-aea34cfe0ec2"],"name":""}]} 2018-08-12 16:16:55,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=82978cbe-603f-4b17-9333-22fb05833baf used request id req-056b1057-d1a6-4d42-b6ee-9284d4442cbb 2018-08-12 16:16:55,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0515658855438s 2018-08-12 16:16:55,881 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=82978cbe-603f-4b17-9333-22fb05833baf used request id req-056b1057-d1a6-4d42-b6ee-9284d4442cbb 2018-08-12 16:16:55,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:16:55,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=69f318d5-4106-481f-a5c6-69d8d0265755" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:55,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d4c98ff4-82c3-4d92-b054-94b5b906ae60 Date: Sun, 12 Aug 2018 16:16:55 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:16:55,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=69f318d5-4106-481f-a5c6-69d8d0265755 used request id req-d4c98ff4-82c3-4d92-b054-94b5b906ae60 2018-08-12 16:16:55,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0467369556427s 2018-08-12 16:16:55,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=69f318d5-4106-481f-a5c6-69d8d0265755 used request id req-d4c98ff4-82c3-4d92-b054-94b5b906ae60 2018-08-12 16:16:55,934 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c6:1f:f4', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'766f42ae-3132-48b8-8025-08c18df3002b'}), 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-12T16:16:52.000000', 'flavor': Munch({u'id': u'c38d19cb-150f-4eda-8397-a4373735da78'}), 'az': u'nova', 'id': u'82978cbe-603f-4b17-9333-22fb05833baf', 'security_groups': [Munch({u'name': u'cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'493b8206c91649e8b27d90edba691d5f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97115b4656d945f580f9702d6cec4966', 'name': 'cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276', '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-12T16:16:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T16:16:52Z', 'hostId': u'9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d', '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-12T16:16:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'97115b4656d945f580f9702d6cec4966', 'name': u'cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'adminPass': u'EVYX5ExL8GdX', 'tenant_id': u'97115b4656d945f580f9702d6cec4966', 'created_at': u'2018-08-12T16:16:42Z', 'created': u'2018-08-12T16:16:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 16:16:55,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:16:55,938 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:56,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-470408da-c3db-4584-80db-a3a8008bdac5 Date: Sun, 12 Aug 2018 16:16: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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ff192e0-348a-46fb-99c0-b585efdb93e2"],"updated_at":"2018-08-12T16:16:25Z","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"97115b4656d945f580f9702d6cec4966","id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","name":"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:16:56,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-470408da-c3db-4584-80db-a3a8008bdac5 2018-08-12 16:16:56,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100831031799s 2018-08-12 16:16:56,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-470408da-c3db-4584-80db-a3a8008bdac5 2018-08-12 16:16:56,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:16:56,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=82978cbe-603f-4b17-9333-22fb05833baf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:56,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bc0df600-fb9d-4cdf-9837-5817e8f30993 Date: Sun, 12 Aug 2018 16:16:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:47Z","admin_state_up":true,"updated_at":"2018-08-12T16:16:52Z","binding:vnic_type":"normal","device_id":"82978cbe-603f-4b17-9333-22fb05833baf","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c6:1f:f4","id":"69f318d5-4106-481f-a5c6-69d8d0265755","port_security_enabled":true,"project_id":"97115b4656d945f580f9702d6cec4966","fixed_ips":[{"subnet_id":"4ff192e0-348a-46fb-99c0-b585efdb93e2","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["99810ac8-614f-41ab-9fc3-aea34cfe0ec2"],"name":""}]} 2018-08-12 16:16:56,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=82978cbe-603f-4b17-9333-22fb05833baf used request id req-bc0df600-fb9d-4cdf-9837-5817e8f30993 2018-08-12 16:16:56,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.23073387146s 2018-08-12 16:16:56,271 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=82978cbe-603f-4b17-9333-22fb05833baf used request id req-bc0df600-fb9d-4cdf-9837-5817e8f30993 2018-08-12 16:16:56,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 16:16:56,272 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.8", "port_id": "69f318d5-4106-481f-a5c6-69d8d0265755"}}' 2018-08-12 16:16:58,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-5c3061b0-88cf-4e77-b4f7-34452b19a87e Date: Sun, 12 Aug 2018 16:16:58 GMT RESP BODY: {"floatingip": {"router_id": "95683a02-8272-4239-9680-bf6f291e6128", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:16:57Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "69f318d5-4106-481f-a5c6-69d8d0265755", "id": "337caecb-3238-497e-803a-d266cdb5e70b", "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:57Z", "project_id": "97115b4656d945f580f9702d6cec4966"}} 2018-08-12 16:16:58,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-5c3061b0-88cf-4e77-b4f7-34452b19a87e 2018-08-12 16:16:58,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.16959810257s 2018-08-12 16:16:58,442 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-5c3061b0-88cf-4e77-b4f7-34452b19a87e 2018-08-12 16:16:58,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:16:58,453 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:16:58,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-2650b88a-c6b6-4e3a-94fc-845f4f659e07 Date: Sun, 12 Aug 2018 16:16:58 GMT RESP BODY: {"floatingips": [{"router_id": "95683a02-8272-4239-9680-bf6f291e6128", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:16:57Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "69f318d5-4106-481f-a5c6-69d8d0265755", "id": "337caecb-3238-497e-803a-d266cdb5e70b", "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:57Z", "project_id": "97115b4656d945f580f9702d6cec4966"}]} 2018-08-12 16:16:58,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2650b88a-c6b6-4e3a-94fc-845f4f659e07 2018-08-12 16:16:58,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0653648376465s 2018-08-12 16:16:58,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2650b88a-c6b6-4e3a-94fc-845f4f659e07 2018-08-12 16:16:58,522 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'95683a02-8272-4239-9680-bf6f291e6128', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'97115b4656d945f580f9702d6cec4966', 'created_at': u'2018-08-12T16:16:57Z', 'attached': True, 'updated_at': u'2018-08-12T16:16:57Z', 'id': u'337caecb-3238-497e-803a-d266cdb5e70b', 'floating_network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97115b4656d945f580f9702d6cec4966', 'name': 'cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'95683a02-8272-4239-9680-bf6f291e6128', 'project_id': u'97115b4656d945f580f9702d6cec4966', 'port_id': u'69f318d5-4106-481f-a5c6-69d8d0265755', 'port': u'69f318d5-4106-481f-a5c6-69d8d0265755', 'network': u'9080dbfe-670a-4248-8c56-0897f69dc41e'}) 2018-08-12 16:16:58,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 16:16:58,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 16:16:58,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:16: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-bc9527af-22ad-4c92-88d7-1faef12dfabc x-compute-request-id: req-bc9527af-22ad-4c92-88d7-1faef12dfabc Content-Encoding: gzip Content-Length: 9604 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 454096307 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.147231] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148924] pid_max: default: 32768 minimum: 301\n[ 0.149838] ACPI: Core revision 20150930\n[ 0.151241] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152575] Security Framework initialized\n[ 0.153410] Yama: becoming mindful.\n[ 0.154155] AppArmor: AppArmor initialized\n[ 0.155033] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156401] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158935] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160374] Initializing cgroup subsys io\n[ 0.161205] Initializing cgroup subsys memory\n[ 0.162077] Initializing cgroup subsys devices\n[ 0.162971] Initializing cgroup subsys freezer\n[ 0.163863] Initializing cgroup subsys net_cls\n[ 0.164751] Initializing cgroup subsys perf_event\n[ 0.165679] Initializing cgroup subsys net_prio\n[ 0.166593] Initializing cgroup subsys hugetlb\n[ 0.167485] Initializing cgroup subsys pids\n[ 0.168367] CPU: Physical Processor ID: 0\n[ 0.169866] mce: CPU supports 10 MCE banks\n[ 0.170738] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193637] ftrace: allocating 31920 entries in 125 pages\n[ 0.218653] smpboot: Max logical packages: 1\n[ 0.219541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220910] x2apic enabled\n[ 0.221727] Switched APIC routing to physical x2apic.\n[ 0.223485] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224630] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226667] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228491] KVM setup paravirtual spinlock\n[ 0.229804] x86: Booted up 1 node, 1 CPUs\n[ 0.230639] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232055] devtmpfs: initialized\n[ 0.233788] evm: security.selinux\n[ 0.234515] evm: security.SMACK64\n[ 0.235221] evm: security.SMACK64EXEC\n[ 0.235977] evm: security.SMACK64TRANSMUTE\n[ 0.236799] evm: security.SMACK64MMAP\n[ 0.237562] evm: security.ima\n[ 0.238217] evm: security.capability\n[ 0.239033] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240930] pinctrl core: initialized pinctrl subsystem\n[ 0.242054] RTC time: 16:16:52, date: 08/12/18\n[ 0.243042] NET: Registered protocol family 16\n[ 0.244057] cpuidle: using governor ladder\n[ 0.244894] cpuidle: using governor menu\n[ 0.245696] PCCT header not found.\n[ 0.246471] ACPI: bus type PCI registered\n[ 0.247292] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248565] PCI: Using configuration type 1 for base access\n[ 0.250356] ACPI: Added _OSI(Module Device)\n[ 0.251218] ACPI: Added _OSI(Processor Device)\n[ 0.252095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253036] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254815] ACPI: Interpreter enabled\n[ 0.255606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257489] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263135] ACPI: (supports S0 S5)\n[ 0.263855] ACPI: Using IOAPIC for interrupt routing\n[ 0.264830] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267967] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269137] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270392] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271619] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273889] acpiphp: Slot [3] registered\n[ 0.274710] acpiphp: Slot [4] registered\n[ 0.275535] acpiphp: Slot [5] registered\n[ 0.276354] acpiphp: Slot [6] registered\n[ 0.277167] acpiphp: Slot [7] registered\n[ 0.277985] acpiphp: Slot [8] registered\n[ 0.278805] acpiphp: Slot [9] registered\n[ 0.279631] acpiphp: Slot [10] registered\n[ 0.280461] acpiphp: Slot [11] registered\n[ 0.281290] acpiphp: Slot [12] registered\n[ 0.282121] acpiphp: Slot [13] registered\n[ 0.282951] acpiphp: Slot [14] registered\n[ 0.283781] acpiphp: Slot [15] registered\n[ 0.294727] acpiphp: Slot [16] registered\n[ 0.295571] acpiphp: Slot [17] registered\n[ 0.296405] acpiphp: Slot [18] registered\n[ 0.297231] acpiphp: Slot [19] registered\n[ 0.298054] acpiphp: Slot [20] registered\n[ 0.298890] acpiphp: Slot [21] registered\n[ 0.299723] acpiphp: Slot [22] registered\n[ 0.300554] acpiphp: Slot [23] registered\n[ 0.301381] acpiphp: Slot [24] registered\n[ 0.302211] acpiphp: Slot [25] registered\n[ 0.303038] acpiphp: Slot [26] registered\n[ 0.303873] acpiphp: Slot [27] registered\n[ 0.304711] acpiphp: Slot [28] registered\n[ 0.305629] acpiphp: Slot [29] registered\n[ 0.306460] acpiphp: Slot [30] registered\n[ 0.307292] acpiphp: Slot [31] registered\n[ 0.308114] PCI host bridge to bus 0000:00\n[ 0.308941] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310184] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314384] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315885] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319206] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320509] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321719] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323017] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328353] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347954] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.350296] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351740] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355886] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357210] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359856] vgaarb: loaded\n[ 0.360472] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361725] SCSI subsystem initialized\n[ 0.362652] ACPI: bus type USB registered\n[ 0.363498] usbcore: registered new interface driver usbfs\n[ 0.364553] usbcore: registered new interface driver hub\n[ 0.365578] usbcore: registered new device driver usb\n[ 0.366700] PCI: Using ACPI for IRQ routing\n[ 0.367826] NetLabel: Initializing\n[ 0.368562] NetLabel: domain hash size = 128\n[ 0.369429] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370401] NetLabel: unlabeled traffic allowed by default\n[ 0.371589] clocksource: Switched to clocksource kvm-clock\n[ 0.379789] AppArmor: AppArmor Filesystem Enabled\n[ 0.380782] pnp: PnP ACPI init\n[ 0.381736] pnp: PnP ACPI: found 5 devices\n[ 0.388051] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389806] NET: Registered protocol family 2\n[ 0.390870] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392195] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393423] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394656] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395768] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396980] NET: Registered protocol family 1\n[ 0.397879] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399002] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400106] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414211] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428362] Trying to unpack rootfs image as initramfs...\n[ 0.484675] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486376] Scanning for low memory corruption every 60 seconds\n[ 0.487772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.488961] audit: initializing netlink subsys (disabled)\n[ 0.490012] audit: type=2000 audit(1534090612.871:1): initialized\n[ 0.491375] Initialise system trusted keyring\n[ 0.492353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.493542] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495698] zbud: loaded\n[ 0.496442] VFS: Disk quotas dquot_6.6.0\n[ 0.497284] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498901] fuse init (API version 7.23)\n[ 0.499834] Key type big_key registered\n[ 0.500655] Allocating IMA MOK and blacklist keyrings.\n[ 0.501904] Key type asymmetric registered\n[ 0.502745] Asymmetric key parser 'x509' registered\n[ 0.503740] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505244] io scheduler noop registered\n[ 0.506051] io scheduler deadline registered (default)\n[ 0.507076] io scheduler cfq registered\n[ 0.507950] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510315] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511809] ACPI: Power Button [PWRF]\n[ 0.512683] GHES: HEST is not enabled!\n[ 0.526372] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554424] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.580620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.582936] Linux agpgart interface v0.103\n[ 0.585542] brd: module loaded\n[ 0.587226] loop: module loaded\n[ 0.591198] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592710] GPT:90111 != 2097151\n[ 0.593421] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594569] GPT:90111 != 2097151\n[ 0.595279] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596304] vda: vda1 vda15\n[ 0.597567] scsi host0: ata_piix\n[ 0.598374] scsi host1: ata_piix\n[ 0.599116] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.600398] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.601923] libphy: Fixed MDIO Bus: probed\n[ 0.602776] tun: Universal TUN/TAP device driver, 1.6\n[ 0.603785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606228] PPP generic driver version 2.4.2\n[ 0.607084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610311] ehci-pci: EHCI PCI platform driver\n[ 0.611360] ehci-platform: EHCI generic platform driver\n[ 0.612422] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613622] ohci-pci: OHCI PCI platform driver\n[ 0.614550] ohci-platform: OHCI generic platform driver\n[ 0.615606] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630341] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632907] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633992] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.635197] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637960] usb usb1: Product: UHCI Host Controller\n[ 0.638927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640116] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641205] hub 1-0:1.0: USB hub found\n[ 0.642011] hub 1-0:1.0: 2 ports detected\n[ 0.643014] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645310] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646312] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647404] mousedev: PS/2 mouse device common for all mice\n[ 0.648960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650894] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652069] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653327] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654569] i2c /dev entries driver\n[ 0.655381] device-mapper: uevent: version 1.0.3\n[ 0.656388] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658106] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659679] NET: Registered protocol family 10\n[ 0.660903] NET: Registered protocol family 17\n[ 0.661847] Key type dns_resolver registered\n[ 0.662914] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664072] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665948] registered taskstats version 1\n[ 0.666832] Loading compiled-in X.509 certificates\n[ 0.668377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670322] zswap: loaded using pool lzo/zbud\n[ 0.672042] Key type trusted registered\n[ 0.673845] Key type encrypted registered\n[ 0.674706] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675798] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676905] evm: HMAC attrs: 0x1\n[ 0.677957] Magic number: 14:330:287\n[ 0.678785] tty tty20: hash matches\n[ 0.679555] acpi PNP0400:00: hash matches\n[ 0.680456] rtc_cmos 00:00: setting system clock to 2018-08-12 16:16:52 UTC (1534090612)\n[ 0.682136] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693504] EDD information not available.\n[ 0.760959] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762583] Write protecting the kernel read-only data: 14336k\n[ 0.764767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766697] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.811735] 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.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCek8fCxRzLbj7Vq4kifK98TmKC2nkp4zI/T96j1I2zr47OGxukskmVkO+nmKjds4k4VWLoJPTuxZFe/QGE6049ISKocOMuMEMquRXoY2evAer/SvaWyPLPRa5WoK7DRTa38WhO6uvDRjhvm2hd4oakZ+39qPo9JDKsOoe+c4WqNr4+6gKSBXempcUhRjxAN4ovvbqhjVaK7O3fWzsaQ4Gmu9REx9rxOttDCzzVlZ8FlXPH3JqlcW1tCJM4p1AMP6mg4W6R1tmpytDOvqL5loWXH5TZFZimrU5+lgGv6s740fZLb6LnSl7K+7CoRndnk0BVEcCU45k/B6EmKLCm0Nn3 root@cinder-test-vm2-93418ee4-fcbc-4a56-bd7f-12e4194b6276\nssh-dss AAAAB3NzaC1kc3MAAACBALafjVCDkbDXB6eQ7ao6+D/A79IYJulVFVe+V6yf6sbkg+TmeC7EkrcdRKmlMCjYLXzZ0SCT3N42785zdS+Ot0yfdpU06sbh2qBHZIflD4WYcUORvG9IMz3wuIPFLydoruppB4Wh8vfF4nkyxqwqf671Z5iW/Vda8YgXxA7PhcPBAAAAFQCeQNaG4ldZYq9RPFTIvUYpJw8jGQAAAIAItiU+fPlKO7mSY7otPq8onPXw8rxFP/czw9elM535X2PHrYRPpmEUTsa7ZMDdFu9cHwNzK8R5mxEQvs3RyHAETjUHRVOZFeU4UJIuJPvSeyJqbYMMJKWrSz91zgI6qrSyb3Uu0SgWn9WZ5noL1KBFQfNfMiJo8x1L90En1QtKYAAAAIBWlrRec/LRCqeYfYlJyXXGY9B/1jWU+rXcbyGBQkYSclcTJa4FtVI3gdtTJJmjjMnMgEOyZpsjq+RKjxWnluCoKyzCBnB4BjKmCZ6jc62Bm8AlPlx09Zr4WMcyyO6Lu89Cx2ZaK+r9MPTnnMoJV373ozLXNTaw3tzH1kxqUQGGfQ== root@cinder-test-vm2-93418ee4-fcbc-4a56-bd7f-12e4194b6276\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.8,24,fe80::f816:3eff:fec6:1ff4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-93418ee4-fcbc-4a56-bd7f-12e4194b6276\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.33 ===\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-93418ee4-fcbc-4a56-bd7f-12e4194b6276 login: "} 2018-08-12 16:16:58,628 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/action used request id req-bc9527af-22ad-4c92-88d7-1faef12dfabc 2018-08-12 16:16:58,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105356931686s 2018-08-12 16:16:58,629 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/action used request id req-bc9527af-22ad-4c92-88d7-1faef12dfabc 2018-08-12 16:16:58,629 - 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 454096307 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.147231] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148924] pid_max: default: 32768 minimum: 301 [ 0.149838] ACPI: Core revision 20150930 [ 0.151241] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152575] Security Framework initialized [ 0.153410] Yama: becoming mindful. [ 0.154155] AppArmor: AppArmor initialized [ 0.155033] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.156401] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.157701] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158935] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160374] Initializing cgroup subsys io [ 0.161205] Initializing cgroup subsys memory [ 0.162077] Initializing cgroup subsys devices [ 0.162971] Initializing cgroup subsys freezer [ 0.163863] Initializing cgroup subsys net_cls [ 0.164751] Initializing cgroup subsys perf_event [ 0.165679] Initializing cgroup subsys net_prio [ 0.166593] Initializing cgroup subsys hugetlb [ 0.167485] Initializing cgroup subsys pids [ 0.168367] CPU: Physical Processor ID: 0 [ 0.169866] mce: CPU supports 10 MCE banks [ 0.170738] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171757] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.187542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.193637] ftrace: allocating 31920 entries in 125 pages [ 0.218653] smpboot: Max logical packages: 1 [ 0.219541] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.220910] x2apic enabled [ 0.221727] Switched APIC routing to physical x2apic. [ 0.223485] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.224630] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226667] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.228491] KVM setup paravirtual spinlock [ 0.229804] x86: Booted up 1 node, 1 CPUs [ 0.230639] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.232055] devtmpfs: initialized [ 0.233788] evm: security.selinux [ 0.234515] evm: security.SMACK64 [ 0.235221] evm: security.SMACK64EXEC [ 0.235977] evm: security.SMACK64TRANSMUTE [ 0.236799] evm: security.SMACK64MMAP [ 0.237562] evm: security.ima [ 0.238217] evm: security.capability [ 0.239033] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240930] pinctrl core: initialized pinctrl subsystem [ 0.242054] RTC time: 16:16:52, date: 08/12/18 [ 0.243042] NET: Registered protocol family 16 [ 0.244057] cpuidle: using governor ladder [ 0.244894] cpuidle: using governor menu [ 0.245696] PCCT header not found. [ 0.246471] ACPI: bus type PCI registered [ 0.247292] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248565] PCI: Using configuration type 1 for base access [ 0.250356] ACPI: Added _OSI(Module Device) [ 0.251218] ACPI: Added _OSI(Processor Device) [ 0.252095] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253036] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254815] ACPI: Interpreter enabled [ 0.255606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.257489] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.259365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.261253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.263135] ACPI: (supports S0 S5) [ 0.263855] ACPI: Using IOAPIC for interrupt routing [ 0.264830] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.267967] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.269137] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.270392] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.271619] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.273889] acpiphp: Slot [3] registered [ 0.274710] acpiphp: Slot [4] registered [ 0.275535] acpiphp: Slot [5] registered [ 0.276354] acpiphp: Slot [6] registered [ 0.277167] acpiphp: Slot [7] registered [ 0.277985] acpiphp: Slot [8] registered [ 0.278805] acpiphp: Slot [9] registered [ 0.279631] acpiphp: Slot [10] registered [ 0.280461] acpiphp: Slot [11] registered [ 0.281290] acpiphp: Slot [12] registered [ 0.282121] acpiphp: Slot [13] registered [ 0.282951] acpiphp: Slot [14] registered [ 0.283781] acpiphp: Slot [15] registered [ 0.294727] acpiphp: Slot [16] registered [ 0.295571] acpiphp: Slot [17] registered [ 0.296405] acpiphp: Slot [18] registered [ 0.297231] acpiphp: Slot [19] registered [ 0.298054] acpiphp: Slot [20] registered [ 0.298890] acpiphp: Slot [21] registered [ 0.299723] acpiphp: Slot [22] registered [ 0.300554] acpiphp: Slot [23] registered [ 0.301381] acpiphp: Slot [24] registered [ 0.302211] acpiphp: Slot [25] registered [ 0.303038] acpiphp: Slot [26] registered [ 0.303873] acpiphp: Slot [27] registered [ 0.304711] acpiphp: Slot [28] registered [ 0.305629] acpiphp: Slot [29] registered [ 0.306460] acpiphp: Slot [30] registered [ 0.307292] acpiphp: Slot [31] registered [ 0.308114] PCI host bridge to bus 0000:00 [ 0.308941] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.310184] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.311426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.312911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.314384] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.315885] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.319206] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320509] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321719] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.323017] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.326640] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328353] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.347954] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.350296] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351740] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353180] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355886] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357210] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359856] vgaarb: loaded [ 0.360472] vgaarb: bridge control possible 0000:00:02.0 [ 0.361725] SCSI subsystem initialized [ 0.362652] ACPI: bus type USB registered [ 0.363498] usbcore: registered new interface driver usbfs [ 0.364553] usbcore: registered new interface driver hub [ 0.365578] usbcore: registered new device driver usb [ 0.366700] PCI: Using ACPI for IRQ routing [ 0.367826] NetLabel: Initializing [ 0.368562] NetLabel: domain hash size = 128 [ 0.369429] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370401] NetLabel: unlabeled traffic allowed by default [ 0.371589] clocksource: Switched to clocksource kvm-clock [ 0.379789] AppArmor: AppArmor Filesystem Enabled [ 0.380782] pnp: PnP ACPI init [ 0.381736] pnp: PnP ACPI: found 5 devices [ 0.388051] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389806] NET: Registered protocol family 2 [ 0.390870] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392195] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.393423] TCP: Hash tables configured (established 4096 bind 4096) [ 0.394656] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395768] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396980] NET: Registered protocol family 1 [ 0.397879] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399002] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400106] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414211] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428362] Trying to unpack rootfs image as initramfs... [ 0.484675] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.486376] Scanning for low memory corruption every 60 seconds [ 0.487772] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.488961] audit: initializing netlink subsys (disabled) [ 0.490012] audit: type=2000 audit(1534090612.871:1): initialized [ 0.491375] Initialise system trusted keyring [ 0.492353] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.493542] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.495698] zbud: loaded [ 0.496442] VFS: Disk quotas dquot_6.6.0 [ 0.497284] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498901] fuse init (API version 7.23) [ 0.499834] Key type big_key registered [ 0.500655] Allocating IMA MOK and blacklist keyrings. [ 0.501904] Key type asymmetric registered [ 0.502745] Asymmetric key parser 'x509' registered [ 0.503740] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.505244] io scheduler noop registered [ 0.506051] io scheduler deadline registered (default) [ 0.507076] io scheduler cfq registered [ 0.507950] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.509020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510315] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.511809] ACPI: Power Button [PWRF] [ 0.512683] GHES: HEST is not enabled! [ 0.526372] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.554424] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.580620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.582936] Linux agpgart interface v0.103 [ 0.585542] brd: module loaded [ 0.587226] loop: module loaded [ 0.591198] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.592710] GPT:90111 != 2097151 [ 0.593421] GPT:Alternate GPT header not at the end of the disk. [ 0.594569] GPT:90111 != 2097151 [ 0.595279] GPT: Use GNU Parted to correct GPT errors. [ 0.596304] vda: vda1 vda15 [ 0.597567] scsi host0: ata_piix [ 0.598374] scsi host1: ata_piix [ 0.599116] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.600398] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.601923] libphy: Fixed MDIO Bus: probed [ 0.602776] tun: Universal TUN/TAP device driver, 1.6 [ 0.603785] tun: (C) 1999-2004 Max Krasnyansky [ 0.606228] PPP generic driver version 2.4.2 [ 0.607084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.610311] ehci-pci: EHCI PCI platform driver [ 0.611360] ehci-platform: EHCI generic platform driver [ 0.612422] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.613622] ohci-pci: OHCI PCI platform driver [ 0.614550] ohci-platform: OHCI generic platform driver [ 0.615606] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630341] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632907] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.633992] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.635197] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.636490] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637960] usb usb1: Product: UHCI Host Controller [ 0.638927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.640116] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641205] hub 1-0:1.0: USB hub found [ 0.642011] hub 1-0:1.0: 2 ports detected [ 0.643014] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.645310] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.646312] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.647404] mousedev: PS/2 mouse device common for all mice [ 0.648960] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.650894] rtc_cmos 00:00: RTC can wake from S4 [ 0.652069] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.653327] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.654569] i2c /dev entries driver [ 0.655381] device-mapper: uevent: version 1.0.3 [ 0.656388] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.658106] ledtrig-cpu: registered to indicate activity on CPUs [ 0.659679] NET: Registered protocol family 10 [ 0.660903] NET: Registered protocol family 17 [ 0.661847] Key type dns_resolver registered [ 0.662914] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.664072] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.665948] registered taskstats version 1 [ 0.666832] Loading compiled-in X.509 certificates [ 0.668377] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.670322] zswap: loaded using pool lzo/zbud [ 0.672042] Key type trusted registered [ 0.673845] Key type encrypted registered [ 0.674706] AppArmor: AppArmor sha1 policy hashing enabled [ 0.675798] ima: No TPM chip found, activating TPM-bypass! [ 0.676905] evm: HMAC attrs: 0x1 [ 0.677957] Magic number: 14:330:287 [ 0.678785] tty tty20: hash matches [ 0.679555] acpi PNP0400:00: hash matches [ 0.680456] rtc_cmos 00:00: setting system clock to 2018-08-12 16:16:52 UTC (1534090612) [ 0.682136] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693504] EDD information not available. [ 0.760959] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762583] Write protecting the kernel read-only data: 14336k [ 0.764767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.766697] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.811735] 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.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCek8fCxRzLbj7Vq4kifK98TmKC2nkp4zI/T96j1I2zr47OGxukskmVkO+nmKjds4k4VWLoJPTuxZFe/QGE6049ISKocOMuMEMquRXoY2evAer/SvaWyPLPRa5WoK7DRTa38WhO6uvDRjhvm2hd4oakZ+39qPo9JDKsOoe+c4WqNr4+6gKSBXempcUhRjxAN4ovvbqhjVaK7O3fWzsaQ4Gmu9REx9rxOttDCzzVlZ8FlXPH3JqlcW1tCJM4p1AMP6mg4W6R1tmpytDOvqL5loWXH5TZFZimrU5+lgGv6s740fZLb6LnSl7K+7CoRndnk0BVEcCU45k/B6EmKLCm0Nn3 root@cinder-test-vm2-93418ee4-fcbc-4a56-bd7f-12e4194b6276 ssh-dss AAAAB3NzaC1kc3MAAACBALafjVCDkbDXB6eQ7ao6+D/A79IYJulVFVe+V6yf6sbkg+TmeC7EkrcdRKmlMCjYLXzZ0SCT3N42785zdS+Ot0yfdpU06sbh2qBHZIflD4WYcUORvG9IMz3wuIPFLydoruppB4Wh8vfF4nkyxqwqf671Z5iW/Vda8YgXxA7PhcPBAAAAFQCeQNaG4ldZYq9RPFTIvUYpJw8jGQAAAIAItiU+fPlKO7mSY7otPq8onPXw8rxFP/czw9elM535X2PHrYRPpmEUTsa7ZMDdFu9cHwNzK8R5mxEQvs3RyHAETjUHRVOZFeU4UJIuJPvSeyJqbYMMJKWrSz91zgI6qrSyb3Uu0SgWn9WZ5noL1KBFQfNfMiJo8x1L90En1QtKYAAAAIBWlrRec/LRCqeYfYlJyXXGY9B/1jWU+rXcbyGBQkYSclcTJa4FtVI3gdtTJJmjjMnMgEOyZpsjq+RKjxWnluCoKyzCBnB4BjKmCZ6jc62Bm8AlPlx09Zr4WMcyyO6Lu89Cx2ZaK+r9MPTnnMoJV373ozLXNTaw3tzH1kxqUQGGfQ== root@cinder-test-vm2-93418ee4-fcbc-4a56-bd7f-12e4194b6276 -----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.8,24,fe80::f816:3eff:fec6:1ff4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-93418ee4-fcbc-4a56-bd7f-12e4194b6276 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.33 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-93418ee4-fcbc-4a56-bd7f-12e4194b6276 login: 2018-08-12 16:16:59,632 - paramiko.transport - DEBUG - starting thread (client mode): 0xd0a11210L 2018-08-12 16:16:59,633 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 16:16:59,633 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 16:16:59,634 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 16:16:59,635 - 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-12 16:16:59,635 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 16:16:59,635 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 16:16:59,636 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 16:16:59,636 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 16:16:59,636 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 16:16:59,654 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 16:16:59,655 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 16:16:59,665 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: e620ede9db74cf886e4febd34b56330b 2018-08-12 16:16:59,666 - paramiko.transport - DEBUG - Trying discovered key 33d90bc510a84ac6b2d8b54aa165581b in /tmp/tmpR_kvdF 2018-08-12 16:16:59,695 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 16:16:59,701 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 16:16:59,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-12 16:16:59,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"volume": {"display_name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "size": "2"}}' 2018-08-12 16:17:01,109 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:16:59 GMT Server: Apache x-compute-request-id: req-98b63c05-7f03-4a08-b963-f09636ca3f39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-98b63c05-7f03-4a08-b963-f09636ca3f39 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}} 2018-08-12 16:17:01,110 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes used request id req-98b63c05-7f03-4a08-b963-f09636ca3f39 2018-08-12 16:17:01,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.37650799751s 2018-08-12 16:17:01,110 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes used request id req-98b63c05-7f03-4a08-b963-f09636ca3f39 2018-08-12 16:17:01,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:01,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:02,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:01 GMT Server: Apache x-compute-request-id: req-0929788d-5b65-44e1-b087-7f5f7238d6cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0929788d-5b65-44e1-b087-7f5f7238d6cd Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:01.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:02,089 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-0929788d-5b65-44e1-b087-7f5f7238d6cd 2018-08-12 16:17:02,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.97846198082s 2018-08-12 16:17:02,090 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-0929788d-5b65-44e1-b087-7f5f7238d6cd 2018-08-12 16:17:02,091 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:04,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:04,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:05,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:04 GMT Server: Apache x-compute-request-id: req-8739c9fe-95bc-414e-8500-838b4b4d0c15 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8739c9fe-95bc-414e-8500-838b4b4d0c15 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:02.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:05,137 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-8739c9fe-95bc-414e-8500-838b4b4d0c15 2018-08-12 16:17:05,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04274892807s 2018-08-12 16:17:05,137 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-8739c9fe-95bc-414e-8500-838b4b4d0c15 2018-08-12 16:17:05,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:17:05,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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:05,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-9cac0bbc-28f3-4fb1-bb46-121b3c718cd7 Date: Sun, 12 Aug 2018 16:17: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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ff192e0-348a-46fb-99c0-b585efdb93e2"],"updated_at":"2018-08-12T16:16:25Z","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"97115b4656d945f580f9702d6cec4966","id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","name":"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:17:05,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9cac0bbc-28f3-4fb1-bb46-121b3c718cd7 2018-08-12 16:17:05,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0897929668427s 2018-08-12 16:17:05,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9cac0bbc-28f3-4fb1-bb46-121b3c718cd7 2018-08-12 16:17:05,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:17:05,237 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:05,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-ba7d789a-f08d-4f64-a278-8dc560811f16 Date: Sun, 12 Aug 2018 16:17:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:16:33Z", "file": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/file", "owner": "97115b4656d945f580f9702d6cec4966", "id": "766f42ae-3132-48b8-8025-08c18df3002b", "size": 12716032, "self": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:16:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:17:05,534 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ba7d789a-f08d-4f64-a278-8dc560811f16 2018-08-12 16:17:05,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.299972057343s 2018-08-12 16:17:05,534 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ba7d789a-f08d-4f64-a278-8dc560811f16 2018-08-12 16:17:05,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:17:05,538 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:05,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-3781a621-aec5-4a8e-9c94-cdf69800e2be x-compute-request-id: req-3781a621-aec5-4a8e-9c94-cdf69800e2be Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "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": "c38d19cb-150f-4eda-8397-a4373735da78"}]} 2018-08-12 16:17:05,561 - 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-3781a621-aec5-4a8e-9c94-cdf69800e2be 2018-08-12 16:17:05,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254459381104s 2018-08-12 16:17:05,562 - 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-3781a621-aec5-4a8e-9c94-cdf69800e2be 2018-08-12 16:17:05,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 16:17:05,565 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"server": {"name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "imageRef": "766f42ae-3132-48b8-8025-08c18df3002b", "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "flavorRef": "c38d19cb-150f-4eda-8397-a4373735da78", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f06f104d-bcdc-4e36-9c46-47d33d051aad"}], "security_groups": [{"name": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2"}]}}' 2018-08-12 16:17:09,783 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:17: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-bd251608-ec3c-4438-8198-80a5a3e3507e x-compute-request-id: req-bd251608-ec3c-4438-8198-80a5a3e3507e Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2"}], "OS-DCF:diskConfig": "MANUAL", "id": "96d04662-b053-435d-9eb3-ac624e652380", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "adminPass": "fsXSYEvpS2tQ"}} 2018-08-12 16:17:09,783 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-bd251608-ec3c-4438-8198-80a5a3e3507e 2018-08-12 16:17:09,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.22019791603s 2018-08-12 16:17:09,783 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-bd251608-ec3c-4438-8198-80a5a3e3507e 2018-08-12 16:17:09,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:09,787 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:10,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-189f4955-d229-45f2-8eb9-0fdfb9eca04a x-compute-request-id: req-189f4955-d229-45f2-8eb9-0fdfb9eca04a Content-Encoding: gzip Content-Length: 867 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/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "96d04662-b053-435d-9eb3-ac624e652380", "user_id": "493b8206c91649e8b27d90edba691d5f", "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-12T16:17:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:17:09Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:16:52.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:16:52Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:17:10,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-189f4955-d229-45f2-8eb9-0fdfb9eca04a 2018-08-12 16:17:10,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533019065857s 2018-08-12 16:17:10,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-189f4955-d229-45f2-8eb9-0fdfb9eca04a 2018-08-12 16:17:10,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:12,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:12,329 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:12,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-67d8fa79-5a8d-457f-907e-39936b99cb40 x-compute-request-id: req-67d8fa79-5a8d-457f-907e-39936b99cb40 Content-Encoding: gzip Content-Length: 870 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/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "96d04662-b053-435d-9eb3-ac624e652380", "user_id": "493b8206c91649e8b27d90edba691d5f", "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-12T16:17:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:17:09Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:16:52.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:16:52Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:17:12,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-67d8fa79-5a8d-457f-907e-39936b99cb40 2018-08-12 16:17:12,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444300889969s 2018-08-12 16:17:12,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-67d8fa79-5a8d-457f-907e-39936b99cb40 2018-08-12 16:17:12,776 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:14,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:14,782 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:15,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-5895bba6-e4ef-4678-9884-3d461c9de884 x-compute-request-id: req-5895bba6-e4ef-4678-9884-3d461c9de884 Content-Encoding: gzip Content-Length: 870 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/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "96d04662-b053-435d-9eb3-ac624e652380", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:17:13Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:17:09Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:16:52.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:16:52Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:17:15,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5895bba6-e4ef-4678-9884-3d461c9de884 2018-08-12 16:17:15,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.887166023254s 2018-08-12 16:17:15,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5895bba6-e4ef-4678-9884-3d461c9de884 2018-08-12 16:17:15,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:17,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:17,677 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:18,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-95c8404a-467d-485b-a75b-c27b66e516ef x-compute-request-id: req-95c8404a-467d-485b-a75b-c27b66e516ef Content-Encoding: gzip Content-Length: 870 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/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "96d04662-b053-435d-9eb3-ac624e652380", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T16:17:13Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:17:09Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:16:52.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:16:52Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:17:18,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-95c8404a-467d-485b-a75b-c27b66e516ef 2018-08-12 16:17:18,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.734735965729s 2018-08-12 16:17:18,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-95c8404a-467d-485b-a75b-c27b66e516ef 2018-08-12 16:17:18,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:20,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:20,419 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:20,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-c1d1da5d-5ca1-4b04-82ed-396ed935d1d8 x-compute-request-id: req-c1d1da5d-5ca1-4b04-82ed-396ed935d1d8 Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b3:c8", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:17:18.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "96d04662-b053-435d-9eb3-ac624e652380", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:17:18Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:17:09Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:16:52.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:16:52Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:17:20,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c1d1da5d-5ca1-4b04-82ed-396ed935d1d8 2018-08-12 16:17:20,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559099912643s 2018-08-12 16:17:20,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c1d1da5d-5ca1-4b04-82ed-396ed935d1d8 2018-08-12 16:17:20,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:17:20,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=96d04662-b053-435d-9eb3-ac624e652380" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:21,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9123556a-66ec-4e46-b82c-ffc696031762 Date: Sun, 12 Aug 2018 16:17:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:17:13Z","admin_state_up":true,"updated_at":"2018-08-12T16:17:17Z","binding:vnic_type":"normal","device_id":"96d04662-b053-435d-9eb3-ac624e652380","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:70:b3:c8","id":"8958d74a-f0c7-4049-af64-57375cdf2104","port_security_enabled":true,"project_id":"97115b4656d945f580f9702d6cec4966","fixed_ips":[{"subnet_id":"4ff192e0-348a-46fb-99c0-b585efdb93e2","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["99810ac8-614f-41ab-9fc3-aea34cfe0ec2"],"name":""}]} 2018-08-12 16:17:21,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=96d04662-b053-435d-9eb3-ac624e652380 used request id req-9123556a-66ec-4e46-b82c-ffc696031762 2018-08-12 16:17:21,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0482261180878s 2018-08-12 16:17:21,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=96d04662-b053-435d-9eb3-ac624e652380 used request id req-9123556a-66ec-4e46-b82c-ffc696031762 2018-08-12 16:17:21,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:17:21,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8958d74a-f0c7-4049-af64-57375cdf2104" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:21,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dc2ce66d-036d-4f7f-8a61-21d4efb46c49 Date: Sun, 12 Aug 2018 16:17:21 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:17:21,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8958d74a-f0c7-4049-af64-57375cdf2104 used request id req-dc2ce66d-036d-4f7f-8a61-21d4efb46c49 2018-08-12 16:17:21,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445559024811s 2018-08-12 16:17:21,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8958d74a-f0c7-4049-af64-57375cdf2104 used request id req-dc2ce66d-036d-4f7f-8a61-21d4efb46c49 2018-08-12 16:17:21,080 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:70:b3:c8', 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'766f42ae-3132-48b8-8025-08c18df3002b'}), 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-12T16:17:18.000000', 'flavor': Munch({u'id': u'c38d19cb-150f-4eda-8397-a4373735da78'}), 'az': u'nova', 'id': u'96d04662-b053-435d-9eb3-ac624e652380', 'security_groups': [Munch({u'name': u'cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'493b8206c91649e8b27d90edba691d5f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97115b4656d945f580f9702d6cec4966', 'name': 'cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276', '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-12T16:17:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T16:17:18Z', 'hostId': u'9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d', '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-12T16:17:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'97115b4656d945f580f9702d6cec4966', 'name': u'cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'adminPass': u'fsXSYEvpS2tQ', 'tenant_id': u'97115b4656d945f580f9702d6cec4966', 'created_at': u'2018-08-12T16:17:09Z', 'created': u'2018-08-12T16:17:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 16:17:21,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:17:21,084 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:21,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-0aa20817-e5d0-4024-894d-658544ce4469 Date: Sun, 12 Aug 2018 16:17:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4ff192e0-348a-46fb-99c0-b585efdb93e2"],"updated_at":"2018-08-12T16:16:25Z","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"97115b4656d945f580f9702d6cec4966","id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","name":"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:17:21,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0aa20817-e5d0-4024-894d-658544ce4469 2018-08-12 16:17:21,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0883169174194s 2018-08-12 16:17:21,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0aa20817-e5d0-4024-894d-658544ce4469 2018-08-12 16:17:21,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 16:17:21,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=96d04662-b053-435d-9eb3-ac624e652380" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:21,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d5a1dcbe-126d-42b0-a55b-7ab0b8528c3b Date: Sun, 12 Aug 2018 16:17:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:17:13Z","admin_state_up":true,"updated_at":"2018-08-12T16:17:17Z","binding:vnic_type":"normal","device_id":"96d04662-b053-435d-9eb3-ac624e652380","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:70:b3:c8","id":"8958d74a-f0c7-4049-af64-57375cdf2104","port_security_enabled":true,"project_id":"97115b4656d945f580f9702d6cec4966","fixed_ips":[{"subnet_id":"4ff192e0-348a-46fb-99c0-b585efdb93e2","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["99810ac8-614f-41ab-9fc3-aea34cfe0ec2"],"name":""}]} 2018-08-12 16:17:21,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=96d04662-b053-435d-9eb3-ac624e652380 used request id req-d5a1dcbe-126d-42b0-a55b-7ab0b8528c3b 2018-08-12 16:17:21,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0492000579834s 2018-08-12 16:17:21,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=96d04662-b053-435d-9eb3-ac624e652380 used request id req-d5a1dcbe-126d-42b0-a55b-7ab0b8528c3b 2018-08-12 16:17:21,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 16:17:21,225 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.7", "port_id": "8958d74a-f0c7-4049-af64-57375cdf2104"}}' 2018-08-12 16:17:23,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-636afddf-d58b-4752-8d80-e02fd6e4b83d Date: Sun, 12 Aug 2018 16:17:23 GMT RESP BODY: {"floatingip": {"router_id": "95683a02-8272-4239-9680-bf6f291e6128", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:17:22Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "8958d74a-f0c7-4049-af64-57375cdf2104", "id": "dbdc80cc-a9a2-4d35-a43b-94f3013f2fa6", "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:17:22Z", "project_id": "97115b4656d945f580f9702d6cec4966"}} 2018-08-12 16:17:23,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-636afddf-d58b-4752-8d80-e02fd6e4b83d 2018-08-12 16:17:23,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.08129286766s 2018-08-12 16:17:23,306 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-636afddf-d58b-4752-8d80-e02fd6e4b83d 2018-08-12 16:17:23,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:17:23,315 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:23,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1095 X-Openstack-Request-Id: req-2b04f5df-b7f2-420e-b112-3d6f2a05495f Date: Sun, 12 Aug 2018 16:17:23 GMT RESP BODY: {"floatingips": [{"router_id": "95683a02-8272-4239-9680-bf6f291e6128", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:16:57Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "69f318d5-4106-481f-a5c6-69d8d0265755", "id": "337caecb-3238-497e-803a-d266cdb5e70b", "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:57Z", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"router_id": "95683a02-8272-4239-9680-bf6f291e6128", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:17:22Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "8958d74a-f0c7-4049-af64-57375cdf2104", "id": "dbdc80cc-a9a2-4d35-a43b-94f3013f2fa6", "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:17:22Z", "project_id": "97115b4656d945f580f9702d6cec4966"}]} 2018-08-12 16:17:23,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2b04f5df-b7f2-420e-b112-3d6f2a05495f 2018-08-12 16:17:23,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0691840648651s 2018-08-12 16:17:23,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2b04f5df-b7f2-420e-b112-3d6f2a05495f 2018-08-12 16:17:23,390 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'95683a02-8272-4239-9680-bf6f291e6128', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'97115b4656d945f580f9702d6cec4966', 'created_at': u'2018-08-12T16:17:22Z', 'attached': True, 'updated_at': u'2018-08-12T16:17:22Z', 'id': u'dbdc80cc-a9a2-4d35-a43b-94f3013f2fa6', 'floating_network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97115b4656d945f580f9702d6cec4966', 'name': 'cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'95683a02-8272-4239-9680-bf6f291e6128', 'project_id': u'97115b4656d945f580f9702d6cec4966', 'port_id': u'8958d74a-f0c7-4049-af64-57375cdf2104', 'port': u'8958d74a-f0c7-4049-af64-57375cdf2104', 'network': u'9080dbfe-670a-4248-8c56-0897f69dc41e'}) 2018-08-12 16:17:23,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 16:17:23,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 16:17:23,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-523dfa92-8970-4fea-98a8-95a3c7225b40 x-compute-request-id: req-523dfa92-8970-4fea-98a8-95a3c7225b40 Content-Encoding: gzip Content-Length: 9604 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 484365101 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.140303] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142018] pid_max: default: 32768 minimum: 301\n[ 0.142946] ACPI: Core revision 20150930\n[ 0.144360] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145735] Security Framework initialized\n[ 0.146581] Yama: becoming mindful.\n[ 0.147353] AppArmor: AppArmor initialized\n[ 0.148249] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149630] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150959] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152216] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153713] Initializing cgroup subsys io\n[ 0.154553] Initializing cgroup subsys memory\n[ 0.155462] Initializing cgroup subsys devices\n[ 0.156369] Initializing cgroup subsys freezer\n[ 0.157274] Initializing cgroup subsys net_cls\n[ 0.158184] Initializing cgroup subsys perf_event\n[ 0.159131] Initializing cgroup subsys net_prio\n[ 0.160054] Initializing cgroup subsys hugetlb\n[ 0.160959] Initializing cgroup subsys pids\n[ 0.161861] CPU: Physical Processor ID: 0\n[ 0.163416] mce: CPU supports 10 MCE banks\n[ 0.164299] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165342] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181905] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188190] ftrace: allocating 31920 entries in 125 pages\n[ 0.214000] smpboot: Max logical packages: 1\n[ 0.214890] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216294] x2apic enabled\n[ 0.217120] Switched APIC routing to physical x2apic.\n[ 0.218878] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220069] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224002] KVM setup paravirtual spinlock\n[ 0.225373] x86: Booted up 1 node, 1 CPUs\n[ 0.226231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227690] devtmpfs: initialized\n[ 0.229498] evm: security.selinux\n[ 0.230236] evm: security.SMACK64\n[ 0.230968] evm: security.SMACK64EXEC\n[ 0.231741] evm: security.SMACK64TRANSMUTE\n[ 0.232583] evm: security.SMACK64MMAP\n[ 0.233360] evm: security.ima\n[ 0.234034] evm: security.capability\n[ 0.234882] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236834] pinctrl core: initialized pinctrl subsystem\n[ 0.237991] RTC time: 16:17:18, date: 08/12/18\n[ 0.239002] NET: Registered protocol family 16\n[ 0.240030] cpuidle: using governor ladder\n[ 0.240886] cpuidle: using governor menu\n[ 0.241708] PCCT header not found.\n[ 0.242496] ACPI: bus type PCI registered\n[ 0.243332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244632] PCI: Using configuration type 1 for base access\n[ 0.246482] ACPI: Added _OSI(Module Device)\n[ 0.247366] ACPI: Added _OSI(Processor Device)\n[ 0.248268] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249211] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251017] ACPI: Interpreter enabled\n[ 0.251820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259497] ACPI: (supports S0 S5)\n[ 0.260239] ACPI: Using IOAPIC for interrupt routing\n[ 0.261232] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264451] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268222] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270564] acpiphp: Slot [3] registered\n[ 0.271406] acpiphp: Slot [4] registered\n[ 0.272251] acpiphp: Slot [5] registered\n[ 0.273093] acpiphp: Slot [6] registered\n[ 0.273928] acpiphp: Slot [7] registered\n[ 0.274767] acpiphp: Slot [8] registered\n[ 0.275603] acpiphp: Slot [9] registered\n[ 0.276443] acpiphp: Slot [10] registered\n[ 0.277295] acpiphp: Slot [11] registered\n[ 0.278153] acpiphp: Slot [12] registered\n[ 0.279007] acpiphp: Slot [13] registered\n[ 0.279857] acpiphp: Slot [14] registered\n[ 0.280711] acpiphp: Slot [15] registered\n[ 0.291460] acpiphp: Slot [16] registered\n[ 0.292316] acpiphp: Slot [17] registered\n[ 0.293166] acpiphp: Slot [18] registered\n[ 0.294018] acpiphp: Slot [19] registered\n[ 0.294867] acpiphp: Slot [20] registered\n[ 0.295722] acpiphp: Slot [21] registered\n[ 0.296569] acpiphp: Slot [22] registered\n[ 0.297423] acpiphp: Slot [23] registered\n[ 0.298287] acpiphp: Slot [24] registered\n[ 0.299138] acpiphp: Slot [25] registered\n[ 0.299993] acpiphp: Slot [26] registered\n[ 0.300839] acpiphp: Slot [27] registered\n[ 0.301734] acpiphp: Slot [28] registered\n[ 0.302580] acpiphp: Slot [29] registered\n[ 0.303430] acpiphp: Slot [30] registered\n[ 0.304289] acpiphp: Slot [31] registered\n[ 0.305137] PCI host bridge to bus 0000:00\n[ 0.305988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307260] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308538] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.311577] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.313123] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317838] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319074] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320400] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323972] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325553] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.344990] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.348837] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351749] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353083] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354461] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355564] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357182] vgaarb: loaded\n[ 0.357808] vgaarb: bridge control possible 0000:00:02.0\n[ 0.359099] SCSI subsystem initialized\n[ 0.360057] ACPI: bus type USB registered\n[ 0.360926] usbcore: registered new interface driver usbfs\n[ 0.362008] usbcore: registered new interface driver hub\n[ 0.363075] usbcore: registered new device driver usb\n[ 0.364245] PCI: Using ACPI for IRQ routing\n[ 0.365412] NetLabel: Initializing\n[ 0.366165] NetLabel: domain hash size = 128\n[ 0.367052] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368047] NetLabel: unlabeled traffic allowed by default\n[ 0.369265] clocksource: Switched to clocksource kvm-clock\n[ 0.377774] AppArmor: AppArmor Filesystem Enabled\n[ 0.378796] pnp: PnP ACPI init\n[ 0.379775] pnp: PnP ACPI: found 5 devices\n[ 0.386234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388032] NET: Registered protocol family 2\n[ 0.389142] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390493] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391761] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393013] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394149] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395396] NET: Registered protocol family 1\n[ 0.396320] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397474] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398599] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412742] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426956] Trying to unpack rootfs image as initramfs...\n[ 0.485238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486996] Scanning for low memory corruption every 60 seconds\n[ 0.488445] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489676] audit: initializing netlink subsys (disabled)\n[ 0.490753] audit: type=2000 audit(1534090638.831:1): initialized\n[ 0.492159] Initialise system trusted keyring\n[ 0.493175] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494398] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496583] zbud: loaded\n[ 0.497368] VFS: Disk quotas dquot_6.6.0\n[ 0.498237] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499912] fuse init (API version 7.23)\n[ 0.500864] Key type big_key registered\n[ 0.501725] Allocating IMA MOK and blacklist keyrings.\n[ 0.503020] Key type asymmetric registered\n[ 0.503886] Asymmetric key parser 'x509' registered\n[ 0.504888] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506458] io scheduler noop registered\n[ 0.507290] io scheduler deadline registered (default)\n[ 0.508332] io scheduler cfq registered\n[ 0.509221] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513183] ACPI: Power Button [PWRF]\n[ 0.514093] GHES: HEST is not enabled!\n[ 0.527871] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558119] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560297] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585765] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590014] Linux agpgart interface v0.103\n[ 0.593953] brd: module loaded\n[ 0.595840] loop: module loaded\n[ 0.600704] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602253] GPT:90111 != 2097151\n[ 0.602982] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604155] GPT:90111 != 2097151\n[ 0.604867] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605912] vda: vda1 vda15\n[ 0.607672] scsi host0: ata_piix\n[ 0.608516] scsi host1: ata_piix\n[ 0.609305] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.610604] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.612235] libphy: Fixed MDIO Bus: probed\n[ 0.613117] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614132] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616928] PPP generic driver version 2.4.2\n[ 0.617980] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619272] ehci-pci: EHCI PCI platform driver\n[ 0.620221] ehci-platform: EHCI generic platform driver\n[ 0.621298] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622517] ohci-pci: OHCI PCI platform driver\n[ 0.623450] ohci-platform: OHCI generic platform driver\n[ 0.624535] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640254] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641841] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642920] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644236] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645539] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647025] usb usb1: Product: UHCI Host Controller\n[ 0.647994] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649200] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650245] hub 1-0:1.0: USB hub found\n[ 0.651092] hub 1-0:1.0: 2 ports detected\n[ 0.652203] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654477] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656627] mousedev: PS/2 mouse device common for all mice\n[ 0.658132] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660147] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661394] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663934] i2c /dev entries driver\n[ 0.664796] device-mapper: uevent: version 1.0.3\n[ 0.665850] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667603] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669443] NET: Registered protocol family 10\n[ 0.670885] NET: Registered protocol family 17\n[ 0.671871] Key type dns_resolver registered\n[ 0.673120] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674303] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676347] registered taskstats version 1\n[ 0.677238] Loading compiled-in X.509 certificates\n[ 0.678855] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680778] zswap: loaded using pool lzo/zbud\n[ 0.682826] Key type trusted registered\n[ 0.684626] Key type encrypted registered\n[ 0.685476] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686535] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687597] evm: HMAC attrs: 0x1\n[ 0.688630] Magic number: 14:330:287\n[ 0.689444] tty tty20: hash matches\n[ 0.690195] acpi PNP0400:00: hash matches\n[ 0.691084] rtc_cmos 00:00: setting system clock to 2018-08-12 16:17:18 UTC (1534090638)\n[ 0.692759] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703864] EDD information not available.\n[ 0.771507] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.773076] Write protecting the kernel read-only data: 14336k\n[ 0.776599] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778620] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.824234] 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDJuuDAW4Cx7Y1yycfgCDEdtglMScAZdwpT9ZFl6IdnmlPEpInryaWdVhWeTPrucM3JwaKk+jW1cebSKYfy1zhyEFeYVbqBNbgqnAn6XH0FVJo/Cfqntynpc+v3gNud+AEUSSdznI+dA3ijUaMiFEXVUAx63DziC6rawsxRw3LPWzgrs2Cg6DGooLsUTZrrGHR7d4i1RSJ3nYgh75cPj4Y5UoXzpXv1BN9MvUGUxaHC00wzs9Ogs6fyWRNmzLtJzBPhV2oZdLw/dj0exPJMby0ulxk4Fetzp94nZf/rJre1HOF3Lsdck+onA0R57PU9WqinS7qaVukLIySuh/ScGC/t root@cinder-test-vm-93418ee4-fcbc-4a56-bd7f-12e4194b6276\nssh-dss AAAAB3NzaC1kc3MAAACBAMofSTGGUlkMe+MF9PJFKUNV+KoRI9hJq+52rWHd1XnC5ElGhyaahPXkV5etllvF/b/2j+H/42E3F8HKuIsfCKnfEAAtywOo5T9zBiCUQzRC+ADD62+wC+dEfKIbQekjVhZw3yVnS4ij9oq/OfnZFlFj5LW0We2hGLPU2dkxumyVAAAAFQDQJDFv6RGxAoz0DRmxyzxkZKbuhQAAAIEAnCckvQ8bTiTLlbYGNgX8DPQKGPAk/OPg2cXvjC/FpqrpIleJUabsrzjrW9YtLudi1mX7D1JPvXdYjkyO9HmztC5QI6I5yYiidINDk9JxhO1uP+fOg9JZ5rVww9eOpdNl/suJZLHcHZ+8NssREfu0Zm1LLFKDpobQWIc1q9hH2QgAAACAXU1dbOvrV94JHF2vKcvsTb43JORSguXe2sU3NgPEY/i0B2GuVYfHMPQygkG+xMqCkUDTKnOODfiaKs5g+FxQbKPa0vl5wIQo4EHK4NFJbcyBGWvi9BtIvhfVsJljXREwQADUeaDwsS0DAEwoYqG0G/sXGQdG96QBJ986665gvQs= root@cinder-test-vm-93418ee4-fcbc-4a56-bd7f-12e4194b6276\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:fe70:b3c8/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-93418ee4-fcbc-4a56-bd7f-12e4194b6276\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.17 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-93418ee4-fcbc-4a56-bd7f-12e4194b6276 login: "} 2018-08-12 16:17:23,493 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/action used request id req-523dfa92-8970-4fea-98a8-95a3c7225b40 2018-08-12 16:17:23,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.10157585144s 2018-08-12 16:17:23,494 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/action used request id req-523dfa92-8970-4fea-98a8-95a3c7225b40 2018-08-12 16:17:23,494 - 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 484365101 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.140303] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142018] pid_max: default: 32768 minimum: 301 [ 0.142946] ACPI: Core revision 20150930 [ 0.144360] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145735] Security Framework initialized [ 0.146581] Yama: becoming mindful. [ 0.147353] AppArmor: AppArmor initialized [ 0.148249] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149630] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150959] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152216] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153713] Initializing cgroup subsys io [ 0.154553] Initializing cgroup subsys memory [ 0.155462] Initializing cgroup subsys devices [ 0.156369] Initializing cgroup subsys freezer [ 0.157274] Initializing cgroup subsys net_cls [ 0.158184] Initializing cgroup subsys perf_event [ 0.159131] Initializing cgroup subsys net_prio [ 0.160054] Initializing cgroup subsys hugetlb [ 0.160959] Initializing cgroup subsys pids [ 0.161861] CPU: Physical Processor ID: 0 [ 0.163416] mce: CPU supports 10 MCE banks [ 0.164299] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165342] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181905] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.188190] ftrace: allocating 31920 entries in 125 pages [ 0.214000] smpboot: Max logical packages: 1 [ 0.214890] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216294] x2apic enabled [ 0.217120] Switched APIC routing to physical x2apic. [ 0.218878] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220069] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222142] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224002] KVM setup paravirtual spinlock [ 0.225373] x86: Booted up 1 node, 1 CPUs [ 0.226231] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227690] devtmpfs: initialized [ 0.229498] evm: security.selinux [ 0.230236] evm: security.SMACK64 [ 0.230968] evm: security.SMACK64EXEC [ 0.231741] evm: security.SMACK64TRANSMUTE [ 0.232583] evm: security.SMACK64MMAP [ 0.233360] evm: security.ima [ 0.234034] evm: security.capability [ 0.234882] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236834] pinctrl core: initialized pinctrl subsystem [ 0.237991] RTC time: 16:17:18, date: 08/12/18 [ 0.239002] NET: Registered protocol family 16 [ 0.240030] cpuidle: using governor ladder [ 0.240886] cpuidle: using governor menu [ 0.241708] PCCT header not found. [ 0.242496] ACPI: bus type PCI registered [ 0.243332] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244632] PCI: Using configuration type 1 for base access [ 0.246482] ACPI: Added _OSI(Module Device) [ 0.247366] ACPI: Added _OSI(Processor Device) [ 0.248268] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249211] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251017] ACPI: Interpreter enabled [ 0.251820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259497] ACPI: (supports S0 S5) [ 0.260239] ACPI: Using IOAPIC for interrupt routing [ 0.261232] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264451] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265677] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268222] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270564] acpiphp: Slot [3] registered [ 0.271406] acpiphp: Slot [4] registered [ 0.272251] acpiphp: Slot [5] registered [ 0.273093] acpiphp: Slot [6] registered [ 0.273928] acpiphp: Slot [7] registered [ 0.274767] acpiphp: Slot [8] registered [ 0.275603] acpiphp: Slot [9] registered [ 0.276443] acpiphp: Slot [10] registered [ 0.277295] acpiphp: Slot [11] registered [ 0.278153] acpiphp: Slot [12] registered [ 0.279007] acpiphp: Slot [13] registered [ 0.279857] acpiphp: Slot [14] registered [ 0.280711] acpiphp: Slot [15] registered [ 0.291460] acpiphp: Slot [16] registered [ 0.292316] acpiphp: Slot [17] registered [ 0.293166] acpiphp: Slot [18] registered [ 0.294018] acpiphp: Slot [19] registered [ 0.294867] acpiphp: Slot [20] registered [ 0.295722] acpiphp: Slot [21] registered [ 0.296569] acpiphp: Slot [22] registered [ 0.297423] acpiphp: Slot [23] registered [ 0.298287] acpiphp: Slot [24] registered [ 0.299138] acpiphp: Slot [25] registered [ 0.299993] acpiphp: Slot [26] registered [ 0.300839] acpiphp: Slot [27] registered [ 0.301734] acpiphp: Slot [28] registered [ 0.302580] acpiphp: Slot [29] registered [ 0.303430] acpiphp: Slot [30] registered [ 0.304289] acpiphp: Slot [31] registered [ 0.305137] PCI host bridge to bus 0000:00 [ 0.305988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.307260] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.308538] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.311577] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.313123] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.317838] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319074] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320400] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.323972] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.325553] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.344990] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.347320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.348837] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.350303] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.351749] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.353083] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.354461] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.355564] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.357182] vgaarb: loaded [ 0.357808] vgaarb: bridge control possible 0000:00:02.0 [ 0.359099] SCSI subsystem initialized [ 0.360057] ACPI: bus type USB registered [ 0.360926] usbcore: registered new interface driver usbfs [ 0.362008] usbcore: registered new interface driver hub [ 0.363075] usbcore: registered new device driver usb [ 0.364245] PCI: Using ACPI for IRQ routing [ 0.365412] NetLabel: Initializing [ 0.366165] NetLabel: domain hash size = 128 [ 0.367052] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.368047] NetLabel: unlabeled traffic allowed by default [ 0.369265] clocksource: Switched to clocksource kvm-clock [ 0.377774] AppArmor: AppArmor Filesystem Enabled [ 0.378796] pnp: PnP ACPI init [ 0.379775] pnp: PnP ACPI: found 5 devices [ 0.386234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.388032] NET: Registered protocol family 2 [ 0.389142] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.390493] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391761] TCP: Hash tables configured (established 4096 bind 4096) [ 0.393013] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.394149] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.395396] NET: Registered protocol family 1 [ 0.396320] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397474] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.398599] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412742] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426956] Trying to unpack rootfs image as initramfs... [ 0.485238] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.486996] Scanning for low memory corruption every 60 seconds [ 0.488445] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489676] audit: initializing netlink subsys (disabled) [ 0.490753] audit: type=2000 audit(1534090638.831:1): initialized [ 0.492159] Initialise system trusted keyring [ 0.493175] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.494398] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.496583] zbud: loaded [ 0.497368] VFS: Disk quotas dquot_6.6.0 [ 0.498237] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.499912] fuse init (API version 7.23) [ 0.500864] Key type big_key registered [ 0.501725] Allocating IMA MOK and blacklist keyrings. [ 0.503020] Key type asymmetric registered [ 0.503886] Asymmetric key parser 'x509' registered [ 0.504888] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.506458] io scheduler noop registered [ 0.507290] io scheduler deadline registered (default) [ 0.508332] io scheduler cfq registered [ 0.509221] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.510323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.511671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513183] ACPI: Power Button [PWRF] [ 0.514093] GHES: HEST is not enabled! [ 0.527871] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.558119] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.560297] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585765] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590014] Linux agpgart interface v0.103 [ 0.593953] brd: module loaded [ 0.595840] loop: module loaded [ 0.600704] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.602253] GPT:90111 != 2097151 [ 0.602982] GPT:Alternate GPT header not at the end of the disk. [ 0.604155] GPT:90111 != 2097151 [ 0.604867] GPT: Use GNU Parted to correct GPT errors. [ 0.605912] vda: vda1 vda15 [ 0.607672] scsi host0: ata_piix [ 0.608516] scsi host1: ata_piix [ 0.609305] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.610604] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.612235] libphy: Fixed MDIO Bus: probed [ 0.613117] tun: Universal TUN/TAP device driver, 1.6 [ 0.614132] tun: (C) 1999-2004 Max Krasnyansky [ 0.616928] PPP generic driver version 2.4.2 [ 0.617980] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.619272] ehci-pci: EHCI PCI platform driver [ 0.620221] ehci-platform: EHCI generic platform driver [ 0.621298] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622517] ohci-pci: OHCI PCI platform driver [ 0.623450] ohci-platform: OHCI generic platform driver [ 0.624535] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640254] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641841] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.642920] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.644236] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645539] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647025] usb usb1: Product: UHCI Host Controller [ 0.647994] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649200] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650245] hub 1-0:1.0: USB hub found [ 0.651092] hub 1-0:1.0: 2 ports detected [ 0.652203] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654477] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655489] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656627] mousedev: PS/2 mouse device common for all mice [ 0.658132] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.660147] rtc_cmos 00:00: RTC can wake from S4 [ 0.661394] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662663] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663934] i2c /dev entries driver [ 0.664796] device-mapper: uevent: version 1.0.3 [ 0.665850] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.667603] ledtrig-cpu: registered to indicate activity on CPUs [ 0.669443] NET: Registered protocol family 10 [ 0.670885] NET: Registered protocol family 17 [ 0.671871] Key type dns_resolver registered [ 0.673120] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674303] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676347] registered taskstats version 1 [ 0.677238] Loading compiled-in X.509 certificates [ 0.678855] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680778] zswap: loaded using pool lzo/zbud [ 0.682826] Key type trusted registered [ 0.684626] Key type encrypted registered [ 0.685476] AppArmor: AppArmor sha1 policy hashing enabled [ 0.686535] ima: No TPM chip found, activating TPM-bypass! [ 0.687597] evm: HMAC attrs: 0x1 [ 0.688630] Magic number: 14:330:287 [ 0.689444] tty tty20: hash matches [ 0.690195] acpi PNP0400:00: hash matches [ 0.691084] rtc_cmos 00:00: setting system clock to 2018-08-12 16:17:18 UTC (1534090638) [ 0.692759] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.703864] EDD information not available. [ 0.771507] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773076] Write protecting the kernel read-only data: 14336k [ 0.776599] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.778620] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.824234] 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.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDJuuDAW4Cx7Y1yycfgCDEdtglMScAZdwpT9ZFl6IdnmlPEpInryaWdVhWeTPrucM3JwaKk+jW1cebSKYfy1zhyEFeYVbqBNbgqnAn6XH0FVJo/Cfqntynpc+v3gNud+AEUSSdznI+dA3ijUaMiFEXVUAx63DziC6rawsxRw3LPWzgrs2Cg6DGooLsUTZrrGHR7d4i1RSJ3nYgh75cPj4Y5UoXzpXv1BN9MvUGUxaHC00wzs9Ogs6fyWRNmzLtJzBPhV2oZdLw/dj0exPJMby0ulxk4Fetzp94nZf/rJre1HOF3Lsdck+onA0R57PU9WqinS7qaVukLIySuh/ScGC/t root@cinder-test-vm-93418ee4-fcbc-4a56-bd7f-12e4194b6276 ssh-dss AAAAB3NzaC1kc3MAAACBAMofSTGGUlkMe+MF9PJFKUNV+KoRI9hJq+52rWHd1XnC5ElGhyaahPXkV5etllvF/b/2j+H/42E3F8HKuIsfCKnfEAAtywOo5T9zBiCUQzRC+ADD62+wC+dEfKIbQekjVhZw3yVnS4ij9oq/OfnZFlFj5LW0We2hGLPU2dkxumyVAAAAFQDQJDFv6RGxAoz0DRmxyzxkZKbuhQAAAIEAnCckvQ8bTiTLlbYGNgX8DPQKGPAk/OPg2cXvjC/FpqrpIleJUabsrzjrW9YtLudi1mX7D1JPvXdYjkyO9HmztC5QI6I5yYiidINDk9JxhO1uP+fOg9JZ5rVww9eOpdNl/suJZLHcHZ+8NssREfu0Zm1LLFKDpobQWIc1q9hH2QgAAACAXU1dbOvrV94JHF2vKcvsTb43JORSguXe2sU3NgPEY/i0B2GuVYfHMPQygkG+xMqCkUDTKnOODfiaKs5g+FxQbKPa0vl5wIQo4EHK4NFJbcyBGWvi9BtIvhfVsJljXREwQADUeaDwsS0DAEwoYqG0G/sXGQdG96QBJ986665gvQs= root@cinder-test-vm-93418ee4-fcbc-4a56-bd7f-12e4194b6276 -----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:fe70:b3c8/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-93418ee4-fcbc-4a56-bd7f-12e4194b6276 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.17 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-93418ee4-fcbc-4a56-bd7f-12e4194b6276 login: 2018-08-12 16:17:23,498 - paramiko.transport - DEBUG - starting thread (client mode): 0xd0a04f50L 2018-08-12 16:17:23,499 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 16:17:23,499 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-12 16:17:23,499 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-12 16:17:23,500 - 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-12 16:17:23,500 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 16:17:23,501 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-12 16:17:23,501 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 16:17:23,501 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 16:17:23,501 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 16:17:23,518 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 16:17:23,519 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 16:17:23,531 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: b376db0bb4f52d1da4b1d26cb4c14630 2018-08-12 16:17:23,531 - paramiko.transport - DEBUG - Trying discovered key 33d90bc510a84ac6b2d8b54aa165581b in /tmp/tmpR_kvdF 2018-08-12 16:17:23,556 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 16:17:23,562 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 16:17:23,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-12 16:17:23,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"volumeAttachment": {"volumeId": "09a9db73-b38b-4247-aaaa-df78d71e5a64"}}' 2018-08-12 16:17:25,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-912049af-2c05-4d5f-9b38-0758f817f7c9 x-compute-request-id: req-912049af-2c05-4d5f-9b38-0758f817f7c9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "96d04662-b053-435d-9eb3-ac624e652380", "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "volumeId": "09a9db73-b38b-4247-aaaa-df78d71e5a64"}} 2018-08-12 16:17:25,436 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/os-volume_attachments used request id req-912049af-2c05-4d5f-9b38-0758f817f7c9 2018-08-12 16:17:25,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.87190389633s 2018-08-12 16:17:25,436 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/os-volume_attachments used request id req-912049af-2c05-4d5f-9b38-0758f817f7c9 2018-08-12 16:17:25,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:25,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:26,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:25 GMT Server: Apache x-compute-request-id: req-5f587e88-16c8-4093-ab47-0d75f85451c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f587e88-16c8-4093-ab47-0d75f85451c4 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:25.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:26,466 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-5f587e88-16c8-4093-ab47-0d75f85451c4 2018-08-12 16:17:26,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02933287621s 2018-08-12 16:17:26,466 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-5f587e88-16c8-4093-ab47-0d75f85451c4 2018-08-12 16:17:26,468 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:28,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:28,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:29,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:28 GMT Server: Apache x-compute-request-id: req-5717861e-cf2f-4727-bee7-1537165ae180 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5717861e-cf2f-4727-bee7-1537165ae180 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:28.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:29,532 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-5717861e-cf2f-4727-bee7-1537165ae180 2018-08-12 16:17:29,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.06112885475s 2018-08-12 16:17:29,532 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-5717861e-cf2f-4727-bee7-1537165ae180 2018-08-12 16:17:29,534 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:31,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:31,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:32,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:31 GMT Server: Apache x-compute-request-id: req-45ece0d2-b755-47f2-b21c-b7fa5cd58f16 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-45ece0d2-b755-47f2-b21c-b7fa5cd58f16 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [{"server_id": "96d04662-b053-435d-9eb3-ac624e652380", "attachment_id": "b0ba35ec-6472-46f8-8f98-9970d772e745", "attached_at": "2018-08-12T16:17:28.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "device": "/dev/vdb", "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64"}], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:30.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:32,564 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-45ece0d2-b755-47f2-b21c-b7fa5cd58f16 2018-08-12 16:17:32,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02734804153s 2018-08-12 16:17:32,564 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-45ece0d2-b755-47f2-b21c-b7fa5cd58f16 2018-08-12 16:17:32,567 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 16:17:32,568 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 16:17:32,568 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 16:17:32,569 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 16:17:32,637 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 16:17:32,637 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-12 16:17:32,638 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 16:17:32,639 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 16:17:32,676 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-12 16:17:32,677 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 16:17:32,704 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 16:17:32,902 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 16:17:32,902 - 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: ae878a1f-a9c6-41b5-bda3-a78b57ee9e89 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-12 16:17:32,902 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-12 16:17:32,903 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-12 16:17:32,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-12 16:17:32,904 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 16:17:32,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/os-volume_attachments/09a9db73-b38b-4247-aaaa-df78d71e5a64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:34,651 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:17: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-8ce6a9be-597e-493c-8386-4b491a0a41ab x-compute-request-id: req-8ce6a9be-597e-493c-8386-4b491a0a41ab Content-Length: 0 Content-Type: application/json 2018-08-12 16:17:34,651 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/os-volume_attachments/09a9db73-b38b-4247-aaaa-df78d71e5a64 used request id req-8ce6a9be-597e-493c-8386-4b491a0a41ab 2018-08-12 16:17:34,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.74695801735s 2018-08-12 16:17:34,651 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380/os-volume_attachments/09a9db73-b38b-4247-aaaa-df78d71e5a64 used request id req-8ce6a9be-597e-493c-8386-4b491a0a41ab 2018-08-12 16:17:34,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:34,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:35,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:34 GMT Server: Apache x-compute-request-id: req-90bd782e-d211-412d-8c19-17c7add15c5e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90bd782e-d211-412d-8c19-17c7add15c5e Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [{"server_id": "96d04662-b053-435d-9eb3-ac624e652380", "attachment_id": "b0ba35ec-6472-46f8-8f98-9970d772e745", "attached_at": "2018-08-12T16:17:28.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "device": "/dev/vdb", "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64"}], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:34.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:35,662 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-90bd782e-d211-412d-8c19-17c7add15c5e 2018-08-12 16:17:35,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01067495346s 2018-08-12 16:17:35,663 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-90bd782e-d211-412d-8c19-17c7add15c5e 2018-08-12 16:17:35,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:37,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:37,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:38,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:37 GMT Server: Apache x-compute-request-id: req-1b715b13-c4da-408e-814e-63f02ad32784 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b715b13-c4da-408e-814e-63f02ad32784 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:36.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:38,698 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-1b715b13-c4da-408e-814e-63f02ad32784 2018-08-12 16:17:38,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03082704544s 2018-08-12 16:17:38,698 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-1b715b13-c4da-408e-814e-63f02ad32784 2018-08-12 16:17:38,700 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-12 16:17:38,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-12 16:17:38,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"volumeAttachment": {"volumeId": "09a9db73-b38b-4247-aaaa-df78d71e5a64"}}' 2018-08-12 16:17:41,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-7e651249-56d0-4b3d-914d-9c965212d2fb x-compute-request-id: req-7e651249-56d0-4b3d-914d-9c965212d2fb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "82978cbe-603f-4b17-9333-22fb05833baf", "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "volumeId": "09a9db73-b38b-4247-aaaa-df78d71e5a64"}} 2018-08-12 16:17:41,778 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/os-volume_attachments used request id req-7e651249-56d0-4b3d-914d-9c965212d2fb 2018-08-12 16:17:41,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 3.07736802101s 2018-08-12 16:17:41,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/os-volume_attachments used request id req-7e651249-56d0-4b3d-914d-9c965212d2fb 2018-08-12 16:17:41,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:41,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:42,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:41 GMT Server: Apache x-compute-request-id: req-d5b9b0d7-7d32-460e-8ffc-4cf7132fa131 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5b9b0d7-7d32-460e-8ffc-4cf7132fa131 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:41.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:42,715 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-d5b9b0d7-7d32-460e-8ffc-4cf7132fa131 2018-08-12 16:17:42,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.936115980148s 2018-08-12 16:17:42,715 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-d5b9b0d7-7d32-460e-8ffc-4cf7132fa131 2018-08-12 16:17:42,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:44,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:44,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:45,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:44 GMT Server: Apache x-compute-request-id: req-b7017820-a8c7-4baf-8d6f-581bdf38c3c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7017820-a8c7-4baf-8d6f-581bdf38c3c7 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [{"server_id": "82978cbe-603f-4b17-9333-22fb05833baf", "attachment_id": "a8eb3a77-7890-42df-bee2-b80e86cf06df", "attached_at": "2018-08-12T16:17:43.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "device": "/dev/vdb", "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64"}], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:44.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:45,732 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-b7017820-a8c7-4baf-8d6f-581bdf38c3c7 2018-08-12 16:17:45,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01218676567s 2018-08-12 16:17:45,732 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-b7017820-a8c7-4baf-8d6f-581bdf38c3c7 2018-08-12 16:17:45,734 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 16:17:45,736 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-12 16:17:45,737 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 16:17:45,739 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 16:17:45,809 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 16:17:45,809 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-12 16:17:45,810 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 16:17:45,811 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 16:17:45,847 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-12 16:17:45,847 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 16:17:45,875 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 16:17:45,898 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 16:17:45,898 - 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-12 16:17:45,899 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-12 16:17:45,899 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-12 16:17:45,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-12 16:17:45,900 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 16:17:45,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/os-volume_attachments/09a9db73-b38b-4247-aaaa-df78d71e5a64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:47,604 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:17: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-22e3afb0-1929-4538-b9e9-7a7f57136104 x-compute-request-id: req-22e3afb0-1929-4538-b9e9-7a7f57136104 Content-Length: 0 Content-Type: application/json 2018-08-12 16:17:47,604 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/os-volume_attachments/09a9db73-b38b-4247-aaaa-df78d71e5a64 used request id req-22e3afb0-1929-4538-b9e9-7a7f57136104 2018-08-12 16:17:47,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.70385313034s 2018-08-12 16:17:47,604 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf/os-volume_attachments/09a9db73-b38b-4247-aaaa-df78d71e5a64 used request id req-22e3afb0-1929-4538-b9e9-7a7f57136104 2018-08-12 16:17:47,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:47,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:48,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:47 GMT Server: Apache x-compute-request-id: req-3acfcc2e-58fe-481c-a5d1-81e558eb9a4a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3acfcc2e-58fe-481c-a5d1-81e558eb9a4a Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:48.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:48,654 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-3acfcc2e-58fe-481c-a5d1-81e558eb9a4a 2018-08-12 16:17:48,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04901885986s 2018-08-12 16:17:48,654 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-3acfcc2e-58fe-481c-a5d1-81e558eb9a4a 2018-08-12 16:17:48,798 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:17:48,799 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:25 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-12 16:17:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 16:17:48,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:49,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:17: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-fa298153-d4b7-4ddb-9e88-748698af6bb7 x-compute-request-id: req-fa298153-d4b7-4ddb-9e88-748698af6bb7 Content-Type: application/json 2018-08-12 16:17:49,140 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf used request id req-fa298153-d4b7-4ddb-9e88-748698af6bb7 2018-08-12 16:17:49,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.335732936859s 2018-08-12 16:17:49,140 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf used request id req-fa298153-d4b7-4ddb-9e88-748698af6bb7 2018-08-12 16:17:49,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:49,143 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:49,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-23dfe435-014a-4a67-b78c-51404516f5bd x-compute-request-id: req-23dfe435-014a-4a67-b78c-51404516f5bd Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b3:c8", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b3:c8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:17:18.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "96d04662-b053-435d-9eb3-ac624e652380", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:17:18Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:17:09Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:1f:f4", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/82978cbe-603f-4b17-9333-22fb05833baf", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:16:52.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "82978cbe-603f-4b17-9333-22fb05833baf", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:17:48Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm2_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:16:42Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:17:49,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-23dfe435-014a-4a67-b78c-51404516f5bd 2018-08-12 16:17:49,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706097126007s 2018-08-12 16:17:49,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-23dfe435-014a-4a67-b78c-51404516f5bd 2018-08-12 16:17:49,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:51,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:51,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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:52,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-8547ac09-dbbf-4623-9e83-fc5c4e98cbd3 x-compute-request-id: req-8547ac09-dbbf-4623-9e83-fc5c4e98cbd3 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b3:c8", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b3:c8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:17:18.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "96d04662-b053-435d-9eb3-ac624e652380", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:17:18Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:17:09Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:17:52,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8547ac09-dbbf-4623-9e83-fc5c4e98cbd3 2018-08-12 16:17:52,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.859311103821s 2018-08-12 16:17:52,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8547ac09-dbbf-4623-9e83-fc5c4e98cbd3 2018-08-12 16:17:52,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 16:17:52,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/337caecb-3238-497e-803a-d266cdb5e70b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:53,311 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dfef3ca4-a82e-4070-a11e-fa404b5943dd Content-Length: 0 Date: Sun, 12 Aug 2018 16:17:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:17:53,311 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/337caecb-3238-497e-803a-d266cdb5e70b.json used request id req-dfef3ca4-a82e-4070-a11e-fa404b5943dd 2018-08-12 16:17:53,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.595155000687s 2018-08-12 16:17:53,312 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/337caecb-3238-497e-803a-d266cdb5e70b.json used request id req-dfef3ca4-a82e-4070-a11e-fa404b5943dd 2018-08-12 16:17:53,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:17:53,317 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:53,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-3a3c45d4-c043-432a-8097-a3ca2efde350 Date: Sun, 12 Aug 2018 16:17:53 GMT RESP BODY: {"floatingips": [{"router_id": "95683a02-8272-4239-9680-bf6f291e6128", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T16:17:22Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "8958d74a-f0c7-4049-af64-57375cdf2104", "id": "dbdc80cc-a9a2-4d35-a43b-94f3013f2fa6", "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:17:22Z", "project_id": "97115b4656d945f580f9702d6cec4966"}]} 2018-08-12 16:17:53,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3a3c45d4-c043-432a-8097-a3ca2efde350 2018-08-12 16:17:53,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0568780899048s 2018-08-12 16:17:53,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-3a3c45d4-c043-432a-8097-a3ca2efde350 2018-08-12 16:17:53,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:53,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:53,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:53 GMT Server: Apache x-compute-request-id: req-54ab99b0-a89d-4b7a-87b7-5a671271f364 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54ab99b0-a89d-4b7a-87b7-5a671271f364 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "493b8206c91649e8b27d90edba691d5f", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "self"}, {"href": "http://172.30.9.23:8776/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-12T16:17:00.000000", "description": null, "os-vol-tenant-attr:tenant_id": "97115b4656d945f580f9702d6cec4966", "updated_at": "2018-08-12T16:17:48.000000", "volume_type": null, "name": "cinder_test-volume_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "09a9db73-b38b-4247-aaaa-df78d71e5a64", "size": 2}]} 2018-08-12 16:17:53,436 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-54ab99b0-a89d-4b7a-87b7-5a671271f364 2018-08-12 16:17:53,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0575120449066s 2018-08-12 16:17:53,436 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-54ab99b0-a89d-4b7a-87b7-5a671271f364 2018-08-12 16:17:53,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-12 16:17:53,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:53,536 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:17:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7424ef3c-4db3-4a10-b0cb-f5f3709ea933 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-12 16:17:53,536 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64 used request id req-7424ef3c-4db3-4a10-b0cb-f5f3709ea933 2018-08-12 16:17:53,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0986139774323s 2018-08-12 16:17:53,536 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/09a9db73-b38b-4247-aaaa-df78d71e5a64 used request id req-7424ef3c-4db3-4a10-b0cb-f5f3709ea933 2018-08-12 16:17:53,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-12 16:17:53,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:54,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17:53 GMT Server: Apache x-compute-request-id: req-a3aeb29f-b8e1-4de5-a111-7b49e82dc4f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a3aeb29f-b8e1-4de5-a111-7b49e82dc4f1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-12 16:17:54,515 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-a3aeb29f-b8e1-4de5-a111-7b49e82dc4f1 2018-08-12 16:17:54,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.978498935699s 2018-08-12 16:17:54,516 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/97115b4656d945f580f9702d6cec4966/volumes/detail used request id req-a3aeb29f-b8e1-4de5-a111-7b49e82dc4f1 2018-08-12 16:17:54,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 16:17:54,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/dbdc80cc-a9a2-4d35-a43b-94f3013f2fa6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:55,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f5d8127-3082-4651-8fb4-5621794f9dd3 Content-Length: 0 Date: Sun, 12 Aug 2018 16:17:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:17:55,516 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/dbdc80cc-a9a2-4d35-a43b-94f3013f2fa6.json used request id req-3f5d8127-3082-4651-8fb4-5621794f9dd3 2018-08-12 16:17:55,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.996953010559s 2018-08-12 16:17:55,516 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/dbdc80cc-a9a2-4d35-a43b-94f3013f2fa6.json used request id req-3f5d8127-3082-4651-8fb4-5621794f9dd3 2018-08-12 16:17:55,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 16:17:55,522 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:55,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9eafe5c4-bdee-4f70-b46d-58fce080e5db Date: Sun, 12 Aug 2018 16:17:55 GMT RESP BODY: {"floatingips": []} 2018-08-12 16:17:55,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-9eafe5c4-bdee-4f70-b46d-58fce080e5db 2018-08-12 16:17:55,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0492098331451s 2018-08-12 16:17:55,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-9eafe5c4-bdee-4f70-b46d-58fce080e5db 2018-08-12 16:17:55,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 16:17:55,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:55,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:17: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-4144aad1-77e2-4d29-b53e-8aa4c6bce58e x-compute-request-id: req-4144aad1-77e2-4d29-b53e-8aa4c6bce58e Content-Type: application/json 2018-08-12 16:17:55,906 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380 used request id req-4144aad1-77e2-4d29-b53e-8aa4c6bce58e 2018-08-12 16:17:55,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.334311008453s 2018-08-12 16:17:55,906 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380 used request id req-4144aad1-77e2-4d29-b53e-8aa4c6bce58e 2018-08-12 16:17:55,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:55,910 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:56,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-212786d9-c3ab-46ea-9c81-f0de98a32c58 x-compute-request-id: req-212786d9-c3ab-46ea-9c81-f0de98a32c58 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b3:c8", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b3:c8", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/96d04662-b053-435d-9eb3-ac624e652380", "rel": "bookmark"}], "image": {"id": "766f42ae-3132-48b8-8025-08c18df3002b", "links": [{"href": "http://172.30.9.23:8774/images/766f42ae-3132-48b8-8025-08c18df3002b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T16:17:18.000000", "flavor": {"id": "c38d19cb-150f-4eda-8397-a4373735da78", "links": [{"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "bookmark"}]}, "id": "96d04662-b053-435d-9eb3-ac624e652380", "security_groups": [{"name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}], "user_id": "493b8206c91649e8b27d90edba691d5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T16:17:55Z", "hostId": "9639e863e22105ffa74d3d72acc2add6badacf89ceb61e86790f1e3d", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "name": "cinder_test-vm_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "created": "2018-08-12T16:17:09Z", "tenant_id": "97115b4656d945f580f9702d6cec4966", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 16:17:56,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-212786d9-c3ab-46ea-9c81-f0de98a32c58 2018-08-12 16:17:56,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434859037399s 2018-08-12 16:17:56,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-212786d9-c3ab-46ea-9c81-f0de98a32c58 2018-08-12 16:17:56,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 16:17:58,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 16:17:58,349 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:58,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:17: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-3fb46429-cac4-4fa7-8615-fff378605cad x-compute-request-id: req-3fb46429-cac4-4fa7-8615-fff378605cad Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 16:17:58,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3fb46429-cac4-4fa7-8615-fff378605cad 2018-08-12 16:17:58,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0660300254822s 2018-08-12 16:17:58,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3fb46429-cac4-4fa7-8615-fff378605cad 2018-08-12 16:17:58,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 16:17:58,417 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:58,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-1920a4aa-17e5-47af-af83-8cefa739ff57 Date: Sun, 12 Aug 2018 16:17:58 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:34Z", "updated_at": "2018-08-12T16:16:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T16:16:35Z", "revision_number": 0, "id": "38d990aa-104a-4964-9813-115425a6a739", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:35Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": 22, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:35Z", "revision_number": 0, "id": "8eb9ac6f-67d4-4f5a-8f76-dbe19bf48739", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:35Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:34Z", "revision_number": 0, "id": "be21d7f6-4bba-437e-b818-b29e2d956186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:34Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:34Z", "revision_number": 0, "id": "ea3c0162-7328-45fb-9d78-bd3a632e9281", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:34Z", "security_group_id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 3, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "99810ac8-614f-41ab-9fc3-aea34cfe0ec2", "name": "cinder_test-sg_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 16:17:58,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1920a4aa-17e5-47af-af83-8cefa739ff57 2018-08-12 16:17:58,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0439908504486s 2018-08-12 16:17:58,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1920a4aa-17e5-47af-af83-8cefa739ff57 2018-08-12 16:17:58,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 16:17:58,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/99810ac8-614f-41ab-9fc3-aea34cfe0ec2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:58,919 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a8a76d3-187d-4568-bd7c-b1bf58b1f0d0 Content-Length: 0 Date: Sun, 12 Aug 2018 16:17:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:17:58,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/99810ac8-614f-41ab-9fc3-aea34cfe0ec2.json used request id req-5a8a76d3-187d-4568-bd7c-b1bf58b1f0d0 2018-08-12 16:17:58,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.454177856445s 2018-08-12 16:17:58,919 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/99810ac8-614f-41ab-9fc3-aea34cfe0ec2.json used request id req-5a8a76d3-187d-4568-bd7c-b1bf58b1f0d0 2018-08-12 16:17:58,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 16:17:58,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:17:58,985 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:17: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-1606cd62-8d29-4adb-a267-2bc97c13e672 x-compute-request-id: req-1606cd62-8d29-4adb-a267-2bc97c13e672 Content-Length: 0 Content-Type: application/json 2018-08-12 16:17:58,985 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276 used request id req-1606cd62-8d29-4adb-a267-2bc97c13e672 2018-08-12 16:17:58,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0655388832092s 2018-08-12 16:17:58,986 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_93418ee4-fcbc-4a56-bd7f-12e4194b6276 used request id req-1606cd62-8d29-4adb-a267-2bc97c13e672 2018-08-12 16:17:58,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:17:58,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128/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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" -d '{"subnet_id": "4ff192e0-348a-46fb-99c0-b585efdb93e2"}' 2018-08-12 16:18:00,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cc9fdcbd-556b-4fbd-8935-408abbcbb622 Date: Sun, 12 Aug 2018 16:18:00 GMT RESP BODY: {"network_id": "f06f104d-bcdc-4e36-9c46-47d33d051aad", "tenant_id": "97115b4656d945f580f9702d6cec4966", "subnet_id": "4ff192e0-348a-46fb-99c0-b585efdb93e2", "subnet_ids": ["4ff192e0-348a-46fb-99c0-b585efdb93e2"], "port_id": "d0cc3adb-ae6e-4539-80e4-6f1ba8ddfb51", "id": "95683a02-8272-4239-9680-bf6f291e6128"} 2018-08-12 16:18:00,714 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128/remove_router_interface.json used request id req-cc9fdcbd-556b-4fbd-8935-408abbcbb622 2018-08-12 16:18:00,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72772097588s 2018-08-12 16:18:00,714 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128/remove_router_interface.json used request id req-cc9fdcbd-556b-4fbd-8935-408abbcbb622 returning object 95683a02-8272-4239-9680-bf6f291e6128 2018-08-12 16:18:00,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:18:00,715 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:18:00,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-5d98063a-79c9-4dfb-812f-d1d3b196a013 Date: Sun, 12 Aug 2018 16:18:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:26Z", "admin_state_up": true, "updated_at": "2018-08-12T16:17:59Z", "revision_number": 4, "routes": [], "project_id": "97115b4656d945f580f9702d6cec4966", "id": "95683a02-8272-4239-9680-bf6f291e6128", "name": "cinder_test-router_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:18:00,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5d98063a-79c9-4dfb-812f-d1d3b196a013 2018-08-12 16:18:00,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11808180809s 2018-08-12 16:18:00,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5d98063a-79c9-4dfb-812f-d1d3b196a013 2018-08-12 16:18:00,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:18:00,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:18:02,337 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72354cdb-332e-4881-aed3-8aba29c19302 Content-Length: 0 Date: Sun, 12 Aug 2018 16:18:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:18:02,337 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128.json used request id req-72354cdb-332e-4881-aed3-8aba29c19302 2018-08-12 16:18:02,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.50265192986s 2018-08-12 16:18:02,338 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/95683a02-8272-4239-9680-bf6f291e6128.json used request id req-72354cdb-332e-4881-aed3-8aba29c19302 2018-08-12 16:18:02,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:18:02,339 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:18:02,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-88844c2e-e362-48d3-a4dd-b00c58eeef94 Date: Sun, 12 Aug 2018 16:18:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:16:25Z","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":"97115b4656d945f580f9702d6cec4966","id":"4ff192e0-348a-46fb-99c0-b585efdb93e2","subnetpool_id":null,"name":"cinder_test-subnet_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:18:02,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-88844c2e-e362-48d3-a4dd-b00c58eeef94 2018-08-12 16:18:02,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0432069301605s 2018-08-12 16:18:02,382 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-88844c2e-e362-48d3-a4dd-b00c58eeef94 2018-08-12 16:18:02,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:18:02,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/4ff192e0-348a-46fb-99c0-b585efdb93e2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:18:04,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-564d0eb2-6b31-4b31-87d7-84a56d0ffe31 Date: Sun, 12 Aug 2018 16:18:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:18:04,634 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4ff192e0-348a-46fb-99c0-b585efdb93e2.json used request id req-564d0eb2-6b31-4b31-87d7-84a56d0ffe31 2018-08-12 16:18:04,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.25131988525s 2018-08-12 16:18:04,635 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4ff192e0-348a-46fb-99c0-b585efdb93e2.json used request id req-564d0eb2-6b31-4b31-87d7-84a56d0ffe31 2018-08-12 16:18:04,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:18:04,636 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:18:04,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-ef5ee793-48e1-44a5-8eea-67702a1675a6 Date: Sun, 12 Aug 2018 16:18:04 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":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:06:42Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","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-12T16:18:04Z","tenant_id":"97115b4656d945f580f9702d6cec4966","created_at":"2018-08-12T16:16:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"97115b4656d945f580f9702d6cec4966","id":"f06f104d-bcdc-4e36-9c46-47d33d051aad","name":"cinder_test-net_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}]} 2018-08-12 16:18:04,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ef5ee793-48e1-44a5-8eea-67702a1675a6 2018-08-12 16:18:04,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.125943183899s 2018-08-12 16:18:04,762 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ef5ee793-48e1-44a5-8eea-67702a1675a6 2018-08-12 16:18:04,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:18:04,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/f06f104d-bcdc-4e36-9c46-47d33d051aad.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:18:06,556 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c98bbb94-0cbc-49da-8cae-797df06cc8db Date: Sun, 12 Aug 2018 16:18:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:18:06,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f06f104d-bcdc-4e36-9c46-47d33d051aad.json used request id req-c98bbb94-0cbc-49da-8cae-797df06cc8db 2018-08-12 16:18:06,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.79292106628s 2018-08-12 16:18:06,557 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f06f104d-bcdc-4e36-9c46-47d33d051aad.json used request id req-c98bbb94-0cbc-49da-8cae-797df06cc8db 2018-08-12 16:18:06,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:18:06,566 - 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}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:18:06,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-7a145f38-36c1-4e07-9142-ef794e114feb Date: Sun, 12 Aug 2018 16:18:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:16:33Z", "file": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b/file", "owner": "97115b4656d945f580f9702d6cec4966", "id": "766f42ae-3132-48b8-8025-08c18df3002b", "size": 12716032, "self": "/v2/images/766f42ae-3132-48b8-8025-08c18df3002b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/766f42ae-3132-48b8-8025-08c18df3002b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:16:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:18:06,864 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7a145f38-36c1-4e07-9142-ef794e114feb 2018-08-12 16:18:06,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303030967712s 2018-08-12 16:18:06,865 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7a145f38-36c1-4e07-9142-ef794e114feb 2018-08-12 16:18:06,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:18:06,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/766f42ae-3132-48b8-8025-08c18df3002b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ffda9f2ccb714a47dffbb5d3bb7fbb21f25553b8" 2018-08-12 16:18:07,564 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8e9e0b3-4ee1-44a8-92a1-37f1bf6d3097 Date: Sun, 12 Aug 2018 16:18:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 16:18:07,565 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/766f42ae-3132-48b8-8025-08c18df3002b used request id req-a8e9e0b3-4ee1-44a8-92a1-37f1bf6d3097 2018-08-12 16:18:07,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.697848081589s 2018-08-12 16:18:07,565 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/766f42ae-3132-48b8-8025-08c18df3002b used request id req-a8e9e0b3-4ee1-44a8-92a1-37f1bf6d3097 2018-08-12 16:18:07,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:18:07,569 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:18:07,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:18: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-8eb2010f-d16e-4a4f-95df-4b4eb2a5c5b6 x-compute-request-id: req-8eb2010f-d16e-4a4f-95df-4b4eb2a5c5b6 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c38d19cb-150f-4eda-8397-a4373735da78", "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": "c38d19cb-150f-4eda-8397-a4373735da78"}]} 2018-08-12 16:18:07,589 - 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-8eb2010f-d16e-4a4f-95df-4b4eb2a5c5b6 2018-08-12 16:18:07,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238780975342s 2018-08-12 16:18:07,590 - 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-8eb2010f-d16e-4a4f-95df-4b4eb2a5c5b6 2018-08-12 16:18:07,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:18:07,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:18:07,624 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:18: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-cdbc56d6-1356-42da-b12f-3a856fcab67f x-compute-request-id: req-cdbc56d6-1356-42da-b12f-3a856fcab67f Content-Length: 0 Content-Type: application/json 2018-08-12 16:18:07,624 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78 used request id req-cdbc56d6-1356-42da-b12f-3a856fcab67f 2018-08-12 16:18:07,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0326352119446s 2018-08-12 16:18:07,624 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c38d19cb-150f-4eda-8397-a4373735da78 used request id req-cdbc56d6-1356-42da-b12f-3a856fcab67f 2018-08-12 16:18:07,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:18:07,628 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:18:07,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddacb3d4-056c-419e-a106-8a7a886fac9c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "links": {"self": "http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "493b8206c91649e8b27d90edba691d5f", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 16:18:07,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ddacb3d4-056c-419e-a106-8a7a886fac9c 2018-08-12 16:18:07,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206353902817s 2018-08-12 16:18:07,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ddacb3d4-056c-419e-a106-8a7a886fac9c 2018-08-12 16:18:07,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 16:18:07,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:18:08,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7d728c-8614-4d0f-b8e0-fc25427a618e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_93418ee4-fcbc-4a56-bd7f-12e4194b6276", "links": {"self": "http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "493b8206c91649e8b27d90edba691d5f", "description": null}} 2018-08-12 16:18:08,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f used request id req-3c7d728c-8614-4d0f-b8e0-fc25427a618e 2018-08-12 16:18:08,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207402944565s 2018-08-12 16:18:08,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f used request id req-3c7d728c-8614-4d0f-b8e0-fc25427a618e 2018-08-12 16:18:08,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 16:18:08,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:18:08,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:18:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3f6d7b8-2983-49e4-af98-a1647efe95b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:18:08,427 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f used request id req-d3f6d7b8-2983-49e4-af98-a1647efe95b4 2018-08-12 16:18:08,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.380956172943s 2018-08-12 16:18:08,427 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/493b8206c91649e8b27d90edba691d5f used request id req-d3f6d7b8-2983-49e4-af98-a1647efe95b4 2018-08-12 16:18:08,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 16:18:08,438 - 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}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:18:08,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d69d42b4-2f1d-4651-9e5d-a78f71c65fc7 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/97115b4656d945f580f9702d6cec4966"}, "tags": [], "enabled": true, "id": "97115b4656d945f580f9702d6cec4966", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_93418ee4-fcbc-4a56-bd7f-12e4194b6276"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 16:18:08,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d69d42b4-2f1d-4651-9e5d-a78f71c65fc7 2018-08-12 16:18:08,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189974069595s 2018-08-12 16:18:08,626 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d69d42b4-2f1d-4651-9e5d-a78f71c65fc7 2018-08-12 16:18:08,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 16:18:08,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/97115b4656d945f580f9702d6cec4966 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}683eb6c6fa0aeaeba91eddee6c161f11bfd0e947" 2018-08-12 16:18:08,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 16:18:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ab66fce-2c46-4399-966c-395f8a7cf3df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 16:18:08,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/97115b4656d945f580f9702d6cec4966 used request id req-9ab66fce-2c46-4399-966c-395f8a7cf3df 2018-08-12 16:18:08,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.273697853088s 2018-08-12 16:18:08,904 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/97115b4656d945f580f9702d6cec4966 used request id req-9ab66fce-2c46-4399-966c-395f8a7cf3df 2018-08-12 16:18:08,960 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-12 16:18:09,091 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-12 16:18:09,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:18:09,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:18:09,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:18:09,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:18:09,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:18:09,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:18:09,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:18:09,094 - 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-12 16:18:09,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f93a81f-07f7-41f0-930e-d5cc0be8d1f3 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-12 16:18:09,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6f93a81f-07f7-41f0-930e-d5cc0be8d1f3 2018-08-12 16:18:09,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:18:09,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:18:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["XjE4WDr_Q46qhOPYDZD1ug"], "issued_at": "2018-08-12T16:18:09.000000Z"}} 2018-08-12 16:18:09,496 - 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-12 16:18:09,501 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:18:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f5fa4ee-3477-4695-8878-acd935b6ab58 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-12 16:18:09,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-1f5fa4ee-3477-4695-8878-acd935b6ab58 2018-08-12 16:18:09,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 16:18:09,508 - 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-12 16:18:09,514 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:18:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a575a12-86ab-4f4a-b5e3-bf6b1313e3c0 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-12 16:18:09,514 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-2a575a12-86ab-4f4a-b5e3-bf6b1313e3c0 2018-08-12 16:18:09,515 - 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}4d0eb36b7263990d62ba35999aabde9be0bdecc9" 2018-08-12 16:18:09,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea64066-3838-453e-8983-fabfee5637ff Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/018e3addd9564686a81f47de471b8a25"}, "enabled": true, "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/13893612de924b22853b177e3d6b8151"}, "enabled": true, "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/278cba97a3ae4476b82a4173572555c9"}, "enabled": true, "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/288dba5267d9473ba4bd2cf0a4207734"}, "enabled": true, "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/57ecf3bcea8e4728af2f311ce03118da"}, "enabled": true, "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5e108d1bc1d54f2ba2c943347e161733"}, "enabled": true, "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/69fd0fc147f1423689d79cc0573deceb"}, "enabled": true, "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6b97264619e2417faa699eea2a04dfca"}, "enabled": true, "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a0da2a35cab84923a594d25e69c57bab"}, "enabled": true, "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b82ec30b84a94d3290f5419b0dc18ce8"}, "enabled": true, "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/be96f60905284f4dae610f3a29b2ade8"}, "enabled": true, "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bfb8c99b682d4b73b7d2604807bd60c1"}, "enabled": true, "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb05b7db92ff4061ae0ee7436508f60e"}, "enabled": true, "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ce885311414e4f6291d7ea3c4fe03a4b"}, "enabled": true, "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/dc9c0b2811614478b86a08ba8b56d559"}, "enabled": true, "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 16:18:09,706 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-bea64066-3838-453e-8983-fabfee5637ff 2018-08-12 16:18:09,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.201464891434s 2018-08-12 16:18:09,707 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-bea64066-3838-453e-8983-fabfee5637ff 2018-08-12 16:18:09,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 16:18:09,719 - 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}4d0eb36b7263990d62ba35999aabde9be0bdecc9" 2018-08-12 16:18:09,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8732376a-5433-4307-bee4-1a9edd30bf61 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/01552f356074497f9d02dd2644459370"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0b75239aa976439b845c2a553ce630ce"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "0b75239aa976439b845c2a553ce630ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0d0c7d71c53840c6bb60554a908b4c7d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/18c3c1c4a8af4e71bc84060ca32944f9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1935ebc143e64eb7a7ae01a46d6edc20"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2886df3060b943b490f4e2616a351046"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "2886df3060b943b490f4e2616a351046"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/368b666ad892495caa6fd294efab629f"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "368b666ad892495caa6fd294efab629f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/385c6621ce624afb964e538aafa55222"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "385c6621ce624afb964e538aafa55222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/38c37daacb4240fb82858ca36ab8a482"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/478986f6a7a54f28908eaaf64c40e321"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/53a5c9a190154315b4feaaa7a640b6af"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5855ca6878ba4754ab261e5643ca1fa7"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5a7467d0801b4824af7a25d3db2f83b0"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "13893612de924b22853b177e3d6b8151", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5ad38c3f9c864cedac9f5699bd8080a4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "13893612de924b22853b177e3d6b8151", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/60c53205dc8a4da49a727f472d9a6af9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6a2649acda364631898b4f4f59659302"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "6a2649acda364631898b4f4f59659302"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6fde68027cb44969a6ef7f6b3c262ea2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/703d1d35cc334800b4585b66318cd9ca"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/842090bd8c6446a4940db7f17af28fa0"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8a38c08dd9124438b1f62f3516866acf"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8ba292bb055d4453bc204bf5d84dd95c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8bb2003eba6b45c18d85abf9329eaa9d"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8e7b0440a0ed4a389b2f8a4cea1e3d45"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9056f4e27cae40ddbe02d9a15cc03edc"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "13893612de924b22853b177e3d6b8151", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/959f7fa6bafc4b65be6a45577ed01645"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "959f7fa6bafc4b65be6a45577ed01645"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/99365c04bd2b47949e70738a0e32974c"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "99365c04bd2b47949e70738a0e32974c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9b28fc7ace3d4983a9a296bd42633df5"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "9b28fc7ace3d4983a9a296bd42633df5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9e360a6b61c647e883ea528783c18166"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "9e360a6b61c647e883ea528783c18166"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a3f1c0696a1240c695c0515e5fffb90e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b452553ed4ac4cc39210d69b94f43eec"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "b452553ed4ac4cc39210d69b94f43eec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b671f8b6f7f34ccb92a1b494951bba8b"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bb4a9f70bce143abbcd7f8d096e78b05"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c55b1135c9464826bf3508da03267f5e"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "c55b1135c9464826bf3508da03267f5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c886728e49fd4d6eba6c709198d88860"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "c886728e49fd4d6eba6c709198d88860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c8c8c22b02464a79a13065d8be7fcf2e"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d98f8ce2b182456097f2aca932a989af"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "d98f8ce2b182456097f2aca932a989af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/da9d7071cec247e8b7808796f58d680d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "da9d7071cec247e8b7808796f58d680d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e76cc1a65d464fa490fbb85f19587e53"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e96dd01bed0942e6b9740ef5ae2a040b"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ecbd4ae163a6495180975c3ef9ee8338"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "ecbd4ae163a6495180975c3ef9ee8338"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f42a80741dfb412abe4edf832cd28d59"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "f42a80741dfb412abe4edf832cd28d59"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fd830f8ce63e45d4870c29e1b0b4c40b"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 16:18:09,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-8732376a-5433-4307-bee4-1a9edd30bf61 2018-08-12 16:18:09,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.207638025284s 2018-08-12 16:18:09,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-8732376a-5433-4307-bee4-1a9edd30bf61 2018-08-12 16:18:30,694 - 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-12 16:18:30,724 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-12 16:18:30,843 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-12 16:18:30,953 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:18:30,953 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 16:18:30,987 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-12 16:18:31,262 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-12 16:18:31,262 - openstack_tests - INFO - OS Credentials = > 2018-08-12 16:18:32,332 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-12 16:18:33,014 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-12 16:18:33,015 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-12 16:18:33,070 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-12 16:18:33,111 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-12 16:18:33,111 - openstack_tests - INFO - OS Credentials = > 2018-08-12 16:18:34,131 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-12 16:18:35,317 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-12 16:18:35,317 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-12 16:18:35,323 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:12 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:15 | PASS | | vmready2 | functest | healthcheck | 00:10 | PASS | | singlevm1 | functest | healthcheck | 00:54 | PASS | | singlevm2 | functest | healthcheck | 00:37 | PASS | | vping_ssh | functest | healthcheck | 00:53 | PASS | | vping_userdata | functest | healthcheck | 00:42 | PASS | | cinder_test | functest | healthcheck | 01:25 | PASS | | odl | functest | healthcheck | 00:21 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-12 16:18:35,336 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-12 16:18:58,901 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-213 | | 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-12 16:18:58,903 - 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=HWlr6JpNTd1d9OuX7H5CCnQ3v 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=dbfa1fd1b20e4777950b03d95b9e0d9d export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=ZKGK7be5XPR2QaGFWUKBODqSh export OS_REGION_NAME=regionOne 2018-08-12 16:18:58,904 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-12 16:18:58,904 - 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 patrole vmtp shaker | | | | | snaps_smoke neutron_trunk networking- | | | | | bgpvpn networking-sfc barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-12 16:18:58,931 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-12 16:18:59,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:18:59,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 16:18:59,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:18:59,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:18:59,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:18:59,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:18:59,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:18:59,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:18:59,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:18:59,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:18:59,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 16:18:59,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 16:18:59,856 - 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-12 16:18:59,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b8ff73-faab-4156-aef0-21df18c42c6e 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-12 16:18:59,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d1b8ff73-faab-4156-aef0-21df18c42c6e 2018-08-12 16:18:59,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:19:00,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:19:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["hFaoMzrIQUmb5WxLX8nEVw"], "issued_at": "2018-08-12T16:19:00.000000Z"}} 2018-08-12 16:19:00,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:19:00,270 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:00,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cc937428-fbd7-4ba0-b4d2-cd14e50e10b4 Date: Sun, 12 Aug 2018 16:19:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:19:00,628 - 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-cc937428-fbd7-4ba0-b4d2-cd14e50e10b4 2018-08-12 16:19:00,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35891699791s 2018-08-12 16:19:00,628 - 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-cc937428-fbd7-4ba0-b4d2-cd14e50e10b4 2018-08-12 16:19:00,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 16:19:06,200 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | af9be51c-184a-4f6a-a05f-5a2b55a8bb35 | 2018-08-12T16:19:05.785884 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: af9be51c-184a-4f6a-a05f-5a2b55a8bb35 ~/.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-12 16:19:13,944 - 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-12 16:19:13,945 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 16:19:24,593 - 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=8c854a79-6aab-488f-b4ac-84e8485edc1a) as the default verifier for the future CLI operations. 2018-08-12 16:19:27,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 16:19:27,919 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:28,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-5c2c1d9f-1530-4ea2-b506-6135fed5fa05 Date: Sun, 12 Aug 2018 16:19:28 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-12 16:19:28,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-5c2c1d9f-1530-4ea2-b506-6135fed5fa05 2018-08-12 16:19:28,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.281386137009s 2018-08-12 16:19:28,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-5c2c1d9f-1530-4ea2-b506-6135fed5fa05 2018-08-12 16:19:28,207 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-12 16:19:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:19:28,209 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"network": {"name": "tempest_smoke-net_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "admin_state_up": true}}' 2018-08-12 16:19:28,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-43831105-8fe8-4a33-9422-76a03d45f5d6 Date: Sun, 12 Aug 2018 16:19: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":"443549f7-73be-486b-bdb4-4b94dc604e80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:19:28Z","is_default":false,"provider:segmentation_id":18,"name":"tempest_smoke-net_e0dac789-d8d3-4586-9b74-722d91d2f3f0","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:19:28Z","mtu":1450}} 2018-08-12 16:19:28,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-43831105-8fe8-4a33-9422-76a03d45f5d6 2018-08-12 16:19:28,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.511389970779s 2018-08-12 16:19:28,720 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-43831105-8fe8-4a33-9422-76a03d45f5d6 2018-08-12 16:19:28,720 - 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-12T16:19:28Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'443549f7-73be-486b-bdb4-4b94dc604e80', u'provider:segmentation_id': 18, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_e0dac789-d8d3-4586-9b74-722d91d2f3f0', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:19:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:19:28,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:19:28,721 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:29,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-7530ce08-9a00-47ee-86f0-63d210385fdb Date: Sun, 12 Aug 2018 16:19:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443549f7-73be-486b-bdb4-4b94dc604e80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:19:28Z","provider:segmentation_id":18,"name":"tempest_smoke-net_e0dac789-d8d3-4586-9b74-722d91d2f3f0","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:19:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:19:29,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7530ce08-9a00-47ee-86f0-63d210385fdb 2018-08-12 16:19:29,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344192028046s 2018-08-12 16:19:29,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7530ce08-9a00-47ee-86f0-63d210385fdb 2018-08-12 16:19:29,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:19:29,068 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"subnet": {"name": "tempest_smoke-subnet_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "enable_dhcp": true, "network_id": "443549f7-73be-486b-bdb4-4b94dc604e80", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:19:29,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-2aba5ab4-b95b-4f81-87d5-93fe9c15cad4 Date: Sun, 12 Aug 2018 16:19:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"443549f7-73be-486b-bdb4-4b94dc604e80","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:19:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:19: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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"ce2d5b0b-5090-4acc-b830-c862eb962532","subnetpool_id":null,"name":"tempest_smoke-subnet_e0dac789-d8d3-4586-9b74-722d91d2f3f0"}} 2018-08-12 16:19:29,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2aba5ab4-b95b-4f81-87d5-93fe9c15cad4 2018-08-12 16:19:29,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.544552087784s 2018-08-12 16:19:29,612 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2aba5ab4-b95b-4f81-87d5-93fe9c15cad4 2018-08-12 16:19:29,613 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:19: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'ce2d5b0b-5090-4acc-b830-c862eb962532', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_e0dac789-d8d3-4586-9b74-722d91d2f3f0', u'enable_dhcp': True, u'network_id': u'443549f7-73be-486b-bdb4-4b94dc604e80', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:19: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'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:19:29,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:19:29,614 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "tempest_smoke-router_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "admin_state_up": true}}' 2018-08-12 16:19:30,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-0f252f76-bb2d-4fff-9b67-443c5f4c44fb Date: Sun, 12 Aug 2018 16:19:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:19:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:19:30Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "536ca912-8d5c-4ae5-a4ec-87a9c912e248", "name": "tempest_smoke-router_e0dac789-d8d3-4586-9b74-722d91d2f3f0"}} 2018-08-12 16:19:30,849 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0f252f76-bb2d-4fff-9b67-443c5f4c44fb 2018-08-12 16:19:30,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.23567581177s 2018-08-12 16:19:30,849 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0f252f76-bb2d-4fff-9b67-443c5f4c44fb 2018-08-12 16:19:30,850 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:19:29Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T16:19:30Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'536ca912-8d5c-4ae5-a4ec-87a9c912e248', u'name': u'tempest_smoke-router_e0dac789-d8d3-4586-9b74-722d91d2f3f0'}) 2018-08-12 16:19:30,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:19:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248/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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"subnet_id": "ce2d5b0b-5090-4acc-b830-c862eb962532"}' 2018-08-12 16:19:33,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-275a663f-77cc-4e55-a256-288c30cfe20f Date: Sun, 12 Aug 2018 16:19:33 GMT RESP BODY: {"network_id": "443549f7-73be-486b-bdb4-4b94dc604e80", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "ce2d5b0b-5090-4acc-b830-c862eb962532", "subnet_ids": ["ce2d5b0b-5090-4acc-b830-c862eb962532"], "port_id": "17c47ec6-4be1-44d5-82c1-0783ac15617c", "id": "536ca912-8d5c-4ae5-a4ec-87a9c912e248"} 2018-08-12 16:19:33,033 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248/add_router_interface.json used request id req-275a663f-77cc-4e55-a256-288c30cfe20f 2018-08-12 16:19:33,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.18219399452s 2018-08-12 16:19:33,033 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248/add_router_interface.json used request id req-275a663f-77cc-4e55-a256-288c30cfe20f returning object 536ca912-8d5c-4ae5-a4ec-87a9c912e248 2018-08-12 16:19:33,033 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:19:33,166 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:19:33,167 - 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-12 16:19:33,172 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:19: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-12 16:19:33,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:19:33,176 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:33,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-92c14a65-ddfa-4bf0-a4b9-c5d6b5b1300b Date: Sun, 12 Aug 2018 16:19:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:19:33,461 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-92c14a65-ddfa-4bf0-a4b9-c5d6b5b1300b 2018-08-12 16:19:33,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286748170853s 2018-08-12 16:19:33,461 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-92c14a65-ddfa-4bf0-a4b9-c5d6b5b1300b 2018-08-12 16:19:33,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:19:33,473 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0"}' 2018-08-12 16:19:33,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-359a76a2-ac79-4f06-b76f-a534f48d17db Date: Sun, 12 Aug 2018 16:19:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:19:33Z", "file": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "size": null, "self": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "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_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "checksum": null, "created_at": "2018-08-12T16:19:33Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:19:33,866 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-359a76a2-ac79-4f06-b76f-a534f48d17db 2018-08-12 16:19:33,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.397225141525s 2018-08-12 16:19:33,867 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-359a76a2-ac79-4f06-b76f-a534f48d17db returning object 9b7668d9-cc27-4780-b34e-ac2412bbd8fb 2018-08-12 16:19:33,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:19:33,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '' 2018-08-12 16:19:35,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2f93e10-f263-4352-92f4-f93d4c04b346 Date: Sun, 12 Aug 2018 16:19: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-12 16:19:35,197 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/file used request id req-b2f93e10-f263-4352-92f4-f93d4c04b346 2018-08-12 16:19:35,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.32891321182s 2018-08-12 16:19:35,197 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/file used request id req-b2f93e10-f263-4352-92f4-f93d4c04b346 2018-08-12 16:19:35,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:19:35,205 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:35,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-3d0e8fc7-92a8-4b58-a9c3-333cc31c04e2 Date: Sun, 12 Aug 2018 16:19:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:19:35Z", "file": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "size": 12716032, "self": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:19:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:19:35,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3d0e8fc7-92a8-4b58-a9c3-333cc31c04e2 2018-08-12 16:19:35,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.291803836823s 2018-08-12 16:19:35,493 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3d0e8fc7-92a8-4b58-a9c3-333cc31c04e2 2018-08-12 16:19:35,495 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'9b7668d9-cc27-4780-b34e-ac2412bbd8fb', 'size': 12716032, u'self': u'/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:19:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T16:19:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0', '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/9b7668d9-cc27-4780-b34e-ac2412bbd8fb', 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_e0dac789-d8d3-4586-9b74-722d91d2f3f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0', 'created': u'2018-08-12T16:19:33Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:19: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/9b7668d9-cc27-4780-b34e-ac2412bbd8fb', 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_e0dac789-d8d3-4586-9b74-722d91d2f3f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:19:35,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:19:35,499 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:19:35,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:19: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-f0643134-2e04-45a1-bf23-73b4b95ca5ae x-compute-request-id: req-f0643134-2e04-45a1-bf23-73b4b95ca5ae Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca", "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": "1d3fa9a5-ff6c-4033-b049-5b42abc7dbca"}} 2018-08-12 16:19:35,825 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f0643134-2e04-45a1-bf23-73b4b95ca5ae 2018-08-12 16:19:35,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.328946113586s 2018-08-12 16:19:35,826 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f0643134-2e04-45a1-bf23-73b4b95ca5ae 2018-08-12 16:19:35,826 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_e0dac789-d8d3-4586-9b74-722d91d2f3f0', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'1d3fa9a5-ff6c-4033-b049-5b42abc7dbca', 'swap': 0}) 2018-08-12 16:19:35,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:19:35,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca/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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"extra_specs": {}}' 2018-08-12 16:19:35,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:19: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-a565e343-0c66-4f3c-b046-548177aec20e x-compute-request-id: req-a565e343-0c66-4f3c-b046-548177aec20e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:19:35,849 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca/os-extra_specs used request id req-a565e343-0c66-4f3c-b046-548177aec20e 2018-08-12 16:19:35,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220520496368s 2018-08-12 16:19:35,850 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca/os-extra_specs used request id req-a565e343-0c66-4f3c-b046-548177aec20e 2018-08-12 16:19:35,853 - 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-12 16:19:35,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e93055fb-a905-444a-be87-34100711f803 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-12 16:19:35,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-e93055fb-a905-444a-be87-34100711f803 2018-08-12 16:19:35,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:19:35,867 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:36,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25e547f-fc40-4689-8cf2-98dfb8ef545c Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:19:36,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a25e547f-fc40-4689-8cf2-98dfb8ef545c 2018-08-12 16:19:36,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.214653968811s 2018-08-12 16:19:36,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a25e547f-fc40-4689-8cf2-98dfb8ef545c 2018-08-12 16:19:36,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:19:36,086 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:36,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08a29875-5c4d-44f2-815b-ffd980398a04 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:19:36,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-08a29875-5c4d-44f2-815b-ffd980398a04 2018-08-12 16:19:36,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.214065074921s 2018-08-12 16:19:36,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-08a29875-5c4d-44f2-815b-ffd980398a04 2018-08-12 16:19:36,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 16:19:36,313 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:36,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:19: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-31bb4f97-393e-40f7-ab96-3c71d20e7036 x-compute-request-id: req-31bb4f97-393e-40f7-ab96-3c71d20e7036 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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-12 16:19:36,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-31bb4f97-393e-40f7-ab96-3c71d20e7036 2018-08-12 16:19:36,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.203751087189s 2018-08-12 16:19:36,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-31bb4f97-393e-40f7-ab96-3c71d20e7036 2018-08-12 16:19:36,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:19:36,523 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:36,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-133883d2-e52c-4f2c-8bb0-fbd701f931cc Date: Sun, 12 Aug 2018 16:19:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:19:35Z", "file": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "size": 12716032, "self": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:19:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:19:36,929 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-133883d2-e52c-4f2c-8bb0-fbd701f931cc 2018-08-12 16:19:36,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.410003185272s 2018-08-12 16:19:36,930 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-133883d2-e52c-4f2c-8bb0-fbd701f931cc 2018-08-12 16:19:36,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:19:36,942 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0"}' 2018-08-12 16:19:37,229 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c6279a35-b2b0-42a6-a016-f29b90cab408 Date: Sun, 12 Aug 2018 16:19:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:19:37Z", "file": "/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d3224a11-2cc0-4d2e-9c34-99f46287430d", "size": null, "self": "/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d", "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_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "checksum": null, "created_at": "2018-08-12T16:19:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:19:37,230 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c6279a35-b2b0-42a6-a016-f29b90cab408 2018-08-12 16:19:37,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.291145086288s 2018-08-12 16:19:37,230 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c6279a35-b2b0-42a6-a016-f29b90cab408 returning object d3224a11-2cc0-4d2e-9c34-99f46287430d 2018-08-12 16:19:37,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:19:37,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '' 2018-08-12 16:19:37,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-463b3d9d-9aa3-4a27-b6f6-8851a1adef7c Date: Sun, 12 Aug 2018 16:19: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-12 16:19:37,976 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/file used request id req-463b3d9d-9aa3-4a27-b6f6-8851a1adef7c 2018-08-12 16:19:37,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.745579004288s 2018-08-12 16:19:37,977 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/file used request id req-463b3d9d-9aa3-4a27-b6f6-8851a1adef7c 2018-08-12 16:19:37,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:19:37,984 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:19:38,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-3b7ce7a8-f2b6-470c-9941-43383a63ce73 Date: Sun, 12 Aug 2018 16:19:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:19:37Z", "file": "/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d3224a11-2cc0-4d2e-9c34-99f46287430d", "size": 12716032, "self": "/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:19:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:19:35Z", "file": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "size": 12716032, "self": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:19:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:19:38,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3b7ce7a8-f2b6-470c-9941-43383a63ce73 2018-08-12 16:19:38,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.266545057297s 2018-08-12 16:19:38,248 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3b7ce7a8-f2b6-470c-9941-43383a63ce73 2018-08-12 16:19:38,250 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'd3224a11-2cc0-4d2e-9c34-99f46287430d', 'size': 12716032, u'self': u'/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d3224a11-2cc0-4d2e-9c34-99f46287430d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:19:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T16:19:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0', '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/d3224a11-2cc0-4d2e-9c34-99f46287430d', 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_e0dac789-d8d3-4586-9b74-722d91d2f3f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0', 'created': u'2018-08-12T16:19:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:19: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/d3224a11-2cc0-4d2e-9c34-99f46287430d', 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_e0dac789-d8d3-4586-9b74-722d91d2f3f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:19:38,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:19:38,254 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:19:38,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:19: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-e1e4468e-0167-480c-813b-d50f2c29fbb8 x-compute-request-id: req-e1e4468e-0167-480c-813b-d50f2c29fbb8 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9", "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": "18a5f655-9fad-4077-b8de-24a282cc45a9"}} 2018-08-12 16:19:38,354 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e1e4468e-0167-480c-813b-d50f2c29fbb8 2018-08-12 16:19:38,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.102708816528s 2018-08-12 16:19:38,354 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e1e4468e-0167-480c-813b-d50f2c29fbb8 2018-08-12 16:19:38,355 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'18a5f655-9fad-4077-b8de-24a282cc45a9', 'swap': 0}) 2018-08-12 16:19:38,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:19:38,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9/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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"extra_specs": {}}' 2018-08-12 16:19:38,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:19: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-ad9cee8f-3d99-477f-9f55-cfcf2319793a x-compute-request-id: req-ad9cee8f-3d99-477f-9f55-cfcf2319793a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:19:38,377 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9/os-extra_specs used request id req-ad9cee8f-3d99-477f-9f55-cfcf2319793a 2018-08-12 16:19:38,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210661888123s 2018-08-12 16:19:38,377 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9/os-extra_specs used request id req-ad9cee8f-3d99-477f-9f55-cfcf2319793a 2018-08-12 16:19:38,378 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'18a5f655-9fad-4077-b8de-24a282cc45a9', 'swap': 0}) 2018-08-12 16:19:42,124 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 16:19:42,124 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 16:19:42,125 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 16:19:42,127 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 16:19:42,131 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 16:19:45,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8c854a79-6aab-488f-b4ac-84e8485edc1a/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-12 16:19:45,916 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 16:19:45,937 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 16:19:45,938 - 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-12 16:19:55,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:19:55.114 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-12 16:19:57,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:19:57.995 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.289s] 2018-08-12 16:19:58,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:19:58.046 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.051s] 2018-08-12 16:20:00,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:00.970 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.835s] 2018-08-12 16:20:06,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:06.918 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.104s] 2018-08-12 16:20:09,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:09.797 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.908s] 2018-08-12 16:20:10,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:10.907 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.988s] 2018-08-12 16:20:12,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:12.519 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.361s] 2018-08-12 16:20:18,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:18.538 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.198s] 2018-08-12 16:20:28,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:28.350 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.754s] 2018-08-12 16:20:29,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:29.795 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.792s] 2018-08-12 16:20:29,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:29.804 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-12 16:20:36,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:36.930 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.810s] 2018-08-12 16:20:37,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:37.723 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.507s] 2018-08-12 16:20:44,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:44.508 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-08-12 16:20:44,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:44.509 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-12 16:20:47,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:47.391 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.222s] 2018-08-12 16:20:47,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:47.847 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.225s] 2018-08-12 16:20:55,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:55.979 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.440s] 2018-08-12 16:20:57,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:57.652 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.673s] 2018-08-12 16:20:59,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:59.190 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-08-12 16:20:59,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:20:59.191 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-12 16:21:00,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:00.098 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.446s] 2018-08-12 16:21:04,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:04.716 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.472s] 2018-08-12 16:21:11,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:11.640 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.112s] 2018-08-12 16:21:11,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:11.808 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-12 16:21:16,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:16.784 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.142s] 2018-08-12 16:21:27,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:27.661 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [10.877s] 2018-08-12 16:21:30,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:30.356 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.182s] 2018-08-12 16:21:30,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:30.954 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.598s] 2018-08-12 16:21:31,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:31.238 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.284s] 2018-08-12 16:21:31,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:31.562 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.323s] 2018-08-12 16:21:32,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:32.029 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.466s] 2018-08-12 16:21:32,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:32.074 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.045s] 2018-08-12 16:21:35,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:35.608 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.076s] 2018-08-12 16:21:35,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:35.610 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-12 16:21:41,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:41.615 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.339s] 2018-08-12 16:21:44,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:44.709 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.092s] 2018-08-12 16:21:44,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:44.752 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2018-08-12 16:21:51,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:51.394 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-12 16:21:52,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:52.908 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.974s] 2018-08-12 16:21:53,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:53.481 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.574s] 2018-08-12 16:21:53,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:53.825 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.141s] 2018-08-12 16:21:53,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:53.840 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.358s] 2018-08-12 16:21:53,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:53.844 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.019s] 2018-08-12 16:21:54,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:54.062 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.221s] 2018-08-12 16:21:54,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:54.402 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.154s] 2018-08-12 16:21:54,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:54.407 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.345s] 2018-08-12 16:21:54,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:54.452 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.045s] 2018-08-12 16:21:54,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:54.552 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.151s] 2018-08-12 16:21:54,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:54.710 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.157s] 2018-08-12 16:21:54,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:21:54.715 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-08-12 16:22:01,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:01.096 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [9.929s] 2018-08-12 16:22:05,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:05.343 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [6.047s] 2018-08-12 16:22:16,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:16.193 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.192s] 2018-08-12 16:22:16,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:16.289 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.095s] 2018-08-12 16:22:16,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:16.373 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.084s] 2018-08-12 16:22:16,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:16.526 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.153s] 2018-08-12 16:22:17,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:17.719 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.065s] 2018-08-12 16:22:24,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:24.389 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.940s] 2018-08-12 16:22:26,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:26.010 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.291s] 2018-08-12 16:22:30,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:30.902 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.511s] 2018-08-12 16:22:33,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:33.367 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.357s] 2018-08-12 16:22:35,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:35.652 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.046s] 2018-08-12 16:22:35,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:35.745 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.093s] 2018-08-12 16:22:36,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:36.377 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.881s] 2018-08-12 16:22:38,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:38.276 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.908s] 2018-08-12 16:22:43,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:43.584 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-12 16:22:46,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:46.544 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.785s] 2018-08-12 16:22:48,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:48.178 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.199s] 2018-08-12 16:22:51,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:51.191 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.646s] 2018-08-12 16:22:58,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:22:58.461 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.586s] 2018-08-12 16:23:00,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:00.382 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.191s] 2018-08-12 16:23:02,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:02.139 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.959s] 2018-08-12 16:23:10,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:10.603 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.540s] 2018-08-12 16:23:13,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:13.421 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.816s] 2018-08-12 16:23:16,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:16.533 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [3.111s] 2018-08-12 16:23:16,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:16.990 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.078s] 2018-08-12 16:23:18,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:18.059 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.677s] 2018-08-12 16:23:22,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:22.164 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-12 16:23:28,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:28.283 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [11.291s] 2018-08-12 16:23:29,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:29.460 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [11.400s] 2018-08-12 16:23:30,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:30.867 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.584s] 2018-08-12 16:23:30,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:30.925 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.058s] 2018-08-12 16:23:30,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:30.968 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.043s] 2018-08-12 16:23:31,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:31.370 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.909s] 2018-08-12 16:23:31,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:31.675 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.305s] 2018-08-12 16:23:31,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:31.716 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.041s] 2018-08-12 16:23:41,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:41.291 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.226s] 2018-08-12 16:23:45,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:45.137 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.843s] 2018-08-12 16:23:45,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:45.467 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.334s] 2018-08-12 16:23:52,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:23:52.756 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [13.807s] 2018-08-12 16:24:00,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:00.509 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.754s] 2018-08-12 16:24:06,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:06.457 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.947s] 2018-08-12 16:24:11,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:11.122 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.606s] 2018-08-12 16:24:11,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:11.485 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.028s] 2018-08-12 16:24:26,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:26.101 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.014s] 2018-08-12 16:24:34,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:34.385 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-12 16:24:39,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:39.067 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.962s] 2018-08-12 16:24:42,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:42.401 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [1.070s] 2018-08-12 16:24:42,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:42.566 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.166s] 2018-08-12 16:24:53,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:53.819 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.261s] 2018-08-12 16:24:56,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:56.366 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.546s] 2018-08-12 16:24:58,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-12 16:24:58.813 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.446s] 2018-08-12 16:25:02,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 14345025-a8d6-413c-9612-94727879e013 2018-08-12 16:25:02,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '14345025-a8d6-413c-9612-94727879e013']'. 2018-08-12 16:25:03,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 16:25:03,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 16:25:03,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 16:25:03,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 14345025-a8d6-413c-9612-94727879e013 | 2018-08-12 16:25:03,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-12 16:25:03,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 16:19:48 | 2018-08-12 16:25:03,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 16:25:02 | 2018-08-12 16:25:03,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:14 | 2018-08-12 16:25:03,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-12 16:25:03,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 16:25:03,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 16:25:03,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8c854a79-6aab-488f-b4ac-84e8485edc1a) | 2018-08-12 16:25:03,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 16:25:03,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: af9be51c-184a-4f6a-a05f-5a2b55a8bb35) | 2018-08-12 16:25:03,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-12 16:25:03,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 303.81 | 2018-08-12 16:25:03,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-12 16:25:03,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-12 16:25:03,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 16:25:03,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 16:25:03,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-12 16:25:03,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 16:25:03,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 16:25:03,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 16:25:03,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-12 16:25:03,537 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:25:03,538 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 05:35 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-12 16:25:03,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:25:03,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:04,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc458b9d-cfa0-4359-a1f2-0fa87088188a Date: Sun, 12 Aug 2018 16:25: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-12 16:25:04,332 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d used request id req-fc458b9d-cfa0-4359-a1f2-0fa87088188a 2018-08-12 16:25:04,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.787968873978s 2018-08-12 16:25:04,332 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d3224a11-2cc0-4d2e-9c34-99f46287430d used request id req-fc458b9d-cfa0-4359-a1f2-0fa87088188a 2018-08-12 16:25:04,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:25:04,335 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:04,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25: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-76cd2838-0491-4c17-8b45-66b82f99b040 x-compute-request-id: req-76cd2838-0491-4c17-8b45-66b82f99b040 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9", "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": "18a5f655-9fad-4077-b8de-24a282cc45a9"}, {"name": "tempest_smoke-flavor_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca", "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": "1d3fa9a5-ff6c-4033-b049-5b42abc7dbca"}]} 2018-08-12 16:25:04,614 - 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-76cd2838-0491-4c17-8b45-66b82f99b040 2018-08-12 16:25:04,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.281232833862s 2018-08-12 16:25:04,614 - 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-76cd2838-0491-4c17-8b45-66b82f99b040 2018-08-12 16:25:04,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:25:04,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:04,647 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:25: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-5a03ba56-868a-4e20-92d6-ee3a0fc08a41 x-compute-request-id: req-5a03ba56-868a-4e20-92d6-ee3a0fc08a41 Content-Length: 0 Content-Type: application/json 2018-08-12 16:25:04,648 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9 used request id req-5a03ba56-868a-4e20-92d6-ee3a0fc08a41 2018-08-12 16:25:04,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0310502052307s 2018-08-12 16:25:04,648 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/18a5f655-9fad-4077-b8de-24a282cc45a9 used request id req-5a03ba56-868a-4e20-92d6-ee3a0fc08a41 2018-08-12 16:25:04,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:25:04,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248/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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" -d '{"subnet_id": "ce2d5b0b-5090-4acc-b830-c862eb962532"}' 2018-08-12 16:25:06,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-351840b6-f774-41a0-b612-0bc7ff20e96d Date: Sun, 12 Aug 2018 16:25:06 GMT RESP BODY: {"network_id": "443549f7-73be-486b-bdb4-4b94dc604e80", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "ce2d5b0b-5090-4acc-b830-c862eb962532", "subnet_ids": ["ce2d5b0b-5090-4acc-b830-c862eb962532"], "port_id": "17c47ec6-4be1-44d5-82c1-0783ac15617c", "id": "536ca912-8d5c-4ae5-a4ec-87a9c912e248"} 2018-08-12 16:25:06,735 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248/remove_router_interface.json used request id req-351840b6-f774-41a0-b612-0bc7ff20e96d 2018-08-12 16:25:06,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.08682799339s 2018-08-12 16:25:06,736 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248/remove_router_interface.json used request id req-351840b6-f774-41a0-b612-0bc7ff20e96d returning object 536ca912-8d5c-4ae5-a4ec-87a9c912e248 2018-08-12 16:25:06,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:25:06,737 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:07,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-1ef8343b-3a98-4b96-8c2d-cb174b873a14 Date: Sun, 12 Aug 2018 16:25:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:19:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:25:05Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "536ca912-8d5c-4ae5-a4ec-87a9c912e248", "name": "tempest_smoke-router_e0dac789-d8d3-4586-9b74-722d91d2f3f0"}]} 2018-08-12 16:25:07,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1ef8343b-3a98-4b96-8c2d-cb174b873a14 2018-08-12 16:25:07,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.611931085587s 2018-08-12 16:25:07,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1ef8343b-3a98-4b96-8c2d-cb174b873a14 2018-08-12 16:25:07,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:25:07,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:09,244 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-966d8411-3c1e-4137-b965-62b6fc007acc Content-Length: 0 Date: Sun, 12 Aug 2018 16:25:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:25:09,244 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248.json used request id req-966d8411-3c1e-4137-b965-62b6fc007acc 2018-08-12 16:25:09,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.89446592331s 2018-08-12 16:25:09,245 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/536ca912-8d5c-4ae5-a4ec-87a9c912e248.json used request id req-966d8411-3c1e-4137-b965-62b6fc007acc 2018-08-12 16:25:09,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:25:09,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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:09,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-4a28612c-bc58-4e8c-bbc9-950925b9493a Date: Sun, 12 Aug 2018 16:25:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"443549f7-73be-486b-bdb4-4b94dc604e80","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:19:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:19: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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"ce2d5b0b-5090-4acc-b830-c862eb962532","subnetpool_id":null,"name":"tempest_smoke-subnet_e0dac789-d8d3-4586-9b74-722d91d2f3f0"}]} 2018-08-12 16:25:09,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4a28612c-bc58-4e8c-bbc9-950925b9493a 2018-08-12 16:25:09,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308720111847s 2018-08-12 16:25:09,554 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4a28612c-bc58-4e8c-bbc9-950925b9493a 2018-08-12 16:25:09,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:25:09,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/ce2d5b0b-5090-4acc-b830-c862eb962532.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:11,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05484d7d-c0f5-4f2c-bd01-89d850117f3a Date: Sun, 12 Aug 2018 16:25:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:25:11,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ce2d5b0b-5090-4acc-b830-c862eb962532.json used request id req-05484d7d-c0f5-4f2c-bd01-89d850117f3a 2018-08-12 16:25:11,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.02974700928s 2018-08-12 16:25:11,586 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/ce2d5b0b-5090-4acc-b830-c862eb962532.json used request id req-05484d7d-c0f5-4f2c-bd01-89d850117f3a 2018-08-12 16:25:11,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:25:11,587 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:11,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-c74736e3-9849-49f8-8279-29e0b20b953a Date: Sun, 12 Aug 2018 16:25:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"443549f7-73be-486b-bdb4-4b94dc604e80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:25:11Z","provider:segmentation_id":18,"name":"tempest_smoke-net_e0dac789-d8d3-4586-9b74-722d91d2f3f0","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:19:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:25:11,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c74736e3-9849-49f8-8279-29e0b20b953a 2018-08-12 16:25:11,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.380132198334s 2018-08-12 16:25:11,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c74736e3-9849-49f8-8279-29e0b20b953a 2018-08-12 16:25:11,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:25:11,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/443549f7-73be-486b-bdb4-4b94dc604e80.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:13,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa78ac4e-69ef-4036-a1fe-c85861af31f9 Date: Sun, 12 Aug 2018 16:25:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:25:13,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/443549f7-73be-486b-bdb4-4b94dc604e80.json used request id req-fa78ac4e-69ef-4036-a1fe-c85861af31f9 2018-08-12 16:25:13,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.38152694702s 2018-08-12 16:25:13,350 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/443549f7-73be-486b-bdb4-4b94dc604e80.json used request id req-fa78ac4e-69ef-4036-a1fe-c85861af31f9 2018-08-12 16:25:13,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:25:13,358 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:13,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-dca596ce-1bad-4427-a900-4d3f17498b85 Date: Sun, 12 Aug 2018 16:25:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:19:35Z", "file": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "size": 12716032, "self": "/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:19:33Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:25:13,703 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-dca596ce-1bad-4427-a900-4d3f17498b85 2018-08-12 16:25:13,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.348571062088s 2018-08-12 16:25:13,704 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-dca596ce-1bad-4427-a900-4d3f17498b85 2018-08-12 16:25:13,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:25:13,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:14,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4d0147d-db44-430e-9107-ba32abe335ae Date: Sun, 12 Aug 2018 16:25:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 16:25:14,339 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb used request id req-d4d0147d-db44-430e-9107-ba32abe335ae 2018-08-12 16:25:14,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.634042024612s 2018-08-12 16:25:14,339 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9b7668d9-cc27-4780-b34e-ac2412bbd8fb used request id req-d4d0147d-db44-430e-9107-ba32abe335ae 2018-08-12 16:25:14,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:25:14,343 - 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}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:14,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25: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-bbce1ed2-8218-4370-b6f7-6a30ea27a65b x-compute-request-id: req-bbce1ed2-8218-4370-b6f7-6a30ea27a65b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_e0dac789-d8d3-4586-9b74-722d91d2f3f0", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca", "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": "1d3fa9a5-ff6c-4033-b049-5b42abc7dbca"}]} 2018-08-12 16:25:14,364 - 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-bbce1ed2-8218-4370-b6f7-6a30ea27a65b 2018-08-12 16:25:14,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241780281067s 2018-08-12 16:25:14,364 - 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-bbce1ed2-8218-4370-b6f7-6a30ea27a65b 2018-08-12 16:25:14,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:25:14,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}65c35e0af94750a4a57a541d4c076c7ff730d9cc" 2018-08-12 16:25:14,403 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:25: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-c94e37cf-570d-43e8-8587-822c6f9e015d x-compute-request-id: req-c94e37cf-570d-43e8-8587-822c6f9e015d Content-Length: 0 Content-Type: application/json 2018-08-12 16:25:14,403 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca used request id req-c94e37cf-570d-43e8-8587-822c6f9e015d 2018-08-12 16:25:14,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0369031429291s 2018-08-12 16:25:14,403 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1d3fa9a5-ff6c-4033-b049-5b42abc7dbca used request id req-c94e37cf-570d-43e8-8587-822c6f9e015d 2018-08-12 16:25:14,449 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-12 16:25:14,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:25:14,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:25:14,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:25:14,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:25:14,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:25:14,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:25:14,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:25:14,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:25:14,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:25:14,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 16:25:14,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 16:25:14,490 - 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-12 16:25:14,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ea79117-224f-42d2-a447-0e8ce0837f66 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-12 16:25:14,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5ea79117-224f-42d2-a447-0e8ce0837f66 2018-08-12 16:25:14,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:25:14,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:25:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["IHHYWtBrSxCFK0jwj6i-rA"], "issued_at": "2018-08-12T16:25:14.000000Z"}} 2018-08-12 16:25:14,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:25:14,903 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:15,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9517dcac-eb89-4c1b-8696-1d994e80c336 Date: Sun, 12 Aug 2018 16:25:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:25:15,259 - 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-9517dcac-eb89-4c1b-8696-1d994e80c336 2018-08-12 16:25:15,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356636047363s 2018-08-12 16:25:15,260 - 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-9517dcac-eb89-4c1b-8696-1d994e80c336 2018-08-12 16:25:15,260 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 16:25:18,133 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 16:25:21,005 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 64be837d-7158-4d0e-9f0e-cff9aca50bef | 2018-08-12T16:25:20.624991 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 64be837d-7158-4d0e-9f0e-cff9aca50bef ~/.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-12 16:25:24,869 - 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-12 16:25:24,869 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 16:25:27,612 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 16:25:31,393 - 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=c1651ccd-f00d-4257-8bd6-cec7122cfcdb) as the default verifier for the future CLI operations. 2018-08-12 16:25:34,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 16:25:34,817 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:35,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-ae77758b-8254-45f9-8444-ef7738e35887 Date: Sun, 12 Aug 2018 16:25:35 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-12 16:25:35,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-ae77758b-8254-45f9-8444-ef7738e35887 2018-08-12 16:25:35,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.276056051254s 2018-08-12 16:25:35,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-ae77758b-8254-45f9-8444-ef7738e35887 2018-08-12 16:25:35,100 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-12 16:25:35,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:25:35,101 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"network": {"name": "neutron-tempest-plugin-api-net_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "admin_state_up": true}}' 2018-08-12 16:25:35,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-bfc3e718-2850-4ec2-9cc0-3afd7c254a23 Date: Sun, 12 Aug 2018 16:25:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0d28d37b-2738-4d24-b1f5-345c0e2f59ee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:25:35Z","is_default":false,"provider:segmentation_id":92,"name":"neutron-tempest-plugin-api-net_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:25:35Z","mtu":1450}} 2018-08-12 16:25:35,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bfc3e718-2850-4ec2-9cc0-3afd7c254a23 2018-08-12 16:25:35,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.504033088684s 2018-08-12 16:25:35,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bfc3e718-2850-4ec2-9cc0-3afd7c254a23 2018-08-12 16:25:35,606 - 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-12T16:25:35Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0d28d37b-2738-4d24-b1f5-345c0e2f59ee', u'provider:segmentation_id': 92, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:25:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:25:35,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:25:35,607 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:35,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-294e1ca8-85da-4be4-ac79-15f1d0c2feb7 Date: Sun, 12 Aug 2018 16:25:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0d28d37b-2738-4d24-b1f5-345c0e2f59ee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:25:35Z","provider:segmentation_id":92,"name":"neutron-tempest-plugin-api-net_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:25:35Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:06:42Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:25:35,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-294e1ca8-85da-4be4-ac79-15f1d0c2feb7 2018-08-12 16:25:35,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.392509937286s 2018-08-12 16:25:35,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-294e1ca8-85da-4be4-ac79-15f1d0c2feb7 2018-08-12 16:25:36,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:25:36,002 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "enable_dhcp": true, "network_id": "0d28d37b-2738-4d24-b1f5-345c0e2f59ee", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:25:36,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-fdd4a243-b2a8-4f63-81cd-3a3cbfd69ad4 Date: Sun, 12 Aug 2018 16:25:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d28d37b-2738-4d24-b1f5-345c0e2f59ee","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:25:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:25:36Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"9946f923-2823-4890-aa11-ca6355656eb2","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d"}} 2018-08-12 16:25:36,792 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-fdd4a243-b2a8-4f63-81cd-3a3cbfd69ad4 2018-08-12 16:25:36,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.790016889572s 2018-08-12 16:25:36,792 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-fdd4a243-b2a8-4f63-81cd-3a3cbfd69ad4 2018-08-12 16:25:36,793 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:25:36Z', 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'9946f923-2823-4890-aa11-ca6355656eb2', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', u'enable_dhcp': True, u'network_id': u'0d28d37b-2738-4d24-b1f5-345c0e2f59ee', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:25:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:25:36,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:25:36,794 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "neutron-tempest-plugin-api-router_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "admin_state_up": true}}' 2018-08-12 16:25:38,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-716401be-7cb9-42cc-8148-53ec96b66360 Date: Sun, 12 Aug 2018 16:25:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:25:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:25:38Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "2964352e-9a5e-4cdf-9492-7bb7abaa2bbf", "name": "neutron-tempest-plugin-api-router_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d"}} 2018-08-12 16:25:38,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-716401be-7cb9-42cc-8148-53ec96b66360 2018-08-12 16:25:38,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.73518109322s 2018-08-12 16:25:38,529 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-716401be-7cb9-42cc-8148-53ec96b66360 2018-08-12 16:25:38,530 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:25:37Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T16:25:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'2964352e-9a5e-4cdf-9492-7bb7abaa2bbf', u'name': u'neutron-tempest-plugin-api-router_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d'}) 2018-08-12 16:25:38,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:25:38,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf/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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"subnet_id": "9946f923-2823-4890-aa11-ca6355656eb2"}' 2018-08-12 16:25:40,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b62f3c68-50ca-4302-b84a-7152d7023d9b Date: Sun, 12 Aug 2018 16:25:40 GMT RESP BODY: {"network_id": "0d28d37b-2738-4d24-b1f5-345c0e2f59ee", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "9946f923-2823-4890-aa11-ca6355656eb2", "subnet_ids": ["9946f923-2823-4890-aa11-ca6355656eb2"], "port_id": "1063667e-2bd2-42a4-957c-6689e2878bfe", "id": "2964352e-9a5e-4cdf-9492-7bb7abaa2bbf"} 2018-08-12 16:25:40,520 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf/add_router_interface.json used request id req-b62f3c68-50ca-4302-b84a-7152d7023d9b 2018-08-12 16:25:40,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98939704895s 2018-08-12 16:25:40,520 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf/add_router_interface.json used request id req-b62f3c68-50ca-4302-b84a-7152d7023d9b returning object 2964352e-9a5e-4cdf-9492-7bb7abaa2bbf 2018-08-12 16:25:40,521 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:25:40,652 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:25:40,654 - 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-12 16:25:40,659 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:25:40 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-12 16:25:40,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:25:40,663 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:40,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-865e5d25-211c-41f3-9073-b400f9d3db12 Date: Sun, 12 Aug 2018 16:25:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:25:40,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-865e5d25-211c-41f3-9073-b400f9d3db12 2018-08-12 16:25:40,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.315375089645s 2018-08-12 16:25:40,977 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-865e5d25-211c-41f3-9073-b400f9d3db12 2018-08-12 16:25:40,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:25:40,988 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d"}' 2018-08-12 16:25:41,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3e9f783a-ce22-47a7-a99f-5a3f66aed61f Date: Sun, 12 Aug 2018 16:25:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:25:41Z", "file": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "81e62fbd-33c0-4534-85cf-ee2cf49d7472", "size": null, "self": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472", "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_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "checksum": null, "created_at": "2018-08-12T16:25:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:25:41,307 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3e9f783a-ce22-47a7-a99f-5a3f66aed61f 2018-08-12 16:25:41,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.322530984879s 2018-08-12 16:25:41,308 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3e9f783a-ce22-47a7-a99f-5a3f66aed61f returning object 81e62fbd-33c0-4534-85cf-ee2cf49d7472 2018-08-12 16:25:41,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:25:41,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '' 2018-08-12 16:25:42,172 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0469a483-f83b-43b6-8863-cc6ef9b05462 Date: Sun, 12 Aug 2018 16:25:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 16:25:42,172 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/file used request id req-0469a483-f83b-43b6-8863-cc6ef9b05462 2018-08-12 16:25:42,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.863928079605s 2018-08-12 16:25:42,173 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/file used request id req-0469a483-f83b-43b6-8863-cc6ef9b05462 2018-08-12 16:25:42,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:25:42,180 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:42,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-addca4d3-a620-4fa1-a510-2f3cdf33ecdd Date: Sun, 12 Aug 2018 16:25:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:25:42Z", "file": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "81e62fbd-33c0-4534-85cf-ee2cf49d7472", "size": 12716032, "self": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:25:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:25:42,456 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-addca4d3-a620-4fa1-a510-2f3cdf33ecdd 2018-08-12 16:25:42,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.279569864273s 2018-08-12 16:25:42,456 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-addca4d3-a620-4fa1-a510-2f3cdf33ecdd 2018-08-12 16:25:42,458 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap', u'metadata': Munch({})})], 'file': u'/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'81e62fbd-33c0-4534-85cf-ee2cf49d7472', 'size': 12716032, u'self': u'/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:25:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T16:25:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', '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/81e62fbd-33c0-4534-85cf-ee2cf49d7472', 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_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', 'created': u'2018-08-12T16:25:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:25:41Z', 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/81e62fbd-33c0-4534-85cf-ee2cf49d7472', 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_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:25:42,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:25:42,462 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:25:42,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25: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-8cf5d39a-f944-4c41-8238-2b22f2a5816d x-compute-request-id: req-8cf5d39a-f944-4c41-8238-2b22f2a5816d Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23", "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": "1cbb2449-d4ae-4b87-9482-e625b196db23"}} 2018-08-12 16:25:42,867 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8cf5d39a-f944-4c41-8238-2b22f2a5816d 2018-08-12 16:25:42,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.408499002457s 2018-08-12 16:25:42,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8cf5d39a-f944-4c41-8238-2b22f2a5816d 2018-08-12 16:25:42,869 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'1cbb2449-d4ae-4b87-9482-e625b196db23', 'swap': 0}) 2018-08-12 16:25:42,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:25:42,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23/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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"extra_specs": {}}' 2018-08-12 16:25:42,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25: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-a60c481f-49c7-44ca-b133-9ddb940209db x-compute-request-id: req-a60c481f-49c7-44ca-b133-9ddb940209db Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:25:42,894 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23/os-extra_specs used request id req-a60c481f-49c7-44ca-b133-9ddb940209db 2018-08-12 16:25:42,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239858627319s 2018-08-12 16:25:42,894 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23/os-extra_specs used request id req-a60c481f-49c7-44ca-b133-9ddb940209db 2018-08-12 16:25:42,898 - 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-12 16:25:42,903 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 16:25:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30fa90d5-3f67-4b7c-8387-dead3bd1a813 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-12 16:25:42,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-30fa90d5-3f67-4b7c-8387-dead3bd1a813 2018-08-12 16:25:42,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:25:42,909 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:43,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7302951a-70eb-4e94-b4ba-d33529bfe20c Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:25:43,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7302951a-70eb-4e94-b4ba-d33529bfe20c 2018-08-12 16:25:43,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192937135696s 2018-08-12 16:25:43,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7302951a-70eb-4e94-b4ba-d33529bfe20c 2018-08-12 16:25:43,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 16:25:43,107 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:43,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ff4c63-8a20-4347-b39c-d2f131654cd0 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 16:25:43,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d3ff4c63-8a20-4347-b39c-d2f131654cd0 2018-08-12 16:25:43,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193923950195s 2018-08-12 16:25:43,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d3ff4c63-8a20-4347-b39c-d2f131654cd0 2018-08-12 16:25:43,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 16:25:43,315 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:43,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25: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-ed8f2a47-0de5-4826-bd3b-55686c059f8c x-compute-request-id: req-ed8f2a47-0de5-4826-bd3b-55686c059f8c Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2504, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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-12 16:25:43,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-ed8f2a47-0de5-4826-bd3b-55686c059f8c 2018-08-12 16:25:43,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0387971401215s 2018-08-12 16:25:43,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-ed8f2a47-0de5-4826-bd3b-55686c059f8c 2018-08-12 16:25:43,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:25:43,358 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:43,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-70ae1be3-1f33-426d-ade9-55ed44886563 Date: Sun, 12 Aug 2018 16:25:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:25:42Z", "file": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "81e62fbd-33c0-4534-85cf-ee2cf49d7472", "size": 12716032, "self": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:25:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:25:43,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-70ae1be3-1f33-426d-ade9-55ed44886563 2018-08-12 16:25:43,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0248742103577s 2018-08-12 16:25:43,380 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-70ae1be3-1f33-426d-ade9-55ed44886563 2018-08-12 16:25:43,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:25:43,389 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d"}' 2018-08-12 16:25:43,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f0028fac-28ae-48b0-92a8-200b209c83a7 Date: Sun, 12 Aug 2018 16:25:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:25:43Z", "file": "/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f", "size": null, "self": "/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f", "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_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "checksum": null, "created_at": "2018-08-12T16:25:43Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:25:43,683 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f0028fac-28ae-48b0-92a8-200b209c83a7 2018-08-12 16:25:43,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.296046972275s 2018-08-12 16:25:43,683 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f0028fac-28ae-48b0-92a8-200b209c83a7 returning object b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f 2018-08-12 16:25:43,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:25:43,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '' 2018-08-12 16:25:45,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b887c6cb-e4fc-42ff-af05-0b43911c4208 Date: Sun, 12 Aug 2018 16:25: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-12 16:25:45,369 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/file used request id req-b887c6cb-e4fc-42ff-af05-0b43911c4208 2018-08-12 16:25:45,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.68562507629s 2018-08-12 16:25:45,370 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/file used request id req-b887c6cb-e4fc-42ff-af05-0b43911c4208 2018-08-12 16:25:45,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:25:45,378 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:25:45,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-68f42b32-13c1-45c9-8780-65fdb5241e94 Date: Sun, 12 Aug 2018 16:25:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:25:45Z", "file": "/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f", "size": 12716032, "self": "/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:25:43Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:25:42Z", "file": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "81e62fbd-33c0-4534-85cf-ee2cf49d7472", "size": 12716032, "self": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:25:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:25:45,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-68f42b32-13c1-45c9-8780-65fdb5241e94 2018-08-12 16:25:45,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.264601945877s 2018-08-12 16:25:45,639 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-68f42b32-13c1-45c9-8780-65fdb5241e94 2018-08-12 16:25:45,642 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f', 'size': 12716032, u'self': u'/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:25:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T16:25:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', '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/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f', 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_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', 'created': u'2018-08-12T16:25:43Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:25:43Z', 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/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f', 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_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:25:45,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:25:45,646 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:25:45,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25: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-ff2659f0-c237-420f-80d7-36a56c92c6de x-compute-request-id: req-ff2659f0-c237-420f-80d7-36a56c92c6de Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5", "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": "ea2ae73f-3463-4769-9cdc-d68530e468c5"}} 2018-08-12 16:25:45,756 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ff2659f0-c237-420f-80d7-36a56c92c6de 2018-08-12 16:25:45,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.113116979599s 2018-08-12 16:25:45,756 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ff2659f0-c237-420f-80d7-36a56c92c6de 2018-08-12 16:25:45,757 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'ea2ae73f-3463-4769-9cdc-d68530e468c5', 'swap': 0}) 2018-08-12 16:25:45,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:25:45,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5/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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"extra_specs": {}}' 2018-08-12 16:25:45,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:25: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-e0b2c125-6d6e-4c98-b8ae-1e91a7c23de9 x-compute-request-id: req-e0b2c125-6d6e-4c98-b8ae-1e91a7c23de9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:25:45,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5/os-extra_specs used request id req-e0b2c125-6d6e-4c98-b8ae-1e91a7c23de9 2018-08-12 16:25:45,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196959972382s 2018-08-12 16:25:45,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5/os-extra_specs used request id req-e0b2c125-6d6e-4c98-b8ae-1e91a7c23de9 2018-08-12 16:25:45,778 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'ea2ae73f-3463-4769-9cdc-d68530e468c5', 'swap': 0}) 2018-08-12 16:25:49,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 16:25:49,545 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 16:25:49,545 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 16:25:49,547 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 16:25:49,549 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 16:25:53,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c1651ccd-f00d-4257-8bd6-cec7122cfcdb/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-12 16:25:53,149 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 16:25:53,167 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 16:25:53,168 - 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-12 16:39:49,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 609c4180-350e-4525-a65d-c2214a033d08 2018-08-12 16:39:49,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '609c4180-350e-4525-a65d-c2214a033d08']'. 2018-08-12 16:39:50,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 16:39:50,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 16:39:50,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 16:39:50,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 609c4180-350e-4525-a65d-c2214a033d08 | 2018-08-12 16:39:50,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-12 16:39:50,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 16:25:55 | 2018-08-12 16:39:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 16:39:48 | 2018-08-12 16:39:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:53 | 2018-08-12 16:39:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-12 16:39:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 16:39:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 16:39:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c1651ccd-f00d-4257-8bd6-cec7122cfcdb) | 2018-08-12 16:39:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 16:39:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 64be837d-7158-4d0e-9f0e-cff9aca50bef) | 2018-08-12 16:39:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 546 | 2018-08-12 16:39:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 820.578 | 2018-08-12 16:39:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 370 | 2018-08-12 16:39:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-12 16:39:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 16:39:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 16:39:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-12 16:39:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 16:39:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 16:39:50,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 16:39:50,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1957104558% 2018-08-12 16:39:50,800 - xtesting.core.testcase - ERROR - The HTTP request raises issues Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 226, in push_to_db req.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Could Not Found testcases [{'project_name': u'functest', 'name': u'neutron-tempest-plugin-api'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-12 16:39:50,801 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 14:15 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-12 16:39:50,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:39:50,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:39:51,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0087fb61-6f1e-4de9-bdba-479a66162ae7 Date: Sun, 12 Aug 2018 16:39: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-12 16:39:51,775 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f used request id req-0087fb61-6f1e-4de9-bdba-479a66162ae7 2018-08-12 16:39:51,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.969670057297s 2018-08-12 16:39:51,776 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b0ffc2de-ea31-4ba0-9b4c-87a5e01afe0f used request id req-0087fb61-6f1e-4de9-bdba-479a66162ae7 2018-08-12 16:39:51,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:39:51,779 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:39:52,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:39: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-16f70b9e-f92c-4524-931b-1fee1d6d07c4 x-compute-request-id: req-16f70b9e-f92c-4524-931b-1fee1d6d07c4 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23", "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": "1cbb2449-d4ae-4b87-9482-e625b196db23"}, {"name": "neutron-tempest-plugin-api-flavor_alt_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5", "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": "ea2ae73f-3463-4769-9cdc-d68530e468c5"}]} 2018-08-12 16:39:52,068 - 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-16f70b9e-f92c-4524-931b-1fee1d6d07c4 2018-08-12 16:39:52,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.291987895966s 2018-08-12 16:39:52,069 - 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-16f70b9e-f92c-4524-931b-1fee1d6d07c4 2018-08-12 16:39:52,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:39:52,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:39:52,114 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:39: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-18a81b4f-5631-498b-a9c6-a247d98cb910 x-compute-request-id: req-18a81b4f-5631-498b-a9c6-a247d98cb910 Content-Length: 0 Content-Type: application/json 2018-08-12 16:39:52,114 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5 used request id req-18a81b4f-5631-498b-a9c6-a247d98cb910 2018-08-12 16:39:52,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0430419445038s 2018-08-12 16:39:52,115 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/ea2ae73f-3463-4769-9cdc-d68530e468c5 used request id req-18a81b4f-5631-498b-a9c6-a247d98cb910 2018-08-12 16:39:52,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 16:39:52,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf/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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" -d '{"subnet_id": "9946f923-2823-4890-aa11-ca6355656eb2"}' 2018-08-12 16:39:54,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-75698c6d-70ab-497c-9dec-c5a50c3d4f82 Date: Sun, 12 Aug 2018 16:39:54 GMT RESP BODY: {"network_id": "0d28d37b-2738-4d24-b1f5-345c0e2f59ee", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "9946f923-2823-4890-aa11-ca6355656eb2", "subnet_ids": ["9946f923-2823-4890-aa11-ca6355656eb2"], "port_id": "1063667e-2bd2-42a4-957c-6689e2878bfe", "id": "2964352e-9a5e-4cdf-9492-7bb7abaa2bbf"} 2018-08-12 16:39:54,165 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf/remove_router_interface.json used request id req-75698c6d-70ab-497c-9dec-c5a50c3d4f82 2018-08-12 16:39:54,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.04941105843s 2018-08-12 16:39:54,165 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf/remove_router_interface.json used request id req-75698c6d-70ab-497c-9dec-c5a50c3d4f82 returning object 2964352e-9a5e-4cdf-9492-7bb7abaa2bbf 2018-08-12 16:39:54,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 16:39:54,166 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:39:54,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-f91dc33f-39ff-45ab-bf26-cd5863f0a06f Date: Sun, 12 Aug 2018 16:39:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:25:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:39:53Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "2964352e-9a5e-4cdf-9492-7bb7abaa2bbf", "name": "neutron-tempest-plugin-api-router_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d"}]} 2018-08-12 16:39:54,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f91dc33f-39ff-45ab-bf26-cd5863f0a06f 2018-08-12 16:39:54,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.372769117355s 2018-08-12 16:39:54,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f91dc33f-39ff-45ab-bf26-cd5863f0a06f 2018-08-12 16:39:54,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 16:39:54,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:39:56,256 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d07fa5ab-30ec-482f-98d0-68a0efa74ff4 Content-Length: 0 Date: Sun, 12 Aug 2018 16:39:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:39:56,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf.json used request id req-d07fa5ab-30ec-482f-98d0-68a0efa74ff4 2018-08-12 16:39:56,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.71625781059s 2018-08-12 16:39:56,257 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2964352e-9a5e-4cdf-9492-7bb7abaa2bbf.json used request id req-d07fa5ab-30ec-482f-98d0-68a0efa74ff4 2018-08-12 16:39:56,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 16:39:56,258 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:39:56,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-afb2b5ef-4752-4b4a-991a-b933166c09d3 Date: Sun, 12 Aug 2018 16:39:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0d28d37b-2738-4d24-b1f5-345c0e2f59ee","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:25:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:25:36Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"9946f923-2823-4890-aa11-ca6355656eb2","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d"}]} 2018-08-12 16:39:56,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-afb2b5ef-4752-4b4a-991a-b933166c09d3 2018-08-12 16:39:56,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.359471082687s 2018-08-12 16:39:56,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-afb2b5ef-4752-4b4a-991a-b933166c09d3 2018-08-12 16:39:56,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 16:39:56,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/9946f923-2823-4890-aa11-ca6355656eb2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:39:59,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d2fdf6b-b384-4c02-9636-35730ebf008c Date: Sun, 12 Aug 2018 16:39:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:39:59,181 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/9946f923-2823-4890-aa11-ca6355656eb2.json used request id req-3d2fdf6b-b384-4c02-9636-35730ebf008c 2018-08-12 16:39:59,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.56103992462s 2018-08-12 16:39:59,181 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/9946f923-2823-4890-aa11-ca6355656eb2.json used request id req-3d2fdf6b-b384-4c02-9636-35730ebf008c 2018-08-12 16:39:59,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:39:59,182 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:39:59,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-5c9dedb5-93f2-4076-ab9e-7dcd06134ea1 Date: Sun, 12 Aug 2018 16:39:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0d28d37b-2738-4d24-b1f5-345c0e2f59ee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:39:58Z","provider:segmentation_id":92,"name":"neutron-tempest-plugin-api-net_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:25:35Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:39:59,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5c9dedb5-93f2-4076-ab9e-7dcd06134ea1 2018-08-12 16:39:59,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.382467985153s 2018-08-12 16:39:59,564 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5c9dedb5-93f2-4076-ab9e-7dcd06134ea1 2018-08-12 16:39:59,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 16:39:59,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/0d28d37b-2738-4d24-b1f5-345c0e2f59ee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:40:00,822 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05495853-6335-4136-8ffa-04adcfd4eee0 Date: Sun, 12 Aug 2018 16:40:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 16:40:00,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0d28d37b-2738-4d24-b1f5-345c0e2f59ee.json used request id req-05495853-6335-4136-8ffa-04adcfd4eee0 2018-08-12 16:40:00,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25665307045s 2018-08-12 16:40:00,823 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0d28d37b-2738-4d24-b1f5-345c0e2f59ee.json used request id req-05495853-6335-4136-8ffa-04adcfd4eee0 2018-08-12 16:40:00,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:40:00,832 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:40:01,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-58f9af77-78f9-425d-9035-72064d9af719 Date: Sun, 12 Aug 2018 16:40:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:25:42Z", "file": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "81e62fbd-33c0-4534-85cf-ee2cf49d7472", "size": 12716032, "self": "/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:25:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:40:01,191 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-58f9af77-78f9-425d-9035-72064d9af719 2018-08-12 16:40:01,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.364604949951s 2018-08-12 16:40:01,191 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-58f9af77-78f9-425d-9035-72064d9af719 2018-08-12 16:40:01,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 16:40:01,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:40:01,914 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8cdaff64-f195-4ad7-a1fd-56ec544a915b Date: Sun, 12 Aug 2018 16:40: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-12 16:40:01,914 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472 used request id req-8cdaff64-f195-4ad7-a1fd-56ec544a915b 2018-08-12 16:40:01,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.721204996109s 2018-08-12 16:40:01,915 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/81e62fbd-33c0-4534-85cf-ee2cf49d7472 used request id req-8cdaff64-f195-4ad7-a1fd-56ec544a915b 2018-08-12 16:40:01,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 16:40:01,918 - 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}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:40:01,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:40: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-f93c188f-6d8a-4ef6-b514-1f0e95f942ae x-compute-request-id: req-f93c188f-6d8a-4ef6-b514-1f0e95f942ae Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_9fc54aaf-ef52-4af0-9cce-94a7f6f5e82d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23", "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": "1cbb2449-d4ae-4b87-9482-e625b196db23"}]} 2018-08-12 16:40:01,938 - 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-f93c188f-6d8a-4ef6-b514-1f0e95f942ae 2018-08-12 16:40:01,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0222909450531s 2018-08-12 16:40:01,938 - 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-f93c188f-6d8a-4ef6-b514-1f0e95f942ae 2018-08-12 16:40:01,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 16:40:01,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fadb74a93d2309901b3bc11b9e4494eea85fd25f" 2018-08-12 16:40:01,970 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 16:40: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-73c8318d-e0cd-4746-a57d-43618adebcf9 x-compute-request-id: req-73c8318d-e0cd-4746-a57d-43618adebcf9 Content-Length: 0 Content-Type: application/json 2018-08-12 16:40:01,971 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23 used request id req-73c8318d-e0cd-4746-a57d-43618adebcf9 2018-08-12 16:40:01,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0306930541992s 2018-08-12 16:40:01,971 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/1cbb2449-d4ae-4b87-9482-e625b196db23 used request id req-73c8318d-e0cd-4746-a57d-43618adebcf9 2018-08-12 16:40:01,971 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-12 16:40:02,029 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-12 16:40:02,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 16:40:02,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 16:40:02,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 16:40:02,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 16:40:02,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 16:40:02,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 16:40:02,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 16:40:02,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 16:40:02,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 16:40:02,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 16:40:02,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 16:40:02,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 16:40:02,079 - 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-12 16:40:02,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c0c27a4-a7e1-4325-9af1-b1289d7ad10c 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-12 16:40:02,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7c0c27a4-a7e1-4325-9af1-b1289d7ad10c 2018-08-12 16:40:02,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 16:40:02,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T17:40:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["Lo2-iZddRWeqY8jNedXHHw"], "issued_at": "2018-08-12T16:40:02.000000Z"}} 2018-08-12 16:40:02,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:40:02,498 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 16:40:03,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-bbb2b6cd-245b-4d3e-b390-44c892882f46 Date: Sun, 12 Aug 2018 16:40:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:40:03,281 - 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-bbb2b6cd-245b-4d3e-b390-44c892882f46 2018-08-12 16:40:03,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.783592939377s 2018-08-12 16:40:03,281 - 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-bbb2b6cd-245b-4d3e-b390-44c892882f46 2018-08-12 16:40:03,282 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-12 16:40:03,649 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-12 16:40:03,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 16:40:03,650 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"network": {"shared": true, "name": "rally_sanity-net_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "admin_state_up": true}}' 2018-08-12 16:40:04,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-05be77cf-4521-452f-9491-463bb71cc327 Date: Sun, 12 Aug 2018 16:40:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8f95fee5-ce01-47e0-9787-ec996d58ede5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:40:04Z","is_default":false,"provider:segmentation_id":75,"name":"rally_sanity-net_95d76c8b-d78a-4f69-9b9f-f31b822dfe80","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:40:03Z","mtu":1450}} 2018-08-12 16:40:04,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-05be77cf-4521-452f-9491-463bb71cc327 2018-08-12 16:40:04,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.614105224609s 2018-08-12 16:40:04,264 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-05be77cf-4521-452f-9491-463bb71cc327 2018-08-12 16:40:04,264 - 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-12T16:40:04Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8f95fee5-ce01-47e0-9787-ec996d58ede5', u'provider:segmentation_id': 75, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:40:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:40:04,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 16:40:04,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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 16:40:04,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-bb6b5a66-cd62-418a-a3a0-51b6ef40580c Date: Sun, 12 Aug 2018 16:40:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"8f95fee5-ce01-47e0-9787-ec996d58ede5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T16:40:04Z","provider:segmentation_id":75,"name":"rally_sanity-net_95d76c8b-d78a-4f69-9b9f-f31b822dfe80","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:40:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 16:40:04,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bb6b5a66-cd62-418a-a3a0-51b6ef40580c 2018-08-12 16:40:04,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349625825882s 2018-08-12 16:40:04,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bb6b5a66-cd62-418a-a3a0-51b6ef40580c 2018-08-12 16:40:04,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 16:40:04,617 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"subnet": {"name": "rally_sanity-subnet_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "enable_dhcp": true, "network_id": "8f95fee5-ce01-47e0-9787-ec996d58ede5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 16:40:05,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c9b7610d-d102-4aa4-b7ef-5a5f74226b0f Date: Sun, 12 Aug 2018 16:40:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f95fee5-ce01-47e0-9787-ec996d58ede5","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:40:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:40:04Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"20518286-7e9b-4588-8688-c0ac0f08776f","subnetpool_id":null,"name":"rally_sanity-subnet_95d76c8b-d78a-4f69-9b9f-f31b822dfe80"}} 2018-08-12 16:40:05,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c9b7610d-d102-4aa4-b7ef-5a5f74226b0f 2018-08-12 16:40:05,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.7540371418s 2018-08-12 16:40:05,371 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c9b7610d-d102-4aa4-b7ef-5a5f74226b0f 2018-08-12 16:40:05,372 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T16:40:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'20518286-7e9b-4588-8688-c0ac0f08776f', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', u'enable_dhcp': True, u'network_id': u'8f95fee5-ce01-47e0-9787-ec996d58ede5', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:40:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 16:40:05,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 16:40:05,373 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "rally_sanity-router_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "admin_state_up": true}}' 2018-08-12 16:40:06,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-829880f0-c5cf-404d-9085-8a027a80536a Date: Sun, 12 Aug 2018 16:40:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:40:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T16:40:06Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "0ff77370-7917-439a-a3c0-75cb777154c6", "name": "rally_sanity-router_95d76c8b-d78a-4f69-9b9f-f31b822dfe80"}} 2018-08-12 16:40:06,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-829880f0-c5cf-404d-9085-8a027a80536a 2018-08-12 16:40:06,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44347000122s 2018-08-12 16:40:06,816 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-829880f0-c5cf-404d-9085-8a027a80536a 2018-08-12 16:40:06,817 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T16:40:05Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T16:40:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'0ff77370-7917-439a-a3c0-75cb777154c6', u'name': u'rally_sanity-router_95d76c8b-d78a-4f69-9b9f-f31b822dfe80'}) 2018-08-12 16:40:06,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 16:40:06,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6/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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"subnet_id": "20518286-7e9b-4588-8688-c0ac0f08776f"}' 2018-08-12 16:40:09,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f5c39f3-22a1-419a-b6cf-b5404116bd60 Date: Sun, 12 Aug 2018 16:40:09 GMT RESP BODY: {"network_id": "8f95fee5-ce01-47e0-9787-ec996d58ede5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "20518286-7e9b-4588-8688-c0ac0f08776f", "subnet_ids": ["20518286-7e9b-4588-8688-c0ac0f08776f"], "port_id": "1ff198be-b94d-4d82-b0ee-4b0fa802bfd9", "id": "0ff77370-7917-439a-a3c0-75cb777154c6"} 2018-08-12 16:40:09,101 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6/add_router_interface.json used request id req-2f5c39f3-22a1-419a-b6cf-b5404116bd60 2018-08-12 16:40:09,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.28354597092s 2018-08-12 16:40:09,101 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6/add_router_interface.json used request id req-2f5c39f3-22a1-419a-b6cf-b5404116bd60 returning object 0ff77370-7917-439a-a3c0-75cb777154c6 2018-08-12 16:40:09,102 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 16:40:09,234 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 16:40:09,235 - 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-12 16:40:09,240 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 16:40:09 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-12 16:40:09,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:40:09,244 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 16:40:09,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9b2f6b4e-0105-409f-bb0b-ec2dd5ea54e5 Date: Sun, 12 Aug 2018 16:40:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:40:09,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9b2f6b4e-0105-409f-bb0b-ec2dd5ea54e5 2018-08-12 16:40:09,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307260036469s 2018-08-12 16:40:09,550 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9b2f6b4e-0105-409f-bb0b-ec2dd5ea54e5 2018-08-12 16:40:09,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 16:40:09,562 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80"}' 2018-08-12 16:40:09,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7267daac-af05-4c26-8bb9-75016b87d171 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b617e534-d7ca-4f2c-9a11-d170b5416c31 Date: Sun, 12 Aug 2018 16:40:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:40:09Z", "file": "/v2/images/7267daac-af05-4c26-8bb9-75016b87d171/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "7267daac-af05-4c26-8bb9-75016b87d171", "size": null, "self": "/v2/images/7267daac-af05-4c26-8bb9-75016b87d171", "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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "checksum": null, "created_at": "2018-08-12T16:40:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 16:40:09,904 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b617e534-d7ca-4f2c-9a11-d170b5416c31 2018-08-12 16:40:09,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.346379995346s 2018-08-12 16:40:09,905 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b617e534-d7ca-4f2c-9a11-d170b5416c31 returning object 7267daac-af05-4c26-8bb9-75016b87d171 2018-08-12 16:40:09,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 16:40:09,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/7267daac-af05-4c26-8bb9-75016b87d171/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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '' 2018-08-12 16:40:10,609 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-539e99d6-6153-4ddf-80e4-9f5c5500a431 Date: Sun, 12 Aug 2018 16:40:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 16:40:10,609 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7267daac-af05-4c26-8bb9-75016b87d171/file used request id req-539e99d6-6153-4ddf-80e4-9f5c5500a431 2018-08-12 16:40:10,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.703408956528s 2018-08-12 16:40:10,609 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7267daac-af05-4c26-8bb9-75016b87d171/file used request id req-539e99d6-6153-4ddf-80e4-9f5c5500a431 2018-08-12 16:40:10,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 16:40:10,617 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 16:40:10,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-3ea47b33-4feb-49aa-8bcc-609a9f6c4e63 Date: Sun, 12 Aug 2018 16:40:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:40:10Z", "file": "/v2/images/7267daac-af05-4c26-8bb9-75016b87d171/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "7267daac-af05-4c26-8bb9-75016b87d171", "size": 12716032, "self": "/v2/images/7267daac-af05-4c26-8bb9-75016b87d171", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/7267daac-af05-4c26-8bb9-75016b87d171/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/7267daac-af05-4c26-8bb9-75016b87d171/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:40:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 16:40:10,893 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3ea47b33-4feb-49aa-8bcc-609a9f6c4e63 2018-08-12 16:40:10,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.279422044754s 2018-08-12 16:40:10,893 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3ea47b33-4feb-49aa-8bcc-609a9f6c4e63 2018-08-12 16:40:10,895 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/7267daac-af05-4c26-8bb9-75016b87d171/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7267daac-af05-4c26-8bb9-75016b87d171/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'7267daac-af05-4c26-8bb9-75016b87d171', 'size': 12716032, u'self': u'/v2/images/7267daac-af05-4c26-8bb9-75016b87d171', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/7267daac-af05-4c26-8bb9-75016b87d171/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T16:40:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T16:40:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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/7267daac-af05-4c26-8bb9-75016b87d171', 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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'created': u'2018-08-12T16:40:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T16:40:09Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7267daac-af05-4c26-8bb9-75016b87d171', 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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 16:40:10,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:40:10,898 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:40:11,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:40: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-9be08a5b-45a5-431a-b9ea-dfa89a5801c0 x-compute-request-id: req-9be08a5b-45a5-431a-b9ea-dfa89a5801c0 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dbec0025-8ab8-4e03-90fc-196760940535", "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": "dbec0025-8ab8-4e03-90fc-196760940535"}} 2018-08-12 16:40:11,208 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9be08a5b-45a5-431a-b9ea-dfa89a5801c0 2018-08-12 16:40:11,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.312260866165s 2018-08-12 16:40:11,209 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9be08a5b-45a5-431a-b9ea-dfa89a5801c0 2018-08-12 16:40:11,209 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'dbec0025-8ab8-4e03-90fc-196760940535', 'swap': 0}) 2018-08-12 16:40:11,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:40:11,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535/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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"extra_specs": {}}' 2018-08-12 16:40:11,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:40: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-972d3187-fb5b-4954-8423-57ec25ebd177 x-compute-request-id: req-972d3187-fb5b-4954-8423-57ec25ebd177 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:40:11,229 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535/os-extra_specs used request id req-972d3187-fb5b-4954-8423-57ec25ebd177 2018-08-12 16:40:11,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0194580554962s 2018-08-12 16:40:11,230 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535/os-extra_specs used request id req-972d3187-fb5b-4954-8423-57ec25ebd177 2018-08-12 16:40:11,230 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 16:40:14,142 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 16:40:16,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | eae50045-52de-4eec-abbd-ba67694e97cd | 2018-08-12T16:40:16.591699 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: eae50045-52de-4eec-abbd-ba67694e97cd ~/.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-12 16:40:20,714 - 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-12 16:40:20,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-12 16:40:20,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 16:40:20,718 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 16:40:20,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:40: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-b1e44054-1846-4285-805c-731bcd0959e7 x-compute-request-id: req-b1e44054-1846-4285-805c-731bcd0959e7 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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-12 16:40:20,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b1e44054-1846-4285-805c-731bcd0959e7 2018-08-12 16:40:20,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0418798923492s 2018-08-12 16:40:20,758 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b1e44054-1846-4285-805c-731bcd0959e7 2018-08-12 16:40:20,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 16:40:20,761 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 16:40:20,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:40: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-ebedefb8-7781-4265-893e-c928b3f083f2 x-compute-request-id: req-ebedefb8-7781-4265-893e-c928b3f083f2 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75", "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": "d896dc0d-f451-4f09-9268-4b7ee1d2ae75"}} 2018-08-12 16:40:20,799 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ebedefb8-7781-4265-893e-c928b3f083f2 2018-08-12 16:40:20,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0399670600891s 2018-08-12 16:40:20,799 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ebedefb8-7781-4265-893e-c928b3f083f2 2018-08-12 16:40:20,800 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'd896dc0d-f451-4f09-9268-4b7ee1d2ae75', 'swap': 0}) 2018-08-12 16:40:20,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 16:40:20,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75/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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"extra_specs": {}}' 2018-08-12 16:40:20,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 16:40: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-b5202c53-3ec9-4b2c-bf45-6f371306c2fe x-compute-request-id: req-b5202c53-3ec9-4b2c-bf45-6f371306c2fe Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 16:40:20,825 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75/os-extra_specs used request id req-b5202c53-3ec9-4b2c-bf45-6f371306c2fe 2018-08-12 16:40:20,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244419574738s 2018-08-12 16:40:20,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75/os-extra_specs used request id req-b5202c53-3ec9-4b2c-bf45-6f371306c2fe 2018-08-12 16:40:20,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'd896dc0d-f451-4f09-9268-4b7ee1d2ae75', 'swap': 0}) 2018-08-12 16:40:20,826 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-12 16:40:20,826 - 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-12 16:40:20,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 16:40:20,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 16:40:20,845 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 16:41:50,871 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 2018-08-12 16:41:50,871 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-12 16:41:50,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ef12db0c-5a4f-49fb-ac01-6096dcb35ba2'] 2018-08-12 16:41:51,912 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 -------------------------------------------------------------------------------- Task ef12db0c-5a4f-49fb-ac01-6096dcb35ba2: 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 ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | total | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> duration | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.579969 Full duration: 10.355734 -------------------------------------------------------------------------------- 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 ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 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.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | total | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | -> duration | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.030109 Full duration: 10.469907 -------------------------------------------------------------------------------- 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 ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 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.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | total | 1.404 | 1.404 | 1.404 | 1.404 | 1.404 | 1.404 | 100.0% | 1 | | -> duration | 1.404 | 1.404 | 1.404 | 1.404 | 1.404 | 1.404 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.404182 Full duration: 10.968507 -------------------------------------------------------------------------------- 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 ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 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.626 | 1.626 | 1.626 | 1.626 | 1.626 | 1.626 | 100.0% | 1 | | total | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 100.0% | 1 | | -> duration | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 2.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.068692 Full duration: 12.139707 -------------------------------------------------------------------------------- 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 ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 100.0% | 1 | | -> duration | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 1.156 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.155551 Full duration: 10.85208 -------------------------------------------------------------------------------- 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 ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 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.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800729 Full duration: 10.384435 HINTS: * To plot HTML graphics with this data, run: rally task report ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 --out output.html * To generate a JUnit report, run: rally task export ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 --json --out output.json 2018-08-12 16:41:51,912 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ef12db0c-5a4f-49fb-ac01-6096dcb35ba2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-12 16:41:54,429 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-12 16:41:54.323 766 INFO rally.api [-] Building 'json' report for the following task(s): 'ef12db0c-5a4f-49fb-ac01-6096dcb35ba2'. 2018-08-12 16:41:54.328 766 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:41:54,430 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ef12db0c-5a4f-49fb-ac01-6096dcb35ba2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-12 16:41:57,055 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ef12db0c-5a4f-49fb-ac01-6096dcb35ba2 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-12 16:41:56.932 769 INFO rally.api [-] Building 'html' report for the following task(s): 'ef12db0c-5a4f-49fb-ac01-6096dcb35ba2'. 2018-08-12 16:41:56.954 769 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:41:57,061 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-12 16:41:57,062 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-12 16:41:57,062 - 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-12 16:41:57,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 16:41:57,078 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 16:41:57,078 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 16:43:59,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2c832661-5638-45f2-8341-ab97de659075 2018-08-12 16:43:59,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2c832661-5638-45f2-8341-ab97de659075'] 2018-08-12 16:44:00,345 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2c832661-5638-45f2-8341-ab97de659075 -------------------------------------------------------------------------------- Task 2c832661-5638-45f2-8341-ab97de659075: 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 2c832661-5638-45f2-8341-ab97de659075 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 | 5.003 | 5.003 | 5.003 | 5.003 | 5.003 | 5.003 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> glance_v2.upload_data | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | glance_v2.delete_image | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | total | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 100.0% | 1 | | -> duration | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 5.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.84318 Full duration: 17.652772 -------------------------------------------------------------------------------- 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 2c832661-5638-45f2-8341-ab97de659075 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.74 | 4.74 | 4.74 | 4.74 | 4.74 | 4.74 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> glance_v2.upload_data | 1.187 | 1.187 | 1.187 | 1.187 | 1.187 | 1.187 | 100.0% | 1 | | glance_v2.list_images | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | total | 5.036 | 5.036 | 5.036 | 5.036 | 5.036 | 5.036 | 100.0% | 1 | | -> duration | 5.036 | 5.036 | 5.036 | 5.036 | 5.036 | 5.036 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.035895 Full duration: 20.405345 -------------------------------------------------------------------------------- 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 2c832661-5638-45f2-8341-ab97de659075 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | total | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> duration | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605279 Full duration: 11.406472 -------------------------------------------------------------------------------- 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": "8f95fee5-ce01-47e0-9787-ec996d58ede5" } ], "flavor": { "name": "rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2c832661-5638-45f2-8341-ab97de659075 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 | 5.149 | 5.149 | 5.149 | 5.149 | 5.149 | 5.149 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | -> glance_v2.upload_data | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | nova.boot_servers | 19.887 | 19.887 | 19.887 | 19.887 | 19.887 | 19.887 | 100.0% | 1 | | total | 25.037 | 25.037 | 25.037 | 25.037 | 25.037 | 25.037 | 100.0% | 1 | | -> duration | 24.037 | 24.037 | 24.037 | 24.037 | 24.037 | 24.037 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.036573 Full duration: 51.68601 HINTS: * To plot HTML graphics with this data, run: rally task report 2c832661-5638-45f2-8341-ab97de659075 --out output.html * To generate a JUnit report, run: rally task export 2c832661-5638-45f2-8341-ab97de659075 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2c832661-5638-45f2-8341-ab97de659075 --json --out output.json 2018-08-12 16:44:00,346 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2c832661-5638-45f2-8341-ab97de659075', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-12 16:44:02,803 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2c832661-5638-45f2-8341-ab97de659075 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-12 16:44:02.697 1322 INFO rally.api [-] Building 'json' report for the following task(s): '2c832661-5638-45f2-8341-ab97de659075'. 2018-08-12 16:44:02.702 1322 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:44:02,804 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2c832661-5638-45f2-8341-ab97de659075', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-12 16:44:05,542 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2c832661-5638-45f2-8341-ab97de659075 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-12 16:44:05.391 1325 INFO rally.api [-] Building 'html' report for the following task(s): '2c832661-5638-45f2-8341-ab97de659075'. 2018-08-12 16:44:05.415 1325 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:44:05,548 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-12 16:44:05,548 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-12 16:44:05,549 - 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-12 16:44:05,549 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 16:44:05,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 16:44:05,565 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 16:48:01,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 98088793-9033-4dc2-905d-d61abfc1f7e6 2018-08-12 16:48:01,176 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '98088793-9033-4dc2-905d-d61abfc1f7e6'] 2018-08-12 16:48:02,232 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 98088793-9033-4dc2-905d-d61abfc1f7e6 -------------------------------------------------------------------------------- Task 98088793-9033-4dc2-905d-d61abfc1f7e6: 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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.388 | 3.388 | 3.388 | 3.388 | 3.388 | 3.388 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.922 | 2.922 | 2.922 | 2.922 | 2.922 | 2.922 | 100.0% | 1 | | total | 6.31 | 6.31 | 6.31 | 6.31 | 6.31 | 6.31 | 100.0% | 1 | | -> duration | 6.31 | 6.31 | 6.31 | 6.31 | 6.31 | 6.31 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.310443 Full duration: 27.103869 -------------------------------------------------------------------------------- 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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.585 | 3.585 | 3.585 | 3.585 | 3.585 | 3.585 | 100.0% | 1 | | cinder_v2.delete_volume | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 100.0% | 1 | | -> duration | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.316086 Full duration: 18.122482 -------------------------------------------------------------------------------- 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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98088793-9033-4dc2-905d-d61abfc1f7e6 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 | 10.2 | 10.2 | 10.2 | 10.2 | 10.2 | 10.2 | 100.0% | 1 | | cinder_v2.delete_volume | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 10.838 | 10.838 | 10.838 | 10.838 | 10.838 | 10.838 | 100.0% | 1 | | -> duration | 10.838 | 10.838 | 10.838 | 10.838 | 10.838 | 10.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.838357 Full duration: 25.762865 -------------------------------------------------------------------------------- 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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.458 | 3.458 | 3.458 | 3.458 | 3.458 | 3.458 | 100.0% | 1 | | cinder_v2.delete_volume | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 0.487 | 100.0% | 1 | | total | 3.946 | 3.946 | 3.946 | 3.946 | 3.946 | 3.946 | 100.0% | 1 | | -> duration | 3.946 | 3.946 | 3.946 | 3.946 | 3.946 | 3.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.945853 Full duration: 18.034171 -------------------------------------------------------------------------------- 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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 | 4.243 | 4.243 | 4.243 | 4.243 | 4.243 | 4.243 | 100.0% | 1 | | cinder_v2.extend_volume | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | cinder_v2.delete_volume | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | total | 5.771 | 5.771 | 5.771 | 5.771 | 5.771 | 5.771 | 100.0% | 1 | | -> duration | 5.771 | 5.771 | 5.771 | 5.771 | 5.771 | 5.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.770531 Full duration: 19.545042 -------------------------------------------------------------------------------- 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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.623 | 3.623 | 3.623 | 3.623 | 3.623 | 3.623 | 100.0% | 1 | | cinder_v2.delete_volume | 2.984 | 2.984 | 2.984 | 2.984 | 2.984 | 2.984 | 100.0% | 1 | | total | 6.608 | 6.608 | 6.608 | 6.608 | 6.608 | 6.608 | 100.0% | 1 | | -> duration | 6.608 | 6.608 | 6.608 | 6.608 | 6.608 | 6.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.607864 Full duration: 26.27442 -------------------------------------------------------------------------------- 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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.747 | 0.747 | 0.747 | 0.747 | 0.747 | 0.747 | 100.0% | 1 | | cinder_v2.list_qos | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> duration | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.045649 Full duration: 16.866571 -------------------------------------------------------------------------------- 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | cinder_v2.set_qos | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 100.0% | 1 | | total | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | -> duration | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.258707 Full duration: 16.944066 -------------------------------------------------------------------------------- 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | cinder_v2.list_types | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> duration | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.046375 Full duration: 16.380294 -------------------------------------------------------------------------------- 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 98088793-9033-4dc2-905d-d61abfc1f7e6 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.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> duration | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.119239 Full duration: 16.866231 HINTS: * To plot HTML graphics with this data, run: rally task report 98088793-9033-4dc2-905d-d61abfc1f7e6 --out output.html * To generate a JUnit report, run: rally task export 98088793-9033-4dc2-905d-d61abfc1f7e6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 98088793-9033-4dc2-905d-d61abfc1f7e6 --json --out output.json 2018-08-12 16:48:02,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '98088793-9033-4dc2-905d-d61abfc1f7e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-12 16:48:04,864 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 98088793-9033-4dc2-905d-d61abfc1f7e6 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-12 16:48:04.752 3114 INFO rally.api [-] Building 'json' report for the following task(s): '98088793-9033-4dc2-905d-d61abfc1f7e6'. 2018-08-12 16:48:04.762 3114 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:48:04,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '98088793-9033-4dc2-905d-d61abfc1f7e6', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-12 16:48:07,493 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 98088793-9033-4dc2-905d-d61abfc1f7e6 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-12 16:48:07.362 3117 INFO rally.api [-] Building 'html' report for the following task(s): '98088793-9033-4dc2-905d-d61abfc1f7e6'. 2018-08-12 16:48:07.391 3117 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:48:07,507 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-12 16:48:07,507 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-12 16:48:07,508 - 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-12 16:48:07,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 16:48:07,524 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 16:48:07,525 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 16:50:39,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 2018-08-12 16:50:39,198 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2b9bea94-3b05-4e4d-8eef-029bcb780cd3'] 2018-08-12 16:50:40,209 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 -------------------------------------------------------------------------------- Task 2b9bea94-3b05-4e4d-8eef-029bcb780cd3: 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722774 Full duration: 10.061544 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | total | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> duration | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.712239 Full duration: 10.145426 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.70429 Full duration: 10.327704 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 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.078882 Full duration: 11.322714 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | total | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> duration | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.700404 Full duration: 10.038073 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> duration | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.022153 Full duration: 11.329639 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | total | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> duration | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.702934 Full duration: 10.364146 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.33 | 1.33 | 1.33 | 1.33 | 1.33 | 1.33 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | total | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 100.0% | 1 | | -> duration | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 1.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.749359 Full duration: 11.925542 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | total | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> duration | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.69083 Full duration: 10.449577 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.024 | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 100.0% | 1 | | gnocchi.delete_metric | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | total | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 100.0% | 1 | | -> duration | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.313782 Full duration: 11.696703 -------------------------------------------------------------------------------- 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 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 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.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | gnocchi.delete_resource | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> duration | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.994474 Full duration: 11.549997 HINTS: * To plot HTML graphics with this data, run: rally task report 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 --out output.html * To generate a JUnit report, run: rally task export 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 --json --out output.json 2018-08-12 16:50:40,209 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2b9bea94-3b05-4e4d-8eef-029bcb780cd3', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-12 16:50:42,724 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-12 16:50:42.614 4252 INFO rally.api [-] Building 'json' report for the following task(s): '2b9bea94-3b05-4e4d-8eef-029bcb780cd3'. 2018-08-12 16:50:42.623 4252 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:50:42,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2b9bea94-3b05-4e4d-8eef-029bcb780cd3', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-12 16:50:45,324 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2b9bea94-3b05-4e4d-8eef-029bcb780cd3 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-12 16:50:45.192 4255 INFO rally.api [-] Building 'html' report for the following task(s): '2b9bea94-3b05-4e4d-8eef-029bcb780cd3'. 2018-08-12 16:50:45.221 4255 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:50:45,330 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-12 16:50:45,330 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-12 16:50:45,331 - 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-12 16:50:45,331 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 16:50:45,338 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 16:50:45,339 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 16:51:36,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bdb649a0-74b1-48ea-8b9c-de2b748ec7f1 2018-08-12 16:51:36,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bdb649a0-74b1-48ea-8b9c-de2b748ec7f1'] 2018-08-12 16:51:37,841 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bdb649a0-74b1-48ea-8b9c-de2b748ec7f1 -------------------------------------------------------------------------------- Task bdb649a0-74b1-48ea-8b9c-de2b748ec7f1: aborted -------------------------------------------------------------------------------- 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 bdb649a0-74b1-48ea-8b9c-de2b748ec7f1 has 1 error(s) -------------------------------------------------------------------------------- HTTPInternalServerError: ERROR: 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

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/heat/stacks.py", line 166, in run updated_environment or environment) 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/heat/utils.py", line 102, in _update_stack self.clients("heat").stacks.update(stack.id, **kw) File "/usr/lib/python2.7/site-packages/heatclient/v1/stacks.py", line 183, in update headers=headers) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 317, in request raise exc.from_response(resp) HTTPInternalServerError: ERROR: 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

-------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 7.198 | 7.198 | 7.198 | 7.198 | 7.198 | 7.198 | 100.0% | 1 | | heat.update_stack | 0.006 | 0.006 | 0.006 | 0.006 | 0.006 | 0.006 | 0.0% | 1 | | total | 7.204 | 7.204 | 7.204 | 7.204 | 7.204 | 7.204 | 0.0% | 1 | | -> duration | 5.204 | 5.204 | 5.204 | 5.204 | 5.204 | 5.204 | 0.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.203867 Full duration: 27.388601 HINTS: * To plot HTML graphics with this data, run: rally task report bdb649a0-74b1-48ea-8b9c-de2b748ec7f1 --out output.html * To generate a JUnit report, run: rally task export bdb649a0-74b1-48ea-8b9c-de2b748ec7f1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bdb649a0-74b1-48ea-8b9c-de2b748ec7f1 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-12 16:51:37,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bdb649a0-74b1-48ea-8b9c-de2b748ec7f1', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-12 16:51:40,427 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bdb649a0-74b1-48ea-8b9c-de2b748ec7f1 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-12 16:51:40.330 4690 INFO rally.api [-] Building 'json' report for the following task(s): 'bdb649a0-74b1-48ea-8b9c-de2b748ec7f1'. 2018-08-12 16:51:40.332 4690 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:51:40,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bdb649a0-74b1-48ea-8b9c-de2b748ec7f1', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-12 16:51:43,031 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bdb649a0-74b1-48ea-8b9c-de2b748ec7f1 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-12 16:51:42.913 4693 INFO rally.api [-] Building 'html' report for the following task(s): 'bdb649a0-74b1-48ea-8b9c-de2b748ec7f1'. 2018-08-12 16:51:42.931 4693 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:51:43,034 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" Failed. 2018-08-12 16:51:43,034 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-12 16:51:43,035 - 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-12 16:51:43,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 16:51:43,053 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 16:51:43,054 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 16:56:02,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : db06c2d9-32a4-4f91-907f-412a11828bbf 2018-08-12 16:56:02,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'db06c2d9-32a4-4f91-907f-412a11828bbf'] 2018-08-12 16:56:03,421 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid db06c2d9-32a4-4f91-907f-412a11828bbf -------------------------------------------------------------------------------- Task db06c2d9-32a4-4f91-907f-412a11828bbf: 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | keystone_v3.add_role | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | keystone_v3.revoke_role | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 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.212682 Full duration: 20.102178 -------------------------------------------------------------------------------- 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | keystone_v3.add_role | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | keystone_v3.list_roles | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | total | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> duration | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.123937 Full duration: 19.861818 -------------------------------------------------------------------------------- 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.196 | 1.196 | 1.196 | 1.196 | 1.196 | 1.196 | 100.0% | 1 | | keystone_v3.list_projects | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | -> duration | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 1.383 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.382842 Full duration: 19.689238 -------------------------------------------------------------------------------- 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | keystone_v3.delete_role | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | total | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 100.0% | 1 | | -> duration | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.970242 Full duration: 17.774995 -------------------------------------------------------------------------------- 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | keystone_v3.delete_service | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> duration | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.946571 Full duration: 17.414254 -------------------------------------------------------------------------------- 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 100.0% | 1 | | keystone_v3.create_user | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 1.141 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | -> keystone_v3.add_role | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | keystone_v3.create_role | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | keystone_v3.get_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.get_user | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | keystone_v3.get_role | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | keystone_v3.list_services | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | keystone_v3.get_services | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 3.736 | 3.736 | 3.736 | 3.736 | 3.736 | 3.736 | 100.0% | 1 | | -> duration | 3.736 | 3.736 | 3.736 | 3.736 | 3.736 | 3.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.736443 Full duration: 27.537499 -------------------------------------------------------------------------------- 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | keystone_v3.update_project | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | keystone_v3.delete_project | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 100.0% | 1 | | -> duration | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 1.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.692793 Full duration: 17.865071 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task db06c2d9-32a4-4f91-907f-412a11828bbf 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.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | total | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | -> duration | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.241766 Full duration: 20.081442 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task db06c2d9-32a4-4f91-907f-412a11828bbf 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.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | total | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | -> duration | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.142921 Full duration: 19.496984 -------------------------------------------------------------------------------- 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | keystone_v3.list_users | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 1.501 | 1.501 | 1.501 | 1.501 | 1.501 | 1.501 | 100.0% | 1 | | -> duration | 1.501 | 1.501 | 1.501 | 1.501 | 1.501 | 1.501 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.50142 Full duration: 20.69507 -------------------------------------------------------------------------------- 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 db06c2d9-32a4-4f91-907f-412a11828bbf 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.119 | 1.119 | 1.119 | 1.119 | 1.119 | 1.119 | 100.0% | 1 | | keystone_v3.create_users | 9.117 | 9.117 | 9.117 | 9.117 | 9.117 | 9.117 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 9.116 | 9.116 | 9.116 | 9.116 | 9.116 | 9.116 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.553 | 1.553 | 1.553 | 1.553 | 1.553 | 1.553 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.326 | 2.326 | 2.326 | 2.326 | 2.326 | 2.326 | 100.0% | 1 | | total | 11.919 | 11.919 | 11.919 | 11.919 | 11.919 | 11.919 | 100.0% | 1 | | -> duration | 11.919 | 11.919 | 11.919 | 11.919 | 11.919 | 11.919 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.919413 Full duration: 33.690359 HINTS: * To plot HTML graphics with this data, run: rally task report db06c2d9-32a4-4f91-907f-412a11828bbf --out output.html * To generate a JUnit report, run: rally task export db06c2d9-32a4-4f91-907f-412a11828bbf --type junit --to output.xml * To get raw JSON output of task results, run: rally task report db06c2d9-32a4-4f91-907f-412a11828bbf --json --out output.json 2018-08-12 16:56:03,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'db06c2d9-32a4-4f91-907f-412a11828bbf', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-12 16:56:06,052 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid db06c2d9-32a4-4f91-907f-412a11828bbf --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-12 16:56:05.939 6608 INFO rally.api [-] Building 'json' report for the following task(s): 'db06c2d9-32a4-4f91-907f-412a11828bbf'. 2018-08-12 16:56:05.950 6608 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:56:06,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'db06c2d9-32a4-4f91-907f-412a11828bbf', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-12 16:56:08,597 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid db06c2d9-32a4-4f91-907f-412a11828bbf --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-12 16:56:08.466 6611 INFO rally.api [-] Building 'html' report for the following task(s): 'db06c2d9-32a4-4f91-907f-412a11828bbf'. 2018-08-12 16:56:08.496 6611 INFO rally.api [-] The report has been successfully built. 2018-08-12 16:56:08,613 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-12 16:56:08,613 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-12 16:56:08,614 - 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-12 16:56:08,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 16:56:08,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 16:56:08,631 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 17:03:01,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c3cb24a7-a20e-4748-a292-44fddcfe6411 2018-08-12 17:03:01,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c3cb24a7-a20e-4748-a292-44fddcfe6411'] 2018-08-12 17:03:02,815 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c3cb24a7-a20e-4748-a292-44fddcfe6411 -------------------------------------------------------------------------------- Task c3cb24a7-a20e-4748-a292-44fddcfe6411: 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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.117 | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 100.0% | 1 | | neutron.delete_network | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 1.238 | 100.0% | 1 | | total | 2.355 | 2.355 | 2.355 | 2.355 | 2.355 | 2.355 | 100.0% | 1 | | -> duration | 2.355 | 2.355 | 2.355 | 2.355 | 2.355 | 2.355 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.355072 Full duration: 19.986102 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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.811 | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 100.0% | 1 | | neutron.delete_port | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | total | 2.752 | 2.752 | 2.752 | 2.752 | 2.752 | 2.752 | 100.0% | 1 | | -> duration | 2.752 | 2.752 | 2.752 | 2.752 | 2.752 | 2.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.7515 Full duration: 39.792917 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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.194 | 1.194 | 1.194 | 1.194 | 1.194 | 1.194 | 100.0% | 1 | | neutron.create_subnet | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 100.0% | 1 | | neutron.create_router | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | neutron.add_interface_router | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 2.178 | 100.0% | 1 | | neutron.remove_interface_router | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 1.762 | 100.0% | 1 | | neutron.delete_router | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | total | 7.656 | 7.656 | 7.656 | 7.656 | 7.656 | 7.656 | 100.0% | 1 | | -> duration | 7.656 | 7.656 | 7.656 | 7.656 | 7.656 | 7.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.655908 Full duration: 48.971895 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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.57 | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 100.0% | 1 | | neutron.delete_subnet | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 2.011 | 100.0% | 1 | | total | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 100.0% | 1 | | -> duration | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 3.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.581284 Full duration: 41.002201 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | neutron.list_networks | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | total | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | -> duration | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.317543 Full duration: 21.052766 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | neutron.list_ports | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 100.0% | 1 | | total | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 100.0% | 1 | | -> duration | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 1.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.810765 Full duration: 41.452306 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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.136 | 1.136 | 1.136 | 1.136 | 1.136 | 1.136 | 100.0% | 1 | | neutron.create_subnet | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | neutron.create_router | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 0.456 | 100.0% | 1 | | neutron.add_interface_router | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 2.291 | 100.0% | 1 | | neutron.list_routers | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 100.0% | 1 | | total | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 100.0% | 1 | | -> duration | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 5.377 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.376783 Full duration: 52.985202 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | neutron.create_subnet | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | neutron.list_subnets | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | total | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 100.0% | 1 | | -> duration | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 2.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.765035 Full duration: 44.567784 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | neutron.delete_security_group | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | total | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 100.0% | 1 | | -> duration | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 1.415 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.415023 Full duration: 19.645053 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | neutron.create_security_group_rule | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | neutron.delete_security_group | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 100.0% | 1 | | total | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 100.0% | 1 | | -> duration | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 2.234 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.234318 Full duration: 19.148716 -------------------------------------------------------------------------------- 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 c3cb24a7-a20e-4748-a292-44fddcfe6411 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.create_router | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 100.0% | 1 | | neutron.add_gateway_router | 1.652 | 1.652 | 1.652 | 1.652 | 1.652 | 1.652 | 100.0% | 1 | | neutron.remove_gateway_router | 1.717 | 1.717 | 1.717 | 1.717 | 1.717 | 1.717 | 100.0% | 1 | | total | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 100.0% | 1 | | -> duration | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 4.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.866631 Full duration: 33.235255 HINTS: * To plot HTML graphics with this data, run: rally task report c3cb24a7-a20e-4748-a292-44fddcfe6411 --out output.html * To generate a JUnit report, run: rally task export c3cb24a7-a20e-4748-a292-44fddcfe6411 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c3cb24a7-a20e-4748-a292-44fddcfe6411 --json --out output.json 2018-08-12 17:03:02,815 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c3cb24a7-a20e-4748-a292-44fddcfe6411', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-12 17:03:05,424 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c3cb24a7-a20e-4748-a292-44fddcfe6411 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-12 17:03:05.309 9906 INFO rally.api [-] Building 'json' report for the following task(s): 'c3cb24a7-a20e-4748-a292-44fddcfe6411'. 2018-08-12 17:03:05.321 9906 INFO rally.api [-] The report has been successfully built. 2018-08-12 17:03:05,424 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c3cb24a7-a20e-4748-a292-44fddcfe6411', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-12 17:03:07,995 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c3cb24a7-a20e-4748-a292-44fddcfe6411 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-12 17:03:07.862 9909 INFO rally.api [-] Building 'html' report for the following task(s): 'c3cb24a7-a20e-4748-a292-44fddcfe6411'. 2018-08-12 17:03:07.893 9909 INFO rally.api [-] The report has been successfully built. 2018-08-12 17:03:08,013 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-12 17:03:08,014 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-12 17:03:08,014 - 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-12 17:03:08,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 17:03:08,030 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 17:03:08,031 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 17:04:37,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5d453af7-698a-4700-a04b-8a57c07b2fc6 2018-08-12 17:04:37,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5d453af7-698a-4700-a04b-8a57c07b2fc6'] 2018-08-12 17:04:38,812 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5d453af7-698a-4700-a04b-8a57c07b2fc6 -------------------------------------------------------------------------------- Task 5d453af7-698a-4700-a04b-8a57c07b2fc6: 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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80" }, "image": { "name": "rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80" }, "nics": [ { "net-id": "8f95fee5-ce01-47e0-9787-ec996d58ede5" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5d453af7-698a-4700-a04b-8a57c07b2fc6 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-0.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-0.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 | 15.489 | 15.489 | 15.489 | 15.489 | 15.489 | 15.489 | 100.0% | 1 | | nova.live_migrate | 13.008 | 13.008 | 13.008 | 13.008 | 13.008 | 13.008 | 0.0% | 1 | | total | 28.498 | 28.498 | 28.498 | 28.498 | 28.498 | 28.498 | 0.0% | 1 | | -> duration | 27.498 | 27.498 | 27.498 | 27.498 | 27.498 | 27.498 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.497554 Full duration: 46.652696 HINTS: * To plot HTML graphics with this data, run: rally task report 5d453af7-698a-4700-a04b-8a57c07b2fc6 --out output.html * To generate a JUnit report, run: rally task export 5d453af7-698a-4700-a04b-8a57c07b2fc6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5d453af7-698a-4700-a04b-8a57c07b2fc6 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-12 17:04:38,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5d453af7-698a-4700-a04b-8a57c07b2fc6', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-12 17:04:41,396 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5d453af7-698a-4700-a04b-8a57c07b2fc6 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-12 17:04:41.293 10144 INFO rally.api [-] Building 'json' report for the following task(s): '5d453af7-698a-4700-a04b-8a57c07b2fc6'. 2018-08-12 17:04:41.296 10144 INFO rally.api [-] The report has been successfully built. 2018-08-12 17:04:41,397 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5d453af7-698a-4700-a04b-8a57c07b2fc6', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-12 17:04:43,999 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5d453af7-698a-4700-a04b-8a57c07b2fc6 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-12 17:04:43.881 10147 INFO rally.api [-] Building 'html' report for the following task(s): '5d453af7-698a-4700-a04b-8a57c07b2fc6'. 2018-08-12 17:04:43.899 10147 INFO rally.api [-] The report has been successfully built. 2018-08-12 17:04:44,001 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-12 17:04:44,002 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-12 17:04:44,002 - 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-12 17:04:44,002 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-12 17:04:44,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-12 17:04:44,019 - 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': '8f95fee5-ce01-47e0-9787-ec996d58ede5', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', 'flavor_name': 'rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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_95d76c8b-d78a-4f69-9b9f-f31b822dfe80', '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-12 17:05:54,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : add6a502-bf4f-4796-b0a0-8d3afaa4c7ba 2018-08-12 17:05:54,860 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'add6a502-bf4f-4796-b0a0-8d3afaa4c7ba'] 2018-08-12 17:05:55,830 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid add6a502-bf4f-4796-b0a0-8d3afaa4c7ba -------------------------------------------------------------------------------- Task add6a502-bf4f-4796-b0a0-8d3afaa4c7ba: 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 add6a502-bf4f-4796-b0a0-8d3afaa4c7ba 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.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | | quotas.delete_quotas | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 0.295 | 100.0% | 1 | | total | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 100.0% | 1 | | -> duration | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.295414 Full duration: 12.600027 -------------------------------------------------------------------------------- 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 add6a502-bf4f-4796-b0a0-8d3afaa4c7ba 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.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.87411 Full duration: 12.028651 -------------------------------------------------------------------------------- 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 add6a502-bf4f-4796-b0a0-8d3afaa4c7ba 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.483 | 0.483 | 0.483 | 0.483 | 0.483 | 0.483 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91526 Full duration: 12.398266 -------------------------------------------------------------------------------- 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 add6a502-bf4f-4796-b0a0-8d3afaa4c7ba 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.251 | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 100.0% | 1 | | total | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 100.0% | 1 | | -> duration | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 1.251 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.25105 Full duration: 12.48418 HINTS: * To plot HTML graphics with this data, run: rally task report add6a502-bf4f-4796-b0a0-8d3afaa4c7ba --out output.html * To generate a JUnit report, run: rally task export add6a502-bf4f-4796-b0a0-8d3afaa4c7ba --type junit --to output.xml * To get raw JSON output of task results, run: rally task report add6a502-bf4f-4796-b0a0-8d3afaa4c7ba --json --out output.json 2018-08-12 17:05:55,831 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'add6a502-bf4f-4796-b0a0-8d3afaa4c7ba', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-12 17:05:58,206 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid add6a502-bf4f-4796-b0a0-8d3afaa4c7ba --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-12 17:05:58.108 10660 INFO rally.api [-] Building 'json' report for the following task(s): 'add6a502-bf4f-4796-b0a0-8d3afaa4c7ba'. 2018-08-12 17:05:58.112 10660 INFO rally.api [-] The report has been successfully built. 2018-08-12 17:05:58,206 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'add6a502-bf4f-4796-b0a0-8d3afaa4c7ba', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-12 17:06:00,577 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid add6a502-bf4f-4796-b0a0-8d3afaa4c7ba --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-12 17:06:00.456 10663 INFO rally.api [-] Building 'html' report for the following task(s): 'add6a502-bf4f-4796-b0a0-8d3afaa4c7ba'. 2018-08-12 17:06:00.477 10663 INFO rally.api [-] The report has been successfully built. 2018-08-12 17:06:00,582 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-12 17:06:00,585 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:05 | 6 | 100.00% | | glance | 01:41 | 4 | 100.00% | | cinder | 03:21 | 10 | 100.00% | | gnocchi | 01:59 | 11 | 100.00% | | heat | 00:27 | 1 | 0.00% | | keystone | 03:54 | 11 | 100.00% | | neutron | 06:21 | 11 | 100.00% | | nova | 00:46 | 1 | 0.00% | | quotas | 00:49 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:27 | 59 | 96.61% | +----------------+------------+----------------+-----------+ 2018-08-12 17:06:00,586 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 96.61% in 7/9 modules 2018-08-12 17:06:00,710 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 17:06:00,711 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:57 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-12 17:06:00,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 17:06:00,717 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:01,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:06: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-3b1dfec9-10c2-4fab-b9d8-c6091570890e x-compute-request-id: req-3b1dfec9-10c2-4fab-b9d8-c6091570890e Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75", "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": "d896dc0d-f451-4f09-9268-4b7ee1d2ae75"}, {"name": "rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dbec0025-8ab8-4e03-90fc-196760940535", "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": "dbec0025-8ab8-4e03-90fc-196760940535"}]} 2018-08-12 17:06:01,012 - 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-3b1dfec9-10c2-4fab-b9d8-c6091570890e 2018-08-12 17:06:01,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.297911882401s 2018-08-12 17:06:01,013 - 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-3b1dfec9-10c2-4fab-b9d8-c6091570890e 2018-08-12 17:06:01,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 17:06:01,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:01,052 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 17:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-077ed722-763c-49dc-bc96-286141bf7db9 x-compute-request-id: req-077ed722-763c-49dc-bc96-286141bf7db9 Content-Length: 0 Content-Type: application/json 2018-08-12 17:06:01,052 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75 used request id req-077ed722-763c-49dc-bc96-286141bf7db9 2018-08-12 17:06:01,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.037003993988s 2018-08-12 17:06:01,052 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d896dc0d-f451-4f09-9268-4b7ee1d2ae75 used request id req-077ed722-763c-49dc-bc96-286141bf7db9 2018-08-12 17:06:01,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 17:06:01,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6/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}4100537c387c17605ccbcba693ad8ad31967a4f2" -d '{"subnet_id": "20518286-7e9b-4588-8688-c0ac0f08776f"}' 2018-08-12 17:06:02,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-70139f03-325d-47c6-be6f-bf7cf24b9b9d Date: Sun, 12 Aug 2018 17:06:02 GMT RESP BODY: {"network_id": "8f95fee5-ce01-47e0-9787-ec996d58ede5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "20518286-7e9b-4588-8688-c0ac0f08776f", "subnet_ids": ["20518286-7e9b-4588-8688-c0ac0f08776f"], "port_id": "1ff198be-b94d-4d82-b0ee-4b0fa802bfd9", "id": "0ff77370-7917-439a-a3c0-75cb777154c6"} 2018-08-12 17:06:02,944 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6/remove_router_interface.json used request id req-70139f03-325d-47c6-be6f-bf7cf24b9b9d 2018-08-12 17:06:02,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.89108800888s 2018-08-12 17:06:02,944 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6/remove_router_interface.json used request id req-70139f03-325d-47c6-be6f-bf7cf24b9b9d returning object 0ff77370-7917-439a-a3c0-75cb777154c6 2018-08-12 17:06:02,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 17:06:02,945 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:03,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-2eaffe49-1d97-44de-80b7-45e047cde390 Date: Sun, 12 Aug 2018 17:06:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:40:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T17:06:02Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "0ff77370-7917-439a-a3c0-75cb777154c6", "name": "rally_sanity-router_95d76c8b-d78a-4f69-9b9f-f31b822dfe80"}]} 2018-08-12 17:06:03,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-2eaffe49-1d97-44de-80b7-45e047cde390 2018-08-12 17:06:03,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.385792970657s 2018-08-12 17:06:03,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-2eaffe49-1d97-44de-80b7-45e047cde390 2018-08-12 17:06:03,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 17:06:03,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:05,097 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32eb57a5-5d4b-4ec7-8a7b-9b7909073b94 Content-Length: 0 Date: Sun, 12 Aug 2018 17:06:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 17:06:05,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6.json used request id req-32eb57a5-5d4b-4ec7-8a7b-9b7909073b94 2018-08-12 17:06:05,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.76487207413s 2018-08-12 17:06:05,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0ff77370-7917-439a-a3c0-75cb777154c6.json used request id req-32eb57a5-5d4b-4ec7-8a7b-9b7909073b94 2018-08-12 17:06:05,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 17:06:05,099 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:05,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-e04b4652-28a1-4290-801b-7f219514f3e0 Date: Sun, 12 Aug 2018 17:06:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8f95fee5-ce01-47e0-9787-ec996d58ede5","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:40:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T16:40:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"20518286-7e9b-4588-8688-c0ac0f08776f","subnetpool_id":null,"name":"rally_sanity-subnet_95d76c8b-d78a-4f69-9b9f-f31b822dfe80"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 17:06:05,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e04b4652-28a1-4290-801b-7f219514f3e0 2018-08-12 17:06:05,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.355055093765s 2018-08-12 17:06:05,454 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e04b4652-28a1-4290-801b-7f219514f3e0 2018-08-12 17:06:05,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 17:06:05,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/20518286-7e9b-4588-8688-c0ac0f08776f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:08,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b68d002b-6d80-4783-8d82-1e759485f045 Date: Sun, 12 Aug 2018 17:06:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 17:06:08,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/20518286-7e9b-4588-8688-c0ac0f08776f.json used request id req-b68d002b-6d80-4783-8d82-1e759485f045 2018-08-12 17:06:08,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.54797315598s 2018-08-12 17:06:08,004 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/20518286-7e9b-4588-8688-c0ac0f08776f.json used request id req-b68d002b-6d80-4783-8d82-1e759485f045 2018-08-12 17:06:08,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:06:08,005 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:08,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-4a1f88d3-f91c-419f-b05e-e2b4c9ec5964 Date: Sun, 12 Aug 2018 17:06:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8f95fee5-ce01-47e0-9787-ec996d58ede5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T17:06:07Z","provider:segmentation_id":75,"name":"rally_sanity-net_95d76c8b-d78a-4f69-9b9f-f31b822dfe80","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T16:40:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 17:06:08,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4a1f88d3-f91c-419f-b05e-e2b4c9ec5964 2018-08-12 17:06:08,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.460783004761s 2018-08-12 17:06:08,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4a1f88d3-f91c-419f-b05e-e2b4c9ec5964 2018-08-12 17:06:08,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 17:06:08,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/8f95fee5-ce01-47e0-9787-ec996d58ede5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:09,728 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b9afefa3-d189-452e-9d40-4717b40490a8 Date: Sun, 12 Aug 2018 17:06:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 17:06:09,728 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8f95fee5-ce01-47e0-9787-ec996d58ede5.json used request id req-b9afefa3-d189-452e-9d40-4717b40490a8 2018-08-12 17:06:09,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26090693474s 2018-08-12 17:06:09,728 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8f95fee5-ce01-47e0-9787-ec996d58ede5.json used request id req-b9afefa3-d189-452e-9d40-4717b40490a8 2018-08-12 17:06:09,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:06:09,736 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:10,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-0697b7f4-ae24-43f1-8a1f-aee98c904c99 Date: Sun, 12 Aug 2018 17:06:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T16:40:10Z", "file": "/v2/images/7267daac-af05-4c26-8bb9-75016b87d171/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "7267daac-af05-4c26-8bb9-75016b87d171", "size": 12716032, "self": "/v2/images/7267daac-af05-4c26-8bb9-75016b87d171", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/7267daac-af05-4c26-8bb9-75016b87d171/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/7267daac-af05-4c26-8bb9-75016b87d171/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T16:40:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:06:10,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0697b7f4-ae24-43f1-8a1f-aee98c904c99 2018-08-12 17:06:10,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.30931186676s 2018-08-12 17:06:10,042 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0697b7f4-ae24-43f1-8a1f-aee98c904c99 2018-08-12 17:06:10,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 17:06:10,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/7267daac-af05-4c26-8bb9-75016b87d171 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:10,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aba0ec51-b4fc-47e4-9279-25a28523006b Date: Sun, 12 Aug 2018 17:06:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 17:06:10,676 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7267daac-af05-4c26-8bb9-75016b87d171 used request id req-aba0ec51-b4fc-47e4-9279-25a28523006b 2018-08-12 17:06:10,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.631797075272s 2018-08-12 17:06:10,676 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7267daac-af05-4c26-8bb9-75016b87d171 used request id req-aba0ec51-b4fc-47e4-9279-25a28523006b 2018-08-12 17:06:10,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 17:06:10,680 - 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}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:10,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17: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-819977de-415e-4a12-a49a-11c1aad9be8e x-compute-request-id: req-819977de-415e-4a12-a49a-11c1aad9be8e Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_95d76c8b-d78a-4f69-9b9f-f31b822dfe80", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/dbec0025-8ab8-4e03-90fc-196760940535", "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": "dbec0025-8ab8-4e03-90fc-196760940535"}]} 2018-08-12 17:06:10,698 - 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-819977de-415e-4a12-a49a-11c1aad9be8e 2018-08-12 17:06:10,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0209100246429s 2018-08-12 17:06:10,698 - 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-819977de-415e-4a12-a49a-11c1aad9be8e 2018-08-12 17:06:10,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 17:06:10,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4100537c387c17605ccbcba693ad8ad31967a4f2" 2018-08-12 17:06:10,740 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 17:06:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f82d7aab-aac3-4ebc-9c31-7dd559f23cf9 x-compute-request-id: req-f82d7aab-aac3-4ebc-9c31-7dd559f23cf9 Content-Length: 0 Content-Type: application/json 2018-08-12 17:06:10,740 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535 used request id req-f82d7aab-aac3-4ebc-9c31-7dd559f23cf9 2018-08-12 17:06:10,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0398550033569s 2018-08-12 17:06:10,740 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/dbec0025-8ab8-4e03-90fc-196760940535 used request id req-f82d7aab-aac3-4ebc-9c31-7dd559f23cf9 2018-08-12 17:06:10,740 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-12 17:06:10,782 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 17:06:10,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 17:06:10,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 17:06:10,821 - 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-12 17:06:10,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48da1132-5333-4bc6-8153-c51fc6200d35 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-12 17:06:10,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-48da1132-5333-4bc6-8153-c51fc6200d35 2018-08-12 17:06:10,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 17:06:11,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T18:06:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["XDDQX1vZRgClRfXShIOOhw"], "issued_at": "2018-08-12T17:06:11.000000Z"}} 2018-08-12 17:06:11,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:06:11,234 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:11,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-611b4604-0e81-4fc3-8cd4-5e9ccac876ad Date: Sun, 12 Aug 2018 17:06:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 17:06:11,594 - 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-611b4604-0e81-4fc3-8cd4-5e9ccac876ad 2018-08-12 17:06:11,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360214948654s 2018-08-12 17:06:11,594 - 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-611b4604-0e81-4fc3-8cd4-5e9ccac876ad 2018-08-12 17:06:11,595 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 17:06:14,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 17:06:17,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2a2c761a-5c0e-4634-afc6-81cdd9d91f98 | 2018-08-12T17:06:16.944729 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2a2c761a-5c0e-4634-afc6-81cdd9d91f98 ~/.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-12 17:06:21,150 - 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-12 17:06:21,151 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 17:06:23,765 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 17:06:27,487 - 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=4e70a070-827e-4685-b430-0c1c64d0ef54) as the default verifier for the future CLI operations. 2018-08-12 17:06:30,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 17:06:30,773 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:31,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-dd1f7541-0dd3-482e-8780-295caeaa673f Date: Sun, 12 Aug 2018 17:06:31 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-12 17:06:31,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-dd1f7541-0dd3-482e-8780-295caeaa673f 2018-08-12 17:06:31,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.300606012344s 2018-08-12 17:06:31,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-dd1f7541-0dd3-482e-8780-295caeaa673f 2018-08-12 17:06:31,081 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-12 17:06:31,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 17:06:31,082 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"network": {"name": "patrole-net_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "admin_state_up": true}}' 2018-08-12 17:06:31,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-66ebada3-f442-4312-a54e-d53427642911 Date: Sun, 12 Aug 2018 17:06: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":"a8d849fc-f7cb-4399-9e79-421e3e637b0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T17:06:31Z","is_default":false,"provider:segmentation_id":84,"name":"patrole-net_ef338eb1-9548-49f2-8fd2-d2ada5bf1113","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T17:06:31Z","mtu":1450}} 2018-08-12 17:06:31,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-66ebada3-f442-4312-a54e-d53427642911 2018-08-12 17:06:31,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.527036190033s 2018-08-12 17:06:31,609 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-66ebada3-f442-4312-a54e-d53427642911 2018-08-12 17:06:31,609 - 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-12T17:06:31Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a8d849fc-f7cb-4399-9e79-421e3e637b0d', u'provider:segmentation_id': 84, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T17:06:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 17:06:31,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:06:31,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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:31,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-908fef9f-b864-4ecb-a849-016ffdafbdf2 Date: Sun, 12 Aug 2018 17:06:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a8d849fc-f7cb-4399-9e79-421e3e637b0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T17:06:31Z","provider:segmentation_id":84,"name":"patrole-net_ef338eb1-9548-49f2-8fd2-d2ada5bf1113","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T17:06:31Z","provider:network_type":"vxlan"}]} 2018-08-12 17:06:31,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-908fef9f-b864-4ecb-a849-016ffdafbdf2 2018-08-12 17:06:31,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365994930267s 2018-08-12 17:06:31,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-908fef9f-b864-4ecb-a849-016ffdafbdf2 2018-08-12 17:06:31,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 17:06:31,979 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"subnet": {"name": "patrole-subnet_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "enable_dhcp": true, "network_id": "a8d849fc-f7cb-4399-9e79-421e3e637b0d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 17:06:32,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-75295ac2-8da3-4460-9c9e-ed284f043856 Date: Sun, 12 Aug 2018 17:06:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8d849fc-f7cb-4399-9e79-421e3e637b0d","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T17:06:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T17:06:32Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"924e235f-48a8-4759-90e5-917ec3ab08a6","subnetpool_id":null,"name":"patrole-subnet_ef338eb1-9548-49f2-8fd2-d2ada5bf1113"}} 2018-08-12 17:06:32,794 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-75295ac2-8da3-4460-9c9e-ed284f043856 2018-08-12 17:06:32,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.815475940704s 2018-08-12 17:06:32,794 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-75295ac2-8da3-4460-9c9e-ed284f043856 2018-08-12 17:06:32,795 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T17:06:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'924e235f-48a8-4759-90e5-917ec3ab08a6', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', u'enable_dhcp': True, u'network_id': u'a8d849fc-f7cb-4399-9e79-421e3e637b0d', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T17:06:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 17:06:32,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 17:06:32,796 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "patrole-router_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "admin_state_up": true}}' 2018-08-12 17:06:34,352 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-3bbf8d0c-cf06-4319-9da7-f648cff4ecf0 Date: Sun, 12 Aug 2018 17:06:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T17:06:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T17:06:34Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "af52476e-8fbb-485c-8883-bc73852a8eae", "name": "patrole-router_ef338eb1-9548-49f2-8fd2-d2ada5bf1113"}} 2018-08-12 17:06:34,353 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3bbf8d0c-cf06-4319-9da7-f648cff4ecf0 2018-08-12 17:06:34,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55730605125s 2018-08-12 17:06:34,353 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3bbf8d0c-cf06-4319-9da7-f648cff4ecf0 2018-08-12 17:06:34,353 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T17:06:33Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T17:06:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'af52476e-8fbb-485c-8883-bc73852a8eae', u'name': u'patrole-router_ef338eb1-9548-49f2-8fd2-d2ada5bf1113'}) 2018-08-12 17:06:34,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 17:06:34,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae/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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"subnet_id": "924e235f-48a8-4759-90e5-917ec3ab08a6"}' 2018-08-12 17:06:36,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de6b1dcc-8037-44ca-9414-1728e3e80ab9 Date: Sun, 12 Aug 2018 17:06:36 GMT RESP BODY: {"network_id": "a8d849fc-f7cb-4399-9e79-421e3e637b0d", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "924e235f-48a8-4759-90e5-917ec3ab08a6", "subnet_ids": ["924e235f-48a8-4759-90e5-917ec3ab08a6"], "port_id": "497ddbc3-4f37-4d56-8b78-08b1ae5552f6", "id": "af52476e-8fbb-485c-8883-bc73852a8eae"} 2018-08-12 17:06:36,662 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae/add_router_interface.json used request id req-de6b1dcc-8037-44ca-9414-1728e3e80ab9 2018-08-12 17:06:36,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.30748105049s 2018-08-12 17:06:36,662 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae/add_router_interface.json used request id req-de6b1dcc-8037-44ca-9414-1728e3e80ab9 returning object af52476e-8fbb-485c-8883-bc73852a8eae 2018-08-12 17:06:36,662 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 17:06:36,795 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 17:06:36,796 - 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-12 17:06:36,800 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 17:06:36 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-12 17:06:36,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:06:36,805 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:37,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-189d98b8-cb1d-48f5-8223-60ae96b95634 Date: Sun, 12 Aug 2018 17:06:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:06:37,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-189d98b8-cb1d-48f5-8223-60ae96b95634 2018-08-12 17:06:37,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295511007309s 2018-08-12 17:06:37,099 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-189d98b8-cb1d-48f5-8223-60ae96b95634 2018-08-12 17:06:37,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 17:06:37,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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113"}' 2018-08-12 17:06:37,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/83f26164-b21f-41cc-b869-54736dca0228 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-30cfd44e-ffd7-46c3-ad0e-e01afa4c69fc Date: Sun, 12 Aug 2018 17:06:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:06:37Z", "file": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "83f26164-b21f-41cc-b869-54736dca0228", "size": null, "self": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228", "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_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "checksum": null, "created_at": "2018-08-12T17:06:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 17:06:37,397 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-30cfd44e-ffd7-46c3-ad0e-e01afa4c69fc 2018-08-12 17:06:37,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.289977073669s 2018-08-12 17:06:37,397 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-30cfd44e-ffd7-46c3-ad0e-e01afa4c69fc returning object 83f26164-b21f-41cc-b869-54736dca0228 2018-08-12 17:06:37,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 17:06:37,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/83f26164-b21f-41cc-b869-54736dca0228/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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '' 2018-08-12 17:06:38,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88be0c59-4a7f-4d43-9e6b-98ac50ff6f88 Date: Sun, 12 Aug 2018 17:06:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 17:06:38,615 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/83f26164-b21f-41cc-b869-54736dca0228/file used request id req-88be0c59-4a7f-4d43-9e6b-98ac50ff6f88 2018-08-12 17:06:38,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21661782265s 2018-08-12 17:06:38,615 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/83f26164-b21f-41cc-b869-54736dca0228/file used request id req-88be0c59-4a7f-4d43-9e6b-98ac50ff6f88 2018-08-12 17:06:38,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:06:38,623 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:38,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-6ebdd866-1ca1-435f-9e6e-38d274c740b1 Date: Sun, 12 Aug 2018 17:06:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:06:38Z", "file": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "83f26164-b21f-41cc-b869-54736dca0228", "size": 12716032, "self": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T17:06:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:06:38,922 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6ebdd866-1ca1-435f-9e6e-38d274c740b1 2018-08-12 17:06:38,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303201913834s 2018-08-12 17:06:38,923 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6ebdd866-1ca1-435f-9e6e-38d274c740b1 2018-08-12 17:06:38,925 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap', u'metadata': Munch({})})], 'file': u'/v2/images/83f26164-b21f-41cc-b869-54736dca0228/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'83f26164-b21f-41cc-b869-54736dca0228', 'size': 12716032, u'self': u'/v2/images/83f26164-b21f-41cc-b869-54736dca0228', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T17:06:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T17:06:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', '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/83f26164-b21f-41cc-b869-54736dca0228', 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_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', 'created': u'2018-08-12T17:06:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T17:06: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/83f26164-b21f-41cc-b869-54736dca0228', 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_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 17:06:38,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 17:06:38,928 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 17:06:39,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:06: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-ae6a6856-b362-40d2-a972-e31c342486a9 x-compute-request-id: req-ae6a6856-b362-40d2-a972-e31c342486a9 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0e0e107a-8f73-4e42-b084-83663f31679a", "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": "0e0e107a-8f73-4e42-b084-83663f31679a"}} 2018-08-12 17:06:39,661 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ae6a6856-b362-40d2-a972-e31c342486a9 2018-08-12 17:06:39,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.735340118408s 2018-08-12 17:06:39,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ae6a6856-b362-40d2-a972-e31c342486a9 2018-08-12 17:06:39,662 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'0e0e107a-8f73-4e42-b084-83663f31679a', 'swap': 0}) 2018-08-12 17:06:39,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 17:06:39,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a/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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"extra_specs": {}}' 2018-08-12 17:06:39,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:06: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-a9dc2b9e-0430-4cbe-8338-542b23ab18ab x-compute-request-id: req-a9dc2b9e-0430-4cbe-8338-542b23ab18ab Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 17:06:39,686 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a/os-extra_specs used request id req-a9dc2b9e-0430-4cbe-8338-542b23ab18ab 2018-08-12 17:06:39,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.023295879364s 2018-08-12 17:06:39,687 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a/os-extra_specs used request id req-a9dc2b9e-0430-4cbe-8338-542b23ab18ab 2018-08-12 17:06:39,690 - 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-12 17:06:39,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 17:06:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ad77691-9523-4ec1-bac0-8b8ca283d2e4 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-12 17:06:39,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-1ad77691-9523-4ec1-bac0-8b8ca283d2e4 2018-08-12 17:06:39,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:06:39,702 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:39,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7644f3-63a4-4fc3-a821-c5765a358d44 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:06:39,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6d7644f3-63a4-4fc3-a821-c5765a358d44 2018-08-12 17:06:39,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194231033325s 2018-08-12 17:06:39,894 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6d7644f3-63a4-4fc3-a821-c5765a358d44 2018-08-12 17:06:39,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:06:39,901 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:40,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9678b99c-2813-4d30-9353-d2fa5c3edf54 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:06:40,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9678b99c-2813-4d30-9353-d2fa5c3edf54 2018-08-12 17:06:40,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.216453075409s 2018-08-12 17:06:40,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9678b99c-2813-4d30-9353-d2fa5c3edf54 2018-08-12 17:06:40,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 17:06:40,141 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:40,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17: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-4ba3bdf4-6209-4c49-9198-56a022da8697 x-compute-request-id: req-4ba3bdf4-6209-4c49-9198-56a022da8697 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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-12 17:06:40,183 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-4ba3bdf4-6209-4c49-9198-56a022da8697 2018-08-12 17:06:40,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0450341701508s 2018-08-12 17:06:40,184 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-4ba3bdf4-6209-4c49-9198-56a022da8697 2018-08-12 17:06:40,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:06:40,192 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:40,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-82b61189-3656-4169-b895-f029a837d522 Date: Sun, 12 Aug 2018 17:06:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:06:38Z", "file": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "83f26164-b21f-41cc-b869-54736dca0228", "size": 12716032, "self": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T17:06:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:06:40,475 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-82b61189-3656-4169-b895-f029a837d522 2018-08-12 17:06:40,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286369085312s 2018-08-12 17:06:40,475 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-82b61189-3656-4169-b895-f029a837d522 2018-08-12 17:06:40,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 17:06:40,488 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113"}' 2018-08-12 17:06:40,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-63647b37-2841-4cdb-b9e2-f2d3bfe31430 Date: Sun, 12 Aug 2018 17:06:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:06:40Z", "file": "/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "8ca5cb64-78af-432f-9870-2315f5d81253", "size": null, "self": "/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253", "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_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "checksum": null, "created_at": "2018-08-12T17:06:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 17:06:40,826 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-63647b37-2841-4cdb-b9e2-f2d3bfe31430 2018-08-12 17:06:40,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.341095924377s 2018-08-12 17:06:40,826 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-63647b37-2841-4cdb-b9e2-f2d3bfe31430 returning object 8ca5cb64-78af-432f-9870-2315f5d81253 2018-08-12 17:06:40,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 17:06:40,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253/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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '' 2018-08-12 17:06:42,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-665819ba-be86-4b08-bd61-6978e6851897 Date: Sun, 12 Aug 2018 17:06:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 17:06:42,404 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253/file used request id req-665819ba-be86-4b08-bd61-6978e6851897 2018-08-12 17:06:42,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.57739400864s 2018-08-12 17:06:42,404 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253/file used request id req-665819ba-be86-4b08-bd61-6978e6851897 2018-08-12 17:06:42,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:06:42,412 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:06:42,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-3ee5af19-34cf-4e36-926a-eae04b39bb12 Date: Sun, 12 Aug 2018 17:06:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:06:42Z", "file": "/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "8ca5cb64-78af-432f-9870-2315f5d81253", "size": 12716032, "self": "/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/8ca5cb64-78af-432f-9870-2315f5d81253/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/8ca5cb64-78af-432f-9870-2315f5d81253/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T17:06:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:06:38Z", "file": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "83f26164-b21f-41cc-b869-54736dca0228", "size": 12716032, "self": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T17:06:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:06:42,688 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3ee5af19-34cf-4e36-926a-eae04b39bb12 2018-08-12 17:06:42,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.279980897903s 2018-08-12 17:06:42,689 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3ee5af19-34cf-4e36-926a-eae04b39bb12 2018-08-12 17:06:42,691 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/8ca5cb64-78af-432f-9870-2315f5d81253/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'8ca5cb64-78af-432f-9870-2315f5d81253', 'size': 12716032, u'self': u'/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/8ca5cb64-78af-432f-9870-2315f5d81253/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T17:06:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T17:06:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', '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/8ca5cb64-78af-432f-9870-2315f5d81253', 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_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', 'created': u'2018-08-12T17:06:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T17:06:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253', 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_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 17:06:42,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 17:06:42,695 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 17:06:42,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17: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,Accept-Encoding x-openstack-request-id: req-99fbed3b-c42c-4772-baec-eed82bdc4c70 x-compute-request-id: req-99fbed3b-c42c-4772-baec-eed82bdc4c70 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a48e7571-338e-4529-8898-78afeda9ee25", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a48e7571-338e-4529-8898-78afeda9ee25", "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": "a48e7571-338e-4529-8898-78afeda9ee25"}} 2018-08-12 17:06:42,754 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-99fbed3b-c42c-4772-baec-eed82bdc4c70 2018-08-12 17:06:42,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0617198944092s 2018-08-12 17:06:42,754 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-99fbed3b-c42c-4772-baec-eed82bdc4c70 2018-08-12 17:06:42,755 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'a48e7571-338e-4529-8898-78afeda9ee25', 'swap': 0}) 2018-08-12 17:06:42,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 17:06:42,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/a48e7571-338e-4529-8898-78afeda9ee25/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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"extra_specs": {}}' 2018-08-12 17:06:42,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17: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-948f9e62-21a8-4db0-8704-52e0e7975a2f x-compute-request-id: req-948f9e62-21a8-4db0-8704-52e0e7975a2f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 17:06:42,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a48e7571-338e-4529-8898-78afeda9ee25/os-extra_specs used request id req-948f9e62-21a8-4db0-8704-52e0e7975a2f 2018-08-12 17:06:42,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0265550613403s 2018-08-12 17:06:42,783 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a48e7571-338e-4529-8898-78afeda9ee25/os-extra_specs used request id req-948f9e62-21a8-4db0-8704-52e0e7975a2f 2018-08-12 17:06:42,783 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'a48e7571-338e-4529-8898-78afeda9ee25', 'swap': 0}) 2018-08-12 17:06:46,469 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 17:06:46,469 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 17:06:46,470 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 17:06:46,473 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 17:06:46,484 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 17:06:50,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4e70a070-827e-4685-b430-0c1c64d0ef54/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-12 17:06:50,354 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 17:06:50,362 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 17:06:50,362 - 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-12 17:08:39,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2fe04916-5a82-4210-b468-d2108d5d19be 2018-08-12 17:08:39,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2fe04916-5a82-4210-b468-d2108d5d19be']'. 2018-08-12 17:08:40,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 17:08:40,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 17:08:40,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 17:08:40,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2fe04916-5a82-4210-b468-d2108d5d19be | 2018-08-12 17:08:40,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-12 17:08:40,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 17:06:52 | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 17:08:39 | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:47 | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4e70a070-827e-4685-b430-0c1c64d0ef54) | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2a2c761a-5c0e-4634-afc6-81cdd9d91f98) | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 79.164 | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-12 17:08:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 17:08:40,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 17:08:40,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-12 17:08:40,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 17:08:40,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 17:08:40,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 17:08:40,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-12 17:08:41,004 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 17:08:41,004 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-12 17:08:41,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 17:08:41,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:41,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ae72821-25a3-4e65-83f3-8867355c7277 Date: Sun, 12 Aug 2018 17:08:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 17:08:41,328 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253 used request id req-1ae72821-25a3-4e65-83f3-8867355c7277 2018-08-12 17:08:41,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.321254968643s 2018-08-12 17:08:41,328 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8ca5cb64-78af-432f-9870-2315f5d81253 used request id req-1ae72821-25a3-4e65-83f3-8867355c7277 2018-08-12 17:08:41,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 17:08:41,330 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:41,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17: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-0cef5b63-cf29-4d21-9bc0-679ab940ba27 x-compute-request-id: req-0cef5b63-cf29-4d21-9bc0-679ab940ba27 Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0e0e107a-8f73-4e42-b084-83663f31679a", "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": "0e0e107a-8f73-4e42-b084-83663f31679a"}, {"name": "patrole-flavor_alt_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a48e7571-338e-4529-8898-78afeda9ee25", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a48e7571-338e-4529-8898-78afeda9ee25", "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": "a48e7571-338e-4529-8898-78afeda9ee25"}]} 2018-08-12 17:08:41,347 - 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-0cef5b63-cf29-4d21-9bc0-679ab940ba27 2018-08-12 17:08:41,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0191650390625s 2018-08-12 17:08:41,348 - 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-0cef5b63-cf29-4d21-9bc0-679ab940ba27 2018-08-12 17:08:41,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 17:08:41,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/a48e7571-338e-4529-8898-78afeda9ee25 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:41,381 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 17: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 x-openstack-request-id: req-b04b33a2-e2e4-4e08-86c1-038a4369f251 x-compute-request-id: req-b04b33a2-e2e4-4e08-86c1-038a4369f251 Content-Length: 0 Content-Type: application/json 2018-08-12 17:08:41,381 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a48e7571-338e-4529-8898-78afeda9ee25 used request id req-b04b33a2-e2e4-4e08-86c1-038a4369f251 2018-08-12 17:08:41,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0320508480072s 2018-08-12 17:08:41,381 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a48e7571-338e-4529-8898-78afeda9ee25 used request id req-b04b33a2-e2e4-4e08-86c1-038a4369f251 2018-08-12 17:08:41,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 17:08:41,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae/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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" -d '{"subnet_id": "924e235f-48a8-4759-90e5-917ec3ab08a6"}' 2018-08-12 17:08:43,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-89cfb94e-c909-4cd4-8ca2-819ee1b653d0 Date: Sun, 12 Aug 2018 17:08:43 GMT RESP BODY: {"network_id": "a8d849fc-f7cb-4399-9e79-421e3e637b0d", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "924e235f-48a8-4759-90e5-917ec3ab08a6", "subnet_ids": ["924e235f-48a8-4759-90e5-917ec3ab08a6"], "port_id": "497ddbc3-4f37-4d56-8b78-08b1ae5552f6", "id": "af52476e-8fbb-485c-8883-bc73852a8eae"} 2018-08-12 17:08:43,316 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae/remove_router_interface.json used request id req-89cfb94e-c909-4cd4-8ca2-819ee1b653d0 2018-08-12 17:08:43,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.93504905701s 2018-08-12 17:08:43,316 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae/remove_router_interface.json used request id req-89cfb94e-c909-4cd4-8ca2-819ee1b653d0 returning object af52476e-8fbb-485c-8883-bc73852a8eae 2018-08-12 17:08:43,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 17:08:43,317 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:44,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-3ef09a64-7211-42df-b879-fe6d08292977 Date: Sun, 12 Aug 2018 17:08:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T17:06:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T17:08:42Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "af52476e-8fbb-485c-8883-bc73852a8eae", "name": "patrole-router_ef338eb1-9548-49f2-8fd2-d2ada5bf1113"}]} 2018-08-12 17:08:44,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3ef09a64-7211-42df-b879-fe6d08292977 2018-08-12 17:08:44,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.788284063339s 2018-08-12 17:08:44,106 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3ef09a64-7211-42df-b879-fe6d08292977 2018-08-12 17:08:44,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 17:08:44,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:45,787 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9510b34a-5d2d-4dce-b801-a889c3081070 Content-Length: 0 Date: Sun, 12 Aug 2018 17:08:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 17:08:45,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae.json used request id req-9510b34a-5d2d-4dce-b801-a889c3081070 2018-08-12 17:08:45,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.68081188202s 2018-08-12 17:08:45,788 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/af52476e-8fbb-485c-8883-bc73852a8eae.json used request id req-9510b34a-5d2d-4dce-b801-a889c3081070 2018-08-12 17:08:45,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 17:08:45,789 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:46,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-347357e1-6cbe-47a6-81f2-9a271d4ce4e2 Date: Sun, 12 Aug 2018 17:08:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8d849fc-f7cb-4399-9e79-421e3e637b0d","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T17:06:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T17:06:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"924e235f-48a8-4759-90e5-917ec3ab08a6","subnetpool_id":null,"name":"patrole-subnet_ef338eb1-9548-49f2-8fd2-d2ada5bf1113"}]} 2018-08-12 17:08:46,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-347357e1-6cbe-47a6-81f2-9a271d4ce4e2 2018-08-12 17:08:46,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.313897132874s 2018-08-12 17:08:46,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-347357e1-6cbe-47a6-81f2-9a271d4ce4e2 2018-08-12 17:08:46,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 17:08:46,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/924e235f-48a8-4759-90e5-917ec3ab08a6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:48,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21a7aa2c-5319-437c-93e5-a8ee54374411 Date: Sun, 12 Aug 2018 17:08:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 17:08:48,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/924e235f-48a8-4759-90e5-917ec3ab08a6.json used request id req-21a7aa2c-5319-437c-93e5-a8ee54374411 2018-08-12 17:08:48,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.40483307838s 2018-08-12 17:08:48,510 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/924e235f-48a8-4759-90e5-917ec3ab08a6.json used request id req-21a7aa2c-5319-437c-93e5-a8ee54374411 2018-08-12 17:08:48,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:08:48,511 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:48,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-461bca67-472f-4bc1-82c1-df6c0da6fe1b Date: Sun, 12 Aug 2018 17:08:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a8d849fc-f7cb-4399-9e79-421e3e637b0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T17:08:48Z","provider:segmentation_id":84,"name":"patrole-net_ef338eb1-9548-49f2-8fd2-d2ada5bf1113","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T17:06:31Z","provider:network_type":"vxlan"}]} 2018-08-12 17:08:48,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-461bca67-472f-4bc1-82c1-df6c0da6fe1b 2018-08-12 17:08:48,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360297203064s 2018-08-12 17:08:48,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-461bca67-472f-4bc1-82c1-df6c0da6fe1b 2018-08-12 17:08:48,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 17:08:48,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/a8d849fc-f7cb-4399-9e79-421e3e637b0d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:50,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd3a3c5c-cbfc-4b70-9062-d048be2c745a Date: Sun, 12 Aug 2018 17:08:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 17:08:50,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a8d849fc-f7cb-4399-9e79-421e3e637b0d.json used request id req-cd3a3c5c-cbfc-4b70-9062-d048be2c745a 2018-08-12 17:08:50,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.3302989006s 2018-08-12 17:08:50,203 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a8d849fc-f7cb-4399-9e79-421e3e637b0d.json used request id req-cd3a3c5c-cbfc-4b70-9062-d048be2c745a 2018-08-12 17:08:50,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:08:50,210 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:50,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-86bdb8db-9658-4973-8cec-062912760fed Date: Sun, 12 Aug 2018 17:08:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:06:38Z", "file": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "83f26164-b21f-41cc-b869-54736dca0228", "size": 12716032, "self": "/v2/images/83f26164-b21f-41cc-b869-54736dca0228", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/83f26164-b21f-41cc-b869-54736dca0228/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T17:06:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:08:50,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-86bdb8db-9658-4973-8cec-062912760fed 2018-08-12 17:08:50,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296904802322s 2018-08-12 17:08:50,504 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-86bdb8db-9658-4973-8cec-062912760fed 2018-08-12 17:08:50,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 17:08:50,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/83f26164-b21f-41cc-b869-54736dca0228 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:50,849 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88c4dc7a-4a5d-4df5-be9a-70a121138eb9 Date: Sun, 12 Aug 2018 17:08:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 17:08:50,849 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/83f26164-b21f-41cc-b869-54736dca0228 used request id req-88c4dc7a-4a5d-4df5-be9a-70a121138eb9 2018-08-12 17:08:50,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.343955993652s 2018-08-12 17:08:50,849 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/83f26164-b21f-41cc-b869-54736dca0228 used request id req-88c4dc7a-4a5d-4df5-be9a-70a121138eb9 2018-08-12 17:08:50,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 17:08:50,852 - 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}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:50,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17: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-f1583038-603c-42b2-9d3a-334986f66604 x-compute-request-id: req-f1583038-603c-42b2-9d3a-334986f66604 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_ef338eb1-9548-49f2-8fd2-d2ada5bf1113", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0e0e107a-8f73-4e42-b084-83663f31679a", "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": "0e0e107a-8f73-4e42-b084-83663f31679a"}]} 2018-08-12 17:08:50,870 - 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-f1583038-603c-42b2-9d3a-334986f66604 2018-08-12 17:08:50,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0206758975983s 2018-08-12 17:08:50,871 - 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-f1583038-603c-42b2-9d3a-334986f66604 2018-08-12 17:08:50,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 17:08:50,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51fddd67c233c42911ebb5a4f312d8e99fcee8ff" 2018-08-12 17:08:50,908 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 17: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 x-openstack-request-id: req-5f2d682c-b8e4-43f4-85e7-1edd7246a448 x-compute-request-id: req-5f2d682c-b8e4-43f4-85e7-1edd7246a448 Content-Length: 0 Content-Type: application/json 2018-08-12 17:08:50,908 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a used request id req-5f2d682c-b8e4-43f4-85e7-1edd7246a448 2018-08-12 17:08:50,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0355341434479s 2018-08-12 17:08:50,908 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0e0e107a-8f73-4e42-b084-83663f31679a used request id req-5f2d682c-b8e4-43f4-85e7-1edd7246a448 2018-08-12 17:08:50,954 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-12 17:08:50,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 17:08:50,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 17:08:50,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 17:08:50,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 17:08:50,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 17:08:50,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 17:08:50,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 17:08:50,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 17:08:50,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 17:08:50,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 17:08:50,995 - 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-12 17:08:51,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18f7c11a-4504-49e2-b561-cbde1e136d51 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-12 17:08:51,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-18f7c11a-4504-49e2-b561-cbde1e136d51 2018-08-12 17:08:51,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 17:08:51,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T18:08:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["Dj7Ofp4jRou6GfRStxenwA"], "issued_at": "2018-08-12T17:08:51.000000Z"}} 2018-08-12 17:08:51,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:08:51,407 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:51,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d78f9ca7-1dbe-4366-86ce-23d9ea63c7d9 Date: Sun, 12 Aug 2018 17:08:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 17:08:51,771 - 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-d78f9ca7-1dbe-4366-86ce-23d9ea63c7d9 2018-08-12 17:08:51,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364194869995s 2018-08-12 17:08:51,771 - 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-d78f9ca7-1dbe-4366-86ce-23d9ea63c7d9 2018-08-12 17:08:51,774 - 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-12 17:08:51,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 17:08:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8b7ddd6-f670-4fda-8c14-5c99257343f0 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-12 17:08:51,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-d8b7ddd6-f670-4fda-8c14-5c99257343f0 2018-08-12 17:08:51,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 17:08:51,783 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:51,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ed1262-bf0a-4272-ba7c-10e90e1a4fbc Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 17:08:51,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-00ed1262-bf0a-4272-ba7c-10e90e1a4fbc 2018-08-12 17:08:51,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199661016464s 2018-08-12 17:08:51,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-00ed1262-bf0a-4272-ba7c-10e90e1a4fbc 2018-08-12 17:08:51,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 17:08:51,991 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}}' 2018-08-12 17:08:52,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 17:08:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6902a24-f596-4bac-894f-6e75a93c3765 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/14afe3d3bb4b4efcbbece0aedcffbb62"}, "tags": [], "enabled": true, "id": "14afe3d3bb4b4efcbbece0aedcffbb62", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}} 2018-08-12 17:08:52,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b6902a24-f596-4bac-894f-6e75a93c3765 2018-08-12 17:08:52,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.239195108414s 2018-08-12 17:08:52,227 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b6902a24-f596-4bac-894f-6e75a93c3765 2018-08-12 17:08:52,228 - 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'14afe3d3bb4b4efcbbece0aedcffbb62', '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_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a'}) 2018-08-12 17:08:52,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 17:08:52,236 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2b3fe98d-b6d5-4d82-bfa8-3ce255958fae", "email": null, "name": "vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}}' 2018-08-12 17:08:52,687 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 17:08:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80fc13a8-634b-467e-8330-13d89dbd5947 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "links": {"self": "http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bac922536446437493dd9e6548a96151", "domain_id": "default", "password_expires_at": null}} 2018-08-12 17:08:52,688 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-80fc13a8-634b-467e-8330-13d89dbd5947 2018-08-12 17:08:52,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.454679965973s 2018-08-12 17:08:52,688 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-80fc13a8-634b-467e-8330-13d89dbd5947 2018-08-12 17:08:52,689 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'bac922536446437493dd9e6548a96151', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a'}) 2018-08-12 17:08:52,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:08:52,695 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:52,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063e9649-7d4c-4e78-9595-a1edb3561284 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:08:52,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-063e9649-7d4c-4e78-9595-a1edb3561284 2018-08-12 17:08:52,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20104598999s 2018-08-12 17:08:52,894 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-063e9649-7d4c-4e78-9595-a1edb3561284 2018-08-12 17:08:52,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:08:52,902 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:53,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97eb536d-67ad-4c5e-8e2f-bd6ae8949512 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:08:53,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-97eb536d-67ad-4c5e-8e2f-bd6ae8949512 2018-08-12 17:08:53,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193650007248s 2018-08-12 17:08:53,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-97eb536d-67ad-4c5e-8e2f-bd6ae8949512 2018-08-12 17:08:53,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:08:53,100 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:53,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6849c55-c1a7-4d98-bf03-42f2e07055c3 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:08:53,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d6849c55-c1a7-4d98-bf03-42f2e07055c3 2018-08-12 17:08:53,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187373161316s 2018-08-12 17:08:53,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d6849c55-c1a7-4d98-bf03-42f2e07055c3 2018-08-12 17:08:53,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 17:08:53,293 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:53,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f5ada34-6dde-4971-a891-a4f2529c01de 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-12 17:08:53,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-9f5ada34-6dde-4971-a891-a4f2529c01de 2018-08-12 17:08:53,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198187112808s 2018-08-12 17:08:53,488 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-9f5ada34-6dde-4971-a891-a4f2529c01de 2018-08-12 17:08:53,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 17:08:53,493 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:53,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1a24298-0789-427e-aa60-3972823d29aa Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "links": {"self": "http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bac922536446437493dd9e6548a96151", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 17:08:53,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c1a24298-0789-427e-aa60-3972823d29aa 2018-08-12 17:08:53,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21462893486s 2018-08-12 17:08:53,705 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c1a24298-0789-427e-aa60-3972823d29aa 2018-08-12 17:08:53,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 17:08:53,719 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:53,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-960cf98c-e970-4cbf-ad44-5ec9bb92a903 Content-Encoding: gzip Content-Length: 388 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/14afe3d3bb4b4efcbbece0aedcffbb62"}, "tags": [], "enabled": true, "id": "14afe3d3bb4b4efcbbece0aedcffbb62", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}]} 2018-08-12 17:08:53,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-960cf98c-e970-4cbf-ad44-5ec9bb92a903 2018-08-12 17:08:53,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194138050079s 2018-08-12 17:08:53,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-960cf98c-e970-4cbf-ad44-5ec9bb92a903 2018-08-12 17:08:53,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 17:08:53,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=bac922536446437493dd9e6548a96151&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=14afe3d3bb4b4efcbbece0aedcffbb62" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:54,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-425e356f-0614-4d0e-b29b-aec75bbd54c7 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=bac922536446437493dd9e6548a96151&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=14afe3d3bb4b4efcbbece0aedcffbb62", "previous": null, "next": null}} 2018-08-12 17:08:54,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=bac922536446437493dd9e6548a96151&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=14afe3d3bb4b4efcbbece0aedcffbb62 used request id req-425e356f-0614-4d0e-b29b-aec75bbd54c7 2018-08-12 17:08:54,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.200777053833s 2018-08-12 17:08:54,119 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=bac922536446437493dd9e6548a96151&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=14afe3d3bb4b4efcbbece0aedcffbb62 used request id req-425e356f-0614-4d0e-b29b-aec75bbd54c7 2018-08-12 17:08:54,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 17:08:54,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62/users/bac922536446437493dd9e6548a96151/roles/2227886414cb4d22a8494529517c5128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:08:54,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 17:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-479eca40-0440-4195-a861-1cd36e613b90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 17:08:54,277 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62/users/bac922536446437493dd9e6548a96151/roles/2227886414cb4d22a8494529517c5128 used request id req-479eca40-0440-4195-a861-1cd36e613b90 2018-08-12 17:08:54,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.154386997223s 2018-08-12 17:08:54,277 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62/users/bac922536446437493dd9e6548a96151/roles/2227886414cb4d22a8494529517c5128 used request id req-479eca40-0440-4195-a861-1cd36e613b90 2018-08-12 17:08:54,278 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', 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'14afe3d3bb4b4efcbbece0aedcffbb62', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2b3fe98d-b6d5-4d82-bfa8-3ce255958fae', 'username': u'vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', '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-12 17:08:54,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 17:08:54,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 17:08:54,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 17:08:54,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 17:08:54,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 17:08:54,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 17:08:54,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 17:08:54,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 17:08:54,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 17:08:54,283 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', 'password': '2b3fe98d-b6d5-4d82-bfa8-3ce255958fae', 'project_name': 'vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '14afe3d3bb4b4efcbbece0aedcffbb62', 'project_domain_name': 'Default'} 2018-08-12 17:08:54,288 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-12 17:08:54,289 - 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-12 17:08:54,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbe41db6-bfd4-44f2-86e1-7a3e39a65767 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-12 17:08:54,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dbe41db6-bfd4-44f2-86e1-7a3e39a65767 2018-08-12 17:08:54,297 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 17:08:54,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T18:08:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14afe3d3bb4b4efcbbece0aedcffbb62", "name": "vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/14afe3d3bb4b4efcbbece0aedcffbb62", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "id": "bac922536446437493dd9e6548a96151"}, "audit_ids": ["AffnICXtSoWKnHvNb6IiQA"], "issued_at": "2018-08-12T17:08:54.000000Z"}} 2018-08-12 17:08:54,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 17:08:54,796 - 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}80d382331e98a9015a3aac578d2158da179f8de1" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "vmtp-router_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "admin_state_up": true}}' 2018-08-12 17:08:56,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-9f62a2b4-4e18-496e-942e-6288a6f7fbf0 Date: Sun, 12 Aug 2018 17:08:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:08:55Z", "admin_state_up": true, "updated_at": "2018-08-12T17:08:55Z", "revision_number": 2, "routes": [], "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "f2d8fe0b-3366-4965-9cec-c3e7f6f0b0d5", "name": "vmtp-router_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}} 2018-08-12 17:08:56,161 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9f62a2b4-4e18-496e-942e-6288a6f7fbf0 2018-08-12 17:08:56,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36541390419s 2018-08-12 17:08:56,162 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9f62a2b4-4e18-496e-942e-6288a6f7fbf0 2018-08-12 17:08:56,162 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'14afe3d3bb4b4efcbbece0aedcffbb62', u'created_at': u'2018-08-12T17:08:55Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T17:08:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'14afe3d3bb4b4efcbbece0aedcffbb62', u'id': u'f2d8fe0b-3366-4965-9cec-c3e7f6f0b0d5', u'name': u'vmtp-router_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a'}) 2018-08-12 17:08:56,162 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-12 17:08:57,633 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-12 17:08:57,635 - 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-12 17:08:57,641 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 17:08:57 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-12 17:08:57,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:08:57,650 - 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}80d382331e98a9015a3aac578d2158da179f8de1" 2018-08-12 17:08:57,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fac4d3a0-033d-4e9e-a601-7f8788d17e3e Date: Sun, 12 Aug 2018 17:08:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:08:57,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fac4d3a0-033d-4e9e-a601-7f8788d17e3e 2018-08-12 17:08:57,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.297141075134s 2018-08-12 17:08:57,944 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fac4d3a0-033d-4e9e-a601-7f8788d17e3e 2018-08-12 17:08:57,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 17:08:57,955 - 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}80d382331e98a9015a3aac578d2158da179f8de1" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}' 2018-08-12 17:08:58,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-64502a60-786c-4f33-9533-24ea22675900 Date: Sun, 12 Aug 2018 17:08:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:08:58Z", "file": "/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482/file", "owner": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "279dac4d-e5ce-4f2c-9680-b45dede73482", "size": null, "self": "/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "checksum": null, "created_at": "2018-08-12T17:08:58Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 17:08:58,289 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-64502a60-786c-4f33-9533-24ea22675900 2018-08-12 17:08:58,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.337308168411s 2018-08-12 17:08:58,289 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-64502a60-786c-4f33-9533-24ea22675900 returning object 279dac4d-e5ce-4f2c-9680-b45dede73482 2018-08-12 17:08:58,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 17:08:58,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482/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}80d382331e98a9015a3aac578d2158da179f8de1" -d '' 2018-08-12 17:09:03,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70f508c0-09b7-435a-97a3-c6d5cd36e7de Date: Sun, 12 Aug 2018 17: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-12 17:09:03,039 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482/file used request id req-70f508c0-09b7-435a-97a3-c6d5cd36e7de 2018-08-12 17:09:03,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.74906396866s 2018-08-12 17:09:03,039 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482/file used request id req-70f508c0-09b7-435a-97a3-c6d5cd36e7de 2018-08-12 17:09:03,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:09:03,044 - 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}80d382331e98a9015a3aac578d2158da179f8de1" 2018-08-12 17:09:03,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-37e55ccd-2eb1-4ef2-95d0-9125c0ebb22c Date: Sun, 12 Aug 2018 17:09:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:09:02Z", "file": "/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482/file", "owner": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "279dac4d-e5ce-4f2c-9680-b45dede73482", "size": 263062016, "self": "/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/279dac4d-e5ce-4f2c-9680-b45dede73482/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/279dac4d-e5ce-4f2c-9680-b45dede73482/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T17:08:58Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:09:03,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-37e55ccd-2eb1-4ef2-95d0-9125c0ebb22c 2018-08-12 17:09:03,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306128025055s 2018-08-12 17:09:03,348 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-37e55ccd-2eb1-4ef2-95d0-9125c0ebb22c 2018-08-12 17:09:03,350 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/279dac4d-e5ce-4f2c-9680-b45dede73482/snap', u'metadata': Munch({})})], 'file': u'/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482/file', 'owner': u'14afe3d3bb4b4efcbbece0aedcffbb62', 'id': u'279dac4d-e5ce-4f2c-9680-b45dede73482', 'size': 263062016, u'self': u'/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14afe3d3bb4b4efcbbece0aedcffbb62', 'name': 'vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/279dac4d-e5ce-4f2c-9680-b45dede73482/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T17:09:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T17:09:02Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', 'created': u'2018-08-12T17:08:58Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-12T17:08:58Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', 'metadata': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}}) 2018-08-12 17:09:03,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 17:09:03,355 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-12 17:09:03,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09: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-200a35fa-91d8-478d-a94c-9125efb6cf9b x-compute-request-id: req-200a35fa-91d8-478d-a94c-9125efb6cf9b Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/46bf86fa-7ca1-4461-a520-651079b7a750", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/46bf86fa-7ca1-4461-a520-651079b7a750", "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": "46bf86fa-7ca1-4461-a520-651079b7a750"}} 2018-08-12 17:09:03,678 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-200a35fa-91d8-478d-a94c-9125efb6cf9b 2018-08-12 17:09:03,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.326365947723s 2018-08-12 17:09:03,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-200a35fa-91d8-478d-a94c-9125efb6cf9b 2018-08-12 17:09:03,679 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'46bf86fa-7ca1-4461-a520-651079b7a750', 'swap': 0}) 2018-08-12 17:09:03,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 17:09:03,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/46bf86fa-7ca1-4461-a520-651079b7a750/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}de0867760f4f6c63be36a26503fb70f0f8a86424" -d '{"extra_specs": {}}' 2018-08-12 17:09:03,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09: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-773ab2a1-2a6d-4c1e-a1bc-4936959ddfcc x-compute-request-id: req-773ab2a1-2a6d-4c1e-a1bc-4936959ddfcc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 17:09:03,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/46bf86fa-7ca1-4461-a520-651079b7a750/os-extra_specs used request id req-773ab2a1-2a6d-4c1e-a1bc-4936959ddfcc 2018-08-12 17:09:03,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.01819896698s 2018-08-12 17:09:03,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/46bf86fa-7ca1-4461-a520-651079b7a750/os-extra_specs used request id req-773ab2a1-2a6d-4c1e-a1bc-4936959ddfcc 2018-08-12 17:09:03,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:09:03,700 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:03,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89593f2-a570-47bb-8fc0-ff2a3c70f188 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:09:03,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d89593f2-a570-47bb-8fc0-ff2a3c70f188 2018-08-12 17:09:03,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187548875809s 2018-08-12 17:09:03,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d89593f2-a570-47bb-8fc0-ff2a3c70f188 2018-08-12 17:09:03,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:09:03,890 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:04,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b381f58-2a19-43da-8f49-84a973a8bc39 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:09:04,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b381f58-2a19-43da-8f49-84a973a8bc39 2018-08-12 17:09:04,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192816019058s 2018-08-12 17:09:04,082 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b381f58-2a19-43da-8f49-84a973a8bc39 2018-08-12 17:09:04,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 17:09:04,085 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:04,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7130799c-a3a2-4ff5-b1c9-d5bb5662a352 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-12 17:09:04,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-7130799c-a3a2-4ff5-b1c9-d5bb5662a352 2018-08-12 17:09:04,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10454583168s 2018-08-12 17:09:04,189 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-7130799c-a3a2-4ff5-b1c9-d5bb5662a352 2018-08-12 17:09:04,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 17:09:04,191 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:04,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f92471a-799e-4e70-9ec3-2e94eada751f Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "links": {"self": "http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bac922536446437493dd9e6548a96151", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 17:09:04,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1f92471a-799e-4e70-9ec3-2e94eada751f 2018-08-12 17:09:04,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214148044586s 2018-08-12 17:09:04,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1f92471a-799e-4e70-9ec3-2e94eada751f 2018-08-12 17:09:04,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 17:09:04,417 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:04,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f166cc00-d24b-4813-ab84-f6737fc00902 Content-Encoding: gzip Content-Length: 388 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/14afe3d3bb4b4efcbbece0aedcffbb62"}, "tags": [], "enabled": true, "id": "14afe3d3bb4b4efcbbece0aedcffbb62", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}]} 2018-08-12 17:09:04,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f166cc00-d24b-4813-ab84-f6737fc00902 2018-08-12 17:09:04,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184932947159s 2018-08-12 17:09:04,599 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f166cc00-d24b-4813-ab84-f6737fc00902 2018-08-12 17:09:04,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 17:09:04,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=bac922536446437493dd9e6548a96151&role.id=2d788a838d6248bea293f537c17fe7c3&scope.project.id=14afe3d3bb4b4efcbbece0aedcffbb62" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:04,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79b23fb-465c-498e-818b-4fb78ae49aa5 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=bac922536446437493dd9e6548a96151&role.id=2d788a838d6248bea293f537c17fe7c3&scope.project.id=14afe3d3bb4b4efcbbece0aedcffbb62", "previous": null, "next": null}} 2018-08-12 17:09:04,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=bac922536446437493dd9e6548a96151&role.id=2d788a838d6248bea293f537c17fe7c3&scope.project.id=14afe3d3bb4b4efcbbece0aedcffbb62 used request id req-f79b23fb-465c-498e-818b-4fb78ae49aa5 2018-08-12 17:09:04,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105968952179s 2018-08-12 17:09:04,711 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=bac922536446437493dd9e6548a96151&role.id=2d788a838d6248bea293f537c17fe7c3&scope.project.id=14afe3d3bb4b4efcbbece0aedcffbb62 used request id req-f79b23fb-465c-498e-818b-4fb78ae49aa5 2018-08-12 17:09:04,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 17:09:04,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62/users/bac922536446437493dd9e6548a96151/roles/2d788a838d6248bea293f537c17fe7c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:05,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 17:09:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6b7128b-aba0-46e7-8974-7edd4ef7b497 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 17:09:05,044 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62/users/bac922536446437493dd9e6548a96151/roles/2d788a838d6248bea293f537c17fe7c3 used request id req-d6b7128b-aba0-46e7-8974-7edd4ef7b497 2018-08-12 17:09:05,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.331252098083s 2018-08-12 17:09:05,044 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62/users/bac922536446437493dd9e6548a96151/roles/2d788a838d6248bea293f537c17fe7c3 used request id req-d6b7128b-aba0-46e7-8974-7edd4ef7b497 2018-08-12 17:09:05,044 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a' 2018-08-12 17:09:05,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 17:09:05,048 - 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}80d382331e98a9015a3aac578d2158da179f8de1" -d '{"keypair": {"name": "vmtp_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}}' 2018-08-12 17:09:05,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09: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-cfece4c7-972d-49bc-9aa0-60226a2d242c x-compute-request-id: req-cfece4c7-972d-49bc-9aa0-60226a2d242c Content-Encoding: gzip Content-Length: 1799 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyON9ZLLQmyXN46tptNR7at4Etw7Je6HMXKUYBMkKCIJYURufke7ujkJtyCQJaZvMO4tKhLNFEX6jN2FlG/lY5gOnVxVka7W0vW6XljLgiMYexqo3FT2Sk9gCLIHthtt4VTZHz6WqRuUqyC1LDSsbAx9onpH67SwT8t1JDrTUxzDCfRzwe/09W0EoqdPj3wyDrBzSHt/4kSpfs5iOS9tUClrYDGtOfF6nxmGCjH65epBub/JHkDUJZq/w/b/bzRIhpFAaiCYHR+j0sN/25zgVHAPNprEeuU3C4ICY5HeZ8BUQSqIYj5bcraIq6OwExRZqCmGqZdxGvfh3Fi63zMx9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA7cjjfWSy0JslzeOrabTUe2reBLcOyXuhzFylGATJCgiCWFEb\nn5Hu7o5CbcgkCWmbzDuLSoSzRRF+ozdhZRv5WOYDp1cVZGu1tL1ul5Yy4IjGHsaq\nNxU9kpPYAiyB7YbbeFU2R8+lqkblKsgtSw0rGwMfaJ6R+u0sE/LdSQ601Mcwwn0c\n8Hv9PVtBKKnT498Mg6wc0h7f+JEqX7OYjkvbVApa2AxrTnxep8Zhgox+uXqQbm/y\nR5A1CWav8P2/280SIaRQGogmB0fo9LDf9uc4FRwDzaaxHrlNwuCAmOR3mfAVEEqi\nGI+W3K2iKujsBMUWagphqmXcRr34dxYut8zMfQIDAQABAoIBAA4BSwTTrYSD3tIl\nmq77K5ipTrJQZdqQIZN70W18uqqQnby96jaXzc7XKip1I0o6oiaBS070SerDgQXz\n+RSPdTw7L/PnOSdVALrIfX8IJa77309ovBXKdnnvo0VdgbmPu9V2j1/jZwqEanL+\nn0xQVj2dDXiH/mkdFv+FymrHJvdxNuf3x6Jp5R02Nmm75GnHJ5dpIfSn81xYUto6\no7B/6XjjBghxMKgoOhX+HstkmDZQH8i2jywENjHisKPHlCNFVYaWDbOMD64INiTP\nfLsIj31Sk/CQuSHYnALgYa1MufZAjYDo5oORd67ER25m/Xx5yDeJuGrBESul2wvI\nKx+k0TECgYEA/B9Q4F9VTbRJqf15ppxu0GClALwhS3chaJWqEJHxK62BCzrmPWzH\nTL45xhCd4zwb1glVlDkkQ3V/HWjTvlS3Kjc9LqQ0dL/UZpvCwnJ7+vrLQNY73tzg\nUSt+xepIkjGZUTtP9qzd7TsoBIEyG4Y7kI/cpb15Z0uiKfCd2D+GUIsCgYEA8XEe\n/6vX7Wfz50nO8K7tn7a+VLz+X/Wm/U8cgSU8DC6YPRRQSWHIBY/ehy7bAKLAvpV+\npxqqZ32P3GHy1Qk+LSkJuzip9h1HMeX0HVmfVR5sRHt8N7Di8b+t1E2e3Px3aUXU\nxaceeqjz1CJCGK/twTBEjTQv2CZqJwWX+rGUsBcCgYAkgxiAVe4RocFlR9sdQNxf\new+KSrR7rFX/QmVtnuURUUA18yKy1JUMTSQqxe9HoEXbumBVZe0Vg+eTx8Gad8RK\n7dMDdS5PlhRZg8cxx8iisT1MN3pWLSCjQKxMV0CJQ3uTowZSj/hXydBizp8GE2t+\n5QasTgNN7UsfzcPeNFzsPwKBgCrP+UQyz44cYcaAcv6Atkgc2nEiNiUD5UGDlrVb\nyeMLHBmwkXABs7swwK/N4i2hrnXdAmFVPCQvwqO8hpe6FNljLoORT6oBlQ9HDFtr\n+fHY/C/EiclCR2vApm0/+kyLRA1ZwZnuwVvUu6/BB2FjSNB54536RAWbAjW7KzDb\n7lavAoGBAOPBXdyLFYeYUpoBPzCAiz+kv5i+oUka2seKuQ8lKxE4LdBnt1JRB4u/\n/awRRG0Gq9Mb0vZl2OPSMZSXRr7jEp74sdgKKuRma3aXJlFIZhQT8nMaXQYeI8bL\nQ/PaffWEOf10VzwDIYKuwfPuYZxJnrxku5d+goWHIMSPpy/UKirt\n-----END RSA PRIVATE KEY-----\n", "user_id": "bac922536446437493dd9e6548a96151", "name": "vmtp_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "fingerprint": "57:74:fc:59:8a:cc:42:9a:4c:8b:31:d3:46:c3:80:25"}} 2018-08-12 17:09:05,850 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-cfece4c7-972d-49bc-9aa0-60226a2d242c 2018-08-12 17:09:05,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.805252790451s 2018-08-12 17:09:05,851 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-cfece4c7-972d-49bc-9aa0-60226a2d242c 2018-08-12 17:09:05,851 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyON9ZLLQmyXN46tptNR7at4Etw7Je6HMXKUYBMkKCIJYURufke7ujkJtyCQJaZvMO4tKhLNFEX6jN2FlG/lY5gOnVxVka7W0vW6XljLgiMYexqo3FT2Sk9gCLIHthtt4VTZHz6WqRuUqyC1LDSsbAx9onpH67SwT8t1JDrTUxzDCfRzwe/09W0EoqdPj3wyDrBzSHt/4kSpfs5iOS9tUClrYDGtOfF6nxmGCjH65epBub/JHkDUJZq/w/b/bzRIhpFAaiCYHR+j0sN/25zgVHAPNprEeuU3C4ICY5HeZ8BUQSqIYj5bcraIq6OwExRZqCmGqZdxGvfh3Fi63zMx9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA7cjjfWSy0JslzeOrabTUe2reBLcOyXuhzFylGATJCgiCWFEb\nn5Hu7o5CbcgkCWmbzDuLSoSzRRF+ozdhZRv5WOYDp1cVZGu1tL1ul5Yy4IjGHsaq\nNxU9kpPYAiyB7YbbeFU2R8+lqkblKsgtSw0rGwMfaJ6R+u0sE/LdSQ601Mcwwn0c\n8Hv9PVtBKKnT498Mg6wc0h7f+JEqX7OYjkvbVApa2AxrTnxep8Zhgox+uXqQbm/y\nR5A1CWav8P2/280SIaRQGogmB0fo9LDf9uc4FRwDzaaxHrlNwuCAmOR3mfAVEEqi\nGI+W3K2iKujsBMUWagphqmXcRr34dxYut8zMfQIDAQABAoIBAA4BSwTTrYSD3tIl\nmq77K5ipTrJQZdqQIZN70W18uqqQnby96jaXzc7XKip1I0o6oiaBS070SerDgQXz\n+RSPdTw7L/PnOSdVALrIfX8IJa77309ovBXKdnnvo0VdgbmPu9V2j1/jZwqEanL+\nn0xQVj2dDXiH/mkdFv+FymrHJvdxNuf3x6Jp5R02Nmm75GnHJ5dpIfSn81xYUto6\no7B/6XjjBghxMKgoOhX+HstkmDZQH8i2jywENjHisKPHlCNFVYaWDbOMD64INiTP\nfLsIj31Sk/CQuSHYnALgYa1MufZAjYDo5oORd67ER25m/Xx5yDeJuGrBESul2wvI\nKx+k0TECgYEA/B9Q4F9VTbRJqf15ppxu0GClALwhS3chaJWqEJHxK62BCzrmPWzH\nTL45xhCd4zwb1glVlDkkQ3V/HWjTvlS3Kjc9LqQ0dL/UZpvCwnJ7+vrLQNY73tzg\nUSt+xepIkjGZUTtP9qzd7TsoBIEyG4Y7kI/cpb15Z0uiKfCd2D+GUIsCgYEA8XEe\n/6vX7Wfz50nO8K7tn7a+VLz+X/Wm/U8cgSU8DC6YPRRQSWHIBY/ehy7bAKLAvpV+\npxqqZ32P3GHy1Qk+LSkJuzip9h1HMeX0HVmfVR5sRHt8N7Di8b+t1E2e3Px3aUXU\nxaceeqjz1CJCGK/twTBEjTQv2CZqJwWX+rGUsBcCgYAkgxiAVe4RocFlR9sdQNxf\new+KSrR7rFX/QmVtnuURUUA18yKy1JUMTSQqxe9HoEXbumBVZe0Vg+eTx8Gad8RK\n7dMDdS5PlhRZg8cxx8iisT1MN3pWLSCjQKxMV0CJQ3uTowZSj/hXydBizp8GE2t+\n5QasTgNN7UsfzcPeNFzsPwKBgCrP+UQyz44cYcaAcv6Atkgc2nEiNiUD5UGDlrVb\nyeMLHBmwkXABs7swwK/N4i2hrnXdAmFVPCQvwqO8hpe6FNljLoORT6oBlQ9HDFtr\n+fHY/C/EiclCR2vApm0/+kyLRA1ZwZnuwVvUu6/BB2FjSNB54536RAWbAjW7KzDb\n7lavAoGBAOPBXdyLFYeYUpoBPzCAiz+kv5i+oUka2seKuQ8lKxE4LdBnt1JRB4u/\n/awRRG0Gq9Mb0vZl2OPSMZSXRr7jEp74sdgKKuRma3aXJlFIZhQT8nMaXQYeI8bL\nQ/PaffWEOf10VzwDIYKuwfPuYZxJnrxku5d+goWHIMSPpy/UKirt\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'bac922536446437493dd9e6548a96151', 'name': u'vmtp_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', 'created_at': '2018-08-12T17:09:05.851912', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14afe3d3bb4b4efcbbece0aedcffbb62', 'name': 'vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'57:74:fc:59:8a:cc:42:9a:4c:8b:31:d3:46:c3:80:25', 'type': 'ssh', 'id': u'vmtp_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a'}) 2018-08-12 17:09:05,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 17:09:05,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}80d382331e98a9015a3aac578d2158da179f8de1" 2018-08-12 17:09:05,897 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 17:09: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-ce48e6b9-043f-46e3-a72f-52b39db90c92 x-compute-request-id: req-ce48e6b9-043f-46e3-a72f-52b39db90c92 Content-Length: 0 Content-Type: application/json 2018-08-12 17:09:05,897 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a used request id req-ce48e6b9-043f-46e3-a72f-52b39db90c92 2018-08-12 17:09:05,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0446150302887s 2018-08-12 17:09:05,897 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a used request id req-ce48e6b9-043f-46e3-a72f-52b39db90c92 2018-08-12 17:09:06,678 - 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-12 17:09:49,435 - 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-12 17:09:07,427 INFO Using http://172.30.9.23:5000/v3 2018-08-12 17:09:07,428 INFO VM public key: /tmp/tmprA3xRw 2018-08-12 17:09:07,428 INFO VM private key: /tmp/tmpjx_5U7 2018-08-12 17:09:09,461 INFO Found image vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a to launch VM, will continue 2018-08-12 17:09:11,146 INFO Using external router: vmtp-router_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a 2018-08-12 17:09:11,147 INFO Using external network: external. 2018-08-12 17:09:12,620 INFO Created internal network: pns-internal-net_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a. 2018-08-12 17:09:14,531 INFO Created internal network: pns-internal-net2_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a. 2018-08-12 17:09:17,451 DEBUG Ext router associated to pns-internal-net_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a 2018-08-12 17:09:20,022 DEBUG Ext router associated to pns-internal-net2_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a 2018-08-12 17:09:20,556 INFO OpenStack agent: Unknown agent 2018-08-12 17:09:20,556 INFO OpenStack network type: vxlan 2018-08-12 17:09:23,198 INFO [TestServer_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a1] Creating server VM... 2018-08-12 17:09:23,198 DEBUG [TestServer_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a1] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-12 17:09:29,990 DEBUG [TestServer_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a1] VM status=BUILD, retrying 1 of 50... 2018-08-12 17:09:32,785 DEBUG [TestServer_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a1] VM status=BUILD, retrying 2 of 50... 2018-08-12 17:09:35,838 ERROR Instance creation error: Failed to get resource provider with UUID 44a33d7d-52f1-438f-a69c-0e273f8c050b 2018-08-12 17:09:35,838 ERROR Instance failed status=ERROR 2018-08-12 17:09:37,509 INFO [TestServer_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a1] Server creation failed 2018-08-12 17:09:37,509 ERROR Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 475, in run self.setup() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 318, in setup self.net.vm_int_net[0]) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 169, in create_instance init_file_name=user_data_file)) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 173, in assert_true raise VmtpException('Assert failure') VmtpException: Assert failure 2018-08-12 17:09:37,509 INFO Cleaning up... 2018-08-12 17:09:45,045 INFO Network pns-internal-net_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a deleted. 2018-08-12 17:09:48,806 INFO Network pns-internal-net2_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a deleted. 2018-08-12 17:09:48,887 INFO Removed public key pns_public_key 2018-08-12 17:09:48,887 INFO Deleting security group 2018-08-12 17:09:49,338 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 0 [0.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 29 +----------+-------------------------------------------------------+-------------------+------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 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 | SKIPPED | {} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 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 | SKIPPED | {} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | SKIPPED | {} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | SKIPPED | {} | | 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 | {} | +----------+-------------------------------------------------------+-------------------+------+ No handlers could be found for logger "vmtp_file" 2018-08-12 17:09:49,340 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-12 17:09:49,560 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 17:09:49,560 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 00:55 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-12 17:09:49,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 17:09:49,566 - 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}80d382331e98a9015a3aac578d2158da179f8de1" 2018-08-12 17:09:49,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-76926f6a-c047-4f1f-9dcd-0aecdb079a20 Date: Sun, 12 Aug 2018 17:09:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:08:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T17:09:40Z", "revision_number": 6, "routes": [], "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "f2d8fe0b-3366-4965-9cec-c3e7f6f0b0d5", "name": "vmtp-router_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}]} 2018-08-12 17:09:49,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-76926f6a-c047-4f1f-9dcd-0aecdb079a20 2018-08-12 17:09:49,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.403625965118s 2018-08-12 17:09:49,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-76926f6a-c047-4f1f-9dcd-0aecdb079a20 2018-08-12 17:09:49,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 17:09:49,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f2d8fe0b-3366-4965-9cec-c3e7f6f0b0d5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}80d382331e98a9015a3aac578d2158da179f8de1" 2018-08-12 17:09:51,903 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f09f10e-932e-42df-a803-7b6841cf482b Content-Length: 0 Date: Sun, 12 Aug 2018 17:09:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 17:09:51,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f2d8fe0b-3366-4965-9cec-c3e7f6f0b0d5.json used request id req-2f09f10e-932e-42df-a803-7b6841cf482b 2018-08-12 17:09:51,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.93215799332s 2018-08-12 17:09:51,903 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f2d8fe0b-3366-4965-9cec-c3e7f6f0b0d5.json used request id req-2f09f10e-932e-42df-a803-7b6841cf482b 2018-08-12 17:09:51,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:09:51,911 - 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}80d382331e98a9015a3aac578d2158da179f8de1" 2018-08-12 17:09:51,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-b9b52cd1-573a-4d0c-a4d4-25b6eea8a06a Date: Sun, 12 Aug 2018 17:09:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:09:02Z", "file": "/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482/file", "owner": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "279dac4d-e5ce-4f2c-9680-b45dede73482", "size": 263062016, "self": "/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/279dac4d-e5ce-4f2c-9680-b45dede73482/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/279dac4d-e5ce-4f2c-9680-b45dede73482/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-12T17:08:58Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:09:51,959 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b9b52cd1-573a-4d0c-a4d4-25b6eea8a06a 2018-08-12 17:09:51,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0514738559723s 2018-08-12 17:09:51,959 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b9b52cd1-573a-4d0c-a4d4-25b6eea8a06a 2018-08-12 17:09:51,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 17:09:51,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}80d382331e98a9015a3aac578d2158da179f8de1" 2018-08-12 17:09:52,963 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a536413-f0fb-4bb7-b5c9-39b1b4e2ae00 Date: Sun, 12 Aug 2018 17:09: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-12 17:09:52,963 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482 used request id req-6a536413-f0fb-4bb7-b5c9-39b1b4e2ae00 2018-08-12 17:09:52,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00215911865s 2018-08-12 17:09:52,963 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/279dac4d-e5ce-4f2c-9680-b45dede73482 used request id req-6a536413-f0fb-4bb7-b5c9-39b1b4e2ae00 2018-08-12 17:09:52,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 17:09:52,967 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:52,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09: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-bbfa5b21-2d04-42c9-a049-eb3dad356f7c x-compute-request-id: req-bbfa5b21-2d04-42c9-a049-eb3dad356f7c Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/46bf86fa-7ca1-4461-a520-651079b7a750", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/46bf86fa-7ca1-4461-a520-651079b7a750", "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": "46bf86fa-7ca1-4461-a520-651079b7a750"}]} 2018-08-12 17:09:52,988 - 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-bbfa5b21-2d04-42c9-a049-eb3dad356f7c 2018-08-12 17:09:52,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0239350795746s 2018-08-12 17:09:52,988 - 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-bbfa5b21-2d04-42c9-a049-eb3dad356f7c 2018-08-12 17:09:52,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 17:09:52,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/46bf86fa-7ca1-4461-a520-651079b7a750 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:53,022 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 17:09: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-014d09dd-cb96-40c3-b040-6076efb64753 x-compute-request-id: req-014d09dd-cb96-40c3-b040-6076efb64753 Content-Length: 0 Content-Type: application/json 2018-08-12 17:09:53,022 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/46bf86fa-7ca1-4461-a520-651079b7a750 used request id req-014d09dd-cb96-40c3-b040-6076efb64753 2018-08-12 17:09:53,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0320529937744s 2018-08-12 17:09:53,022 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/46bf86fa-7ca1-4461-a520-651079b7a750 used request id req-014d09dd-cb96-40c3-b040-6076efb64753 2018-08-12 17:09:53,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 17:09:53,026 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:53,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3e3888-579e-41b3-9578-4c36c759d83d Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "links": {"self": "http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bac922536446437493dd9e6548a96151", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 17:09:53,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fe3e3888-579e-41b3-9578-4c36c759d83d 2018-08-12 17:09:53,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219696044922s 2018-08-12 17:09:53,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fe3e3888-579e-41b3-9578-4c36c759d83d 2018-08-12 17:09:53,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 17:09:53,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:53,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be207fa3-be38-42bf-bf88-7ccda321f05b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a", "links": {"self": "http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "bac922536446437493dd9e6548a96151", "description": null}} 2018-08-12 17:09:53,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151 used request id req-be207fa3-be38-42bf-bf88-7ccda321f05b 2018-08-12 17:09:53,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.231017112732s 2018-08-12 17:09:53,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151 used request id req-be207fa3-be38-42bf-bf88-7ccda321f05b 2018-08-12 17:09:53,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 17:09:53,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:53,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 17:09:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97696e30-4b44-40d8-a211-a7e8d34e9a0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 17:09:53,792 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151 used request id req-97696e30-4b44-40d8-a211-a7e8d34e9a0d 2018-08-12 17:09:53,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.311745166779s 2018-08-12 17:09:53,793 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/bac922536446437493dd9e6548a96151 used request id req-97696e30-4b44-40d8-a211-a7e8d34e9a0d 2018-08-12 17:09:53,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 17:09:53,802 - 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}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:53,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02175dda-78aa-452f-ad19-8ed43dc4804b Content-Encoding: gzip Content-Length: 376 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": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62"}, "tags": [], "enabled": true, "id": "14afe3d3bb4b4efcbbece0aedcffbb62", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_8f77c9ad-b00b-4b4c-a0da-f8ab4c77a90a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 17:09:53,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-02175dda-78aa-452f-ad19-8ed43dc4804b 2018-08-12 17:09:53,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199886798859s 2018-08-12 17:09:53,999 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-02175dda-78aa-452f-ad19-8ed43dc4804b 2018-08-12 17:09:54,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 17:09:54,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}de0867760f4f6c63be36a26503fb70f0f8a86424" 2018-08-12 17:09:54,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 17:09:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2775aba-e96a-4c0f-a881-2190aa940d81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 17:09:54,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62 used request id req-c2775aba-e96a-4c0f-a881-2190aa940d81 2018-08-12 17:09:54,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.270430088043s 2018-08-12 17:09:54,274 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/14afe3d3bb4b4efcbbece0aedcffbb62 used request id req-c2775aba-e96a-4c0f-a881-2190aa940d81 2018-08-12 17:09:54,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:09:54,275 - 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}80d382331e98a9015a3aac578d2158da179f8de1" 2018-08-12 17:09:54,873 - 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-7e1414df-0126-4c0d-b9ba-3320ffa325b2 Date: Sun, 12 Aug 2018 17:09:54 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-08-12 17:09:54,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7e1414df-0126-4c0d-b9ba-3320ffa325b2 2018-08-12 17:09:54,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 17:09:54,888 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-12 17:09:54,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.614363193512s 2018-08-12 17:09:54,889 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-12 17:09:54,947 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 17:09:54,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 17:09:54,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 17:09:54,996 - 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-12 17:09:55,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bac11cf-8e45-4eb1-b49e-a54f3ee78e87 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-12 17:09:55,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1bac11cf-8e45-4eb1-b49e-a54f3ee78e87 2018-08-12 17:09:55,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 17:09:55,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T18:09:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["iXECwcA4TLKdcY3DthQq8g"], "issued_at": "2018-08-12T17:09:55.000000Z"}} 2018-08-12 17:09:55,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:09:55,408 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:55,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c594173f-0671-4a0e-9448-f5e943edc222 Date: Sun, 12 Aug 2018 17:09:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 17:09:55,790 - 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-c594173f-0671-4a0e-9448-f5e943edc222 2018-08-12 17:09:55,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.382456064224s 2018-08-12 17:09:55,790 - 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-c594173f-0671-4a0e-9448-f5e943edc222 2018-08-12 17:09:55,794 - 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-12 17:09:55,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 17:09:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57555a24-393a-4091-a540-5ada29c79880 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-12 17:09:55,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-57555a24-393a-4091-a540-5ada29c79880 2018-08-12 17:09:55,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 17:09:55,803 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:55,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec49680-24c2-46a9-a222-2c2c19e36720 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d1be4541b5f042568afbc30f457ce65b"}, "tags": [], "enabled": true, "id": "d1be4541b5f042568afbc30f457ce65b", "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-12 17:09:55,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-9ec49680-24c2-46a9-a222-2c2c19e36720 2018-08-12 17:09:55,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194473981857s 2018-08-12 17:09:55,995 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-9ec49680-24c2-46a9-a222-2c2c19e36720 2018-08-12 17:09:56,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-12 17:09:56,005 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735"}}' 2018-08-12 17:09:56,269 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 17:09:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce491b87-f5f3-487f-a657-31854b02fc8b 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/799d8ca8386240949dc6e456b4d10d36"}, "tags": [], "enabled": true, "id": "799d8ca8386240949dc6e456b4d10d36", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735"}} 2018-08-12 17:09:56,269 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ce491b87-f5f3-487f-a657-31854b02fc8b 2018-08-12 17:09:56,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.266907930374s 2018-08-12 17:09:56,269 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ce491b87-f5f3-487f-a657-31854b02fc8b 2018-08-12 17:09:56,270 - 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'799d8ca8386240949dc6e456b4d10d36', '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_d537ed0a-55ca-46f6-b2af-24b02e06b735'}) 2018-08-12 17:09:56,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-12 17:09:56,280 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "20e9ae7a-e8c9-4e32-84ea-30b9f860c97d", "email": null, "name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735"}}' 2018-08-12 17:09:56,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 17:09:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5765bc30-ffaa-4045-bc25-f3c02b41fafa Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": {"self": "http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27ba91a14d44466e8d6062f36512e191", "domain_id": "default", "password_expires_at": null}} 2018-08-12 17:09:56,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-5765bc30-ffaa-4045-bc25-f3c02b41fafa 2018-08-12 17:09:56,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.464624881744s 2018-08-12 17:09:56,742 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-5765bc30-ffaa-4045-bc25-f3c02b41fafa 2018-08-12 17:09:56,742 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'27ba91a14d44466e8d6062f36512e191', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735'}) 2018-08-12 17:09:56,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:09:56,749 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:56,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577a13e9-8e28-416c-89d0-8c3f9a9b1e01 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:09:56,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-577a13e9-8e28-416c-89d0-8c3f9a9b1e01 2018-08-12 17:09:56,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196030855179s 2018-08-12 17:09:56,942 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-577a13e9-8e28-416c-89d0-8c3f9a9b1e01 2018-08-12 17:09:56,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:09:56,950 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:57,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50dfab88-fae2-4630-b371-964a8a18f759 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:09:57,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-50dfab88-fae2-4630-b371-964a8a18f759 2018-08-12 17:09:57,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109188079834s 2018-08-12 17:09:57,056 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-50dfab88-fae2-4630-b371-964a8a18f759 2018-08-12 17:09:57,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:09:57,064 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:57,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5347483-e9ed-47db-9dc4-32c021d34447 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:09:57,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b5347483-e9ed-47db-9dc4-32c021d34447 2018-08-12 17:09:57,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180995941162s 2018-08-12 17:09:57,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b5347483-e9ed-47db-9dc4-32c021d34447 2018-08-12 17:09:57,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 17:09:57,250 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:57,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02cd0d9-6144-4a06-98d0-d35a4471b614 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-12 17:09:57,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e02cd0d9-6144-4a06-98d0-d35a4471b614 2018-08-12 17:09:57,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110336065292s 2018-08-12 17:09:57,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e02cd0d9-6144-4a06-98d0-d35a4471b614 2018-08-12 17:09:57,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 17:09:57,362 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:57,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08812a38-452c-4687-9d80-8c729d3a2c90 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": {"self": "http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27ba91a14d44466e8d6062f36512e191", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 17:09:57,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-08812a38-452c-4687-9d80-8c729d3a2c90 2018-08-12 17:09:57,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.167058944702s 2018-08-12 17:09:57,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-08812a38-452c-4687-9d80-8c729d3a2c90 2018-08-12 17:09:57,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 17:09:57,541 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:57,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ed8ca0-9781-4771-aa16-138ef62b4150 Content-Encoding: gzip Content-Length: 392 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/799d8ca8386240949dc6e456b4d10d36"}, "tags": [], "enabled": true, "id": "799d8ca8386240949dc6e456b4d10d36", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 17:09:57,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-40ed8ca0-9781-4771-aa16-138ef62b4150 2018-08-12 17:09:57,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.270817995071s 2018-08-12 17:09:57,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-40ed8ca0-9781-4771-aa16-138ef62b4150 2018-08-12 17:09:57,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 17:09:57,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=799d8ca8386240949dc6e456b4d10d36" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:58,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0848f38-a7bb-4891-9dca-1ccf7db5c0bf 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=27ba91a14d44466e8d6062f36512e191&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=799d8ca8386240949dc6e456b4d10d36", "previous": null, "next": null}} 2018-08-12 17:09:58,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=799d8ca8386240949dc6e456b4d10d36 used request id req-e0848f38-a7bb-4891-9dca-1ccf7db5c0bf 2018-08-12 17:09:58,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194406986237s 2018-08-12 17:09:58,011 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=2227886414cb4d22a8494529517c5128&scope.project.id=799d8ca8386240949dc6e456b4d10d36 used request id req-e0848f38-a7bb-4891-9dca-1ccf7db5c0bf 2018-08-12 17:09:58,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 17:09:58,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/2227886414cb4d22a8494529517c5128 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:09:58,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 17:09:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8bf3cd3-92f5-4db3-bee6-3fb715457b61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 17:09:58,241 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/2227886414cb4d22a8494529517c5128 used request id req-f8bf3cd3-92f5-4db3-bee6-3fb715457b61 2018-08-12 17:09:58,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.226714849472s 2018-08-12 17:09:58,241 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/2227886414cb4d22a8494529517c5128 used request id req-f8bf3cd3-92f5-4db3-bee6-3fb715457b61 2018-08-12 17:09:58,242 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735', 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'799d8ca8386240949dc6e456b4d10d36', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '20e9ae7a-e8c9-4e32-84ea-30b9f860c97d', 'username': u'shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735', '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-12 17:09:58,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 17:09:58,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 17:09:58,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 17:09:58,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 17:09:58,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 17:09:58,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 17:09:58,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 17:09:58,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 17:09:58,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 17:09:58,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 17:09:58,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 17:09:58,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 17:09:58,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 17:09:58,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 17:09:58,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 17:09:58,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 17:09:58,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 17:09:58,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 17:09:58,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 17:09:58,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 17:09:58,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 17:09:58,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 17:09:58,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 17:09:58,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 17:09:58,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 17:09:58,248 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'password': '20e9ae7a-e8c9-4e32-84ea-30b9f860c97d', 'project_name': 'shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '799d8ca8386240949dc6e456b4d10d36', 'project_domain_name': 'Default'} 2018-08-12 17:09:58,248 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-12 17:09:58,250 - 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-12 17:09:58,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-631f5486-f1d1-46c4-a6b8-392a24d797c7 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-12 17:09:58,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-631f5486-f1d1-46c4-a6b8-392a24d797c7 2018-08-12 17:09:58,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 17:09:58,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T18:09:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "799d8ca8386240949dc6e456b4d10d36", "name": "shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/799d8ca8386240949dc6e456b4d10d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/799d8ca8386240949dc6e456b4d10d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735", "id": "27ba91a14d44466e8d6062f36512e191"}, "audit_ids": ["BXmKs8IfSjm5neLb2OIpww"], "issued_at": "2018-08-12T17:09:58.000000Z"}} 2018-08-12 17:09:58,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 17:09:58,677 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"network": {"name": "shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735", "admin_state_up": true}}' 2018-08-12 17:09:59,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-b18a24b9-0829-4bea-a81a-0a9dad703ed9 Date: Sun, 12 Aug 2018 17:09:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:09:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T17:09:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"799d8ca8386240949dc6e456b4d10d36","id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","name":"shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735"}} 2018-08-12 17:09:59,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b18a24b9-0829-4bea-a81a-0a9dad703ed9 2018-08-12 17:09:59,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.625864982605s 2018-08-12 17:09:59,303 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b18a24b9-0829-4bea-a81a-0a9dad703ed9 2018-08-12 17:09:59,303 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T17:09:59Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3f43aa73-b9cc-440d-8dc9-91b04420594e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735', u'admin_state_up': True, u'tenant_id': u'799d8ca8386240949dc6e456b4d10d36', u'created_at': u'2018-08-12T17:09:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'799d8ca8386240949dc6e456b4d10d36'}) 2018-08-12 17:09:59,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:09:59,305 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:09:59,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-b0d6a3b3-bff2-410e-b95f-6ceb716bf2bb Date: Sun, 12 Aug 2018 17:09:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-12T17:09:59Z","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:09:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"799d8ca8386240949dc6e456b4d10d36","id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","name":"shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:27:15Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 17:09:59,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b0d6a3b3-bff2-410e-b95f-6ceb716bf2bb 2018-08-12 17:09:59,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.383843183517s 2018-08-12 17:09:59,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b0d6a3b3-bff2-410e-b95f-6ceb716bf2bb 2018-08-12 17:09:59,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 17:09:59,690 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"subnet": {"name": "shaker-subnet_d537ed0a-55ca-46f6-b2af-24b02e06b735", "enable_dhcp": true, "network_id": "3f43aa73-b9cc-440d-8dc9-91b04420594e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 17:10:00,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fdaa42e2-f94a-4987-bd56-1fc06505e265 Date: Sun, 12 Aug 2018 17:10:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:10:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T17:10:00Z","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":"799d8ca8386240949dc6e456b4d10d36","id":"1ac95980-c9f8-4eb1-a99b-00f266c9316f","subnetpool_id":null,"name":"shaker-subnet_d537ed0a-55ca-46f6-b2af-24b02e06b735"}} 2018-08-12 17:10:00,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-fdaa42e2-f94a-4987-bd56-1fc06505e265 2018-08-12 17:10:00,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.15213704109s 2018-08-12 17:10:00,842 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-fdaa42e2-f94a-4987-bd56-1fc06505e265 2018-08-12 17:10:00,843 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T17:10:00Z', 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'1ac95980-c9f8-4eb1-a99b-00f266c9316f', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_d537ed0a-55ca-46f6-b2af-24b02e06b735', u'enable_dhcp': True, u'network_id': u'3f43aa73-b9cc-440d-8dc9-91b04420594e', u'tenant_id': u'799d8ca8386240949dc6e456b4d10d36', u'created_at': u'2018-08-12T17:10:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'799d8ca8386240949dc6e456b4d10d36'}) 2018-08-12 17:10:00,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 17:10:00,844 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "shaker-router_d537ed0a-55ca-46f6-b2af-24b02e06b735", "admin_state_up": true}}' 2018-08-12 17:10:02,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-b546b055-d1bc-4926-b204-75d929f2b216 Date: Sun, 12 Aug 2018 17:10:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:01Z", "admin_state_up": true, "updated_at": "2018-08-12T17:10:02Z", "revision_number": 2, "routes": [], "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8", "name": "shaker-router_d537ed0a-55ca-46f6-b2af-24b02e06b735"}} 2018-08-12 17:10:02,313 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b546b055-d1bc-4926-b204-75d929f2b216 2018-08-12 17:10:02,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46946787834s 2018-08-12 17:10:02,313 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b546b055-d1bc-4926-b204-75d929f2b216 2018-08-12 17:10:02,314 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'799d8ca8386240949dc6e456b4d10d36', u'created_at': u'2018-08-12T17:10:01Z', u'admin_state_up': True, u'updated_at': u'2018-08-12T17:10:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'799d8ca8386240949dc6e456b4d10d36', u'id': u'f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8', u'name': u'shaker-router_d537ed0a-55ca-46f6-b2af-24b02e06b735'}) 2018-08-12 17:10:02,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 17:10:02,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"subnet_id": "1ac95980-c9f8-4eb1-a99b-00f266c9316f"}' 2018-08-12 17:10:04,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9534da4d-cd23-431c-a3ca-3c45e40e0a14 Date: Sun, 12 Aug 2018 17:10:04 GMT RESP BODY: {"network_id": "3f43aa73-b9cc-440d-8dc9-91b04420594e", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "subnet_id": "1ac95980-c9f8-4eb1-a99b-00f266c9316f", "subnet_ids": ["1ac95980-c9f8-4eb1-a99b-00f266c9316f"], "port_id": "8ca215fa-5900-4eed-9786-7a73f165295d", "id": "f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8"} 2018-08-12 17:10:04,717 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8/add_router_interface.json used request id req-9534da4d-cd23-431c-a3ca-3c45e40e0a14 2018-08-12 17:10:04,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.40241193771s 2018-08-12 17:10:04,717 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8/add_router_interface.json used request id req-9534da4d-cd23-431c-a3ca-3c45e40e0a14 returning object f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8 2018-08-12 17:10:04,717 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-12 17:10:08,283 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-12 17:10:08,285 - 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-12 17:10:08,289 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 17:10:08 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-12 17:10:08,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:10:08,292 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:08,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cbee9084-33a0-4940-9b91-4480d4cf4f4e Date: Sun, 12 Aug 2018 17:10:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:10:08,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cbee9084-33a0-4940-9b91-4480d4cf4f4e 2018-08-12 17:10:08,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.704792976379s 2018-08-12 17:10:08,995 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cbee9084-33a0-4940-9b91-4480d4cf4f4e 2018-08-12 17:10:09,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 17:10:09,007 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735"}' 2018-08-12 17:10:09,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6a218892-8da9-410c-adea-c641b30eacda Date: Sun, 12 Aug 2018 17:10:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:10:09Z", "file": "/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f/file", "owner": "799d8ca8386240949dc6e456b4d10d36", "id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "size": null, "self": "/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "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_d537ed0a-55ca-46f6-b2af-24b02e06b735", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735", "checksum": null, "created_at": "2018-08-12T17:10:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 17:10:09,324 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6a218892-8da9-410c-adea-c641b30eacda 2018-08-12 17:10:09,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.3212890625s 2018-08-12 17:10:09,325 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6a218892-8da9-410c-adea-c641b30eacda returning object 260fc4c0-3474-4757-8bac-a3a50f69207f 2018-08-12 17:10:09,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 17:10:09,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '' 2018-08-12 17:10:18,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a9ad23d5-d060-40c1-9588-1b30ecf80917 Date: Sun, 12 Aug 2018 17:10: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-12 17:10:18,875 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f/file used request id req-a9ad23d5-d060-40c1-9588-1b30ecf80917 2018-08-12 17:10:18,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.54902911186s 2018-08-12 17:10:18,875 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f/file used request id req-a9ad23d5-d060-40c1-9588-1b30ecf80917 2018-08-12 17:10:18,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:10:18,882 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:19,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-6440c439-23bb-4802-9430-b1ddc6665de2 Date: Sun, 12 Aug 2018 17:10:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:10:18Z", "file": "/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f/file", "owner": "799d8ca8386240949dc6e456b4d10d36", "id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "size": 666173440, "self": "/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/260fc4c0-3474-4757-8bac-a3a50f69207f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/260fc4c0-3474-4757-8bac-a3a50f69207f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-12T17:10:09Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:10:19,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6440c439-23bb-4802-9430-b1ddc6665de2 2018-08-12 17:10:19,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.315760850906s 2018-08-12 17:10:19,195 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6440c439-23bb-4802-9430-b1ddc6665de2 2018-08-12 17:10:19,197 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/260fc4c0-3474-4757-8bac-a3a50f69207f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f/file', 'owner': u'799d8ca8386240949dc6e456b4d10d36', 'id': u'260fc4c0-3474-4757-8bac-a3a50f69207f', 'size': 666173440, u'self': u'/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'799d8ca8386240949dc6e456b4d10d36', 'name': 'shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/260fc4c0-3474-4757-8bac-a3a50f69207f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T17:10:18Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-12T17:10:18Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735', '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/260fc4c0-3474-4757-8bac-a3a50f69207f', 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_d537ed0a-55ca-46f6-b2af-24b02e06b735', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'created': u'2018-08-12T17:10:09Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-12T17:10:09Z', 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/260fc4c0-3474-4757-8bac-a3a50f69207f', 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_d537ed0a-55ca-46f6-b2af-24b02e06b735', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-12 17:10:19,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 17:10:19,201 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_d537ed0a-55ca-46f6-b2af-24b02e06b735", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-12 17:10:19,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-1b7d0db2-be89-4bc8-982d-d221b4501973 x-compute-request-id: req-1b7d0db2-be89-4bc8-982d-d221b4501973 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "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": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0"}} 2018-08-12 17:10:19,525 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1b7d0db2-be89-4bc8-982d-d221b4501973 2018-08-12 17:10:19,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.326643228531s 2018-08-12 17:10:19,525 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1b7d0db2-be89-4bc8-982d-d221b4501973 2018-08-12 17:10:19,526 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_d537ed0a-55ca-46f6-b2af-24b02e06b735', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'7604e5fe-ab9d-4e65-8eb6-04b55333e2e0', 'swap': 0}) 2018-08-12 17:10:19,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 17:10:19,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0/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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" -d '{"extra_specs": {}}' 2018-08-12 17:10:19,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-6299f637-c6a2-425f-8d9a-a1478c23a9d8 x-compute-request-id: req-6299f637-c6a2-425f-8d9a-a1478c23a9d8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 17:10:19,553 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0/os-extra_specs used request id req-6299f637-c6a2-425f-8d9a-a1478c23a9d8 2018-08-12 17:10:19,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0268230438232s 2018-08-12 17:10:19,554 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0/os-extra_specs used request id req-6299f637-c6a2-425f-8d9a-a1478c23a9d8 2018-08-12 17:10:19,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-12 17:10:19,557 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"keypair": {"name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735"}}' 2018-08-12 17:10:19,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-5af9649f-f52d-482d-9fbe-41ce0c2b9779 x-compute-request-id: req-5af9649f-f52d-482d-9fbe-41ce0c2b9779 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKf7dk0arfKSr5M/k5+XF5evJIYcUYpNQQpnnMpLpgtRSDPF7ENfe0N0//1tlgBwAlL6k+7XegpWT38xHjPWVyuk3JwLsEUEfkLxrOQiQQZ4V4g8cc/TVQij+15OE8yaO2QcI8LL1YJToIbc4HVVqD4BWCtqVNqR9Af2aqElCX6Mtwe602ZjZ9yUY87ROrsAHaaY5vUm9qtuZmxpFzMQcP+xT9PSftYgKn3t5KcGXwxHFYNJIQrI0E8TfWQldqdts6h5K59shvieHIxbXUTiLjandcCZrtkW8giDAewfiZAiNjPh9FHvhbNZGkhh6cFppehhNk7Y2+5HkUOvJKtEvB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyn+3ZNGq3ykq+TP5OflxeXrySGHFGKTUEKZ5zKS6YLUUgzxe\nxDX3tDdP/9bZYAcAJS+pPu13oKVk9/MR4z1lcrpNycC7BFBH5C8azkIkEGeFeIPH\nHP01UIo/teThPMmjtkHCPCy9WCU6CG3OB1Vag+AVgralTakfQH9mqhJQl+jLcHut\nNmY2fclGPO0Tq7AB2mmOb1JvarbmZsaRczEHD/sU/T0n7WICp97eSnBl8MRxWDSS\nEKyNBPE31kJXanbbOoeSufbIb4nhyMW11E4i42p3XAma7ZFvIIgwHsH4mQIjYz4f\nRR74WzWRpIYenBaaXoYTZO2NvuR5FDrySrRLwQIDAQABAoIBAQCePjwEj0xmY/dv\nEsx6H5IrioZ3ReAOKBCIim+4GiqDlD5ZZ/3uevX9YRQlK7JnNlFIvfwWbuADK/zB\nPrQFzl7OzwQm23PKJSppCN57vHgOUbedu+0HnF/jdoXfEONq63AB51VwTM4SadT1\n7UkJtgur7psgsLZw/+6qKmUCFpngeufvQ2XA5Xgwmh1e1OTp6tkYxwBVr1oUSwbi\nlcInLF0XMtiU/KszEYNllMMwe8omb+0GowrBH2IZTwczALzngDNqw1KaXfpi6kOm\nJv254Zo0Cb2Q3uh2457o6rm6mdvT9ANC/p69NTpSqdcFAPwacv4DW4xBwvkoKSxY\nyr7D5GuZAoGBAPjNE55LjTkT3xrr6EJJwNcVT/0tq7ueL9iyVb08AQIfARxHx+Uu\ns/c/TmlW2udoaikFdymoLxG+zof5gDybkrs8m4TrfbjRTUmiPcgA/thIhqpU11Sr\nv6z41UvXJxnYhpfhK+rvcMZUuE5WkGuqWz5XizDMDnxBuFbROLr7luuLAoGBANBb\nq1/xmYMG3srePSddb8ltrFyY8Fp3E0yenQ2dfzx/kVnpv1wKC7JWW8R0GprNw2gN\nPRDkKmh8UzYONHvhY/m1INe5DkvjHVcOZPWMiE4vlFg3jQDB0u3ZtkHv/bDip2/X\nMsv+fAV/gWIkUjVKnLIP3qovn720yRkvNWd+ID9jAoGBAKP04RzLxQD8K2ZeV+x3\nFfGnRdMeKbG2COnQe9f8lt2C+QRd+Uj6gfZJba7VYeRlVrA5vdFh18Ll7syEixFl\npEhnJEVvuqX0p+4CUJxgq5B0GupchppxpBqk0EruOgI6QlgMNxjXOYY5hkt5mCqb\nVQ28OympD1KrLINp1OzDpy0JAoGBALhlaHWwy7s6CVJg/J4qAxSxCymn8I8fcuUM\nOtIh4MkZ3PlF9STvfwqFgxGJ70GxeI5NqQ2Z4C44WSwtxiUcg+4qbrZ8ADsI9J5n\nDtKBXOBVG2Q3RYK2BoaZdsNEMbCp5qUEPuBqiDgVb9v7aQXg0myDvvu+yhCKPq8b\nKJg+9yshAoGAAeArNrlgwjmFyUowsap7XOa2mbph1+QCfusXnA+PQg4oElvIgWhI\niVx0bYkRrl3r9HvvoQyDK4BTCAekd2p4O7oJj0i3O2Yz+wz+3LRzVhaAkSws8dw6\nZb4TymLKGNyMq34alZDKu03Rip7i5jin/GWGlUcuGCtkKddpwenf7U8=\n-----END RSA PRIVATE KEY-----\n", "user_id": "27ba91a14d44466e8d6062f36512e191", "name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "fingerprint": "92:ee:e1:e8:08:50:7c:2b:18:ef:cc:89:7d:da:43:a6"}} 2018-08-12 17:10:19,931 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-5af9649f-f52d-482d-9fbe-41ce0c2b9779 2018-08-12 17:10:19,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.376327991486s 2018-08-12 17:10:19,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-5af9649f-f52d-482d-9fbe-41ce0c2b9779 2018-08-12 17:10:19,932 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKf7dk0arfKSr5M/k5+XF5evJIYcUYpNQQpnnMpLpgtRSDPF7ENfe0N0//1tlgBwAlL6k+7XegpWT38xHjPWVyuk3JwLsEUEfkLxrOQiQQZ4V4g8cc/TVQij+15OE8yaO2QcI8LL1YJToIbc4HVVqD4BWCtqVNqR9Af2aqElCX6Mtwe602ZjZ9yUY87ROrsAHaaY5vUm9qtuZmxpFzMQcP+xT9PSftYgKn3t5KcGXwxHFYNJIQrI0E8TfWQldqdts6h5K59shvieHIxbXUTiLjandcCZrtkW8giDAewfiZAiNjPh9FHvhbNZGkhh6cFppehhNk7Y2+5HkUOvJKtEvB Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyn+3ZNGq3ykq+TP5OflxeXrySGHFGKTUEKZ5zKS6YLUUgzxe\nxDX3tDdP/9bZYAcAJS+pPu13oKVk9/MR4z1lcrpNycC7BFBH5C8azkIkEGeFeIPH\nHP01UIo/teThPMmjtkHCPCy9WCU6CG3OB1Vag+AVgralTakfQH9mqhJQl+jLcHut\nNmY2fclGPO0Tq7AB2mmOb1JvarbmZsaRczEHD/sU/T0n7WICp97eSnBl8MRxWDSS\nEKyNBPE31kJXanbbOoeSufbIb4nhyMW11E4i42p3XAma7ZFvIIgwHsH4mQIjYz4f\nRR74WzWRpIYenBaaXoYTZO2NvuR5FDrySrRLwQIDAQABAoIBAQCePjwEj0xmY/dv\nEsx6H5IrioZ3ReAOKBCIim+4GiqDlD5ZZ/3uevX9YRQlK7JnNlFIvfwWbuADK/zB\nPrQFzl7OzwQm23PKJSppCN57vHgOUbedu+0HnF/jdoXfEONq63AB51VwTM4SadT1\n7UkJtgur7psgsLZw/+6qKmUCFpngeufvQ2XA5Xgwmh1e1OTp6tkYxwBVr1oUSwbi\nlcInLF0XMtiU/KszEYNllMMwe8omb+0GowrBH2IZTwczALzngDNqw1KaXfpi6kOm\nJv254Zo0Cb2Q3uh2457o6rm6mdvT9ANC/p69NTpSqdcFAPwacv4DW4xBwvkoKSxY\nyr7D5GuZAoGBAPjNE55LjTkT3xrr6EJJwNcVT/0tq7ueL9iyVb08AQIfARxHx+Uu\ns/c/TmlW2udoaikFdymoLxG+zof5gDybkrs8m4TrfbjRTUmiPcgA/thIhqpU11Sr\nv6z41UvXJxnYhpfhK+rvcMZUuE5WkGuqWz5XizDMDnxBuFbROLr7luuLAoGBANBb\nq1/xmYMG3srePSddb8ltrFyY8Fp3E0yenQ2dfzx/kVnpv1wKC7JWW8R0GprNw2gN\nPRDkKmh8UzYONHvhY/m1INe5DkvjHVcOZPWMiE4vlFg3jQDB0u3ZtkHv/bDip2/X\nMsv+fAV/gWIkUjVKnLIP3qovn720yRkvNWd+ID9jAoGBAKP04RzLxQD8K2ZeV+x3\nFfGnRdMeKbG2COnQe9f8lt2C+QRd+Uj6gfZJba7VYeRlVrA5vdFh18Ll7syEixFl\npEhnJEVvuqX0p+4CUJxgq5B0GupchppxpBqk0EruOgI6QlgMNxjXOYY5hkt5mCqb\nVQ28OympD1KrLINp1OzDpy0JAoGBALhlaHWwy7s6CVJg/J4qAxSxCymn8I8fcuUM\nOtIh4MkZ3PlF9STvfwqFgxGJ70GxeI5NqQ2Z4C44WSwtxiUcg+4qbrZ8ADsI9J5n\nDtKBXOBVG2Q3RYK2BoaZdsNEMbCp5qUEPuBqiDgVb9v7aQXg0myDvvu+yhCKPq8b\nKJg+9yshAoGAAeArNrlgwjmFyUowsap7XOa2mbph1+QCfusXnA+PQg4oElvIgWhI\niVx0bYkRrl3r9HvvoQyDK4BTCAekd2p4O7oJj0i3O2Yz+wz+3LRzVhaAkSws8dw6\nZb4TymLKGNyMq34alZDKu03Rip7i5jin/GWGlUcuGCtkKddpwenf7U8=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'27ba91a14d44466e8d6062f36512e191', 'name': u'shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'created_at': '2018-08-12T17:10:19.932299', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'799d8ca8386240949dc6e456b4d10d36', 'name': 'shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'92:ee:e1:e8:08:50:7c:2b:18:ef:cc:89:7d:da:43:a6', 'type': 'ssh', 'id': u'shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735'}) 2018-08-12 17:10:19,932 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAyn+3ZNGq3ykq+TP5OflxeXrySGHFGKTUEKZ5zKS6YLUUgzxe xDX3tDdP/9bZYAcAJS+pPu13oKVk9/MR4z1lcrpNycC7BFBH5C8azkIkEGeFeIPH HP01UIo/teThPMmjtkHCPCy9WCU6CG3OB1Vag+AVgralTakfQH9mqhJQl+jLcHut NmY2fclGPO0Tq7AB2mmOb1JvarbmZsaRczEHD/sU/T0n7WICp97eSnBl8MRxWDSS EKyNBPE31kJXanbbOoeSufbIb4nhyMW11E4i42p3XAma7ZFvIIgwHsH4mQIjYz4f RR74WzWRpIYenBaaXoYTZO2NvuR5FDrySrRLwQIDAQABAoIBAQCePjwEj0xmY/dv Esx6H5IrioZ3ReAOKBCIim+4GiqDlD5ZZ/3uevX9YRQlK7JnNlFIvfwWbuADK/zB PrQFzl7OzwQm23PKJSppCN57vHgOUbedu+0HnF/jdoXfEONq63AB51VwTM4SadT1 7UkJtgur7psgsLZw/+6qKmUCFpngeufvQ2XA5Xgwmh1e1OTp6tkYxwBVr1oUSwbi lcInLF0XMtiU/KszEYNllMMwe8omb+0GowrBH2IZTwczALzngDNqw1KaXfpi6kOm Jv254Zo0Cb2Q3uh2457o6rm6mdvT9ANC/p69NTpSqdcFAPwacv4DW4xBwvkoKSxY yr7D5GuZAoGBAPjNE55LjTkT3xrr6EJJwNcVT/0tq7ueL9iyVb08AQIfARxHx+Uu s/c/TmlW2udoaikFdymoLxG+zof5gDybkrs8m4TrfbjRTUmiPcgA/thIhqpU11Sr v6z41UvXJxnYhpfhK+rvcMZUuE5WkGuqWz5XizDMDnxBuFbROLr7luuLAoGBANBb q1/xmYMG3srePSddb8ltrFyY8Fp3E0yenQ2dfzx/kVnpv1wKC7JWW8R0GprNw2gN PRDkKmh8UzYONHvhY/m1INe5DkvjHVcOZPWMiE4vlFg3jQDB0u3ZtkHv/bDip2/X Msv+fAV/gWIkUjVKnLIP3qovn720yRkvNWd+ID9jAoGBAKP04RzLxQD8K2ZeV+x3 FfGnRdMeKbG2COnQe9f8lt2C+QRd+Uj6gfZJba7VYeRlVrA5vdFh18Ll7syEixFl pEhnJEVvuqX0p+4CUJxgq5B0GupchppxpBqk0EruOgI6QlgMNxjXOYY5hkt5mCqb VQ28OympD1KrLINp1OzDpy0JAoGBALhlaHWwy7s6CVJg/J4qAxSxCymn8I8fcuUM OtIh4MkZ3PlF9STvfwqFgxGJ70GxeI5NqQ2Z4C44WSwtxiUcg+4qbrZ8ADsI9J5n DtKBXOBVG2Q3RYK2BoaZdsNEMbCp5qUEPuBqiDgVb9v7aQXg0myDvvu+yhCKPq8b KJg+9yshAoGAAeArNrlgwjmFyUowsap7XOa2mbph1+QCfusXnA+PQg4oElvIgWhI iVx0bYkRrl3r9HvvoQyDK4BTCAekd2p4O7oJj0i3O2Yz+wz+3LRzVhaAkSws8dw6 Zb4TymLKGNyMq34alZDKu03Rip7i5jin/GWGlUcuGCtkKddpwenf7U8= -----END RSA PRIVATE KEY----- 2018-08-12 17:10:19,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-12 17:10:19,936 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"security_group": {"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-12 17:10:20,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-3fb71647-a2f5-453b-8ae2-a60761f68f7c Date: Sun, 12 Aug 2018 17:10:20 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:20Z", "updated_at": "2018-08-12T17:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "8c6d73b9-a728-42f7-ba6a-f449dff21604", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "ae08e40a-1a65-4e03-b90a-0d984499892d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "f83e9d55-831d-4e42-bc40-013a32430607", "name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}} 2018-08-12 17:10:20,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-3fb71647-a2f5-453b-8ae2-a60761f68f7c 2018-08-12 17:10:20,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.182880878448s 2018-08-12 17:10:20,119 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-3fb71647-a2f5-453b-8ae2-a60761f68f7c 2018-08-12 17:10:20,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 17:10:20,123 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:20,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-53b5e7d1-4997-4969-865a-ed3e1450b1ce Date: Sun, 12 Aug 2018 17:10:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:20Z", "updated_at": "2018-08-12T17:10:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "8c6d73b9-a728-42f7-ba6a-f449dff21604", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "ae08e40a-1a65-4e03-b90a-0d984499892d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "f83e9d55-831d-4e42-bc40-013a32430607", "name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 17:10:20,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-53b5e7d1-4997-4969-865a-ed3e1450b1ce 2018-08-12 17:10:20,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.179972887039s 2018-08-12 17:10:20,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-53b5e7d1-4997-4969-865a-ed3e1450b1ce 2018-08-12 17:10:20,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 17:10:20,308 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -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": "f83e9d55-831d-4e42-bc40-013a32430607"}}' 2018-08-12 17:10:21,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e2f00a89-8824-43a6-ae4a-de2c297459bc Date: Sun, 12 Aug 2018 17:10:21 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-12T17:10:21Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "port_range_min": 22, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:21Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "e2964a91-0dd2-470e-a94a-433a32a1194c"}} 2018-08-12 17:10:21,113 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-e2f00a89-8824-43a6-ae4a-de2c297459bc 2018-08-12 17:10:21,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.805060148239s 2018-08-12 17:10:21,113 - 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-e2f00a89-8824-43a6-ae4a-de2c297459bc 2018-08-12 17:10:21,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 17:10:21,117 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:21,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-4f436dea-5dc3-4eda-b30a-be4033613716 Date: Sun, 12 Aug 2018 17:10:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:20Z", "updated_at": "2018-08-12T17:10:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "8c6d73b9-a728-42f7-ba6a-f449dff21604", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "ae08e40a-1a65-4e03-b90a-0d984499892d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T17:10:21Z", "revision_number": 0, "id": "e2964a91-0dd2-470e-a94a-433a32a1194c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:21Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": 22, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 2, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "f83e9d55-831d-4e42-bc40-013a32430607", "name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 17:10:21,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4f436dea-5dc3-4eda-b30a-be4033613716 2018-08-12 17:10:21,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.330955028534s 2018-08-12 17:10:21,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4f436dea-5dc3-4eda-b30a-be4033613716 2018-08-12 17:10:21,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 17:10:21,452 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -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": "f83e9d55-831d-4e42-bc40-013a32430607"}}' 2018-08-12 17:10:21,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d5ba1703-519b-4dda-a6ba-9e56ca1c385e Date: Sun, 12 Aug 2018 17:10:21 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-12T17:10:21Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:21Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "5b1e2ce3-f8d2-41b8-a5ac-e0a45db00cb9"}} 2018-08-12 17:10:21,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d5ba1703-519b-4dda-a6ba-9e56ca1c385e 2018-08-12 17:10:21,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.457718849182s 2018-08-12 17:10:21,910 - 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-d5ba1703-519b-4dda-a6ba-9e56ca1c385e 2018-08-12 17:10:21,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 17:10:21,914 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:21,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-f84c4a66-cd65-4531-9540-a0f3eda0009e Date: Sun, 12 Aug 2018 17:10:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:20Z", "updated_at": "2018-08-12T17:10:21Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:21Z", "revision_number": 0, "id": "5b1e2ce3-f8d2-41b8-a5ac-e0a45db00cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:21Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "8c6d73b9-a728-42f7-ba6a-f449dff21604", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "ae08e40a-1a65-4e03-b90a-0d984499892d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T17:10:21Z", "revision_number": 0, "id": "e2964a91-0dd2-470e-a94a-433a32a1194c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:21Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": 22, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 3, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "f83e9d55-831d-4e42-bc40-013a32430607", "name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 17:10:21,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f84c4a66-cd65-4531-9540-a0f3eda0009e 2018-08-12 17:10:21,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0456359386444s 2018-08-12 17:10:21,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-f84c4a66-cd65-4531-9540-a0f3eda0009e 2018-08-12 17:10:21,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-12 17:10:21,963 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -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": "f83e9d55-831d-4e42-bc40-013a32430607"}}' 2018-08-12 17:10:22,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-01ac32da-b5f9-4933-a116-49c838a238c8 Date: Sun, 12 Aug 2018 17:10:22 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-12T17:10:22Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "port_range_min": 9000, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:22Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "8b648179-e5ca-42fa-aade-c302d0f5485a"}} 2018-08-12 17:10:22,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-01ac32da-b5f9-4933-a116-49c838a238c8 2018-08-12 17:10:22,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.420001983643s 2018-08-12 17:10:22,383 - 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-01ac32da-b5f9-4933-a116-49c838a238c8 2018-08-12 17:10:22,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:10:22,385 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:22,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-6555eaaf-3394-407a-a1af-c17580b4641e Date: Sun, 12 Aug 2018 17:10:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ac95980-c9f8-4eb1-a99b-00f266c9316f"],"updated_at":"2018-08-12T17:10:00Z","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:09:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"799d8ca8386240949dc6e456b4d10d36","id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","name":"shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:27:15Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 17:10:22,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6555eaaf-3394-407a-a1af-c17580b4641e 2018-08-12 17:10:22,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366410017014s 2018-08-12 17:10:22,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6555eaaf-3394-407a-a1af-c17580b4641e 2018-08-12 17:10:22,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 17:10:22,760 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:23,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-7dd7070d-df1e-4cd7-92f2-4f3fa355ce0d Date: Sun, 12 Aug 2018 17:10:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:10:18Z", "file": "/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f/file", "owner": "799d8ca8386240949dc6e456b4d10d36", "id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "size": 666173440, "self": "/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/260fc4c0-3474-4757-8bac-a3a50f69207f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/260fc4c0-3474-4757-8bac-a3a50f69207f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-12T17:10:09Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 17:10:23,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7dd7070d-df1e-4cd7-92f2-4f3fa355ce0d 2018-08-12 17:10:23,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.28705906868s 2018-08-12 17:10:23,044 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7dd7070d-df1e-4cd7-92f2-4f3fa355ce0d 2018-08-12 17:10:23,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 17:10:23,047 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:23,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-51177ad9-be51-474a-ac8a-7de68771654d x-compute-request-id: req-51177ad9-be51-474a-ac8a-7de68771654d Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "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": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0"}]} 2018-08-12 17:10:23,069 - 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-51177ad9-be51-474a-ac8a-7de68771654d 2018-08-12 17:10:23,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238800048828s 2018-08-12 17:10:23,069 - 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-51177ad9-be51-474a-ac8a-7de68771654d 2018-08-12 17:10:23,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-12 17:10:23,073 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"server": {"name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "imageRef": "260fc4c0-3474-4757-8bac-a3a50f69207f", "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "flavorRef": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3f43aa73-b9cc-440d-8dc9-91b04420594e"}], "security_groups": [{"name": "f83e9d55-831d-4e42-bc40-013a32430607"}]}}' 2018-08-12 17:10:28,746 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 17:10: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-9e72f346-2f53-47c5-b8a2-657b74ff6629 x-compute-request-id: req-9e72f346-2f53-47c5-b8a2-657b74ff6629 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f83e9d55-831d-4e42-bc40-013a32430607"}], "OS-DCF:diskConfig": "MANUAL", "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "adminPass": "3AS5c74ToGVX"}} 2018-08-12 17:10:28,747 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-9e72f346-2f53-47c5-b8a2-657b74ff6629 2018-08-12 17:10:28,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.67585897446s 2018-08-12 17:10:28,747 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-9e72f346-2f53-47c5-b8a2-657b74ff6629 2018-08-12 17:10:28,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:28,750 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:29,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-db5b162c-3c9d-43cc-8897-4408b11bc05a x-compute-request-id: req-db5b162c-3c9d-43cc-8897-4408b11bc05a 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "user_id": "27ba91a14d44466e8d6062f36512e191", "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-12T17:10:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:29,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db5b162c-3c9d-43cc-8897-4408b11bc05a 2018-08-12 17:10:29,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359107017517s 2018-08-12 17:10:29,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db5b162c-3c9d-43cc-8897-4408b11bc05a 2018-08-12 17:10:29,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:10:29,115 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:29,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-2ae22f5d-789c-46cd-91bd-7793557a5dd3 Date: Sun, 12 Aug 2018 17:10:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ac95980-c9f8-4eb1-a99b-00f266c9316f"],"updated_at":"2018-08-12T17:10:00Z","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:09:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"799d8ca8386240949dc6e456b4d10d36","id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","name":"shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:27:15Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 17:10:29,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2ae22f5d-789c-46cd-91bd-7793557a5dd3 2018-08-12 17:10:29,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.755387067795s 2018-08-12 17:10:29,870 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2ae22f5d-789c-46cd-91bd-7793557a5dd3 2018-08-12 17:10:29,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 17:10:29,872 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:30,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-e88a3f7c-d718-4031-94fa-6ee7e6bf354b Date: Sun, 12 Aug 2018 17:10:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:10:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T17:10:00Z","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":"799d8ca8386240949dc6e456b4d10d36","id":"1ac95980-c9f8-4eb1-a99b-00f266c9316f","subnetpool_id":null,"name":"shaker-subnet_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 17:10:30,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e88a3f7c-d718-4031-94fa-6ee7e6bf354b 2018-08-12 17:10:30,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.293838024139s 2018-08-12 17:10:30,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e88a3f7c-d718-4031-94fa-6ee7e6bf354b 2018-08-12 17:10:30,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:32,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:32,172 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:33,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-f1e0768e-eb9f-41a2-81f2-897bb6b0e37d x-compute-request-id: req-f1e0768e-eb9f-41a2-81f2-897bb6b0e37d 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:33,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f1e0768e-eb9f-41a2-81f2-897bb6b0e37d 2018-08-12 17:10:33,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39754295349s 2018-08-12 17:10:33,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f1e0768e-eb9f-41a2-81f2-897bb6b0e37d 2018-08-12 17:10:33,571 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:35,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:35,577 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:37,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-fa583d3e-f57f-4074-a18e-b98570b0cdc9 x-compute-request-id: req-fa583d3e-f57f-4074-a18e-b98570b0cdc9 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:37,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa583d3e-f57f-4074-a18e-b98570b0cdc9 2018-08-12 17:10:37,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.67731595039s 2018-08-12 17:10:37,252 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa583d3e-f57f-4074-a18e-b98570b0cdc9 2018-08-12 17:10:37,256 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:39,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:39,261 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:40,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-fa9ec5a1-5e2c-4db9-9abe-690032eb2d46 x-compute-request-id: req-fa9ec5a1-5e2c-4db9-9abe-690032eb2d46 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:40,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa9ec5a1-5e2c-4db9-9abe-690032eb2d46 2018-08-12 17:10:40,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.44449400902s 2018-08-12 17:10:40,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa9ec5a1-5e2c-4db9-9abe-690032eb2d46 2018-08-12 17:10:40,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:42,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:42,713 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:44,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-95b98fa0-3b59-4968-baba-59e3bb92c955 x-compute-request-id: req-95b98fa0-3b59-4968-baba-59e3bb92c955 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:44,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-95b98fa0-3b59-4968-baba-59e3bb92c955 2018-08-12 17:10:44,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31648993492s 2018-08-12 17:10:44,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-95b98fa0-3b59-4968-baba-59e3bb92c955 2018-08-12 17:10:44,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:46,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:46,037 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:47,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-06058718-d231-4cda-b636-37063820f405 x-compute-request-id: req-06058718-d231-4cda-b636-37063820f405 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:47,004 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-06058718-d231-4cda-b636-37063820f405 2018-08-12 17:10:47,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.970346212387s 2018-08-12 17:10:47,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-06058718-d231-4cda-b636-37063820f405 2018-08-12 17:10:47,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:49,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:49,014 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:49,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-d3937475-a92b-4537-acd1-3cfe27474c7e x-compute-request-id: req-d3937475-a92b-4537-acd1-3cfe27474c7e 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:49,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d3937475-a92b-4537-acd1-3cfe27474c7e 2018-08-12 17:10:49,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747753858566s 2018-08-12 17:10:49,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d3937475-a92b-4537-acd1-3cfe27474c7e 2018-08-12 17:10:49,763 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:51,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:51,769 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:52,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-d658e8f3-db30-4823-a757-02d8e2f78a23 x-compute-request-id: req-d658e8f3-db30-4823-a757-02d8e2f78a23 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:52,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d658e8f3-db30-4823-a757-02d8e2f78a23 2018-08-12 17:10:52,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13885688782s 2018-08-12 17:10:52,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d658e8f3-db30-4823-a757-02d8e2f78a23 2018-08-12 17:10:52,910 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:54,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:54,915 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:10:55,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-533d61c2-764c-4c72-a436-76d35855d262 x-compute-request-id: req-533d61c2-764c-4c72-a436-76d35855d262 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:10:55,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-533d61c2-764c-4c72-a436-76d35855d262 2018-08-12 17:10:55,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71611905098s 2018-08-12 17:10:55,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-533d61c2-764c-4c72-a436-76d35855d262 2018-08-12 17:10:55,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:10:57,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:10:57,638 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:00,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:10: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-e5c9fc3b-f9b5-4c0b-ac61-419beb36cbea x-compute-request-id: req-e5c9fc3b-f9b5-4c0b-ac61-419beb36cbea 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:00,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e5c9fc3b-f9b5-4c0b-ac61-419beb36cbea 2018-08-12 17:11:00,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.38761782646s 2018-08-12 17:11:00,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e5c9fc3b-f9b5-4c0b-ac61-419beb36cbea 2018-08-12 17:11:00,027 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:02,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:02,033 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:02,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-2ea4c074-ee77-4ed2-a919-282e3a2e73a1 x-compute-request-id: req-2ea4c074-ee77-4ed2-a919-282e3a2e73a1 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:02,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2ea4c074-ee77-4ed2-a919-282e3a2e73a1 2018-08-12 17:11:02,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724492073059s 2018-08-12 17:11:02,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2ea4c074-ee77-4ed2-a919-282e3a2e73a1 2018-08-12 17:11:02,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:04,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:04,765 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:06,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-619bff8a-1cc4-4e27-881d-f0ebfbb92740 x-compute-request-id: req-619bff8a-1cc4-4e27-881d-f0ebfbb92740 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:06,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-619bff8a-1cc4-4e27-881d-f0ebfbb92740 2018-08-12 17:11:06,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41223907471s 2018-08-12 17:11:06,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-619bff8a-1cc4-4e27-881d-f0ebfbb92740 2018-08-12 17:11:06,179 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:08,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:08,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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:08,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-3e90fb84-d632-4c7e-8564-b87d57243319 x-compute-request-id: req-3e90fb84-d632-4c7e-8564-b87d57243319 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:08,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3e90fb84-d632-4c7e-8564-b87d57243319 2018-08-12 17:11:08,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708245038986s 2018-08-12 17:11:08,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3e90fb84-d632-4c7e-8564-b87d57243319 2018-08-12 17:11:08,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:10,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:10,898 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:12,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-b6a5098a-ba11-4f14-92c8-0fc99eb16177 x-compute-request-id: req-b6a5098a-ba11-4f14-92c8-0fc99eb16177 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:12,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b6a5098a-ba11-4f14-92c8-0fc99eb16177 2018-08-12 17:11:12,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14708304405s 2018-08-12 17:11:12,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b6a5098a-ba11-4f14-92c8-0fc99eb16177 2018-08-12 17:11:12,047 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:14,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:14,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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:15,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-1c679d83-6494-4762-89ba-f83e766d1e9e x-compute-request-id: req-1c679d83-6494-4762-89ba-f83e766d1e9e 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:15,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1c679d83-6494-4762-89ba-f83e766d1e9e 2018-08-12 17:11:15,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4027030468s 2018-08-12 17:11:15,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1c679d83-6494-4762-89ba-f83e766d1e9e 2018-08-12 17:11:15,457 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:17,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:17,463 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:17,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-e3dff281-690d-4574-a11e-58582f05580c x-compute-request-id: req-e3dff281-690d-4574-a11e-58582f05580c 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:17,896 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e3dff281-690d-4574-a11e-58582f05580c 2018-08-12 17:11:17,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435973882675s 2018-08-12 17:11:17,897 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e3dff281-690d-4574-a11e-58582f05580c 2018-08-12 17:11:17,900 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:19,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:19,906 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:20,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-c0b5abd6-aa81-42c2-af34-b0b0e44a224a x-compute-request-id: req-c0b5abd6-aa81-42c2-af34-b0b0e44a224a 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:20,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c0b5abd6-aa81-42c2-af34-b0b0e44a224a 2018-08-12 17:11:20,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733714818954s 2018-08-12 17:11:20,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c0b5abd6-aa81-42c2-af34-b0b0e44a224a 2018-08-12 17:11:20,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:22,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:22,646 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:23,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-429a3452-5bde-44bf-a98b-56ee07cd7e04 x-compute-request-id: req-429a3452-5bde-44bf-a98b-56ee07cd7e04 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:23,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-429a3452-5bde-44bf-a98b-56ee07cd7e04 2018-08-12 17:11:23,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701972007751s 2018-08-12 17:11:23,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-429a3452-5bde-44bf-a98b-56ee07cd7e04 2018-08-12 17:11:23,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:25,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:25,356 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:26,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-7bf310ec-592c-41bd-9b3d-a833a0f072bd x-compute-request-id: req-7bf310ec-592c-41bd-9b3d-a833a0f072bd 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:26,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7bf310ec-592c-41bd-9b3d-a833a0f072bd 2018-08-12 17:11:26,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649856090546s 2018-08-12 17:11:26,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7bf310ec-592c-41bd-9b3d-a833a0f072bd 2018-08-12 17:11:26,006 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:28,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:28,012 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:28,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-1312bb11-6509-4893-ac07-5a16f0cd8668 x-compute-request-id: req-1312bb11-6509-4893-ac07-5a16f0cd8668 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:28,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1312bb11-6509-4893-ac07-5a16f0cd8668 2018-08-12 17:11:28,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.818965911865s 2018-08-12 17:11:28,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1312bb11-6509-4893-ac07-5a16f0cd8668 2018-08-12 17:11:28,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:30,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:30,838 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:31,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-5c33adec-3206-4ddf-a8ed-ccd72808cb9f x-compute-request-id: req-5c33adec-3206-4ddf-a8ed-ccd72808cb9f 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:31,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5c33adec-3206-4ddf-a8ed-ccd72808cb9f 2018-08-12 17:11:31,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706743955612s 2018-08-12 17:11:31,542 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5c33adec-3206-4ddf-a8ed-ccd72808cb9f 2018-08-12 17:11:31,546 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:33,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:33,552 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:34,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-cfeb59fb-ff37-4f80-ab56-9696e0b48666 x-compute-request-id: req-cfeb59fb-ff37-4f80-ab56-9696e0b48666 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:34,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cfeb59fb-ff37-4f80-ab56-9696e0b48666 2018-08-12 17:11:34,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39137792587s 2018-08-12 17:11:34,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cfeb59fb-ff37-4f80-ab56-9696e0b48666 2018-08-12 17:11:34,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:36,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:36,950 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:37,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-20d87a48-30c8-43c9-955f-08df5647bc25 x-compute-request-id: req-20d87a48-30c8-43c9-955f-08df5647bc25 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:37,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20d87a48-30c8-43c9-955f-08df5647bc25 2018-08-12 17:11:37,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.704790830612s 2018-08-12 17:11:37,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20d87a48-30c8-43c9-955f-08df5647bc25 2018-08-12 17:11:37,656 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:39,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:39,662 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:40,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-3571236f-af1b-4abd-bcb9-f065f6ba3b51 x-compute-request-id: req-3571236f-af1b-4abd-bcb9-f065f6ba3b51 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:40,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3571236f-af1b-4abd-bcb9-f065f6ba3b51 2018-08-12 17:11:40,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904565095901s 2018-08-12 17:11:40,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3571236f-af1b-4abd-bcb9-f065f6ba3b51 2018-08-12 17:11:40,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:42,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:42,573 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:42,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-1a6af0d6-57d6-4e0a-b863-02359c78cc8d x-compute-request-id: req-1a6af0d6-57d6-4e0a-b863-02359c78cc8d 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:42,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1a6af0d6-57d6-4e0a-b863-02359c78cc8d 2018-08-12 17:11:42,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171888113022s 2018-08-12 17:11:42,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1a6af0d6-57d6-4e0a-b863-02359c78cc8d 2018-08-12 17:11:42,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:44,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:44,752 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:45,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-2aa6be9a-5709-4df7-894b-516f4dd6fcbb x-compute-request-id: req-2aa6be9a-5709-4df7-894b-516f4dd6fcbb 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:45,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2aa6be9a-5709-4df7-894b-516f4dd6fcbb 2018-08-12 17:11:45,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728894948959s 2018-08-12 17:11:45,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2aa6be9a-5709-4df7-894b-516f4dd6fcbb 2018-08-12 17:11:45,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:47,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:47,491 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:48,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-0e3d6841-836b-4b2e-ac26-54d14b5d254e x-compute-request-id: req-0e3d6841-836b-4b2e-ac26-54d14b5d254e 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:48,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0e3d6841-836b-4b2e-ac26-54d14b5d254e 2018-08-12 17:11:48,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.723870038986s 2018-08-12 17:11:48,212 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0e3d6841-836b-4b2e-ac26-54d14b5d254e 2018-08-12 17:11:48,216 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:50,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:50,221 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:51,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-9e3399e0-3786-420e-bf6d-facf4b1bbab1 x-compute-request-id: req-9e3399e0-3786-420e-bf6d-facf4b1bbab1 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:51,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9e3399e0-3786-420e-bf6d-facf4b1bbab1 2018-08-12 17:11:51,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38876390457s 2018-08-12 17:11:51,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9e3399e0-3786-420e-bf6d-facf4b1bbab1 2018-08-12 17:11:51,611 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:53,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:53,674 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:54,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-d2d5c51f-526a-48ea-8c9d-afc951deb96d x-compute-request-id: req-d2d5c51f-526a-48ea-8c9d-afc951deb96d 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:54,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d2d5c51f-526a-48ea-8c9d-afc951deb96d 2018-08-12 17:11:54,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03830695152s 2018-08-12 17:11:54,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d2d5c51f-526a-48ea-8c9d-afc951deb96d 2018-08-12 17:11:54,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:56,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:56,661 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:11:57,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-5c01e0f6-9f3c-4231-a069-55196332e82d x-compute-request-id: req-5c01e0f6-9f3c-4231-a069-55196332e82d 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:11:57,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5c01e0f6-9f3c-4231-a069-55196332e82d 2018-08-12 17:11:57,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0296959877s 2018-08-12 17:11:57,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5c01e0f6-9f3c-4231-a069-55196332e82d 2018-08-12 17:11:57,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:11:59,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:11:59,699 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:00,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:11: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-570aee9b-b2a8-4762-9e89-320a150a8205 x-compute-request-id: req-570aee9b-b2a8-4762-9e89-320a150a8205 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:00,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-570aee9b-b2a8-4762-9e89-320a150a8205 2018-08-12 17:12:00,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560395002365s 2018-08-12 17:12:00,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-570aee9b-b2a8-4762-9e89-320a150a8205 2018-08-12 17:12:00,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:02,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:02,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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:02,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-6ad7c9a0-5add-4c56-acc9-320fd1a78552 x-compute-request-id: req-6ad7c9a0-5add-4c56-acc9-320fd1a78552 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:02,714 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6ad7c9a0-5add-4c56-acc9-320fd1a78552 2018-08-12 17:12:02,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449928998947s 2018-08-12 17:12:02,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6ad7c9a0-5add-4c56-acc9-320fd1a78552 2018-08-12 17:12:02,719 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:04,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:04,724 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:05,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-4d1eaf19-226b-4c69-8b9a-8c0e8b4a2c0b x-compute-request-id: req-4d1eaf19-226b-4c69-8b9a-8c0e8b4a2c0b 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:05,658 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4d1eaf19-226b-4c69-8b9a-8c0e8b4a2c0b 2018-08-12 17:12:05,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.936233997345s 2018-08-12 17:12:05,658 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4d1eaf19-226b-4c69-8b9a-8c0e8b4a2c0b 2018-08-12 17:12:05,662 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:07,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:07,668 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:08,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-c669c80d-e14d-4a2a-8d57-19f002c62cff x-compute-request-id: req-c669c80d-e14d-4a2a-8d57-19f002c62cff 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:08,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c669c80d-e14d-4a2a-8d57-19f002c62cff 2018-08-12 17:12:08,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701411008835s 2018-08-12 17:12:08,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c669c80d-e14d-4a2a-8d57-19f002c62cff 2018-08-12 17:12:08,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:10,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:10,375 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:11,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-a2465395-46a2-4286-bba9-08b96c61dfee x-compute-request-id: req-a2465395-46a2-4286-bba9-08b96c61dfee 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:11,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a2465395-46a2-4286-bba9-08b96c61dfee 2018-08-12 17:12:11,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12333297729s 2018-08-12 17:12:11,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a2465395-46a2-4286-bba9-08b96c61dfee 2018-08-12 17:12:11,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:13,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:13,504 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:14,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-8710cc07-dc63-4c52-b7eb-89274226faa2 x-compute-request-id: req-8710cc07-dc63-4c52-b7eb-89274226faa2 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:14,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8710cc07-dc63-4c52-b7eb-89274226faa2 2018-08-12 17:12:14,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699940919876s 2018-08-12 17:12:14,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8710cc07-dc63-4c52-b7eb-89274226faa2 2018-08-12 17:12:14,206 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:16,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:16,212 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:16,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-614011ce-03a1-4fe3-9a26-822f8093cfa6 x-compute-request-id: req-614011ce-03a1-4fe3-9a26-822f8093cfa6 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:16,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-614011ce-03a1-4fe3-9a26-822f8093cfa6 2018-08-12 17:12:16,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.749759197235s 2018-08-12 17:12:16,959 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-614011ce-03a1-4fe3-9a26-822f8093cfa6 2018-08-12 17:12:16,963 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:18,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:18,969 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:19,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-f3693b08-b2ed-479f-8e61-befc43375625 x-compute-request-id: req-f3693b08-b2ed-479f-8e61-befc43375625 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:19,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3693b08-b2ed-479f-8e61-befc43375625 2018-08-12 17:12:19,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724707841873s 2018-08-12 17:12:19,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3693b08-b2ed-479f-8e61-befc43375625 2018-08-12 17:12:19,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:21,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:21,701 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:22,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-b0d87f80-45f1-41d0-9e7c-c40296d1429a x-compute-request-id: req-b0d87f80-45f1-41d0-9e7c-c40296d1429a 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:22,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b0d87f80-45f1-41d0-9e7c-c40296d1429a 2018-08-12 17:12:22,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.803806066513s 2018-08-12 17:12:22,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b0d87f80-45f1-41d0-9e7c-c40296d1429a 2018-08-12 17:12:22,506 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:24,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:24,512 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:24,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-509bbc9b-c6cf-48a1-89a4-01efc6406b59 x-compute-request-id: req-509bbc9b-c6cf-48a1-89a4-01efc6406b59 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:24,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-509bbc9b-c6cf-48a1-89a4-01efc6406b59 2018-08-12 17:12:24,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439345836639s 2018-08-12 17:12:24,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-509bbc9b-c6cf-48a1-89a4-01efc6406b59 2018-08-12 17:12:24,950 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:26,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:26,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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:28,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-01f6bfc3-c03f-4c41-8371-25715f894f21 x-compute-request-id: req-01f6bfc3-c03f-4c41-8371-25715f894f21 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:28,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-01f6bfc3-c03f-4c41-8371-25715f894f21 2018-08-12 17:12:28,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39014911652s 2018-08-12 17:12:28,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-01f6bfc3-c03f-4c41-8371-25715f894f21 2018-08-12 17:12:28,346 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:30,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:30,352 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:31,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-0cf40cf0-bd65-4416-b3fc-661e7c907ec7 x-compute-request-id: req-0cf40cf0-bd65-4416-b3fc-661e7c907ec7 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:31,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0cf40cf0-bd65-4416-b3fc-661e7c907ec7 2018-08-12 17:12:31,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09930920601s 2018-08-12 17:12:31,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0cf40cf0-bd65-4416-b3fc-661e7c907ec7 2018-08-12 17:12:31,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:33,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:33,458 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:34,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-6bfd36f9-ff93-4d75-84c8-d890f1b1478c x-compute-request-id: req-6bfd36f9-ff93-4d75-84c8-d890f1b1478c 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:34,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6bfd36f9-ff93-4d75-84c8-d890f1b1478c 2018-08-12 17:12:34,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03678011894s 2018-08-12 17:12:34,492 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6bfd36f9-ff93-4d75-84c8-d890f1b1478c 2018-08-12 17:12:34,496 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:36,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:36,502 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:36,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-e9abb92b-e9d0-44cc-b517-1ff1b040d8ae x-compute-request-id: req-e9abb92b-e9d0-44cc-b517-1ff1b040d8ae 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:36,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9abb92b-e9d0-44cc-b517-1ff1b040d8ae 2018-08-12 17:12:36,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466933965683s 2018-08-12 17:12:36,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9abb92b-e9d0-44cc-b517-1ff1b040d8ae 2018-08-12 17:12:36,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:38,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:38,976 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:40,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-12f1fbcd-c5b5-4699-832b-c67d98363acd x-compute-request-id: req-12f1fbcd-c5b5-4699-832b-c67d98363acd 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:40,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12f1fbcd-c5b5-4699-832b-c67d98363acd 2018-08-12 17:12:40,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11666297913s 2018-08-12 17:12:40,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-12f1fbcd-c5b5-4699-832b-c67d98363acd 2018-08-12 17:12:40,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:42,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:42,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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:43,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-0d243254-a794-46b8-8c16-b19369886818 x-compute-request-id: req-0d243254-a794-46b8-8c16-b19369886818 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:43,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0d243254-a794-46b8-8c16-b19369886818 2018-08-12 17:12:43,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.935654878616s 2018-08-12 17:12:43,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0d243254-a794-46b8-8c16-b19369886818 2018-08-12 17:12:43,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:45,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:45,042 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:46,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-8665b6bc-2273-4eaa-a87a-57d9bbf9bc66 x-compute-request-id: req-8665b6bc-2273-4eaa-a87a-57d9bbf9bc66 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:46,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8665b6bc-2273-4eaa-a87a-57d9bbf9bc66 2018-08-12 17:12:46,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11982989311s 2018-08-12 17:12:46,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8665b6bc-2273-4eaa-a87a-57d9bbf9bc66 2018-08-12 17:12:46,164 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:48,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:48,169 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:48,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-5a2d916f-7642-42ac-b88e-4856fbc26d04 x-compute-request-id: req-5a2d916f-7642-42ac-b88e-4856fbc26d04 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:48,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5a2d916f-7642-42ac-b88e-4856fbc26d04 2018-08-12 17:12:48,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622514009476s 2018-08-12 17:12:48,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5a2d916f-7642-42ac-b88e-4856fbc26d04 2018-08-12 17:12:48,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:50,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:50,798 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:51,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-8bb1d796-e8d9-4452-83c3-dff113464745 x-compute-request-id: req-8bb1d796-e8d9-4452-83c3-dff113464745 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:51,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8bb1d796-e8d9-4452-83c3-dff113464745 2018-08-12 17:12:51,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455075025558s 2018-08-12 17:12:51,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8bb1d796-e8d9-4452-83c3-dff113464745 2018-08-12 17:12:51,255 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:53,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:53,260 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:53,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-ce0619e8-1533-4fb6-a43b-c465f4dd71d1 x-compute-request-id: req-ce0619e8-1533-4fb6-a43b-c465f4dd71d1 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:53,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ce0619e8-1533-4fb6-a43b-c465f4dd71d1 2018-08-12 17:12:53,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730045080185s 2018-08-12 17:12:53,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ce0619e8-1533-4fb6-a43b-c465f4dd71d1 2018-08-12 17:12:53,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:55,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:55,997 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:56,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-88c25131-5025-4d98-89aa-a21f6ca0e9ff x-compute-request-id: req-88c25131-5025-4d98-89aa-a21f6ca0e9ff 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:56,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-88c25131-5025-4d98-89aa-a21f6ca0e9ff 2018-08-12 17:12:56,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717956066132s 2018-08-12 17:12:56,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-88c25131-5025-4d98-89aa-a21f6ca0e9ff 2018-08-12 17:12:56,716 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:12:58,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:12:58,722 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:12:59,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:12: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-e72ab30b-636d-45c7-beea-975dbec95185 x-compute-request-id: req-e72ab30b-636d-45c7-beea-975dbec95185 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:12:59,434 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e72ab30b-636d-45c7-beea-975dbec95185 2018-08-12 17:12:59,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71466088295s 2018-08-12 17:12:59,434 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e72ab30b-636d-45c7-beea-975dbec95185 2018-08-12 17:12:59,438 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:01,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:01,444 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:02,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-02801f1d-5768-4917-a2c2-50fd1e1630ae x-compute-request-id: req-02801f1d-5768-4917-a2c2-50fd1e1630ae 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:02,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-02801f1d-5768-4917-a2c2-50fd1e1630ae 2018-08-12 17:13:02,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11621189117s 2018-08-12 17:13:02,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-02801f1d-5768-4917-a2c2-50fd1e1630ae 2018-08-12 17:13:02,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:04,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:04,567 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:06,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-c17830be-b12a-4c24-8037-431eb85619d9 x-compute-request-id: req-c17830be-b12a-4c24-8037-431eb85619d9 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:06,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c17830be-b12a-4c24-8037-431eb85619d9 2018-08-12 17:13:06,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.46258711815s 2018-08-12 17:13:06,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c17830be-b12a-4c24-8037-431eb85619d9 2018-08-12 17:13:06,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:08,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:08,036 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:08,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-26e46595-af50-4b76-b700-82de2c46e2eb x-compute-request-id: req-26e46595-af50-4b76-b700-82de2c46e2eb 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:08,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-26e46595-af50-4b76-b700-82de2c46e2eb 2018-08-12 17:13:08,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436913013458s 2018-08-12 17:13:08,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-26e46595-af50-4b76-b700-82de2c46e2eb 2018-08-12 17:13:08,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:10,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:10,481 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:11,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-bd6f7453-1c52-4c69-9cbc-dfa13925d78a x-compute-request-id: req-bd6f7453-1c52-4c69-9cbc-dfa13925d78a 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:11,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bd6f7453-1c52-4c69-9cbc-dfa13925d78a 2018-08-12 17:13:11,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707237958908s 2018-08-12 17:13:11,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bd6f7453-1c52-4c69-9cbc-dfa13925d78a 2018-08-12 17:13:11,190 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:13,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:13,194 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:13,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-5e257b06-c938-4f74-9de6-8796aac1778f x-compute-request-id: req-5e257b06-c938-4f74-9de6-8796aac1778f 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:13,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5e257b06-c938-4f74-9de6-8796aac1778f 2018-08-12 17:13:13,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631598949432s 2018-08-12 17:13:13,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5e257b06-c938-4f74-9de6-8796aac1778f 2018-08-12 17:13:13,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:15,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:15,833 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:16,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-6a600e72-4753-4888-b54b-707cf7a643ed x-compute-request-id: req-6a600e72-4753-4888-b54b-707cf7a643ed 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:16,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6a600e72-4753-4888-b54b-707cf7a643ed 2018-08-12 17:13:16,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175889968872s 2018-08-12 17:13:16,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6a600e72-4753-4888-b54b-707cf7a643ed 2018-08-12 17:13:16,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:18,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:18,015 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:19,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-733a452c-e0f8-41e9-b60b-3cd9b3759ab6 x-compute-request-id: req-733a452c-e0f8-41e9-b60b-3cd9b3759ab6 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:19,034 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-733a452c-e0f8-41e9-b60b-3cd9b3759ab6 2018-08-12 17:13:19,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02142286301s 2018-08-12 17:13:19,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-733a452c-e0f8-41e9-b60b-3cd9b3759ab6 2018-08-12 17:13:19,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:21,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:21,044 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:21,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-701f297a-b0d7-4d40-81e9-31d337bcb752 x-compute-request-id: req-701f297a-b0d7-4d40-81e9-31d337bcb752 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:21,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-701f297a-b0d7-4d40-81e9-31d337bcb752 2018-08-12 17:13:21,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634078025818s 2018-08-12 17:13:21,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-701f297a-b0d7-4d40-81e9-31d337bcb752 2018-08-12 17:13:21,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:23,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:23,685 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:24,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-6fa869e1-d8cd-4b00-8b4d-f9260e4b18e5 x-compute-request-id: req-6fa869e1-d8cd-4b00-8b4d-f9260e4b18e5 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:24,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6fa869e1-d8cd-4b00-8b4d-f9260e4b18e5 2018-08-12 17:13:24,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10505700111s 2018-08-12 17:13:24,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6fa869e1-d8cd-4b00-8b4d-f9260e4b18e5 2018-08-12 17:13:24,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:26,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:26,797 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:27,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-3edb2c78-d63e-4272-8666-78483c082d34 x-compute-request-id: req-3edb2c78-d63e-4272-8666-78483c082d34 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:27,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3edb2c78-d63e-4272-8666-78483c082d34 2018-08-12 17:13:27,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.722915887833s 2018-08-12 17:13:27,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3edb2c78-d63e-4272-8666-78483c082d34 2018-08-12 17:13:27,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:29,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:29,527 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:30,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-1d62e5a3-ab85-455e-a77f-59113934ce2f x-compute-request-id: req-1d62e5a3-ab85-455e-a77f-59113934ce2f 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:30,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1d62e5a3-ab85-455e-a77f-59113934ce2f 2018-08-12 17:13:30,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61409497261s 2018-08-12 17:13:30,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1d62e5a3-ab85-455e-a77f-59113934ce2f 2018-08-12 17:13:30,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:32,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:32,148 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:32,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-864a3f29-5bc1-4449-8ffe-f7c1b10fc990 x-compute-request-id: req-864a3f29-5bc1-4449-8ffe-f7c1b10fc990 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:32,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-864a3f29-5bc1-4449-8ffe-f7c1b10fc990 2018-08-12 17:13:32,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643856048584s 2018-08-12 17:13:32,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-864a3f29-5bc1-4449-8ffe-f7c1b10fc990 2018-08-12 17:13:32,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:34,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:34,801 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:35,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-a2ad9b43-45cc-49be-8721-0136492e436e x-compute-request-id: req-a2ad9b43-45cc-49be-8721-0136492e436e 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:35,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a2ad9b43-45cc-49be-8721-0136492e436e 2018-08-12 17:13:35,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.875732898712s 2018-08-12 17:13:35,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a2ad9b43-45cc-49be-8721-0136492e436e 2018-08-12 17:13:35,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:37,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:37,684 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:38,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-18b13cc8-e195-4944-a0b1-b1c1ab1e67e3 x-compute-request-id: req-18b13cc8-e195-4944-a0b1-b1c1ab1e67e3 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:38,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-18b13cc8-e195-4944-a0b1-b1c1ab1e67e3 2018-08-12 17:13:38,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70708990097s 2018-08-12 17:13:38,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-18b13cc8-e195-4944-a0b1-b1c1ab1e67e3 2018-08-12 17:13:38,392 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:40,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:40,398 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:41,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-20e3ffb0-0e18-4601-aaa5-7e27a52609c5 x-compute-request-id: req-20e3ffb0-0e18-4601-aaa5-7e27a52609c5 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:41,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20e3ffb0-0e18-4601-aaa5-7e27a52609c5 2018-08-12 17:13:41,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43223190308s 2018-08-12 17:13:41,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-20e3ffb0-0e18-4601-aaa5-7e27a52609c5 2018-08-12 17:13:41,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:43,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:43,838 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:44,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-dfc69977-1b9f-4f03-8f60-02d7fc16c9ea x-compute-request-id: req-dfc69977-1b9f-4f03-8f60-02d7fc16c9ea 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:44,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dfc69977-1b9f-4f03-8f60-02d7fc16c9ea 2018-08-12 17:13:44,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.834964036942s 2018-08-12 17:13:44,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dfc69977-1b9f-4f03-8f60-02d7fc16c9ea 2018-08-12 17:13:44,674 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:46,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:46,680 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:47,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-d4c9095f-d222-42dd-9474-af16ff17ddb9 x-compute-request-id: req-d4c9095f-d222-42dd-9474-af16ff17ddb9 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:47,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4c9095f-d222-42dd-9474-af16ff17ddb9 2018-08-12 17:13:47,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724749088287s 2018-08-12 17:13:47,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4c9095f-d222-42dd-9474-af16ff17ddb9 2018-08-12 17:13:47,406 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:49,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:49,412 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:49,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-4bb02705-09d6-4ec8-b5ab-cbb40a5b2f1f x-compute-request-id: req-4bb02705-09d6-4ec8-b5ab-cbb40a5b2f1f 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/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T17:10:31Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:49,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4bb02705-09d6-4ec8-b5ab-cbb40a5b2f1f 2018-08-12 17:13:49,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462114095688s 2018-08-12 17:13:49,871 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4bb02705-09d6-4ec8-b5ab-cbb40a5b2f1f 2018-08-12 17:13:49,875 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 17:13:51,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 17:13:51,881 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:52,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-eacd9cad-7030-4d26-b59f-ed27d789196e x-compute-request-id: req-eacd9cad-7030-4d26-b59f-ed27d789196e Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:19:a8", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T17:13:51.000000", "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T17:13:51Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 17:13:52,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eacd9cad-7030-4d26-b59f-ed27d789196e 2018-08-12 17:13:52,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702245950699s 2018-08-12 17:13:52,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eacd9cad-7030-4d26-b59f-ed27d789196e 2018-08-12 17:13:52,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 17:13:52,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=e3f7c41c-5670-499d-8725-8928c0973fb5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:52,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f9fb0615-5ea4-4491-b7e4-5b8ccbd69247 Date: Sun, 12 Aug 2018 17:13:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:10:31Z","admin_state_up":true,"updated_at":"2018-08-12T17:13:50Z","binding:vnic_type":"normal","device_id":"e3f7c41c-5670-499d-8725-8928c0973fb5","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:04:19:a8","id":"e80c6e20-ccf9-440e-b438-ab3d424c8a50","port_security_enabled":true,"project_id":"799d8ca8386240949dc6e456b4d10d36","fixed_ips":[{"subnet_id":"1ac95980-c9f8-4eb1-a99b-00f266c9316f","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["f83e9d55-831d-4e42-bc40-013a32430607"],"name":""}]} 2018-08-12 17:13:52,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e3f7c41c-5670-499d-8725-8928c0973fb5 used request id req-f9fb0615-5ea4-4491-b7e4-5b8ccbd69247 2018-08-12 17:13:52,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0582420825958s 2018-08-12 17:13:52,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e3f7c41c-5670-499d-8725-8928c0973fb5 used request id req-f9fb0615-5ea4-4491-b7e4-5b8ccbd69247 2018-08-12 17:13:52,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 17:13:52,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=e80c6e20-ccf9-440e-b438-ab3d424c8a50" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:52,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-632a9488-845d-408e-802b-4f21039af7ba Date: Sun, 12 Aug 2018 17:13:52 GMT RESP BODY: {"floatingips": []} 2018-08-12 17:13:52,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=e80c6e20-ccf9-440e-b438-ab3d424c8a50 used request id req-632a9488-845d-408e-802b-4f21039af7ba 2018-08-12 17:13:52,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.052971124649s 2018-08-12 17:13:52,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=e80c6e20-ccf9-440e-b438-ab3d424c8a50 used request id req-632a9488-845d-408e-802b-4f21039af7ba 2018-08-12 17:13:52,703 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:04:19:a8', 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'260fc4c0-3474-4757-8bac-a3a50f69207f'}), 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-12T17:13:51.000000', 'flavor': Munch({u'id': u'7604e5fe-ab9d-4e65-8eb6-04b55333e2e0'}), 'az': u'nova', 'id': u'e3f7c41c-5670-499d-8725-8928c0973fb5', 'security_groups': [Munch({u'name': u'shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'27ba91a14d44466e8d6062f36512e191', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'799d8ca8386240949dc6e456b4d10d36', 'name': 'shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735', '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-12T17:13:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-12T17:13:51Z', 'hostId': u'af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393', '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-12T17:13:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'799d8ca8386240949dc6e456b4d10d36', 'name': u'shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'adminPass': u'3AS5c74ToGVX', 'tenant_id': u'799d8ca8386240949dc6e456b4d10d36', 'created_at': u'2018-08-12T17:10:28Z', 'created': u'2018-08-12T17:10:28Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-12 17:13:52,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 17:13:52,707 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:52,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-d7abf663-7581-4c1e-860d-415088e619e9 Date: Sun, 12 Aug 2018 17:13:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ac95980-c9f8-4eb1-a99b-00f266c9316f"],"updated_at":"2018-08-12T17:10:00Z","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:09:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"799d8ca8386240949dc6e456b4d10d36","id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","name":"shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"updated_at":"2018-08-12T16:27:15Z","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","id":"9080dbfe-670a-4248-8c56-0897f69dc41e","name":"external"}]} 2018-08-12 17:13:52,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d7abf663-7581-4c1e-860d-415088e619e9 2018-08-12 17:13:52,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101668119431s 2018-08-12 17:13:52,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d7abf663-7581-4c1e-860d-415088e619e9 2018-08-12 17:13:52,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-12 17:13:52,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=e3f7c41c-5670-499d-8725-8928c0973fb5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:52,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-186802d8-1537-497b-ae7e-c67c85d85c3c Date: Sun, 12 Aug 2018 17:13:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:10:31Z","admin_state_up":true,"updated_at":"2018-08-12T17:13:50Z","binding:vnic_type":"normal","device_id":"e3f7c41c-5670-499d-8725-8928c0973fb5","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:04:19:a8","id":"e80c6e20-ccf9-440e-b438-ab3d424c8a50","port_security_enabled":true,"project_id":"799d8ca8386240949dc6e456b4d10d36","fixed_ips":[{"subnet_id":"1ac95980-c9f8-4eb1-a99b-00f266c9316f","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["f83e9d55-831d-4e42-bc40-013a32430607"],"name":""}]} 2018-08-12 17:13:52,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e3f7c41c-5670-499d-8725-8928c0973fb5 used request id req-186802d8-1537-497b-ae7e-c67c85d85c3c 2018-08-12 17:13:52,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0519590377808s 2018-08-12 17:13:52,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e3f7c41c-5670-499d-8725-8928c0973fb5 used request id req-186802d8-1537-497b-ae7e-c67c85d85c3c 2018-08-12 17:13:52,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-12 17:13:52,863 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.6", "port_id": "e80c6e20-ccf9-440e-b438-ab3d424c8a50"}}' 2018-08-12 17:13:54,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-03d5370b-ee82-4ed0-acbb-87ee202b89cd Date: Sun, 12 Aug 2018 17:13:54 GMT RESP BODY: {"floatingip": {"router_id": "f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T17:13:53Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "e80c6e20-ccf9-440e-b438-ab3d424c8a50", "id": "86f1180a-45ce-4f57-876a-5468c70bc4c3", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:13:53Z", "project_id": "799d8ca8386240949dc6e456b4d10d36"}} 2018-08-12 17:13:54,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-03d5370b-ee82-4ed0-acbb-87ee202b89cd 2018-08-12 17:13:54,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.85627985001s 2018-08-12 17:13:54,719 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-03d5370b-ee82-4ed0-acbb-87ee202b89cd 2018-08-12 17:13:54,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 17:13:54,729 - 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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" 2018-08-12 17:13:55,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-871a9669-94c6-4698-9b23-0b4474c238b9 Date: Sun, 12 Aug 2018 17:13:55 GMT RESP BODY: {"floatingips": [{"router_id": "f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T17:13:53Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "e80c6e20-ccf9-440e-b438-ab3d424c8a50", "id": "86f1180a-45ce-4f57-876a-5468c70bc4c3", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:13:53Z", "project_id": "799d8ca8386240949dc6e456b4d10d36"}]} 2018-08-12 17:13:55,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-871a9669-94c6-4698-9b23-0b4474c238b9 2018-08-12 17:13:55,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.34480714798s 2018-08-12 17:13:55,074 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-871a9669-94c6-4698-9b23-0b4474c238b9 2018-08-12 17:13:55,078 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'799d8ca8386240949dc6e456b4d10d36', 'created_at': u'2018-08-12T17:13:53Z', 'attached': True, 'updated_at': u'2018-08-12T17:13:53Z', 'id': u'86f1180a-45ce-4f57-876a-5468c70bc4c3', 'floating_network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'799d8ca8386240949dc6e456b4d10d36', 'name': 'shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8', 'project_id': u'799d8ca8386240949dc6e456b4d10d36', 'port_id': u'e80c6e20-ccf9-440e-b438-ab3d424c8a50', 'port': u'e80c6e20-ccf9-440e-b438-ab3d424c8a50', 'network': u'9080dbfe-670a-4248-8c56-0897f69dc41e'}) 2018-08-12 17:13:55,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:13:55,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:13:55,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:13: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-d14a3713-b258-4dc8-a0d1-438c7a577b5a x-compute-request-id: req-d14a3713-b258-4dc8-a0d1-438c7a577b5a Content-Encoding: gzip Content-Length: 9396 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc"} 2018-08-12 17:13:55,153 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-d14a3713-b258-4dc8-a0d1-438c7a577b5a 2018-08-12 17:13:55,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0743269920349s 2018-08-12 17:13:55,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-d14a3713-b258-4dc8-a0d1-438c7a577b5a 2018-08-12 17:13:55,154 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c 2018-08-12 17:13:56,156 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-12 17:14:05,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:14:05,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:14:05,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:14: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-8a9744ac-5d4f-4f9f-ab60-f09bc6595b5b x-compute-request-id: req-8a9744ac-5d4f-4f9f-ab60-f09bc6595b5b Content-Encoding: gzip Content-Length: 10473 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no"} 2018-08-12 17:14:05,274 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-8a9744ac-5d4f-4f9f-ab60-f09bc6595b5b 2018-08-12 17:14:05,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107831954956s 2018-08-12 17:14:05,275 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-8a9744ac-5d4f-4f9f-ab60-f09bc6595b5b 2018-08-12 17:14:05,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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o 2018-08-12 17:14:05,278 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.201: [Errno None] Unable to connect to port 22 on 172.30.9.201 2018-08-12 17:14:14,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:14:14,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:14:14,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:14: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-38fe68f6-6377-42fc-9730-92f6ffdc5b81 x-compute-request-id: req-38fe68f6-6377-42fc-9730-92f6ffdc5b81 Content-Encoding: gzip Content-Length: 10473 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no"} 2018-08-12 17:14:14,402 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-38fe68f6-6377-42fc-9730-92f6ffdc5b81 2018-08-12 17:14:14,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.114339113235s 2018-08-12 17:14:14,403 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-38fe68f6-6377-42fc-9730-92f6ffdc5b81 2018-08-12 17:14:14,403 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o 2018-08-12 17:14:14,405 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.201: [Errno None] Unable to connect to port 22 on 172.30.9.201 2018-08-12 17:14:23,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:14:23,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:14:23,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:14: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-dfcdb9e2-ac9d-4b89-9bc7-69d6d3001d62 x-compute-request-id: req-dfcdb9e2-ac9d-4b89-9bc7-69d6d3001d62 Content-Encoding: gzip Content-Length: 10473 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no"} 2018-08-12 17:14:23,532 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-dfcdb9e2-ac9d-4b89-9bc7-69d6d3001d62 2018-08-12 17:14:23,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.119283914566s 2018-08-12 17:14:23,533 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-dfcdb9e2-ac9d-4b89-9bc7-69d6d3001d62 2018-08-12 17:14:23,534 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o 2018-08-12 17:14:23,535 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.201: [Errno None] Unable to connect to port 22 on 172.30.9.201 2018-08-12 17:14:32,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:14:32,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:14:32,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:14: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-92d6173c-bb82-4588-a597-362471dd8bd5 x-compute-request-id: req-92d6173c-bb82-4588-a597-362471dd8bd5 Content-Encoding: gzip Content-Length: 10473 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no"} 2018-08-12 17:14:32,623 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-92d6173c-bb82-4588-a597-362471dd8bd5 2018-08-12 17:14:32,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0779459476471s 2018-08-12 17:14:32,624 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-92d6173c-bb82-4588-a597-362471dd8bd5 2018-08-12 17:14:32,625 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o 2018-08-12 17:14:32,627 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.201: [Errno None] Unable to connect to port 22 on 172.30.9.201 2018-08-12 17:14:41,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:14:41,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:14:41,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:14: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-be77d7ca-986a-4856-847c-03485035e220 x-compute-request-id: req-be77d7ca-986a-4856-847c-03485035e220 Content-Encoding: gzip Content-Length: 10473 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no"} 2018-08-12 17:14:41,746 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-be77d7ca-986a-4856-847c-03485035e220 2018-08-12 17:14:41,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.114426136017s 2018-08-12 17:14:41,747 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-be77d7ca-986a-4856-847c-03485035e220 2018-08-12 17:14:41,748 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o 2018-08-12 17:14:41,750 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.201: [Errno None] Unable to connect to port 22 on 172.30.9.201 2018-08-12 17:14:50,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:14:50,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:14:50,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:14: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-ebc4ac36-606f-4107-8079-50c1da56b18e x-compute-request-id: req-ebc4ac36-606f-4107-8079-50c1da56b18e Content-Encoding: gzip Content-Length: 11474 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no[ 57.761331] cloud-init[944]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 17:13:57 +0000. Up 5.47 seconds.\n[ 57.764407] cloud-init[944]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.771552] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.777346] cloud-init[944]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.784204] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.787851] cloud-init[944]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:04:19:a8 |\n[ 57.795464] cloud-init[944]: ci-info: | ens3 | True | fe80::f816:3eff:fe04:19a8/64 | . | link | fa:16:3e:04:19:a8 |\n[ 57.800141] cloud-init[944]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.808141] cloud-init[944]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.811013] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.816305] cloud-init[944]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.824139] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.826846] cloud-init[944]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.832316] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.840132] cloud-init[944]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.844130] cloud-init[944]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH |\n[ 57.848182] cloud-init[944]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.851194] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.855064] cloud-init[944]: 2018-08-12 17:14:49,367 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.288656] cloud-init[944]: Generating public/private rsa key pair.\n[ 58.290411] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.296323] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.298388] cloud-init[944]: The key fingerprint is:\n[ 58.300124] cloud-init[944]: SHA256:gy2z+Nx32KrLDedcwvyncEiqaJ86e/yaHabHHzczMvI root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.308127] cloud-init[944]: The key's randomart image is:\n[ 58.309585] cloud-init[944]: +---[RSA 2048]----+\n[ 58.310997] cloud-init[944]: | |\n[ 58.316363] cloud-init[944]: | |\n[ 58.317693] cloud-init[944]: | |\n[ 58.319078] cloud-init[944]: | o |\n[ 58.324379] cloud-init[944]: | + S . |\n[ 58.325834] cloud-init[944]: | . + * . |\n[ 58.328116] cloud-init[944]: | ....* @oB |\n[ 58.332125] cloud-init[944]: | o+oXoXo@o+. |\n[ 58.333460] cloud-init[944]: | .+*X+B=Eooo |\n[ 58.336135] cloud-init[944]: +----[SHA256]-----+\n[ 58.340163] cloud-init[944]: Generating public/private dsa key pair.\n[ 58.344118] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.348124] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.352180] cloud-init[944]: The key fingerprint is:\n[ 58.356266] cloud-init[944]: SHA256:AssUykkd6HDeoQwmC95+TnKtXjubFEWu5VTl+Vmx5YU root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n"} 2018-08-12 17:14:50,866 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-ebc4ac36-606f-4107-8079-50c1da56b18e 2018-08-12 17:14:50,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.112473011017s 2018-08-12 17:14:50,867 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-ebc4ac36-606f-4107-8079-50c1da56b18e 2018-08-12 17:14:50,867 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o[ 57.761331] cloud-init[944]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 17:13:57 +0000. Up 5.47 seconds. [ 57.764407] cloud-init[944]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.771552] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.777346] cloud-init[944]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.784204] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.787851] cloud-init[944]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:04:19:a8 | [ 57.795464] cloud-init[944]: ci-info: | ens3 | True | fe80::f816:3eff:fe04:19a8/64 | . | link | fa:16:3e:04:19:a8 | [ 57.800141] cloud-init[944]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.808141] cloud-init[944]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.811013] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.816305] cloud-init[944]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.824139] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.826846] cloud-init[944]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.832316] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.840132] cloud-init[944]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.844130] cloud-init[944]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH | [ 57.848182] cloud-init[944]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.851194] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.855064] cloud-init[944]: 2018-08-12 17:14:49,367 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.288656] cloud-init[944]: Generating public/private rsa key pair. [ 58.290411] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.296323] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.298388] cloud-init[944]: The key fingerprint is: [ 58.300124] cloud-init[944]: SHA256:gy2z+Nx32KrLDedcwvyncEiqaJ86e/yaHabHHzczMvI root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.308127] cloud-init[944]: The key's randomart image is: [ 58.309585] cloud-init[944]: +---[RSA 2048]----+ [ 58.310997] cloud-init[944]: | | [ 58.316363] cloud-init[944]: | | [ 58.317693] cloud-init[944]: | | [ 58.319078] cloud-init[944]: | o | [ 58.324379] cloud-init[944]: | + S . | [ 58.325834] cloud-init[944]: | . + * . | [ 58.328116] cloud-init[944]: | ....* @oB | [ 58.332125] cloud-init[944]: | o+oXoXo@o+. | [ 58.333460] cloud-init[944]: | .+*X+B=Eooo | [ 58.336135] cloud-init[944]: +----[SHA256]-----+ [ 58.340163] cloud-init[944]: Generating public/private dsa key pair. [ 58.344118] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.348124] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.352180] cloud-init[944]: The key fingerprint is: [ 58.356266] cloud-init[944]: SHA256:AssUykkd6HDeoQwmC95+TnKtXjubFEWu5VTl+Vmx5YU root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 2018-08-12 17:14:50,870 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.201: [Errno None] Unable to connect to port 22 on 172.30.9.201 2018-08-12 17:14:59,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:14:59,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:14:59,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:14: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-22940fb3-07f9-4f98-8ab2-dd28b2610735 x-compute-request-id: req-22940fb3-07f9-4f98-8ab2-dd28b2610735 Content-Encoding: gzip Content-Length: 12853 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no[ 57.761331] cloud-init[944]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 17:13:57 +0000. Up 5.47 seconds.\n[ 57.764407] cloud-init[944]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.771552] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.777346] cloud-init[944]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.784204] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.787851] cloud-init[944]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:04:19:a8 |\n[ 57.795464] cloud-init[944]: ci-info: | ens3 | True | fe80::f816:3eff:fe04:19a8/64 | . | link | fa:16:3e:04:19:a8 |\n[ 57.800141] cloud-init[944]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.808141] cloud-init[944]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.811013] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.816305] cloud-init[944]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.824139] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.826846] cloud-init[944]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.832316] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.840132] cloud-init[944]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.844130] cloud-init[944]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH |\n[ 57.848182] cloud-init[944]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.851194] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.855064] cloud-init[944]: 2018-08-12 17:14:49,367 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.288656] cloud-init[944]: Generating public/private rsa key pair.\n[ 58.290411] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.296323] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.298388] cloud-init[944]: The key fingerprint is:\n[ 58.300124] cloud-init[944]: SHA256:gy2z+Nx32KrLDedcwvyncEiqaJ86e/yaHabHHzczMvI root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.308127] cloud-init[944]: The key's randomart image is:\n[ 58.309585] cloud-init[944]: +---[RSA 2048]----+\n[ 58.310997] cloud-init[944]: | |\n[ 58.316363] cloud-init[944]: | |\n[ 58.317693] cloud-init[944]: | |\n[ 58.319078] cloud-init[944]: | o |\n[ 58.324379] cloud-init[944]: | + S . |\n[ 58.325834] cloud-init[944]: | . + * . |\n[ 58.328116] cloud-init[944]: | ....* @oB |\n[ 58.332125] cloud-init[944]: | o+oXoXo@o+. |\n[ 58.333460] cloud-init[944]: | .+*X+B=Eooo |\n[ 58.336135] cloud-init[944]: +----[SHA256]-----+\n[ 58.340163] cloud-init[944]: Generating public/private dsa key pair.\n[ 58.344118] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.348124] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.352180] cloud-init[944]: The key fingerprint is:\n[ 58.356266] cloud-init[944]: SHA256:AssUykkd6HDeoQwmC95+TnKtXjubFEWu5VTl+Vmx5YU root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.364181] cloud-init[944]: The key's randomart image is:\n[ 58.365771] cloud-init[944]: +---[DSA 1024]----+\n[ 58.367101] cloud-init[944]: | .oo. . ... oo|\n[ 58.372435] cloud-init[944]: |=+ooo. o . . E.=|\n[ 58.373788] cloud-init[944]: |=O=oo. = o .o|\n[ 58.375098] cloud-init[944]: |..=+.o * . o|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.380274] cloud-init[944]: | . o ooS. o |\n[ 58.381392] cloud-init[944]: | o + o. |\n[ 58.382446] cloud-init[944]: | * .o |\n[ 58.383501] cloud-init[944]: \n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.| oo.o |\n[ 58.393173] cloud-init[944]: | .. +o |\n[ 58.394174] cloud-init[944]: +----[SHA256]-----+\n[ 58.394972] cloud-init[944]: Generating public/private ecdsa key pair.\n[ 58.395989] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.397242] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.398477] cloud-init[944]: The key fingerprint is:\n[ 58.399284] cloud-init[944]: SHA256:nwVsZBd/dpOKPLuHXqOOhLnZTArcm/+UMv31/wWUANk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n\n[ 58.401164] cloud-init Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] [944]: The key's randomart image is:\n[ 58.408590] cloud-init[944]: +---[ECDSA 256]---+\n[ 58.409370] cloud-init[944]: | +++. |\n[ 58.410143] cloud-init[944]: | +..Eo ..|\n[ 58.410898] cloud-init[944]: | + +o+|\n[ 58.411661] cloud-init[944]: Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.| ......oo|\n[ 58.416531] cloud-init[944]: | S +... |\n[ 58.417301] cloud-init[944]: | . . o..o+ . |\n[ 58.418072] cloud-init[944]: | o + =o=.o ..|\n[ 58.418835] cloud-init[944]: | . @ =.=.o o|\n[ 58.419615] cloud-init[944]: \n| *.=+*.. *|\n[ 58.422580] [[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\ncloud-init[944]: +----[SHA256]-----+\n[ 58.430543] cloud-init[944]: Generating public/private ed25519 key pair.\n[ 58.431794] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started iperf Service.\n[ 58.445840] Starting Snappy daemon...\n[[0;32m OK [0m] Started iperf3 Service.\ncloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\n[944]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 58.472384] cloud-init[944]: The key fingerprint is:\n[ 58.523112] cloud-init[944]: SHA256:JbUW//gtutlmUKM4o4tu1VN7mYqNgPOOuJ3QapT/Ilk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.539692] cloud-init[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[944]: The key's randomart image is:\n[ 58.576072] cloud-init[944]: +--[ED25519 256]--+\n[ 58.587283] cloud-init[944]: | o |\n[ 58.601788] cloud-init[944]: | . + |\n[ 58.613315] cloud-init[944]: | . + . |\n[ 58.626172] cloud-init[944]: | + .oo |\n[ 58.638017] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[944]: | . .S. o.+.+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 58.679306] cloud-init[944]: | o.E o * +.+. |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 58.690232] cloud-init[944]: | ..+.+ o B +o .|\n[ 58.691338] cloud-init[944]: | +=++o o o+o. |\n[ 58.694265] cloud-init[944]: | .+=*++. ++. |\n[ 58.697914] cloud-init[944]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.061428] cloud-init[1040]: Generating locales (this might take a while)...\n[ 59.750469] cloud-init[1040]: en_US.UTF-8... done\n[ 59.752711] cloud-init[1040]: Generation complete.\n"} 2018-08-12 17:14:59,957 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-22940fb3-07f9-4f98-8ab2-dd28b2610735 2018-08-12 17:14:59,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0805311203003s 2018-08-12 17:14:59,958 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-22940fb3-07f9-4f98-8ab2-dd28b2610735 2018-08-12 17:14:59,958 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o[ 57.761331] cloud-init[944]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 17:13:57 +0000. Up 5.47 seconds. [ 57.764407] cloud-init[944]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.771552] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.777346] cloud-init[944]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.784204] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.787851] cloud-init[944]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:04:19:a8 | [ 57.795464] cloud-init[944]: ci-info: | ens3 | True | fe80::f816:3eff:fe04:19a8/64 | . | link | fa:16:3e:04:19:a8 | [ 57.800141] cloud-init[944]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.808141] cloud-init[944]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.811013] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.816305] cloud-init[944]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.824139] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.826846] cloud-init[944]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.832316] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.840132] cloud-init[944]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.844130] cloud-init[944]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH | [ 57.848182] cloud-init[944]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.851194] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.855064] cloud-init[944]: 2018-08-12 17:14:49,367 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.288656] cloud-init[944]: Generating public/private rsa key pair. [ 58.290411] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.296323] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.298388] cloud-init[944]: The key fingerprint is: [ 58.300124] cloud-init[944]: SHA256:gy2z+Nx32KrLDedcwvyncEiqaJ86e/yaHabHHzczMvI root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.308127] cloud-init[944]: The key's randomart image is: [ 58.309585] cloud-init[944]: +---[RSA 2048]----+ [ 58.310997] cloud-init[944]: | | [ 58.316363] cloud-init[944]: | | [ 58.317693] cloud-init[944]: | | [ 58.319078] cloud-init[944]: | o | [ 58.324379] cloud-init[944]: | + S . | [ 58.325834] cloud-init[944]: | . + * . | [ 58.328116] cloud-init[944]: | ....* @oB | [ 58.332125] cloud-init[944]: | o+oXoXo@o+. | [ 58.333460] cloud-init[944]: | .+*X+B=Eooo | [ 58.336135] cloud-init[944]: +----[SHA256]-----+ [ 58.340163] cloud-init[944]: Generating public/private dsa key pair. [ 58.344118] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.348124] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.352180] cloud-init[944]: The key fingerprint is: [ 58.356266] cloud-init[944]: SHA256:AssUykkd6HDeoQwmC95+TnKtXjubFEWu5VTl+Vmx5YU root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.364181] cloud-init[944]: The key's randomart image is: [ 58.365771] cloud-init[944]: +---[DSA 1024]----+ [ 58.367101] cloud-init[944]: | .oo. . ... oo| [ 58.372435] cloud-init[944]: |=+ooo. o . . E.=| [ 58.373788] cloud-init[944]: |=O=oo. = o .o| [ 58.375098] cloud-init[944]: |..=+.o * . o|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.380274] cloud-init[944]: | . o ooS. o | [ 58.381392] cloud-init[944]: | o + o. | [ 58.382446] cloud-init[944]: | * .o | [ 58.383501] cloud-init[944]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt upgrade and clean activities.| oo.o | [ 58.393173] cloud-init[944]: | .. +o | [ 58.394174] cloud-init[944]: +----[SHA256]-----+ [ 58.394972] cloud-init[944]: Generating public/private ecdsa key pair. [ 58.395989] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.397242] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.398477] cloud-init[944]: The key fingerprint is: [ 58.399284] cloud-init[944]: SHA256:nwVsZBd/dpOKPLuHXqOOhLnZTArcm/+UMv31/wWUANk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.401164] cloud-init Starting LXD - unix socket. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] [944]: The key's randomart image is: [ 58.408590] cloud-init[944]: +---[ECDSA 256]---+ [ 58.409370] cloud-init[944]: | +++. | [ 58.410143] cloud-init[944]: | +..Eo ..| [ 58.410898] cloud-init[944]: | + +o+| [ 58.411661] cloud-init[944]: Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon.| ......oo| [ 58.416531] cloud-init[944]: | S +... | [ 58.417301] cloud-init[944]: | . . o..o+ . | [ 58.418072] cloud-init[944]: | o + =o=.o ..| [ 58.418835] cloud-init[944]: | . @ =.=.o o| [ 58.419615] cloud-init[944]: | *.=+*.. *| [ 58.422580] [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting Apply the settings specified in cloud-config... Starting Accounts Service... cloud-init[944]: +----[SHA256]-----+ [ 58.430543] cloud-init[944]: Generating public/private ed25519 key pair. [ 58.431794] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started iperf Service. [ 58.445840] Starting Snappy daemon... [[0;32m OK [0m] Started iperf3 Service. cloud-init Starting Pollinate to seed the pseudo random number generator... Starting Login Service... [944]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started ACPI event daemon. Starting /etc/rc.local Compatibility... Starting System Logging Service... [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LXD - container startup/shutdown... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started D-Bus System Message Bus. [ 58.472384] cloud-init[944]: The key fingerprint is: [ 58.523112] cloud-init[944]: SHA256:JbUW//gtutlmUKM4o4tu1VN7mYqNgPOOuJ3QapT/Ilk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.539692] cloud-init[[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [944]: The key's randomart image is: [ 58.576072] cloud-init[944]: +--[ED25519 256]--+ [ 58.587283] cloud-init[944]: | o | [ 58.601788] cloud-init[944]: | . + | [ 58.613315] cloud-init[944]: | . + . | [ 58.626172] cloud-init[944]: | + .oo | [ 58.638017] [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[944]: | . .S. o.+.+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 58.679306] cloud-init[944]: | o.E o * +.+. | [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 58.690232] cloud-init[944]: | ..+.+ o B +o .| [ 58.691338] cloud-init[944]: | +=++o o o+o. | [ 58.694265] cloud-init[944]: | .+=*++. ++. | [ 58.697914] cloud-init[944]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.061428] cloud-init[1040]: Generating locales (this might take a while)... [ 59.750469] cloud-init[1040]: en_US.UTF-8... done [ 59.752711] cloud-init[1040]: Generation complete. 2018-08-12 17:14:59,961 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.201: [Errno None] Unable to connect to port 22 on 172.30.9.201 2018-08-12 17:15:08,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:15:08,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:15:09,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15: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-64ad2feb-b3be-46f0-9eb3-fbe9292cc330 x-compute-request-id: req-64ad2feb-b3be-46f0-9eb3-fbe9292cc330 Content-Encoding: gzip Content-Length: 12885 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no[ 57.761331] cloud-init[944]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 17:13:57 +0000. Up 5.47 seconds.\n[ 57.764407] cloud-init[944]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.771552] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.777346] cloud-init[944]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.784204] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.787851] cloud-init[944]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:04:19:a8 |\n[ 57.795464] cloud-init[944]: ci-info: | ens3 | True | fe80::f816:3eff:fe04:19a8/64 | . | link | fa:16:3e:04:19:a8 |\n[ 57.800141] cloud-init[944]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.808141] cloud-init[944]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.811013] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.816305] cloud-init[944]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.824139] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.826846] cloud-init[944]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.832316] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.840132] cloud-init[944]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.844130] cloud-init[944]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH |\n[ 57.848182] cloud-init[944]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.851194] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.855064] cloud-init[944]: 2018-08-12 17:14:49,367 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.288656] cloud-init[944]: Generating public/private rsa key pair.\n[ 58.290411] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.296323] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.298388] cloud-init[944]: The key fingerprint is:\n[ 58.300124] cloud-init[944]: SHA256:gy2z+Nx32KrLDedcwvyncEiqaJ86e/yaHabHHzczMvI root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.308127] cloud-init[944]: The key's randomart image is:\n[ 58.309585] cloud-init[944]: +---[RSA 2048]----+\n[ 58.310997] cloud-init[944]: | |\n[ 58.316363] cloud-init[944]: | |\n[ 58.317693] cloud-init[944]: | |\n[ 58.319078] cloud-init[944]: | o |\n[ 58.324379] cloud-init[944]: | + S . |\n[ 58.325834] cloud-init[944]: | . + * . |\n[ 58.328116] cloud-init[944]: | ....* @oB |\n[ 58.332125] cloud-init[944]: | o+oXoXo@o+. |\n[ 58.333460] cloud-init[944]: | .+*X+B=Eooo |\n[ 58.336135] cloud-init[944]: +----[SHA256]-----+\n[ 58.340163] cloud-init[944]: Generating public/private dsa key pair.\n[ 58.344118] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.348124] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.352180] cloud-init[944]: The key fingerprint is:\n[ 58.356266] cloud-init[944]: SHA256:AssUykkd6HDeoQwmC95+TnKtXjubFEWu5VTl+Vmx5YU root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.364181] cloud-init[944]: The key's randomart image is:\n[ 58.365771] cloud-init[944]: +---[DSA 1024]----+\n[ 58.367101] cloud-init[944]: | .oo. . ... oo|\n[ 58.372435] cloud-init[944]: |=+ooo. o . . E.=|\n[ 58.373788] cloud-init[944]: |=O=oo. = o .o|\n[ 58.375098] cloud-init[944]: |..=+.o * . o|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.380274] cloud-init[944]: | . o ooS. o |\n[ 58.381392] cloud-init[944]: | o + o. |\n[ 58.382446] cloud-init[944]: | * .o |\n[ 58.383501] cloud-init[944]: \n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.| oo.o |\n[ 58.393173] cloud-init[944]: | .. +o |\n[ 58.394174] cloud-init[944]: +----[SHA256]-----+\n[ 58.394972] cloud-init[944]: Generating public/private ecdsa key pair.\n[ 58.395989] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.397242] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.398477] cloud-init[944]: The key fingerprint is:\n[ 58.399284] cloud-init[944]: SHA256:nwVsZBd/dpOKPLuHXqOOhLnZTArcm/+UMv31/wWUANk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n\n[ 58.401164] cloud-init Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] [944]: The key's randomart image is:\n[ 58.408590] cloud-init[944]: +---[ECDSA 256]---+\n[ 58.409370] cloud-init[944]: | +++. |\n[ 58.410143] cloud-init[944]: | +..Eo ..|\n[ 58.410898] cloud-init[944]: | + +o+|\n[ 58.411661] cloud-init[944]: Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.| ......oo|\n[ 58.416531] cloud-init[944]: | S +... |\n[ 58.417301] cloud-init[944]: | . . o..o+ . |\n[ 58.418072] cloud-init[944]: | o + =o=.o ..|\n[ 58.418835] cloud-init[944]: | . @ =.=.o o|\n[ 58.419615] cloud-init[944]: \n| *.=+*.. *|\n[ 58.422580] [[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\ncloud-init[944]: +----[SHA256]-----+\n[ 58.430543] cloud-init[944]: Generating public/private ed25519 key pair.\n[ 58.431794] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started iperf Service.\n[ 58.445840] Starting Snappy daemon...\n[[0;32m OK [0m] Started iperf3 Service.\ncloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\n[944]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 58.472384] cloud-init[944]: The key fingerprint is:\n[ 58.523112] cloud-init[944]: SHA256:JbUW//gtutlmUKM4o4tu1VN7mYqNgPOOuJ3QapT/Ilk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.539692] cloud-init[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[944]: The key's randomart image is:\n[ 58.576072] cloud-init[944]: +--[ED25519 256]--+\n[ 58.587283] cloud-init[944]: | o |\n[ 58.601788] cloud-init[944]: | . + |\n[ 58.613315] cloud-init[944]: | . + . |\n[ 58.626172] cloud-init[944]: | + .oo |\n[ 58.638017] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[944]: | . .S. o.+.+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 58.679306] cloud-init[944]: | o.E o * +.+. |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 58.690232] cloud-init[944]: | ..+.+ o B +o .|\n[ 58.691338] cloud-init[944]: | +=++o o o+o. |\n[ 58.694265] cloud-init[944]: | .+=*++. ++. |\n[ 58.697914] cloud-init[944]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.061428] cloud-init[1040]: Generating locales (this might take a while)...\n[ 59.750469] cloud-init[1040]: en_US.UTF-8... done\n[ 59.752711] cloud-init[1040]: 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-12 17:15:09,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-64ad2feb-b3be-46f0-9eb3-fbe9292cc330 2018-08-12 17:15:09,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.112225055695s 2018-08-12 17:15:09,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-64ad2feb-b3be-46f0-9eb3-fbe9292cc330 2018-08-12 17:15:09,084 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o[ 57.761331] cloud-init[944]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 17:13:57 +0000. Up 5.47 seconds. [ 57.764407] cloud-init[944]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.771552] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.777346] cloud-init[944]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.784204] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.787851] cloud-init[944]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:04:19:a8 | [ 57.795464] cloud-init[944]: ci-info: | ens3 | True | fe80::f816:3eff:fe04:19a8/64 | . | link | fa:16:3e:04:19:a8 | [ 57.800141] cloud-init[944]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.808141] cloud-init[944]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.811013] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.816305] cloud-init[944]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.824139] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.826846] cloud-init[944]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.832316] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.840132] cloud-init[944]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.844130] cloud-init[944]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH | [ 57.848182] cloud-init[944]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.851194] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.855064] cloud-init[944]: 2018-08-12 17:14:49,367 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.288656] cloud-init[944]: Generating public/private rsa key pair. [ 58.290411] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.296323] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.298388] cloud-init[944]: The key fingerprint is: [ 58.300124] cloud-init[944]: SHA256:gy2z+Nx32KrLDedcwvyncEiqaJ86e/yaHabHHzczMvI root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.308127] cloud-init[944]: The key's randomart image is: [ 58.309585] cloud-init[944]: +---[RSA 2048]----+ [ 58.310997] cloud-init[944]: | | [ 58.316363] cloud-init[944]: | | [ 58.317693] cloud-init[944]: | | [ 58.319078] cloud-init[944]: | o | [ 58.324379] cloud-init[944]: | + S . | [ 58.325834] cloud-init[944]: | . + * . | [ 58.328116] cloud-init[944]: | ....* @oB | [ 58.332125] cloud-init[944]: | o+oXoXo@o+. | [ 58.333460] cloud-init[944]: | .+*X+B=Eooo | [ 58.336135] cloud-init[944]: +----[SHA256]-----+ [ 58.340163] cloud-init[944]: Generating public/private dsa key pair. [ 58.344118] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.348124] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.352180] cloud-init[944]: The key fingerprint is: [ 58.356266] cloud-init[944]: SHA256:AssUykkd6HDeoQwmC95+TnKtXjubFEWu5VTl+Vmx5YU root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.364181] cloud-init[944]: The key's randomart image is: [ 58.365771] cloud-init[944]: +---[DSA 1024]----+ [ 58.367101] cloud-init[944]: | .oo. . ... oo| [ 58.372435] cloud-init[944]: |=+ooo. o . . E.=| [ 58.373788] cloud-init[944]: |=O=oo. = o .o| [ 58.375098] cloud-init[944]: |..=+.o * . o|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.380274] cloud-init[944]: | . o ooS. o | [ 58.381392] cloud-init[944]: | o + o. | [ 58.382446] cloud-init[944]: | * .o | [ 58.383501] cloud-init[944]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt upgrade and clean activities.| oo.o | [ 58.393173] cloud-init[944]: | .. +o | [ 58.394174] cloud-init[944]: +----[SHA256]-----+ [ 58.394972] cloud-init[944]: Generating public/private ecdsa key pair. [ 58.395989] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.397242] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.398477] cloud-init[944]: The key fingerprint is: [ 58.399284] cloud-init[944]: SHA256:nwVsZBd/dpOKPLuHXqOOhLnZTArcm/+UMv31/wWUANk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.401164] cloud-init Starting LXD - unix socket. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] [944]: The key's randomart image is: [ 58.408590] cloud-init[944]: +---[ECDSA 256]---+ [ 58.409370] cloud-init[944]: | +++. | [ 58.410143] cloud-init[944]: | +..Eo ..| [ 58.410898] cloud-init[944]: | + +o+| [ 58.411661] cloud-init[944]: Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon.| ......oo| [ 58.416531] cloud-init[944]: | S +... | [ 58.417301] cloud-init[944]: | . . o..o+ . | [ 58.418072] cloud-init[944]: | o + =o=.o ..| [ 58.418835] cloud-init[944]: | . @ =.=.o o| [ 58.419615] cloud-init[944]: | *.=+*.. *| [ 58.422580] [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting Apply the settings specified in cloud-config... Starting Accounts Service... cloud-init[944]: +----[SHA256]-----+ [ 58.430543] cloud-init[944]: Generating public/private ed25519 key pair. [ 58.431794] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started iperf Service. [ 58.445840] Starting Snappy daemon... [[0;32m OK [0m] Started iperf3 Service. cloud-init Starting Pollinate to seed the pseudo random number generator... Starting Login Service... [944]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started ACPI event daemon. Starting /etc/rc.local Compatibility... Starting System Logging Service... [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LXD - container startup/shutdown... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started D-Bus System Message Bus. [ 58.472384] cloud-init[944]: The key fingerprint is: [ 58.523112] cloud-init[944]: SHA256:JbUW//gtutlmUKM4o4tu1VN7mYqNgPOOuJ3QapT/Ilk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.539692] cloud-init[[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [944]: The key's randomart image is: [ 58.576072] cloud-init[944]: +--[ED25519 256]--+ [ 58.587283] cloud-init[944]: | o | [ 58.601788] cloud-init[944]: | . + | [ 58.613315] cloud-init[944]: | . + . | [ 58.626172] cloud-init[944]: | + .oo | [ 58.638017] [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[944]: | . .S. o.+.+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 58.679306] cloud-init[944]: | o.E o * +.+. | [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 58.690232] cloud-init[944]: | ..+.+ o B +o .| [ 58.691338] cloud-init[944]: | +=++o o o+o. | [ 58.694265] cloud-init[944]: | .+=*++. ++. | [ 58.697914] cloud-init[944]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.061428] cloud-init[1040]: Generating locales (this might take a while)... [ 59.750469] cloud-init[1040]: en_US.UTF-8... done [ 59.752711] cloud-init[1040]: 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-12 17:15:09,088 - paramiko.transport - DEBUG - starting thread (client mode): 0x6f6dad0L 2018-08-12 17:15:09,088 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 17:15:09,095 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-12 17:15:09,095 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-12 17:15:09,096 - 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-12 17:15:09,096 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 17:15:09,097 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 17:15:09,097 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 17:15:09,097 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 17:15:09,097 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 17:15:09,138 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 17:15:09,138 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 17:15:09,152 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: df0562004521c2e77897cea7f6cd8ac0 2018-08-12 17:15:09,153 - paramiko.transport - DEBUG - Trying discovered key 92eee1e808507c2b18efcc897dda43a6 in /tmp/tmpfmSLdT 2018-08-12 17:15:09,178 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 17:15:09,198 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-12 17:15:09,198 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 17:15:09,219 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-12 17:15:09,219 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.201: No existing session 2018-08-12 17:15:18,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-12 17:15:18,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/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}48b71c2fa55c2c8df4f05bb516b0114e8061fb52" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 17:15:18,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15: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-1963b8a8-80ae-4f57-852d-ba5e0b51b67d x-compute-request-id: req-1963b8a8-80ae-4f57-852d-ba5e0b51b67d Content-Encoding: gzip Content-Length: 13171 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141432] pid_max: default: 32768 minimum: 301\n[ 0.142345] ACPI: Core revision 20150930\n[ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145094] Security Framework initialized\n[ 0.145927] Yama: becoming mindful.\n[ 0.146673] AppArmor: AppArmor initialized\n[ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152883] Initializing cgroup subsys io\n[ 0.153713] Initializing cgroup subsys memory\n[ 0.154593] Initializing cgroup subsys devices\n[ 0.155486] Initializing cgroup subsys freezer\n[ 0.156374] Initializing cgroup subsys net_cls\n[ 0.157261] Initializing cgroup subsys perf_event\n[ 0.158187] Initializing cgroup subsys net_prio\n[ 0.159096] Initializing cgroup subsys hugetlb\n[ 0.159985] Initializing cgroup subsys pids\n[ 0.160863] CPU: Physical Processor ID: 0\n[ 0.162381] mce: CPU supports 10 MCE banks\n[ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165386] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.167821] Speculative Store Bypass: Vulnerable\n[ 0.184730] Freeing SMP alternatives memory: 32K\n[ 0.190269] ftrace: allocating 32237 entries in 126 pages\n[ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] smpboot: Max logical packages: 1\n[ 0.227447] x2apic enabled\n[ 0.228263] Switched APIC routing to physical x2apic.\n[ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235029] KVM setup paravirtual spinlock\n[ 0.236456] x86: Booted up 1 node, 1 CPUs\n[ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238719] devtmpfs: initialized\n[ 0.240651] evm: security.selinux\n[ 0.241378] evm: security.SMACK64\n[ 0.242081] evm: security.SMACK64EXEC\n[ 0.242847] evm: security.SMACK64TRANSMUTE\n[ 0.243676] evm: security.SMACK64MMAP\n[ 0.244441] evm: security.ima\n[ 0.245099] evm: security.capability\n[ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.249028] pinctrl core: initialized pinctrl subsystem\n[ 0.250163] RTC time: 17:13:51, date: 08/12/18\n[ 0.251160] NET: Registered protocol family 16\n[ 0.252184] cpuidle: using governor ladder\n[ 0.253036] cpuidle: using governor menu\n[ 0.253848] PCCT header not found.\n[ 0.254626] ACPI: bus type PCI registered\n[ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256730] PCI: Using configuration type 1 for base access\n[ 0.258619] ACPI: Added _OSI(Module Device)\n[ 0.259482] ACPI: Added _OSI(Processor Device)\n[ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261282] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263130] ACPI: Interpreter enabled\n[ 0.263916] ACPI: (supports S0 S5)\n[ 0.264639] ACPI: Using IOAPIC for interrupt routing\n[ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274842] acpiphp: Slot [3] registered\n[ 0.275688] acpiphp: Slot [4] registered\n[ 0.276511] acpiphp: Slot [5] registered\n[ 0.277331] acpiphp: Slot [6] registered\n[ 0.288146] acpiphp: Slot [7] registered\n[ 0.288988] acpiphp: Slot [8] registered\n[ 0.289809] acpiphp: Slot [9] registered\n[ 0.290626] acpiphp: Slot [10] registered\n[ 0.291452] acpiphp: Slot [11] registered\n[ 0.292288] acpiphp: Slot [12] registered\n[ 0.293118] acpiphp: Slot [13] registered\n[ 0.293946] acpiphp: Slot [14] registered\n[ 0.294783] acpiphp: Slot [15] registered\n[ 0.295616] acpiphp: Slot [16] registered\n[ 0.296450] acpiphp: Slot [17] registered\n[ 0.297280] acpiphp: Slot [18] registered\n[ 0.298110] acpiphp: Slot [19] registered\n[ 0.298947] acpiphp: Slot [20] registered\n[ 0.299780] acpiphp: Slot [21] registered\n[ 0.300617] acpiphp: Slot [22] registered\n[ 0.301450] acpiphp: Slot [23] registered\n[ 0.302280] acpiphp: Slot [24] registered\n[ 0.303106] acpiphp: Slot [25] registered\n[ 0.303937] acpiphp: Slot [26] registered\n[ 0.304778] acpiphp: Slot [27] registered\n[ 0.305628] acpiphp: Slot [28] registered\n[ 0.306459] acpiphp: Slot [29] registered\n[ 0.307292] acpiphp: Slot [30] registered\n[ 0.308120] acpiphp: Slot [31] registered\n[ 0.308946] PCI host bridge to bus 0000:00\n[ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359707] vgaarb: loaded\n[ 0.360317] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361616] SCSI subsystem initialized\n[ 0.362543] ACPI: bus type USB registered\n[ 0.363394] usbcore: registered new interface driver usbfs\n[ 0.364451] usbcore: registered new interface driver hub\n[ 0.365488] usbcore: registered new device driver usb\n[ 0.366627] PCI: Using ACPI for IRQ routing\n[ 0.367766] NetLabel: Initializing\n[ 0.368508] NetLabel: domain hash size = 128\n[ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370365] NetLabel: unlabeled traffic allowed by default\n[ 0.371539] amd_nb: Cannot enumerate AMD northbridges\n[ 0.372554] clocksource: Switched to clocksource kvm-clock\n[ 0.380281] AppArmor: AppArmor Filesystem Enabled\n[ 0.381309] pnp: PnP ACPI init\n[ 0.382282] pnp: PnP ACPI: found 5 devices\n[ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390462] NET: Registered protocol family 2\n[ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394066] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397627] NET: Registered protocol family 1\n[ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435174] Unpacking initramfs...\n[ 0.877659] Freeing initrd memory: 37084K\n[ 0.879064] Scanning for low memory corruption every 60 seconds\n[ 0.880627] audit: initializing netlink subsys (disabled)\n[ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized\n[ 0.883220] Initialise system trusted keyring\n[ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.887748] zbud: loaded\n[ 0.888634] VFS: Disk quotas dquot_6.6.0\n[ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.892350] fuse init (API version 7.23)\n[ 0.893302] Key type big_key registered\n[ 0.894125] Allocating IMA MOK and blacklist keyrings.\n[ 0.895442] Key type asymmetric registered\n[ 0.896294] Asymmetric key parser 'x509' registered\n[ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.898812] io scheduler noop registered\n[ 0.899630] io scheduler deadline registered (default)\n[ 0.900665] io scheduler cfq registered\n[ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.905489] ACPI: Power Button [PWRF]\n[ 0.906411] GHES: HEST is not enabled!\n[ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.982368] Linux agpgart interface v0.103\n[ 0.984574] loop: module loaded\n[ 0.987178] vda: vda1\n[ 0.988507] scsi host0: ata_piix\n[ 0.989297] scsi host1: ata_piix\n[ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.992874] libphy: Fixed MDIO Bus: probed\n[ 0.993725] tun: Universal TUN/TAP device driver, 1.6\n[ 0.994708] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.997012] PPP generic driver version 2.4.2\n[ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.999180] ehci-pci: EHCI PCI platform driver\n[ 1.000081] ehci-platform: EHCI generic platform driver\n[ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.002285] ohci-pci: OHCI PCI platform driver\n[ 1.003181] ohci-platform: OHCI generic platform driver\n[ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.027520] usb usb1: Product: UHCI Host Controller\n[ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.029677] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.030692] hub 1-0:1.0: USB hub found\n[ 1.031494] hub 1-0:1.0: 2 ports detected\n[ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.036772] mousedev: PS/2 mouse device common for all mice\n[ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.040131] rtc_cmos 00:00: RTC can wake from S4\n[ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.043778] i2c /dev entries driver\n[ 1.044593] device-mapper: uevent: version 1.0.3\n[ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.048697] NET: Registered protocol family 10\n[ 1.049831] NET: Registered protocol family 17\n[ 1.050754] Key type dns_resolver registered\n[ 1.051835] registered taskstats version 1\n[ 1.052723] Loading compiled-in X.509 certificates\n[ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.056146] zswap: loaded using pool lzo/zbud\n[ 1.058374] Key type trusted registered\n[ 1.061204] Key type encrypted registered\n[ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.063135] ima: No TPM chip found, activating TPM-bypass!\n[ 1.064212] evm: HMAC attrs: 0x1\n[ 1.065207] Magic number: 14:883:238\n[ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032)\n[ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.068945] EDD information not available.\n[ 1.150039] Freeing unused kernel memory: 1512K\n[ 1.151017] Write protecting the kernel read-only data: 14336k\n[ 1.163648] Freeing unused kernel memory: 1692K\n[ 1.164825] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.257753] virtio_net virtio0 ens3: renamed from eth0\n[ 1.261912] [drm] Initialized drm 1.1.0 20060810\n[ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.288862] FDC 0 is a S82078B\n[ 1.310287] AVX2 version of gcm_enc/dec engaged.\n[ 1.311253] AES CTR mode by8 optimization enabled\n[ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.508404] usb 1-1: Product: QEMU USB Tablet\n[ 1.509296] usb 1-1: Manufacturer: QEMU\n[ 1.510107] usb 1-1: SerialNumber: 42\n[ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.525206] usbcore: registered new interface driver usbhid\n[ 1.526331] usbhid: USB HID core driver\n[ 1.529077] 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.531426] 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\nBegin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1\n[ 1.797541] md: multipath personality registered for level -4\n[ 1.800802] md: raid0 personality registered for level 0\n[ 1.804493] md: raid1 personality registered for level 1\n[ 1.876557] raid6: sse2x1 gen() 11669 MB/s\n[ 1.944556] raid6: sse2x1 xor() 8887 MB/s\n[ 2.012555] raid6: sse2x2 gen() 14627 MB/s\n[ 2.080554] raid6: sse2x2 xor() 9915 MB/s\n[ 2.148557] raid6: sse2x4 gen() 16750 MB/s\n[ 2.216559] raid6: sse2x4 xor() 11741 MB/s\n[ 2.284577] raid6: avx2x1 gen() 22512 MB/s\n[ 2.352554] raid6: avx2x2 gen() 26036 MB/s\n[ 2.420555] raid6: avx2x4 gen() 30411 MB/s\n[ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s\n[ 2.422502] raid6: using avx2x2 recovery algorithm\n[ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.427918] xor: automatically using best checksumming function:\n[ 2.468554] avx : 31743.000 MB/sec\n[ 2.470746] async_tx: api initialized (async)\n[ 2.481041] md: raid6 personality registered for level 6\n[ 2.482112] md: raid5 personality registered for level 5\n[ 2.483155] md: raid4 personality registered for level 4\n[ 2.488531] 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.517418] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm.\n[ 2.630334] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.633487] systemd[1]: Set hostname to .\n[ 2.635617] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.636803] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.750891] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.753002] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.755020] 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[ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.760471] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.762462] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.764920] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.771738] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.774606] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.778502] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.781607] systemd[1]: Reached target User and Group Name Lookups.\n[ 2.784874] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp)\n] Listening on fsck to fsckd communication Socket.\n[ 2.796305] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.801694] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.817331] systemd[1]: Starting Set console keymap...\nc Starting Set console keymap...\n[ 2.821873] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.837835] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.842153] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.844989] iscsi: registered transport (iser)\n[ 2.846563] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.856643] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.865012] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.867676] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.872983] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.886793] 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[ 2.899754] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.902186] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.905985] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.908965] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\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 Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\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 Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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.266679] 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] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\no[ 57.761331] cloud-init[944]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 17:13:57 +0000. Up 5.47 seconds.\n[ 57.764407] cloud-init[944]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.771552] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.777346] cloud-init[944]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.784204] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.787851] cloud-init[944]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:04:19:a8 |\n[ 57.795464] cloud-init[944]: ci-info: | ens3 | True | fe80::f816:3eff:fe04:19a8/64 | . | link | fa:16:3e:04:19:a8 |\n[ 57.800141] cloud-init[944]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.808141] cloud-init[944]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.811013] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.816305] cloud-init[944]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.824139] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.826846] cloud-init[944]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.832316] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.840132] cloud-init[944]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.844130] cloud-init[944]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH |\n[ 57.848182] cloud-init[944]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.851194] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.855064] cloud-init[944]: 2018-08-12 17:14:49,367 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.288656] cloud-init[944]: Generating public/private rsa key pair.\n[ 58.290411] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.296323] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.298388] cloud-init[944]: The key fingerprint is:\n[ 58.300124] cloud-init[944]: SHA256:gy2z+Nx32KrLDedcwvyncEiqaJ86e/yaHabHHzczMvI root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.308127] cloud-init[944]: The key's randomart image is:\n[ 58.309585] cloud-init[944]: +---[RSA 2048]----+\n[ 58.310997] cloud-init[944]: | |\n[ 58.316363] cloud-init[944]: | |\n[ 58.317693] cloud-init[944]: | |\n[ 58.319078] cloud-init[944]: | o |\n[ 58.324379] cloud-init[944]: | + S . |\n[ 58.325834] cloud-init[944]: | . + * . |\n[ 58.328116] cloud-init[944]: | ....* @oB |\n[ 58.332125] cloud-init[944]: | o+oXoXo@o+. |\n[ 58.333460] cloud-init[944]: | .+*X+B=Eooo |\n[ 58.336135] cloud-init[944]: +----[SHA256]-----+\n[ 58.340163] cloud-init[944]: Generating public/private dsa key pair.\n[ 58.344118] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.348124] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.352180] cloud-init[944]: The key fingerprint is:\n[ 58.356266] cloud-init[944]: SHA256:AssUykkd6HDeoQwmC95+TnKtXjubFEWu5VTl+Vmx5YU root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.364181] cloud-init[944]: The key's randomart image is:\n[ 58.365771] cloud-init[944]: +---[DSA 1024]----+\n[ 58.367101] cloud-init[944]: | .oo. . ... oo|\n[ 58.372435] cloud-init[944]: |=+ooo. o . . E.=|\n[ 58.373788] cloud-init[944]: |=O=oo. = o .o|\n[ 58.375098] cloud-init[944]: |..=+.o * . o|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.380274] cloud-init[944]: | . o ooS. o |\n[ 58.381392] cloud-init[944]: | o + o. |\n[ 58.382446] cloud-init[944]: | * .o |\n[ 58.383501] cloud-init[944]: \n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.| oo.o |\n[ 58.393173] cloud-init[944]: | .. +o |\n[ 58.394174] cloud-init[944]: +----[SHA256]-----+\n[ 58.394972] cloud-init[944]: Generating public/private ecdsa key pair.\n[ 58.395989] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.397242] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.398477] cloud-init[944]: The key fingerprint is:\n[ 58.399284] cloud-init[944]: SHA256:nwVsZBd/dpOKPLuHXqOOhLnZTArcm/+UMv31/wWUANk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n\n[ 58.401164] cloud-init Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] [944]: The key's randomart image is:\n[ 58.408590] cloud-init[944]: +---[ECDSA 256]---+\n[ 58.409370] cloud-init[944]: | +++. |\n[ 58.410143] cloud-init[944]: | +..Eo ..|\n[ 58.410898] cloud-init[944]: | + +o+|\n[ 58.411661] cloud-init[944]: Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.| ......oo|\n[ 58.416531] cloud-init[944]: | S +... |\n[ 58.417301] cloud-init[944]: | . . o..o+ . |\n[ 58.418072] cloud-init[944]: | o + =o=.o ..|\n[ 58.418835] cloud-init[944]: | . @ =.=.o o|\n[ 58.419615] cloud-init[944]: \n| *.=+*.. *|\n[ 58.422580] [[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting Apply the settings specified in cloud-config...\n Starting Accounts Service...\ncloud-init[944]: +----[SHA256]-----+\n[ 58.430543] cloud-init[944]: Generating public/private ed25519 key pair.\n[ 58.431794] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started iperf Service.\n[ 58.445840] Starting Snappy daemon...\n[[0;32m OK [0m] Started iperf3 Service.\ncloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\n[944]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 58.472384] cloud-init[944]: The key fingerprint is:\n[ 58.523112] cloud-init[944]: SHA256:JbUW//gtutlmUKM4o4tu1VN7mYqNgPOOuJ3QapT/Ilk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735\n[ 58.539692] cloud-init[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[944]: The key's randomart image is:\n[ 58.576072] cloud-init[944]: +--[ED25519 256]--+\n[ 58.587283] cloud-init[944]: | o |\n[ 58.601788] cloud-init[944]: | . + |\n[ 58.613315] cloud-init[944]: | . + . |\n[ 58.626172] cloud-init[944]: | + .oo |\n[ 58.638017] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[944]: | . .S. o.+.+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 58.679306] cloud-init[944]: | o.E o * +.+. |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 58.690232] cloud-init[944]: | ..+.+ o B +o .|\n[ 58.691338] cloud-init[944]: | +=++o o o+o. |\n[ 58.694265] cloud-init[944]: | .+=*++. ++. |\n[ 58.697914] cloud-init[944]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.061428] cloud-init[1040]: Generating locales (this might take a while)...\n[ 59.750469] cloud-init[1040]: en_US.UTF-8... done\n[ 59.752711] cloud-init[1040]: 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 LSB: network benchmark...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: network benchmark.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\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 Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 ttyS0\n\nshaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 login: "} 2018-08-12 17:15:18,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-1963b8a8-80ae-4f57-852d-ba5e0b51b67d 2018-08-12 17:15:18,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0809609889984s 2018-08-12 17:15:18,312 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5/action used request id req-1963b8a8-80ae-4f57-852d-ba5e0b51b67d 2018-08-12 17:15:18,312 - 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 669460554 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.139743] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141432] pid_max: default: 32768 minimum: 301 [ 0.142345] ACPI: Core revision 20150930 [ 0.143752] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145094] Security Framework initialized [ 0.145927] Yama: becoming mindful. [ 0.146673] AppArmor: AppArmor initialized [ 0.147551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148917] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150230] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152883] Initializing cgroup subsys io [ 0.153713] Initializing cgroup subsys memory [ 0.154593] Initializing cgroup subsys devices [ 0.155486] Initializing cgroup subsys freezer [ 0.156374] Initializing cgroup subsys net_cls [ 0.157261] Initializing cgroup subsys perf_event [ 0.158187] Initializing cgroup subsys net_prio [ 0.159096] Initializing cgroup subsys hugetlb [ 0.159985] Initializing cgroup subsys pids [ 0.160863] CPU: Physical Processor ID: 0 [ 0.162381] mce: CPU supports 10 MCE banks [ 0.163254] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164274] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165386] Spectre V2 : Mitigation: Full generic retpoline [ 0.166446] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.167821] Speculative Store Bypass: Vulnerable [ 0.184730] Freeing SMP alternatives memory: 32K [ 0.190269] ftrace: allocating 32237 entries in 126 pages [ 0.225164] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226428] smpboot: Max logical packages: 1 [ 0.227447] x2apic enabled [ 0.228263] Switched APIC routing to physical x2apic. [ 0.230010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231165] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235029] KVM setup paravirtual spinlock [ 0.236456] x86: Booted up 1 node, 1 CPUs [ 0.237281] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238719] devtmpfs: initialized [ 0.240651] evm: security.selinux [ 0.241378] evm: security.SMACK64 [ 0.242081] evm: security.SMACK64EXEC [ 0.242847] evm: security.SMACK64TRANSMUTE [ 0.243676] evm: security.SMACK64MMAP [ 0.244441] evm: security.ima [ 0.245099] evm: security.capability [ 0.245954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247812] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.249028] pinctrl core: initialized pinctrl subsystem [ 0.250163] RTC time: 17:13:51, date: 08/12/18 [ 0.251160] NET: Registered protocol family 16 [ 0.252184] cpuidle: using governor ladder [ 0.253036] cpuidle: using governor menu [ 0.253848] PCCT header not found. [ 0.254626] ACPI: bus type PCI registered [ 0.255446] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256730] PCI: Using configuration type 1 for base access [ 0.258619] ACPI: Added _OSI(Module Device) [ 0.259482] ACPI: Added _OSI(Processor Device) [ 0.260362] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261282] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263130] ACPI: Interpreter enabled [ 0.263916] ACPI: (supports S0 S5) [ 0.264639] ACPI: Using IOAPIC for interrupt routing [ 0.265610] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272558] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274842] acpiphp: Slot [3] registered [ 0.275688] acpiphp: Slot [4] registered [ 0.276511] acpiphp: Slot [5] registered [ 0.277331] acpiphp: Slot [6] registered [ 0.288146] acpiphp: Slot [7] registered [ 0.288988] acpiphp: Slot [8] registered [ 0.289809] acpiphp: Slot [9] registered [ 0.290626] acpiphp: Slot [10] registered [ 0.291452] acpiphp: Slot [11] registered [ 0.292288] acpiphp: Slot [12] registered [ 0.293118] acpiphp: Slot [13] registered [ 0.293946] acpiphp: Slot [14] registered [ 0.294783] acpiphp: Slot [15] registered [ 0.295616] acpiphp: Slot [16] registered [ 0.296450] acpiphp: Slot [17] registered [ 0.297280] acpiphp: Slot [18] registered [ 0.298110] acpiphp: Slot [19] registered [ 0.298947] acpiphp: Slot [20] registered [ 0.299780] acpiphp: Slot [21] registered [ 0.300617] acpiphp: Slot [22] registered [ 0.301450] acpiphp: Slot [23] registered [ 0.302280] acpiphp: Slot [24] registered [ 0.303106] acpiphp: Slot [25] registered [ 0.303937] acpiphp: Slot [26] registered [ 0.304778] acpiphp: Slot [27] registered [ 0.305628] acpiphp: Slot [28] registered [ 0.306459] acpiphp: Slot [29] registered [ 0.307292] acpiphp: Slot [30] registered [ 0.308120] acpiphp: Slot [31] registered [ 0.308946] PCI host bridge to bus 0000:00 [ 0.309796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311083] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315367] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.316876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.321569] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322772] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.324164] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354220] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355663] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357041] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358127] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359707] vgaarb: loaded [ 0.360317] vgaarb: bridge control possible 0000:00:02.0 [ 0.361616] SCSI subsystem initialized [ 0.362543] ACPI: bus type USB registered [ 0.363394] usbcore: registered new interface driver usbfs [ 0.364451] usbcore: registered new interface driver hub [ 0.365488] usbcore: registered new device driver usb [ 0.366627] PCI: Using ACPI for IRQ routing [ 0.367766] NetLabel: Initializing [ 0.368508] NetLabel: domain hash size = 128 [ 0.369379] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370365] NetLabel: unlabeled traffic allowed by default [ 0.371539] amd_nb: Cannot enumerate AMD northbridges [ 0.372554] clocksource: Switched to clocksource kvm-clock [ 0.380281] AppArmor: AppArmor Filesystem Enabled [ 0.381309] pnp: PnP ACPI init [ 0.382282] pnp: PnP ACPI: found 5 devices [ 0.388694] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390462] NET: Registered protocol family 2 [ 0.391518] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394066] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395292] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396405] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397627] NET: Registered protocol family 1 [ 0.398532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400761] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418449] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435174] Unpacking initramfs... [ 0.877659] Freeing initrd memory: 37084K [ 0.879064] Scanning for low memory corruption every 60 seconds [ 0.880627] audit: initializing netlink subsys (disabled) [ 0.881758] audit: type=2000 audit(1534094033.033:1): initialized [ 0.883220] Initialise system trusted keyring [ 0.884291] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.885486] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.887748] zbud: loaded [ 0.888634] VFS: Disk quotas dquot_6.6.0 [ 0.889494] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.891002] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.892350] fuse init (API version 7.23) [ 0.893302] Key type big_key registered [ 0.894125] Allocating IMA MOK and blacklist keyrings. [ 0.895442] Key type asymmetric registered [ 0.896294] Asymmetric key parser 'x509' registered [ 0.897287] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.898812] io scheduler noop registered [ 0.899630] io scheduler deadline registered (default) [ 0.900665] io scheduler cfq registered [ 0.901555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.902636] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.903973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.905489] ACPI: Power Button [PWRF] [ 0.906411] GHES: HEST is not enabled! [ 0.921846] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.953507] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.955880] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.979972] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.982368] Linux agpgart interface v0.103 [ 0.984574] loop: module loaded [ 0.987178] vda: vda1 [ 0.988507] scsi host0: ata_piix [ 0.989297] scsi host1: ata_piix [ 0.990045] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.991305] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.992874] libphy: Fixed MDIO Bus: probed [ 0.993725] tun: Universal TUN/TAP device driver, 1.6 [ 0.994708] tun: (C) 1999-2004 Max Krasnyansky [ 0.997012] PPP generic driver version 2.4.2 [ 0.997954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.999180] ehci-pci: EHCI PCI platform driver [ 1.000081] ehci-platform: EHCI generic platform driver [ 1.001108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.002285] ohci-pci: OHCI PCI platform driver [ 1.003181] ohci-platform: OHCI generic platform driver [ 1.004201] uhci_hcd: USB Universal Host Controller Interface driver [ 1.020017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.021057] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.022560] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.023589] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.024792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.026060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.027520] usb usb1: Product: UHCI Host Controller [ 1.028484] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.029677] usb usb1: SerialNumber: 0000:00:01.2 [ 1.030692] hub 1-0:1.0: USB hub found [ 1.031494] hub 1-0:1.0: 2 ports detected [ 1.032463] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.034689] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.035682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.036772] mousedev: PS/2 mouse device common for all mice [ 1.038109] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.040131] rtc_cmos 00:00: RTC can wake from S4 [ 1.041301] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.042534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.043778] i2c /dev entries driver [ 1.044593] device-mapper: uevent: version 1.0.3 [ 1.045582] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.047262] ledtrig-cpu: registered to indicate activity on CPUs [ 1.048697] NET: Registered protocol family 10 [ 1.049831] NET: Registered protocol family 17 [ 1.050754] Key type dns_resolver registered [ 1.051835] registered taskstats version 1 [ 1.052723] Loading compiled-in X.509 certificates [ 1.054238] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.056146] zswap: loaded using pool lzo/zbud [ 1.058374] Key type trusted registered [ 1.061204] Key type encrypted registered [ 1.062062] AppArmor: AppArmor sha1 policy hashing enabled [ 1.063135] ima: No TPM chip found, activating TPM-bypass! [ 1.064212] evm: HMAC attrs: 0x1 [ 1.065207] Magic number: 14:883:238 [ 1.066088] rtc_cmos 00:00: setting system clock to 2018-08-12 17:13:52 UTC (1534094032) [ 1.067766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.068945] EDD information not available. [ 1.150039] Freeing unused kernel memory: 1512K [ 1.151017] Write protecting the kernel read-only data: 14336k [ 1.163648] Freeing unused kernel memory: 1692K [ 1.164825] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.175014] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.177231] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.179173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.181077] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182963] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.184873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.191730] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.193651] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.195521] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.199240] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.257753] virtio_net virtio0 ens3: renamed from eth0 [ 1.261912] [drm] Initialized drm 1.1.0 20060810 [ 1.270403] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272301] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.288862] FDC 0 is a S82078B [ 1.310287] AVX2 version of gcm_enc/dec engaged. [ 1.311253] AES CTR mode by8 optimization enabled [ 1.340657] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.505674] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.507064] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.508404] usb 1-1: Product: QEMU USB Tablet [ 1.509296] usb 1-1: Manufacturer: QEMU [ 1.510107] usb 1-1: SerialNumber: 42 [ 1.518248] hidraw: raw HID events driver (C) Jiri Kosina [ 1.525206] usbcore: registered new interface driver usbhid [ 1.526331] usbhid: USB HID core driver [ 1.529077] 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.531426] 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 Begin: Loading essential drivers ... [ 1.794300] md: linear personality registered for level -1 [ 1.797541] md: multipath personality registered for level -4 [ 1.800802] md: raid0 personality registered for level 0 [ 1.804493] md: raid1 personality registered for level 1 [ 1.876557] raid6: sse2x1 gen() 11669 MB/s [ 1.944556] raid6: sse2x1 xor() 8887 MB/s [ 2.012555] raid6: sse2x2 gen() 14627 MB/s [ 2.080554] raid6: sse2x2 xor() 9915 MB/s [ 2.148557] raid6: sse2x4 gen() 16750 MB/s [ 2.216559] raid6: sse2x4 xor() 11741 MB/s [ 2.284577] raid6: avx2x1 gen() 22512 MB/s [ 2.352554] raid6: avx2x2 gen() 26036 MB/s [ 2.420555] raid6: avx2x4 gen() 30411 MB/s [ 2.421452] raid6: using algorithm avx2x4 gen() 30411 MB/s [ 2.422502] raid6: using avx2x2 recovery algorithm [ 2.423475] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.424655] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns [ 2.427918] xor: automatically using best checksumming function: [ 2.468554] avx : 31743.000 MB/sec [ 2.470746] async_tx: api initialized (async) [ 2.481041] md: raid6 personality registered for level 6 [ 2.482112] md: raid5 personality registered for level 5 [ 2.483155] md: raid4 personality registered for level 4 [ 2.488531] 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.517418] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.535271] 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.625891] 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.629330] systemd[1]: Detected virtualization kvm. [ 2.630334] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.633487] systemd[1]: Set hostname to . [ 2.635617] systemd[1]: Initializing machine ID from KVM UUID. [ 2.636803] systemd[1]: Installed transient /etc/machine-id file. [ 2.750891] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.753002] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.755020] 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. [ 2.758272] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.760471] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.762462] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.764920] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.767059] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.771738] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.774606] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.778502] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.781607] systemd[1]: Reached target User and Group Name Lookups. [ 2.784874] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.787062] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.790877] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m[ 2.794406] iscsi: registered transport (tcp) ] Listening on fsck to fsckd communication Socket. [ 2.796305] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.798329] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.801694] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.803846] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.810453] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.817331] systemd[1]: Starting Set console keymap... c Starting Set console keymap... [ 2.821873] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.827750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.837835] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.842153] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.844989] iscsi: registered transport (iser) [ 2.846563] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.852630] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.856643] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.865012] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.867676] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.872983] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.886793] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.899754] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.902186] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.905985] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.908965] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Nameserver information manager. [[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 Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. 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 Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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.266679] 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] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.469263] cloud-init[528]: Cloud-init v. 18.2 running 'init-local' at Sun, 12 Aug 2018 17:13:55 +0000. Up 4.27 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 LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... o[ 57.761331] cloud-init[944]: Cloud-init v. 18.2 running 'init' at Sun, 12 Aug 2018 17:13:57 +0000. Up 5.47 seconds. [ 57.764407] cloud-init[944]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.771552] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.777346] cloud-init[944]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.784204] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.787851] cloud-init[944]: ci-info: | ens3 | True | 192.168.120.6 | 255.255.255.0 | . | fa:16:3e:04:19:a8 | [ 57.795464] cloud-init[944]: ci-info: | ens3 | True | fe80::f816:3eff:fe04:19a8/64 | . | link | fa:16:3e:04:19:a8 | [ 57.800141] cloud-init[944]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.808141] cloud-init[944]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.811013] cloud-init[944]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.816305] cloud-init[944]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.824139] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.826846] cloud-init[944]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.832316] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.840132] cloud-init[944]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.844130] cloud-init[944]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | ens3 | UGH | [ 57.848182] cloud-init[944]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.851194] cloud-init[944]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.855064] cloud-init[944]: 2018-08-12 17:14:49,367 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.288656] cloud-init[944]: Generating public/private rsa key pair. [ 58.290411] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.296323] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.298388] cloud-init[944]: The key fingerprint is: [ 58.300124] cloud-init[944]: SHA256:gy2z+Nx32KrLDedcwvyncEiqaJ86e/yaHabHHzczMvI root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.308127] cloud-init[944]: The key's randomart image is: [ 58.309585] cloud-init[944]: +---[RSA 2048]----+ [ 58.310997] cloud-init[944]: | | [ 58.316363] cloud-init[944]: | | [ 58.317693] cloud-init[944]: | | [ 58.319078] cloud-init[944]: | o | [ 58.324379] cloud-init[944]: | + S . | [ 58.325834] cloud-init[944]: | . + * . | [ 58.328116] cloud-init[944]: | ....* @oB | [ 58.332125] cloud-init[944]: | o+oXoXo@o+. | [ 58.333460] cloud-init[944]: | .+*X+B=Eooo | [ 58.336135] cloud-init[944]: +----[SHA256]-----+ [ 58.340163] cloud-init[944]: Generating public/private dsa key pair. [ 58.344118] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.348124] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.352180] cloud-init[944]: The key fingerprint is: [ 58.356266] cloud-init[944]: SHA256:AssUykkd6HDeoQwmC95+TnKtXjubFEWu5VTl+Vmx5YU root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.364181] cloud-init[944]: The key's randomart image is: [ 58.365771] cloud-init[944]: +---[DSA 1024]----+ [ 58.367101] cloud-init[944]: | .oo. . ... oo| [ 58.372435] cloud-init[944]: |=+ooo. o . . E.=| [ 58.373788] cloud-init[944]: |=O=oo. = o .o| [ 58.375098] cloud-init[944]: |..=+.o * . o|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.380274] cloud-init[944]: | . o ooS. o | [ 58.381392] cloud-init[944]: | o + o. | [ 58.382446] cloud-init[944]: | * .o | [ 58.383501] cloud-init[944]: [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily apt upgrade and clean activities.| oo.o | [ 58.393173] cloud-init[944]: | .. +o | [ 58.394174] cloud-init[944]: +----[SHA256]-----+ [ 58.394972] cloud-init[944]: Generating public/private ecdsa key pair. [ 58.395989] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.397242] cloud-init[944]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.398477] cloud-init[944]: The key fingerprint is: [ 58.399284] cloud-init[944]: SHA256:nwVsZBd/dpOKPLuHXqOOhLnZTArcm/+UMv31/wWUANk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.401164] cloud-init Starting LXD - unix socket. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] [944]: The key's randomart image is: [ 58.408590] cloud-init[944]: +---[ECDSA 256]---+ [ 58.409370] cloud-init[944]: | +++. | [ 58.410143] cloud-init[944]: | +..Eo ..| [ 58.410898] cloud-init[944]: | + +o+| [ 58.411661] cloud-init[944]: Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon.| ......oo| [ 58.416531] cloud-init[944]: | S +... | [ 58.417301] cloud-init[944]: | . . o..o+ . | [ 58.418072] cloud-init[944]: | o + =o=.o ..| [ 58.418835] cloud-init[944]: | . @ =.=.o o| [ 58.419615] cloud-init[944]: | *.=+*.. *| [ 58.422580] [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting Apply the settings specified in cloud-config... Starting Accounts Service... cloud-init[944]: +----[SHA256]-----+ [ 58.430543] cloud-init[944]: Generating public/private ed25519 key pair. [ 58.431794] cloud-init[944]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started iperf Service. [ 58.445840] Starting Snappy daemon... [[0;32m OK [0m] Started iperf3 Service. cloud-init Starting Pollinate to seed the pseudo random number generator... Starting Login Service... [944]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.[[0;32m OK [0m] Started ACPI event daemon. Starting /etc/rc.local Compatibility... Starting System Logging Service... [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LXD - container startup/shutdown... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started D-Bus System Message Bus. [ 58.472384] cloud-init[944]: The key fingerprint is: [ 58.523112] cloud-init[944]: SHA256:JbUW//gtutlmUKM4o4tu1VN7mYqNgPOOuJ3QapT/Ilk root@shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 [ 58.539692] cloud-init[[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started Deferred execution scheduler. Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [944]: The key's randomart image is: [ 58.576072] cloud-init[944]: +--[ED25519 256]--+ [ 58.587283] cloud-init[944]: | o | [ 58.601788] cloud-init[944]: | . + | [ 58.613315] cloud-init[944]: | . + . | [ 58.626172] cloud-init[944]: | + .oo | [ 58.638017] [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[944]: | . .S. o.+.+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 58.679306] cloud-init[944]: | o.E o * +.+. | [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 58.690232] cloud-init[944]: | ..+.+ o B +o .| [ 58.691338] cloud-init[944]: | +=++o o o+o. | [ 58.694265] cloud-init[944]: | .+=*++. ++. | [ 58.697914] cloud-init[944]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.061428] cloud-init[1040]: Generating locales (this might take a while)... [ 59.750469] cloud-init[1040]: en_US.UTF-8... done [ 59.752711] cloud-init[1040]: 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 LSB: network benchmark... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: automatic crash report generation... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: network benchmark. Starting Hold until boot process finishes up... Starting Terminate Plymouth Boot Screen... [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Getty on tty1. Starting Set console scheme... [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[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 Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 ttyS0 shaker-vm-d537ed0a-55ca-46f6-b2af-24b02e06b735 login: 2018-08-12 17:15:18,315 - paramiko.transport - DEBUG - starting thread (client mode): 0x6e041d0L 2018-08-12 17:15:18,316 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 17:15:18,318 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-12 17:15:18,318 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-12 17:15:18,319 - 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-12 17:15:18,320 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 17:15:18,320 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 17:15:18,320 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 17:15:18,320 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 17:15:18,320 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 17:15:18,361 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 17:15:18,361 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 17:15:18,380 - paramiko.transport - DEBUG - Trying discovered key 92eee1e808507c2b18efcc897dda43a6 in /tmp/tmpfmSLdT 2018-08-12 17:15:18,398 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 17:15:18,405 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 17:15:18,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 17:15:18,419 - 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-12 17:15:18,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 17:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45993731-c13e-47b2-a3af-a57fc9fd5285 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-12 17:15:18,425 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-45993731-c13e-47b2-a3af-a57fc9fd5285 2018-08-12 17:15:18,425 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:18,537 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 17:15:18,537 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 17:15:18,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4157c3df-d35f-495c-aef7-6f594af21815 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/018e3addd9564686a81f47de471b8a25"}, "enabled": true, "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/13893612de924b22853b177e3d6b8151"}, "enabled": true, "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/278cba97a3ae4476b82a4173572555c9"}, "enabled": true, "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/288dba5267d9473ba4bd2cf0a4207734"}, "enabled": true, "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/57ecf3bcea8e4728af2f311ce03118da"}, "enabled": true, "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5e108d1bc1d54f2ba2c943347e161733"}, "enabled": true, "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/69fd0fc147f1423689d79cc0573deceb"}, "enabled": true, "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6b97264619e2417faa699eea2a04dfca"}, "enabled": true, "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a0da2a35cab84923a594d25e69c57bab"}, "enabled": true, "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b82ec30b84a94d3290f5419b0dc18ce8"}, "enabled": true, "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/be96f60905284f4dae610f3a29b2ade8"}, "enabled": true, "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bfb8c99b682d4b73b7d2604807bd60c1"}, "enabled": true, "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb05b7db92ff4061ae0ee7436508f60e"}, "enabled": true, "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ce885311414e4f6291d7ea3c4fe03a4b"}, "enabled": true, "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/dc9c0b2811614478b86a08ba8b56d559"}, "enabled": true, "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 17:15:18,621 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-4157c3df-d35f-495c-aef7-6f594af21815 2018-08-12 17:15:18,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.205957889557s 2018-08-12 17:15:18,622 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-4157c3df-d35f-495c-aef7-6f594af21815 2018-08-12 17:15:18,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-12 17:15:18,634 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:18,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc7f264e-3e0a-4ea7-b6aa-94a30b2a1197 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/01552f356074497f9d02dd2644459370"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0b75239aa976439b845c2a553ce630ce"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "0b75239aa976439b845c2a553ce630ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0d0c7d71c53840c6bb60554a908b4c7d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/18c3c1c4a8af4e71bc84060ca32944f9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1935ebc143e64eb7a7ae01a46d6edc20"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2886df3060b943b490f4e2616a351046"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "2886df3060b943b490f4e2616a351046"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/368b666ad892495caa6fd294efab629f"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "368b666ad892495caa6fd294efab629f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/385c6621ce624afb964e538aafa55222"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "385c6621ce624afb964e538aafa55222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/38c37daacb4240fb82858ca36ab8a482"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/478986f6a7a54f28908eaaf64c40e321"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/53a5c9a190154315b4feaaa7a640b6af"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5855ca6878ba4754ab261e5643ca1fa7"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5a7467d0801b4824af7a25d3db2f83b0"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "13893612de924b22853b177e3d6b8151", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5ad38c3f9c864cedac9f5699bd8080a4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "13893612de924b22853b177e3d6b8151", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/60c53205dc8a4da49a727f472d9a6af9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6a2649acda364631898b4f4f59659302"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "6a2649acda364631898b4f4f59659302"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6fde68027cb44969a6ef7f6b3c262ea2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b82ec30b84a94d3290f5419b0dc18ce8", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/703d1d35cc334800b4585b66318cd9ca"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/842090bd8c6446a4940db7f17af28fa0"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8a38c08dd9124438b1f62f3516866acf"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8ba292bb055d4453bc204bf5d84dd95c"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8bb2003eba6b45c18d85abf9329eaa9d"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0da2a35cab84923a594d25e69c57bab", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8e7b0440a0ed4a389b2f8a4cea1e3d45"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9056f4e27cae40ddbe02d9a15cc03edc"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "13893612de924b22853b177e3d6b8151", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/959f7fa6bafc4b65be6a45577ed01645"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "be96f60905284f4dae610f3a29b2ade8", "id": "959f7fa6bafc4b65be6a45577ed01645"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/99365c04bd2b47949e70738a0e32974c"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "99365c04bd2b47949e70738a0e32974c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9b28fc7ace3d4983a9a296bd42633df5"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cb05b7db92ff4061ae0ee7436508f60e", "id": "9b28fc7ace3d4983a9a296bd42633df5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9e360a6b61c647e883ea528783c18166"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "69fd0fc147f1423689d79cc0573deceb", "id": "9e360a6b61c647e883ea528783c18166"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a3f1c0696a1240c695c0515e5fffb90e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b452553ed4ac4cc39210d69b94f43eec"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bfb8c99b682d4b73b7d2604807bd60c1", "id": "b452553ed4ac4cc39210d69b94f43eec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b671f8b6f7f34ccb92a1b494951bba8b"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bb4a9f70bce143abbcd7f8d096e78b05"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c55b1135c9464826bf3508da03267f5e"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6b97264619e2417faa699eea2a04dfca", "id": "c55b1135c9464826bf3508da03267f5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c886728e49fd4d6eba6c709198d88860"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "57ecf3bcea8e4728af2f311ce03118da", "id": "c886728e49fd4d6eba6c709198d88860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c8c8c22b02464a79a13065d8be7fcf2e"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5e108d1bc1d54f2ba2c943347e161733", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d98f8ce2b182456097f2aca932a989af"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "d98f8ce2b182456097f2aca932a989af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/da9d7071cec247e8b7808796f58d680d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "018e3addd9564686a81f47de471b8a25", "id": "da9d7071cec247e8b7808796f58d680d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e76cc1a65d464fa490fbb85f19587e53"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e96dd01bed0942e6b9740ef5ae2a040b"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ecbd4ae163a6495180975c3ef9ee8338"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "288dba5267d9473ba4bd2cf0a4207734", "id": "ecbd4ae163a6495180975c3ef9ee8338"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f42a80741dfb412abe4edf832cd28d59"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc9c0b2811614478b86a08ba8b56d559", "id": "f42a80741dfb412abe4edf832cd28d59"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fd830f8ce63e45d4870c29e1b0b4c40b"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "278cba97a3ae4476b82a4173572555c9", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-12 17:15:18,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-dc7f264e-3e0a-4ea7-b6aa-94a30b2a1197 2018-08-12 17:15:18,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.205662965775s 2018-08-12 17:15:18,837 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-dc7f264e-3e0a-4ea7-b6aa-94a30b2a1197 2018-08-12 17:15:18,844 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.23:5000 2018-08-12 17:15:18,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:15:18,851 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:19,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89e70af-952a-4857-81e0-1be075b6c904 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:15:19,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e89e70af-952a-4857-81e0-1be075b6c904 2018-08-12 17:15:19,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181210041046s 2018-08-12 17:15:19,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e89e70af-952a-4857-81e0-1be075b6c904 2018-08-12 17:15:19,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:15:19,037 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:19,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1df9ff77-7840-4efd-b86b-8ecb876b292f Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:15:19,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1df9ff77-7840-4efd-b86b-8ecb876b292f 2018-08-12 17:15:19,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198245048523s 2018-08-12 17:15:19,233 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1df9ff77-7840-4efd-b86b-8ecb876b292f 2018-08-12 17:15:19,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 17:15:19,241 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:19,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e92f93-4e30-4d62-b6c1-4091e50247a5 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-12 17:15:19,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-88e92f93-4e30-4d62-b6c1-4091e50247a5 2018-08-12 17:15:19,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.210453033447s 2018-08-12 17:15:19,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-88e92f93-4e30-4d62-b6c1-4091e50247a5 2018-08-12 17:15:19,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 17:15:19,452 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:19,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd56484-afc0-443d-9707-7de0b4e8e87e Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": {"self": "http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27ba91a14d44466e8d6062f36512e191", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 17:15:19,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7dd56484-afc0-443d-9707-7de0b4e8e87e 2018-08-12 17:15:19,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213629961014s 2018-08-12 17:15:19,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7dd56484-afc0-443d-9707-7de0b4e8e87e 2018-08-12 17:15:19,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 17:15:19,677 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:19,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de77a0b1-b03f-478b-9900-ad202a7cea1c Content-Encoding: gzip Content-Length: 392 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/799d8ca8386240949dc6e456b4d10d36"}, "tags": [], "enabled": true, "id": "799d8ca8386240949dc6e456b4d10d36", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 17:15:19,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-de77a0b1-b03f-478b-9900-ad202a7cea1c 2018-08-12 17:15:19,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199391126633s 2018-08-12 17:15:19,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-de77a0b1-b03f-478b-9900-ad202a7cea1c 2018-08-12 17:15:19,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 17:15:19,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=2d788a838d6248bea293f537c17fe7c3&scope.project.id=799d8ca8386240949dc6e456b4d10d36" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:20,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a4088f3-9009-4505-b439-3037a04976af 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=27ba91a14d44466e8d6062f36512e191&role.id=2d788a838d6248bea293f537c17fe7c3&scope.project.id=799d8ca8386240949dc6e456b4d10d36", "previous": null, "next": null}} 2018-08-12 17:15:20,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=2d788a838d6248bea293f537c17fe7c3&scope.project.id=799d8ca8386240949dc6e456b4d10d36 used request id req-6a4088f3-9009-4505-b439-3037a04976af 2018-08-12 17:15:20,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.198907136917s 2018-08-12 17:15:20,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=2d788a838d6248bea293f537c17fe7c3&scope.project.id=799d8ca8386240949dc6e456b4d10d36 used request id req-6a4088f3-9009-4505-b439-3037a04976af 2018-08-12 17:15:20,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 17:15:20,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/2d788a838d6248bea293f537c17fe7c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:20,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 17:15:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-964a470c-b830-4de5-9403-e15530cf10ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 17:15:20,313 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/2d788a838d6248bea293f537c17fe7c3 used request id req-964a470c-b830-4de5-9403-e15530cf10ba 2018-08-12 17:15:20,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.22971200943s 2018-08-12 17:15:20,313 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/2d788a838d6248bea293f537c17fe7c3 used request id req-964a470c-b830-4de5-9403-e15530cf10ba 2018-08-12 17:15:20,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:15:20,320 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:20,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d42b353-d867-4d7d-b9c2-f47b9a3932dd Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 17:15:20,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0d42b353-d867-4d7d-b9c2-f47b9a3932dd 2018-08-12 17:15:20,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.209701061249s 2018-08-12 17:15:20,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0d42b353-d867-4d7d-b9c2-f47b9a3932dd 2018-08-12 17:15:20,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-12 17:15:20,535 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-12 17:15:20,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 12 Aug 2018 17:15:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94305e4c-511f-40e5-b24a-eb780bf88020 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e2a7ff12f0be410bb0e38632ea62ed3e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e2a7ff12f0be410bb0e38632ea62ed3e"}, "name": "heat_stack_owner"}} 2018-08-12 17:15:20,867 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-94305e4c-511f-40e5-b24a-eb780bf88020 2018-08-12 17:15:20,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.33505487442s 2018-08-12 17:15:20,867 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-94305e4c-511f-40e5-b24a-eb780bf88020 2018-08-12 17:15:20,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 17:15:20,874 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:21,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75e77caf-5bca-47d2-a6f1-34e586198f21 Content-Encoding: gzip Content-Length: 414 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}, {"domain_id": null, "id": "e2a7ff12f0be410bb0e38632ea62ed3e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e2a7ff12f0be410bb0e38632ea62ed3e"}, "name": "heat_stack_owner"}]} 2018-08-12 17:15:21,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-75e77caf-5bca-47d2-a6f1-34e586198f21 2018-08-12 17:15:21,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183963060379s 2018-08-12 17:15:21,055 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-75e77caf-5bca-47d2-a6f1-34e586198f21 2018-08-12 17:15:21,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-12 17:15:21,063 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:21,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25c36e0e-4cd9-46a8-a437-3a1cacd1b694 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-12 17:15:21,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-25c36e0e-4cd9-46a8-a437-3a1cacd1b694 2018-08-12 17:15:21,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19386100769s 2018-08-12 17:15:21,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-25c36e0e-4cd9-46a8-a437-3a1cacd1b694 2018-08-12 17:15:21,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 17:15:21,258 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:21,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab40a479-7b20-4b48-a413-7a2847100aed Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": {"self": "http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27ba91a14d44466e8d6062f36512e191", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 17:15:21,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ab40a479-7b20-4b48-a413-7a2847100aed 2018-08-12 17:15:21,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213212013245s 2018-08-12 17:15:21,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ab40a479-7b20-4b48-a413-7a2847100aed 2018-08-12 17:15:21,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 17:15:21,483 - 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}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:21,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf773683-9286-4f71-a476-61305595cbba Content-Encoding: gzip Content-Length: 392 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/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/799d8ca8386240949dc6e456b4d10d36"}, "tags": [], "enabled": true, "id": "799d8ca8386240949dc6e456b4d10d36", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 17:15:21,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-cf773683-9286-4f71-a476-61305595cbba 2018-08-12 17:15:21,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20430803299s 2018-08-12 17:15:21,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-cf773683-9286-4f71-a476-61305595cbba 2018-08-12 17:15:21,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-12 17:15:21,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=e2a7ff12f0be410bb0e38632ea62ed3e&scope.project.id=799d8ca8386240949dc6e456b4d10d36" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:21,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 17:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa24241-5986-45c7-9f6d-f20e35fff609 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=27ba91a14d44466e8d6062f36512e191&role.id=e2a7ff12f0be410bb0e38632ea62ed3e&scope.project.id=799d8ca8386240949dc6e456b4d10d36", "previous": null, "next": null}} 2018-08-12 17:15:21,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=e2a7ff12f0be410bb0e38632ea62ed3e&scope.project.id=799d8ca8386240949dc6e456b4d10d36 used request id req-daa24241-5986-45c7-9f6d-f20e35fff609 2018-08-12 17:15:21,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194103002548s 2018-08-12 17:15:21,886 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=27ba91a14d44466e8d6062f36512e191&role.id=e2a7ff12f0be410bb0e38632ea62ed3e&scope.project.id=799d8ca8386240949dc6e456b4d10d36 used request id req-daa24241-5986-45c7-9f6d-f20e35fff609 2018-08-12 17:15:21,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-12 17:15:21,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/e2a7ff12f0be410bb0e38632ea62ed3e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f66defcd3116c23c42cac7fa6d8bffdcbeb007b" 2018-08-12 17:15:22,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 17:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d27a8871-680a-49b8-9313-f41354f52650 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 17:15:22,134 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/e2a7ff12f0be410bb0e38632ea62ed3e used request id req-d27a8871-680a-49b8-9313-f41354f52650 2018-08-12 17:15:22,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.244816064835s 2018-08-12 17:15:22,134 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36/users/27ba91a14d44466e8d6062f36512e191/roles/e2a7ff12f0be410bb0e38632ea62ed3e used request id req-d27a8871-680a-49b8-9313-f41354f52650 2018-08-12 17:15:22,135 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 17:15:22,136 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 17:15:22,136 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 17:15:22,140 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 17:15:22,213 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 17:15:22,214 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 17:15:22,215 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 17:15:22,254 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 17:15:22,254 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 17:15:22,280 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 18:15:22,335 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 18:15:22,336 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=799d8ca8386240949dc6e456b4d10d36 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 34798 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_d537ed0a-55ca-46f6-b2af-24b02e06b735 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=20e9ae7a-e8c9-4e32-84ea-30b9f860c97d 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=ZKGK7be5XPR2QaGFWUKBODqSh OS_USERNAME=shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735 SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.23,192.30.9.4 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 34798 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-12 17:15:22.562 1387 INFO shaker.engine.utils [-] Logging enabled 2018-08-12 17:15:22.565 1387 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-12 17:15:22.567 1387 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-12 17:15:22.575 1395 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-12 17:15:22.575 1395 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.201:9000 2018-08-12 17:15:22.575 1395 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-12 17:15:22.585 1387 INFO pykwalify.core [-] validation.valid 2018-08-12 17:15:24.194 1387 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-12 17:15:31.916 1387 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'bc52d8fd-7817-46ae-a81c-bc5fd0bb13d5', u'links': [{u'href': u'http://172.30.9.23:8004/v1/799d8ca8386240949dc6e456b4d10d36/stacks/shaker_fiprkt/bc52d8fd-7817-46ae-a81c-bc5fd0bb13d5', u'rel': u'self'}]} 2018-08-12 17:19:21.633 1387 INFO shaker.openstack.clients.heat [-] Cannot get output list, fallback to old way: ERROR: 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

2018-08-12 17:19:24.187 1387 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_fiprkt_slave_0', 'shaker_fiprkt_master_0']) 2018-08-12 17:19:28.709 1387 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-12 17:20:59.384 1387 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-12 17:22:28.981 1387 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-12 17:23:58.582 1387 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-12 17:23:58.583 1387 INFO shaker.engine.server [-] Execution is done 2018-08-12 17:23:59.279 1387 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-12 18:15:22,337 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 18:15:22,336 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-12 18:15:22,339 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 18:15:22,375 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 18:15:22,375 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 18:15:22,405 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 18:15:22,408 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 18:15:22,409 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 18:15:22,409 - 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-12 18:15:22,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 18:15:22,533 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:24 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-12 18:15:22,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 18:15:22,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}, {"id": "e2a7ff12f0be410bb0e38632ea62ed3e", "name": "heat_stack_owner"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T19:15:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "799d8ca8386240949dc6e456b4d10d36", "name": "shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/799d8ca8386240949dc6e456b4d10d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/799d8ca8386240949dc6e456b4d10d36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/799d8ca8386240949dc6e456b4d10d36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/799d8ca8386240949dc6e456b4d10d36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735", "id": "27ba91a14d44466e8d6062f36512e191"}, "audit_ids": ["MFyiElZSTBGCbaN_TgtSkg"], "issued_at": "2018-08-12T18:15:22.000000Z"}} 2018-08-12 18:15:22,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-12 18:15:22,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/86f1180a-45ce-4f57-876a-5468c70bc4c3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:24,316 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab35d898-a016-4f13-9fa1-035482f3b5fa Content-Length: 0 Date: Sun, 12 Aug 2018 18:15:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 18:15:24,317 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/86f1180a-45ce-4f57-876a-5468c70bc4c3.json used request id req-ab35d898-a016-4f13-9fa1-035482f3b5fa 2018-08-12 18:15:24,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.35849785805s 2018-08-12 18:15:24,317 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/86f1180a-45ce-4f57-876a-5468c70bc4c3.json used request id req-ab35d898-a016-4f13-9fa1-035482f3b5fa 2018-08-12 18:15:24,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-12 18:15:24,322 - 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}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:24,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b5bf9c4b-0f9a-4331-8ecc-9ea350a76429 Date: Sun, 12 Aug 2018 18:15:24 GMT RESP BODY: {"floatingips": []} 2018-08-12 18:15:24,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b5bf9c4b-0f9a-4331-8ecc-9ea350a76429 2018-08-12 18:15:24,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.3228058815s 2018-08-12 18:15:24,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b5bf9c4b-0f9a-4331-8ecc-9ea350a76429 2018-08-12 18:15:24,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-12 18:15:24,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:25,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 18:15: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-a4c49944-1f42-449c-89ca-d4063af80d3c x-compute-request-id: req-a4c49944-1f42-449c-89ca-d4063af80d3c Content-Type: application/json 2018-08-12 18:15:25,507 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5 used request id req-a4c49944-1f42-449c-89ca-d4063af80d3c 2018-08-12 18:15:25,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.86138010025s 2018-08-12 18:15:25,507 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5 used request id req-a4c49944-1f42-449c-89ca-d4063af80d3c 2018-08-12 18:15:25,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 18:15:25,511 - 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}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:27,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15: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-9e7d6517-f4ff-4fd2-88a1-1a9844974d02 x-compute-request-id: req-9e7d6517-f4ff-4fd2-88a1-1a9844974d02 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:19:a8", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:19:a8", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e3f7c41c-5670-499d-8725-8928c0973fb5", "rel": "bookmark"}], "image": {"id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "links": [{"href": "http://172.30.9.23:8774/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000003e", "OS-SRV-USG:launched_at": "2018-08-12T17:13:51.000000", "flavor": {"id": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "links": [{"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "bookmark"}]}, "id": "e3f7c41c-5670-499d-8725-8928c0973fb5", "security_groups": [{"name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}], "user_id": "27ba91a14d44466e8d6062f36512e191", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T18:15:25Z", "hostId": "af6a461c9ef58a2327d3fb1411ff00a28ead533c957ec25cd5087393", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_d537ed0a-55ca-46f6-b2af-24b02e06b735", "created": "2018-08-12T17:10:28Z", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-12 18:15:27,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9e7d6517-f4ff-4fd2-88a1-1a9844974d02 2018-08-12 18:15:27,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.70974397659s 2018-08-12 18:15:27,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9e7d6517-f4ff-4fd2-88a1-1a9844974d02 2018-08-12 18:15:27,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-12 18:15:29,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-12 18:15:29,226 - 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}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:29,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15: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-90785936-d45b-4081-aca3-f032403335bd x-compute-request-id: req-90785936-d45b-4081-aca3-f032403335bd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-12 18:15:29,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-90785936-d45b-4081-aca3-f032403335bd 2018-08-12 18:15:29,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.088142156601s 2018-08-12 18:15:29,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-90785936-d45b-4081-aca3-f032403335bd 2018-08-12 18:15:29,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-12 18:15:29,314 - 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}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:29,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 46026 X-Openstack-Request-Id: req-9a7ef8f3-56b0-4954-be2f-f0bd057c4559 Date: Sun, 12 Aug 2018 18:15:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:20Z", "updated_at": "2018-08-12T17:10:22Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:21Z", "revision_number": 0, "id": "5b1e2ce3-f8d2-41b8-a5ac-e0a45db00cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:21Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-12T17:10:22Z", "revision_number": 0, "id": "8b648179-e5ca-42fa-aade-c302d0f5485a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:22Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "8c6d73b9-a728-42f7-ba6a-f449dff21604", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:10:20Z", "revision_number": 0, "id": "ae08e40a-1a65-4e03-b90a-0d984499892d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:20Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T17:10:21Z", "revision_number": 0, "id": "e2964a91-0dd2-470e-a94a-433a32a1194c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:10:21Z", "security_group_id": "f83e9d55-831d-4e42-bc40-013a32430607", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": 22, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 4, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "f83e9d55-831d-4e42-bc40-013a32430607", "name": "shaker-sg_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 18:15:29,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9a7ef8f3-56b0-4954-be2f-f0bd057c4559 2018-08-12 18:15:29,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.371971845627s 2018-08-12 18:15:29,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9a7ef8f3-56b0-4954-be2f-f0bd057c4559 2018-08-12 18:15:29,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-12 18:15:29,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/f83e9d55-831d-4e42-bc40-013a32430607.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:30,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-318ba717-585a-4865-83c3-b567db3e924a Content-Length: 0 Date: Sun, 12 Aug 2018 18:15:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 18:15:30,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f83e9d55-831d-4e42-bc40-013a32430607.json used request id req-318ba717-585a-4865-83c3-b567db3e924a 2018-08-12 18:15:30,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.475984096527s 2018-08-12 18:15:30,171 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f83e9d55-831d-4e42-bc40-013a32430607.json used request id req-318ba717-585a-4865-83c3-b567db3e924a 2018-08-12 18:15:30,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-12 18:15:30,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:30,268 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 18:15: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-708be7f1-6dcd-4ae5-82b3-836f358acd91 x-compute-request-id: req-708be7f1-6dcd-4ae5-82b3-836f358acd91 Content-Length: 0 Content-Type: application/json 2018-08-12 18:15:30,268 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735 used request id req-708be7f1-6dcd-4ae5-82b3-836f358acd91 2018-08-12 18:15:30,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0973482131958s 2018-08-12 18:15:30,269 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_d537ed0a-55ca-46f6-b2af-24b02e06b735 used request id req-708be7f1-6dcd-4ae5-82b3-836f358acd91 2018-08-12 18:15:30,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 18:15:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8/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}577000e2e5f9fcec8f4a1aea47798aa391d286db" -d '{"subnet_id": "1ac95980-c9f8-4eb1-a99b-00f266c9316f"}' 2018-08-12 18:15:32,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6c61d8c6-2ac6-43ee-8313-00398d4c96ab Date: Sun, 12 Aug 2018 18:15:32 GMT RESP BODY: {"network_id": "3f43aa73-b9cc-440d-8dc9-91b04420594e", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "subnet_id": "1ac95980-c9f8-4eb1-a99b-00f266c9316f", "subnet_ids": ["1ac95980-c9f8-4eb1-a99b-00f266c9316f"], "port_id": "8ca215fa-5900-4eed-9786-7a73f165295d", "id": "f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8"} 2018-08-12 18:15:32,031 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8/remove_router_interface.json used request id req-6c61d8c6-2ac6-43ee-8313-00398d4c96ab 2018-08-12 18:15:32,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.7621049881s 2018-08-12 18:15:32,032 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8/remove_router_interface.json used request id req-6c61d8c6-2ac6-43ee-8313-00398d4c96ab returning object f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8 2018-08-12 18:15:32,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 18:15:32,033 - 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}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:32,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-398a90c7-13f3-484b-a970-ff3cb1f0c655 Date: Sun, 12 Aug 2018 18:15:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:10:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T18:15:31Z", "revision_number": 4, "routes": [], "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8", "name": "shaker-router_d537ed0a-55ca-46f6-b2af-24b02e06b735"}]} 2018-08-12 18:15:32,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-398a90c7-13f3-484b-a970-ff3cb1f0c655 2018-08-12 18:15:32,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.313570976257s 2018-08-12 18:15:32,346 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-398a90c7-13f3-484b-a970-ff3cb1f0c655 2018-08-12 18:15:32,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 18:15:32,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:33,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-001271db-2da4-4787-aba5-70007a9e7ca6 Content-Length: 0 Date: Sun, 12 Aug 2018 18:15:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 18:15:33,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8.json used request id req-001271db-2da4-4787-aba5-70007a9e7ca6 2018-08-12 18:15:33,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.445125103s 2018-08-12 18:15:33,793 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f109bf58-d6ef-43b9-9d02-e94c3cdbe5d8.json used request id req-001271db-2da4-4787-aba5-70007a9e7ca6 2018-08-12 18:15:33,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 18:15:33,794 - 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}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:33,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-13b7e187-1a0d-4e67-832a-2e1b606a3d95 Date: Sun, 12 Aug 2018 18:15:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:10:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T17:10:00Z","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":"799d8ca8386240949dc6e456b4d10d36","id":"1ac95980-c9f8-4eb1-a99b-00f266c9316f","subnetpool_id":null,"name":"shaker-subnet_d537ed0a-55ca-46f6-b2af-24b02e06b735"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 18:15:33,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-13b7e187-1a0d-4e67-832a-2e1b606a3d95 2018-08-12 18:15:33,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.096508026123s 2018-08-12 18:15:33,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-13b7e187-1a0d-4e67-832a-2e1b606a3d95 2018-08-12 18:15:33,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 18:15:33,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/1ac95980-c9f8-4eb1-a99b-00f266c9316f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:36,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d459b12a-695f-493a-ab29-610ddf67c64f Date: Sun, 12 Aug 2018 18:15:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 18:15:36,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1ac95980-c9f8-4eb1-a99b-00f266c9316f.json used request id req-d459b12a-695f-493a-ab29-610ddf67c64f 2018-08-12 18:15:36,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.09950900078s 2018-08-12 18:15:36,992 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1ac95980-c9f8-4eb1-a99b-00f266c9316f.json used request id req-d459b12a-695f-493a-ab29-610ddf67c64f 2018-08-12 18:15:36,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 18:15:36,993 - 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}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:37,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-e3db95e8-1662-4a3b-b685-f91bdacd823d Date: Sun, 12 Aug 2018 18:15:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3f43aa73-b9cc-440d-8dc9-91b04420594e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"799d8ca8386240949dc6e456b4d10d36","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:15:36Z","provider:segmentation_id":68,"name":"shaker-net_d537ed0a-55ca-46f6-b2af-24b02e06b735","admin_state_up":true,"tenant_id":"799d8ca8386240949dc6e456b4d10d36","created_at":"2018-08-12T17:09:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 18:15:37,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e3db95e8-1662-4a3b-b685-f91bdacd823d 2018-08-12 18:15:37,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.406575918198s 2018-08-12 18:15:37,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e3db95e8-1662-4a3b-b685-f91bdacd823d 2018-08-12 18:15:37,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 18:15:37,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/3f43aa73-b9cc-440d-8dc9-91b04420594e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:38,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f32a6f6-652d-41ae-8a9d-0a74ea917768 Date: Sun, 12 Aug 2018 18:15:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 18:15:38,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3f43aa73-b9cc-440d-8dc9-91b04420594e.json used request id req-6f32a6f6-652d-41ae-8a9d-0a74ea917768 2018-08-12 18:15:38,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.32328796387s 2018-08-12 18:15:38,724 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3f43aa73-b9cc-440d-8dc9-91b04420594e.json used request id req-6f32a6f6-652d-41ae-8a9d-0a74ea917768 2018-08-12 18:15:38,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:15:38,732 - 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}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:39,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-3d5a7ad5-9644-4928-a088-eb527282ff36 Date: Sun, 12 Aug 2018 18:15:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T17:10:18Z", "file": "/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f/file", "owner": "799d8ca8386240949dc6e456b4d10d36", "id": "260fc4c0-3474-4757-8bac-a3a50f69207f", "size": 666173440, "self": "/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/260fc4c0-3474-4757-8bac-a3a50f69207f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/260fc4c0-3474-4757-8bac-a3a50f69207f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_d537ed0a-55ca-46f6-b2af-24b02e06b735", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-12T17:10:09Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:15:39,467 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3d5a7ad5-9644-4928-a088-eb527282ff36 2018-08-12 18:15:39,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.738843917847s 2018-08-12 18:15:39,468 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3d5a7ad5-9644-4928-a088-eb527282ff36 2018-08-12 18:15:39,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 18:15:39,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}577000e2e5f9fcec8f4a1aea47798aa391d286db" 2018-08-12 18:15:40,582 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b2fc5e6-154f-415e-9805-e0d06f34fd78 Date: Sun, 12 Aug 2018 18:15: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-12 18:15:40,582 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f used request id req-3b2fc5e6-154f-415e-9805-e0d06f34fd78 2018-08-12 18:15:40,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11234498024s 2018-08-12 18:15:40,582 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/260fc4c0-3474-4757-8bac-a3a50f69207f used request id req-3b2fc5e6-154f-415e-9805-e0d06f34fd78 2018-08-12 18:15:40,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 18:15:40,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 18:15:40,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T19:15:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["9vQyHB9QSK-Tsjr2mXJKYg"], "issued_at": "2018-08-12T18:15:40.000000Z"}} 2018-08-12 18:15:40,989 - 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}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:41,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15: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-b21a40c8-9231-4de7-aa40-6d12ae8a1c50 x-compute-request-id: req-b21a40c8-9231-4de7-aa40-6d12ae8a1c50 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0", "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": "7604e5fe-ab9d-4e65-8eb6-04b55333e2e0"}]} 2018-08-12 18:15:41,678 - 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-b21a40c8-9231-4de7-aa40-6d12ae8a1c50 2018-08-12 18:15:41,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.09475898743s 2018-08-12 18:15:41,678 - 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-b21a40c8-9231-4de7-aa40-6d12ae8a1c50 2018-08-12 18:15:41,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 18:15:41,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:41,722 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 18:15:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d111e71-0322-47c0-bfef-540a5665e9ca x-compute-request-id: req-1d111e71-0322-47c0-bfef-540a5665e9ca Content-Length: 0 Content-Type: application/json 2018-08-12 18:15:41,722 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0 used request id req-1d111e71-0322-47c0-bfef-540a5665e9ca 2018-08-12 18:15:41,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0426940917969s 2018-08-12 18:15:41,723 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7604e5fe-ab9d-4e65-8eb6-04b55333e2e0 used request id req-1d111e71-0322-47c0-bfef-540a5665e9ca 2018-08-12 18:15:41,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 18:15:41,727 - 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}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:41,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79dc6f36-2d3f-49b1-b5a0-a3b972a7a56d Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/0a97628da7c44b41985553291ad1bad0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a97628da7c44b41985553291ad1bad0", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/1949de9937ac402aa8318f9825b646f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1949de9937ac402aa8318f9825b646f2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/2352328485aa447f8e861679b424b8d3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2352328485aa447f8e861679b424b8d3", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": {"self": "http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27ba91a14d44466e8d6062f36512e191", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a1839effbce42f9b69bdc181de788d2"}, "domain_id": "d1be4541b5f042568afbc30f457ce65b", "enabled": true, "options": {}, "id": "2a1839effbce42f9b69bdc181de788d2", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5b8628ab2a26455a944bfa104abad10e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b8628ab2a26455a944bfa104abad10e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/6a907116403a442ab3fca9a426b233d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a907116403a442ab3fca9a426b233d2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/789157cf720c45d0b465187ab70dea1c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "789157cf720c45d0b465187ab70dea1c", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/a35bce3c5967432aa1fdbd92a860c4e1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a35bce3c5967432aa1fdbd92a860c4e1", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/a89b0401943e4379a6ec4e5c1b85b811"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a89b0401943e4379a6ec4e5c1b85b811", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/af402ff3bf5046189fa1f4feee001326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "af402ff3bf5046189fa1f4feee001326", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/cd1d19363d41414890323a1a7017b5db"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd1d19363d41414890323a1a7017b5db", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/d11e6eb35bd64ae9893d6dfcb43ac475"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d11e6eb35bd64ae9893d6dfcb43ac475", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/e9313f281a534fed93d8f1d400b2bdf6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9313f281a534fed93d8f1d400b2bdf6", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/f0cae7e9913c4300b4e59044b77becdf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0cae7e9913c4300b4e59044b77becdf", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-12 18:15:41,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-79dc6f36-2d3f-49b1-b5a0-a3b972a7a56d 2018-08-12 18:15:41,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213027954102s 2018-08-12 18:15:41,937 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-79dc6f36-2d3f-49b1-b5a0-a3b972a7a56d 2018-08-12 18:15:41,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-12 18:15:41,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:42,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f24fae-30d2-41e2-a033-e246a1fbfaac Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_d537ed0a-55ca-46f6-b2af-24b02e06b735", "links": {"self": "http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "27ba91a14d44466e8d6062f36512e191", "description": null}} 2018-08-12 18:15:42,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191 used request id req-49f24fae-30d2-41e2-a033-e246a1fbfaac 2018-08-12 18:15:42,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.226675987244s 2018-08-12 18:15:42,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191 used request id req-49f24fae-30d2-41e2-a033-e246a1fbfaac 2018-08-12 18:15:42,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-12 18:15:42,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:42,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 18:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c38d90c-e234-4d01-b719-ab641ed7877e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 18:15:42,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191 used request id req-9c38d90c-e234-4d01-b719-ab641ed7877e 2018-08-12 18:15:42,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.478153944016s 2018-08-12 18:15:42,649 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/27ba91a14d44466e8d6062f36512e191 used request id req-9c38d90c-e234-4d01-b719-ab641ed7877e 2018-08-12 18:15:42,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-12 18:15:42,658 - 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}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:42,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d76e53db-df84-47b0-bda1-31c34b45c26b Content-Encoding: gzip Content-Length: 384 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": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "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/799d8ca8386240949dc6e456b4d10d36"}, "tags": [], "enabled": true, "id": "799d8ca8386240949dc6e456b4d10d36", "parent_id": "default", "domain_id": "default", "name": "shaker-project_d537ed0a-55ca-46f6-b2af-24b02e06b735"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 18:15:42,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d76e53db-df84-47b0-bda1-31c34b45c26b 2018-08-12 18:15:42,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200767993927s 2018-08-12 18:15:42,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d76e53db-df84-47b0-bda1-31c34b45c26b 2018-08-12 18:15:42,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-12 18:15:42,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:43,146 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 18:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2af3c16f-033c-4f81-bddb-156a585392d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 18:15:43,146 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36 used request id req-2af3c16f-033c-4f81-bddb-156a585392d4 2018-08-12 18:15:43,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.285827875137s 2018-08-12 18:15:43,147 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/799d8ca8386240949dc6e456b4d10d36 used request id req-2af3c16f-033c-4f81-bddb-156a585392d4 2018-08-12 18:15:43,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 18:15:43,153 - 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}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:43,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd61441-0691-4395-b4ef-a80bf3f764a8 Content-Encoding: gzip Content-Length: 414 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}, {"domain_id": null, "id": "e2a7ff12f0be410bb0e38632ea62ed3e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e2a7ff12f0be410bb0e38632ea62ed3e"}, "name": "heat_stack_owner"}]} 2018-08-12 18:15:43,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1dd61441-0691-4395-b4ef-a80bf3f764a8 2018-08-12 18:15:43,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.270830869675s 2018-08-12 18:15:43,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1dd61441-0691-4395-b4ef-a80bf3f764a8 2018-08-12 18:15:43,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-12 18:15:43,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/e2a7ff12f0be410bb0e38632ea62ed3e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e7f4bf3f19bcf599eb75ea8f917dad043d102ff4" 2018-08-12 18:15:43,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 12 Aug 2018 18:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55647fe4-2676-40c9-a45d-bc0c2b3c96e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-12 18:15:43,567 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/e2a7ff12f0be410bb0e38632ea62ed3e used request id req-55647fe4-2676-40c9-a45d-bc0c2b3c96e4 2018-08-12 18:15:43,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.140716075897s 2018-08-12 18:15:43,568 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/e2a7ff12f0be410bb0e38632ea62ed3e used request id req-55647fe4-2676-40c9-a45d-bc0c2b3c96e4 2018-08-12 18:15:43,568 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-12 18:15:43,633 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-12 18:15:43,984 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-12 18:15:43,984 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-12 18:15:43,985 - openstack_tests - INFO - OS Credentials = > 2018-08-12 18:15:43,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-12 18:15:43,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-12 18:15:43,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-12 18:15:43,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-12 18:15:43,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-12 18:15:43,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 18:15:43,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 18:15:44,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T19:15:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["YX2JJW4nTiOKiGvfy0Q8ew"], "issued_at": "2018-08-12T18:15:44.000000Z"}} 2018-08-12 18:15:44,423 - 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}0bb9cda68efd811be4851bd324985f83a2bbd121" 2018-08-12 18:15:45,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-ad88e5e9-f826-40e0-b233-ecf5ea68907b Date: Sun, 12 Aug 2018 18:15:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 18:15:45,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-ad88e5e9-f826-40e0-b233-ecf5ea68907b 2018-08-12 18:15:45,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9080dbfe-670a-4248-8c56-0897f69dc41e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb9cda68efd811be4851bd324985f83a2bbd121" 2018-08-12 18:15:46,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d04b6b05-7ff1-4c4f-aa7b-d39f397a4dba Date: Sun, 12 Aug 2018 18:15:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-12 18:15:46,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9080dbfe-670a-4248-8c56-0897f69dc41e used request id req-d04b6b05-7ff1-4c4f-aa7b-d39f397a4dba 2018-08-12 18:15:46,012 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-12 18:15:46,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 18:15:46,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 18:15:46,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 18:15:46,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 18:15:46,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 18:15:46,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 18:15:46,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 18:15:46,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 18:15:46,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 18:15:46,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 18:15:46,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 18:15:46,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 18:15:46,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 18:15:46,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 18:15:46,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 18:15:46,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 18:15:46,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 18:15:46,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 18:15:46,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 18:15:46,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 18:15:46,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 18:15:46,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 18:15:46,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 18:15:46,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 18:15:46,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 18:15:46,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-12 18:15:46,021 - 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-12 18:15:46,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6277ae66-31ec-42e7-88a5-ec1899ac8265 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-12 18:15:46,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6277ae66-31ec-42e7-88a5-ec1899ac8265 2018-08-12 18:15:46,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 18:15:46,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T19:15:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["6Wx8oE3lTLiQeF4H2YFYMA"], "issued_at": "2018-08-12T18:15:46.000000Z"}} 2018-08-12 18:15:46,438 - 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}1b4163b7f20fc58ae781af152c60882ef5a341f8" 2018-08-12 18:15:47,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15: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-a506f163-af81-421b-bef6-8782b038e14a x-compute-request-id: req-a506f163-af81-421b-bef6-8782b038e14a 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-12 18:15:47,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/ used request id req-a506f163-af81-421b-bef6-8782b038e14a 2018-08-12 18:15:47,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 1.22376203537s 2018-08-12 18:15:47,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/ used request id req-a506f163-af81-421b-bef6-8782b038e14a 2018-08-12 18:15:47,245 - 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-12 18:15:47,246 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-12 18:15:47,246 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-12 18:15:47,247 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-12 18:15:47,307 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-12 18:15:47,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 18:15:47,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 18:15:47,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 18:15:47,354 - 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-12 18:15:47,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e2b840-55bd-4040-95ca-81c656980690 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-12 18:15:47,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-03e2b840-55bd-4040-95ca-81c656980690 2018-08-12 18:15:47,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 18:15:47,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T19:15:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["2zedhtwmSku7DnaSrJa8cg"], "issued_at": "2018-08-12T18:15:47.000000Z"}} 2018-08-12 18:15:47,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 18:15:47,767 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:15:48,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-00a2590b-8099-4853-bc22-8c1875102d00 Date: Sun, 12 Aug 2018 18:15:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 18:15:48,103 - 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-00a2590b-8099-4853-bc22-8c1875102d00 2018-08-12 18:15:48,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.33661699295s 2018-08-12 18:15:48,104 - 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-00a2590b-8099-4853-bc22-8c1875102d00 2018-08-12 18:15:48,104 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 18:15:50,968 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 18:15:53,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d6d70612-c380-4659-9c92-b52a18ae7809 | 2018-08-12T18:15:53.448134 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d6d70612-c380-4659-9c92-b52a18ae7809 ~/.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-12 18:15:57,848 - 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-12 18:15:57,849 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 18:16:00,542 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 18:16:04,222 - 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=9be1d549-7344-48f9-b37f-b6ec57101a0a) as the default verifier for the future CLI operations. 2018-08-12 18:16:07,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 18:16:07,600 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:07,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-30caa5c1-6179-4d64-bc97-421230088244 Date: Sun, 12 Aug 2018 18:16:07 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-12 18:16:07,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-30caa5c1-6179-4d64-bc97-421230088244 2018-08-12 18:16:07,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.287391901016s 2018-08-12 18:16:07,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-30caa5c1-6179-4d64-bc97-421230088244 2018-08-12 18:16:07,896 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-12 18:16:07,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 18:16:07,897 - 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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"network": {"name": "neutron_trunk-net_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "admin_state_up": true}}' 2018-08-12 18:16:08,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-ab2a8a56-1af7-4e93-9211-2fa8d5fe8e40 Date: Sun, 12 Aug 2018 18:16:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b960108e-f33a-44a3-9023-23a6ca6e4038","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:16:08Z","is_default":false,"provider:segmentation_id":17,"name":"neutron_trunk-net_7794ac51-6b5b-4fd4-a134-0ff44cf33859","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:16:08Z","mtu":1450}} 2018-08-12 18:16:08,428 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ab2a8a56-1af7-4e93-9211-2fa8d5fe8e40 2018-08-12 18:16:08,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.531447172165s 2018-08-12 18:16:08,429 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ab2a8a56-1af7-4e93-9211-2fa8d5fe8e40 2018-08-12 18:16:08,429 - 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-12T18:16:08Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b960108e-f33a-44a3-9023-23a6ca6e4038', u'provider:segmentation_id': 17, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_7794ac51-6b5b-4fd4-a134-0ff44cf33859', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T18:16:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 18:16:08,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 18:16:08,434 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:08,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-bd390fef-705c-4bf3-a0a1-6e3590b81d00 Date: Sun, 12 Aug 2018 18:16:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b960108e-f33a-44a3-9023-23a6ca6e4038","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:16:08Z","provider:segmentation_id":17,"name":"neutron_trunk-net_7794ac51-6b5b-4fd4-a134-0ff44cf33859","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:16:08Z","provider:network_type":"vxlan"}]} 2018-08-12 18:16:08,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bd390fef-705c-4bf3-a0a1-6e3590b81d00 2018-08-12 18:16:08,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343011856079s 2018-08-12 18:16:08,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bd390fef-705c-4bf3-a0a1-6e3590b81d00 2018-08-12 18:16:08,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 18:16:08,779 - 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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"subnet": {"name": "neutron_trunk-subnet_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "enable_dhcp": true, "network_id": "b960108e-f33a-44a3-9023-23a6ca6e4038", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 18:16:09,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-38690821-8c69-4895-b896-c5ca56a2c31d Date: Sun, 12 Aug 2018 18:16:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b960108e-f33a-44a3-9023-23a6ca6e4038","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:16:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T18:16:09Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"cdac4910-8b64-41c4-817b-1ced59ae3fad","subnetpool_id":null,"name":"neutron_trunk-subnet_7794ac51-6b5b-4fd4-a134-0ff44cf33859"}} 2018-08-12 18:16:09,895 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-38690821-8c69-4895-b896-c5ca56a2c31d 2018-08-12 18:16:09,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.11705803871s 2018-08-12 18:16:09,896 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-38690821-8c69-4895-b896-c5ca56a2c31d 2018-08-12 18:16:09,896 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T18:16:09Z', 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'cdac4910-8b64-41c4-817b-1ced59ae3fad', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_7794ac51-6b5b-4fd4-a134-0ff44cf33859', u'enable_dhcp': True, u'network_id': u'b960108e-f33a-44a3-9023-23a6ca6e4038', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T18:16:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 18:16:09,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 18:16:09,897 - 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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "neutron_trunk-router_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "admin_state_up": true}}' 2018-08-12 18:16:11,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-a25ad6c4-f7cd-4a1d-a090-135ce0909d0d Date: Sun, 12 Aug 2018 18:16:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T18:16:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T18:16:11Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "5d41e132-755d-4055-972e-681453587bfe", "name": "neutron_trunk-router_7794ac51-6b5b-4fd4-a134-0ff44cf33859"}} 2018-08-12 18:16:11,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a25ad6c4-f7cd-4a1d-a090-135ce0909d0d 2018-08-12 18:16:11,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.64756393433s 2018-08-12 18:16:11,545 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a25ad6c4-f7cd-4a1d-a090-135ce0909d0d 2018-08-12 18:16:11,545 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T18:16:10Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T18:16:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'5d41e132-755d-4055-972e-681453587bfe', u'name': u'neutron_trunk-router_7794ac51-6b5b-4fd4-a134-0ff44cf33859'}) 2018-08-12 18:16:11,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 18:16:11,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe/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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"subnet_id": "cdac4910-8b64-41c4-817b-1ced59ae3fad"}' 2018-08-12 18:16:13,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fd88b6ab-77e5-44cc-ad82-1080d9ff3f55 Date: Sun, 12 Aug 2018 18:16:13 GMT RESP BODY: {"network_id": "b960108e-f33a-44a3-9023-23a6ca6e4038", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "cdac4910-8b64-41c4-817b-1ced59ae3fad", "subnet_ids": ["cdac4910-8b64-41c4-817b-1ced59ae3fad"], "port_id": "47cc2587-294e-42e4-a8c0-be21a621c8ea", "id": "5d41e132-755d-4055-972e-681453587bfe"} 2018-08-12 18:16:13,656 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe/add_router_interface.json used request id req-fd88b6ab-77e5-44cc-ad82-1080d9ff3f55 2018-08-12 18:16:13,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.11082100868s 2018-08-12 18:16:13,657 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe/add_router_interface.json used request id req-fd88b6ab-77e5-44cc-ad82-1080d9ff3f55 returning object 5d41e132-755d-4055-972e-681453587bfe 2018-08-12 18:16:13,657 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 18:16:13,785 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 18:16:13,787 - 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-12 18:16:13,792 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 18:16:13 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-12 18:16:13,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:16:13,800 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:14,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-01c0e486-5318-486b-b837-bd6d75633358 Date: Sun, 12 Aug 2018 18:16:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:16:14,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-01c0e486-5318-486b-b837-bd6d75633358 2018-08-12 18:16:14,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.734960079193s 2018-08-12 18:16:14,532 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-01c0e486-5318-486b-b837-bd6d75633358 2018-08-12 18:16:14,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 18:16:14,544 - 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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859"}' 2018-08-12 18:16:15,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a414babe-efd1-4363-9483-52ec95b334cf Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-06818597-8aa1-44ae-b7f0-4232588b669e Date: Sun, 12 Aug 2018 18:16:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:16:15Z", "file": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a414babe-efd1-4363-9483-52ec95b334cf", "size": null, "self": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf", "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_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "checksum": null, "created_at": "2018-08-12T18:16:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 18:16:15,297 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-06818597-8aa1-44ae-b7f0-4232588b669e 2018-08-12 18:16:15,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.756771087646s 2018-08-12 18:16:15,297 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-06818597-8aa1-44ae-b7f0-4232588b669e returning object a414babe-efd1-4363-9483-52ec95b334cf 2018-08-12 18:16:15,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 18:16:15,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/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}7bee1be729eaf22671b7274c447d25f95216b182" -d '' 2018-08-12 18:16:16,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf7e4857-2b8a-403e-8c7b-b233750926a4 Date: Sun, 12 Aug 2018 18:16: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-12 18:16:16,500 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/file used request id req-cf7e4857-2b8a-403e-8c7b-b233750926a4 2018-08-12 18:16:16,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20188498497s 2018-08-12 18:16:16,500 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/file used request id req-cf7e4857-2b8a-403e-8c7b-b233750926a4 2018-08-12 18:16:16,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:16:16,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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:17,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-e847761e-d0ef-4f47-b5a7-a964b0a2c076 Date: Sun, 12 Aug 2018 18:16:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:16:16Z", "file": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a414babe-efd1-4363-9483-52ec95b334cf", "size": 12716032, "self": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:16:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:16:17,193 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e847761e-d0ef-4f47-b5a7-a964b0a2c076 2018-08-12 18:16:17,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.688488006592s 2018-08-12 18:16:17,193 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e847761e-d0ef-4f47-b5a7-a964b0a2c076 2018-08-12 18:16:17,194 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'a414babe-efd1-4363-9483-52ec95b334cf', 'size': 12716032, u'self': u'/v2/images/a414babe-efd1-4363-9483-52ec95b334cf', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T18:16:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T18:16:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859', '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/a414babe-efd1-4363-9483-52ec95b334cf', 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_7794ac51-6b5b-4fd4-a134-0ff44cf33859', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859', 'created': u'2018-08-12T18:16:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T18:16: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/a414babe-efd1-4363-9483-52ec95b334cf', 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_7794ac51-6b5b-4fd4-a134-0ff44cf33859', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 18:16:17,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 18:16:17,196 - 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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 18:16:17,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:16: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-0950aadb-390a-48cd-aa48-4802c0751002 x-compute-request-id: req-0950aadb-390a-48cd-aa48-4802c0751002 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8c32c994-8213-40e6-be03-16c1a46c2673", "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": "8c32c994-8213-40e6-be03-16c1a46c2673"}} 2018-08-12 18:16:17,942 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0950aadb-390a-48cd-aa48-4802c0751002 2018-08-12 18:16:17,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.74750494957s 2018-08-12 18:16:17,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0950aadb-390a-48cd-aa48-4802c0751002 2018-08-12 18:16:17,943 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_7794ac51-6b5b-4fd4-a134-0ff44cf33859', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'8c32c994-8213-40e6-be03-16c1a46c2673', 'swap': 0}) 2018-08-12 18:16:17,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 18:16:17,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673/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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"extra_specs": {}}' 2018-08-12 18:16:17,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:16: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-3a643c1f-6900-4028-aa41-a01ba1841293 x-compute-request-id: req-3a643c1f-6900-4028-aa41-a01ba1841293 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 18:16:17,967 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673/os-extra_specs used request id req-3a643c1f-6900-4028-aa41-a01ba1841293 2018-08-12 18:16:17,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232710838318s 2018-08-12 18:16:17,968 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673/os-extra_specs used request id req-3a643c1f-6900-4028-aa41-a01ba1841293 2018-08-12 18:16:17,972 - 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-12 18:16:17,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 18:16:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83d90d4f-40d5-47e6-9976-5dc5f2c80d18 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-12 18:16:17,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-83d90d4f-40d5-47e6-9976-5dc5f2c80d18 2018-08-12 18:16:17,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 18:16:17,984 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:18,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9829c2ab-a0a6-4ccf-8636-091d81fefa66 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 18:16:18,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9829c2ab-a0a6-4ccf-8636-091d81fefa66 2018-08-12 18:16:18,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18478512764s 2018-08-12 18:16:18,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9829c2ab-a0a6-4ccf-8636-091d81fefa66 2018-08-12 18:16:18,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 18:16:18,174 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:18,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fbb438b-c8d1-45e7-8f26-2c1e8eba2743 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 18:16:18,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3fbb438b-c8d1-45e7-8f26-2c1e8eba2743 2018-08-12 18:16:18,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184149980545s 2018-08-12 18:16:18,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3fbb438b-c8d1-45e7-8f26-2c1e8eba2743 2018-08-12 18:16:18,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 18:16:18,365 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:18,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:16: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-b5c8448c-9d6b-44c0-8d1e-63c1a4924d92 x-compute-request-id: req-b5c8448c-9d6b-44c0-8d1e-63c1a4924d92 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": 335}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2624, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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-12 18:16:18,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b5c8448c-9d6b-44c0-8d1e-63c1a4924d92 2018-08-12 18:16:18,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0472590923309s 2018-08-12 18:16:18,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b5c8448c-9d6b-44c0-8d1e-63c1a4924d92 2018-08-12 18:16:18,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:16:18,418 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:18,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-3e6bfe05-0cc1-4d19-91eb-3bfcca6ad1a2 Date: Sun, 12 Aug 2018 18:16:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:16:16Z", "file": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a414babe-efd1-4363-9483-52ec95b334cf", "size": 12716032, "self": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:16:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:16:18,439 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3e6bfe05-0cc1-4d19-91eb-3bfcca6ad1a2 2018-08-12 18:16:18,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0252501964569s 2018-08-12 18:16:18,440 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3e6bfe05-0cc1-4d19-91eb-3bfcca6ad1a2 2018-08-12 18:16:18,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 18:16:18,451 - 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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859"}' 2018-08-12 18:16:19,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4c740261-a697-486b-aa14-c0b2d7a6d3ba Date: Sun, 12 Aug 2018 18:16:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:16:19Z", "file": "/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "da40c3b5-e3cf-488d-8373-7e88808d37cf", "size": null, "self": "/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf", "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_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "checksum": null, "created_at": "2018-08-12T18:16:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 18:16:19,202 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4c740261-a697-486b-aa14-c0b2d7a6d3ba 2018-08-12 18:16:19,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.753967046738s 2018-08-12 18:16:19,202 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4c740261-a697-486b-aa14-c0b2d7a6d3ba returning object da40c3b5-e3cf-488d-8373-7e88808d37cf 2018-08-12 18:16:19,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 18:16:19,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/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}7bee1be729eaf22671b7274c447d25f95216b182" -d '' 2018-08-12 18:16:20,486 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-238b9971-1138-4f59-a09e-c199259450f4 Date: Sun, 12 Aug 2018 18:16: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-12 18:16:20,486 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/file used request id req-238b9971-1138-4f59-a09e-c199259450f4 2018-08-12 18:16:20,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28347206116s 2018-08-12 18:16:20,487 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/file used request id req-238b9971-1138-4f59-a09e-c199259450f4 2018-08-12 18:16:20,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:16:20,492 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:16:21,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-9b234f14-cb54-4409-9e35-ce1bba40e7a4 Date: Sun, 12 Aug 2018 18:16:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:16:20Z", "file": "/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "da40c3b5-e3cf-488d-8373-7e88808d37cf", "size": 12716032, "self": "/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:16:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:16:16Z", "file": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a414babe-efd1-4363-9483-52ec95b334cf", "size": 12716032, "self": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:16:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:16:21,114 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9b234f14-cb54-4409-9e35-ce1bba40e7a4 2018-08-12 18:16:21,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.624122858047s 2018-08-12 18:16:21,114 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-9b234f14-cb54-4409-9e35-ce1bba40e7a4 2018-08-12 18:16:21,117 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'da40c3b5-e3cf-488d-8373-7e88808d37cf', 'size': 12716032, u'self': u'/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/da40c3b5-e3cf-488d-8373-7e88808d37cf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T18:16:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T18:16:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859', '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/da40c3b5-e3cf-488d-8373-7e88808d37cf', 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_7794ac51-6b5b-4fd4-a134-0ff44cf33859', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859', 'created': u'2018-08-12T18:16:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T18:16:19Z', 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/da40c3b5-e3cf-488d-8373-7e88808d37cf', 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_7794ac51-6b5b-4fd4-a134-0ff44cf33859', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 18:16:21,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 18:16:21,120 - 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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 18:16:21,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:16: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-c377ed6b-edd3-44f4-93c2-5a9095ef8fb6 x-compute-request-id: req-c377ed6b-edd3-44f4-93c2-5a9095ef8fb6 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f", "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": "5824827c-08a5-4a2c-b084-14ba05ef778f"}} 2018-08-12 18:16:21,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c377ed6b-edd3-44f4-93c2-5a9095ef8fb6 2018-08-12 18:16:21,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0455379486084s 2018-08-12 18:16:21,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c377ed6b-edd3-44f4-93c2-5a9095ef8fb6 2018-08-12 18:16:21,164 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'5824827c-08a5-4a2c-b084-14ba05ef778f', 'swap': 0}) 2018-08-12 18:16:21,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 18:16:21,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f/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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"extra_specs": {}}' 2018-08-12 18:16:21,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:16: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-6a013dbc-9551-4db8-a17c-330054ebdd5b x-compute-request-id: req-6a013dbc-9551-4db8-a17c-330054ebdd5b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 18:16:21,191 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f/os-extra_specs used request id req-6a013dbc-9551-4db8-a17c-330054ebdd5b 2018-08-12 18:16:21,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0256509780884s 2018-08-12 18:16:21,191 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f/os-extra_specs used request id req-6a013dbc-9551-4db8-a17c-330054ebdd5b 2018-08-12 18:16:21,191 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'5824827c-08a5-4a2c-b084-14ba05ef778f', 'swap': 0}) 2018-08-12 18:16:24,958 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 18:16:24,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 18:16:24,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 18:16:24,960 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 18:16:24,963 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 18:16:29,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9be1d549-7344-48f9-b37f-b6ec57101a0a/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-12 18:16:29,437 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 18:16:29,437 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 18:16:29,438 - 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-12 18:18:50,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1ad5bbf7-e63e-4c3b-a407-525277c6684f 2018-08-12 18:18:50,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1ad5bbf7-e63e-4c3b-a407-525277c6684f']'. 2018-08-12 18:18:51,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 18:18:51,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 18:18:51,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1ad5bbf7-e63e-4c3b-a407-525277c6684f | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 18:16:31 | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 18:18:50 | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:19 | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9be1d549-7344-48f9-b37f-b6ec57101a0a) | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 18:18:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d6d70612-c380-4659-9c92-b52a18ae7809) | 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 124.154 | 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 18:18:51,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 18:18:51,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-12 18:18:51,383 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 18:18:51,384 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:43 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-12 18:18:51,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 18:18:51,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:18:52,598 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cfda3745-8d0c-4607-bdd9-4be6028dd8a0 Date: Sun, 12 Aug 2018 18:18: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-12 18:18:52,598 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf used request id req-cfda3745-8d0c-4607-bdd9-4be6028dd8a0 2018-08-12 18:18:52,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20855903625s 2018-08-12 18:18:52,599 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/da40c3b5-e3cf-488d-8373-7e88808d37cf used request id req-cfda3745-8d0c-4607-bdd9-4be6028dd8a0 2018-08-12 18:18:52,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 18:18:52,601 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:18:52,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:18: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-7b2520ad-4bb4-4ff3-933b-3f78834cb627 x-compute-request-id: req-7b2520ad-4bb4-4ff3-933b-3f78834cb627 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f", "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": "5824827c-08a5-4a2c-b084-14ba05ef778f"}, {"name": "neutron_trunk-flavor_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8c32c994-8213-40e6-be03-16c1a46c2673", "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": "8c32c994-8213-40e6-be03-16c1a46c2673"}]} 2018-08-12 18:18:52,626 - 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-7b2520ad-4bb4-4ff3-933b-3f78834cb627 2018-08-12 18:18:52,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0269010066986s 2018-08-12 18:18:52,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-7b2520ad-4bb4-4ff3-933b-3f78834cb627 2018-08-12 18:18:52,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 18:18:52,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:18:52,673 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 18:18: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-b72cd25f-ef75-456d-8ee8-de2b855f6413 x-compute-request-id: req-b72cd25f-ef75-456d-8ee8-de2b855f6413 Content-Length: 0 Content-Type: application/json 2018-08-12 18:18:52,674 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f used request id req-b72cd25f-ef75-456d-8ee8-de2b855f6413 2018-08-12 18:18:52,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0462989807129s 2018-08-12 18:18:52,674 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5824827c-08a5-4a2c-b084-14ba05ef778f used request id req-b72cd25f-ef75-456d-8ee8-de2b855f6413 2018-08-12 18:18:52,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 18:18:52,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe/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}7bee1be729eaf22671b7274c447d25f95216b182" -d '{"subnet_id": "cdac4910-8b64-41c4-817b-1ced59ae3fad"}' 2018-08-12 18:18:54,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-242467a3-854c-46f5-a860-d8309b262f46 Date: Sun, 12 Aug 2018 18:18:54 GMT RESP BODY: {"network_id": "b960108e-f33a-44a3-9023-23a6ca6e4038", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "cdac4910-8b64-41c4-817b-1ced59ae3fad", "subnet_ids": ["cdac4910-8b64-41c4-817b-1ced59ae3fad"], "port_id": "47cc2587-294e-42e4-a8c0-be21a621c8ea", "id": "5d41e132-755d-4055-972e-681453587bfe"} 2018-08-12 18:18:54,446 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe/remove_router_interface.json used request id req-242467a3-854c-46f5-a860-d8309b262f46 2018-08-12 18:18:54,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77184581757s 2018-08-12 18:18:54,446 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe/remove_router_interface.json used request id req-242467a3-854c-46f5-a860-d8309b262f46 returning object 5d41e132-755d-4055-972e-681453587bfe 2018-08-12 18:18:54,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 18:18:54,447 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:18:54,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-89b1e30c-02ca-4e8c-86b0-458623885587 Date: Sun, 12 Aug 2018 18:18:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T18:16:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T18:18:53Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "5d41e132-755d-4055-972e-681453587bfe", "name": "neutron_trunk-router_7794ac51-6b5b-4fd4-a134-0ff44cf33859"}]} 2018-08-12 18:18:54,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-89b1e30c-02ca-4e8c-86b0-458623885587 2018-08-12 18:18:54,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.399966001511s 2018-08-12 18:18:54,847 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-89b1e30c-02ca-4e8c-86b0-458623885587 2018-08-12 18:18:54,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 18:18:54,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:18:56,494 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c91db7c-8071-4241-80bd-84411c8d64a1 Content-Length: 0 Date: Sun, 12 Aug 2018 18:18:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 18:18:56,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe.json used request id req-2c91db7c-8071-4241-80bd-84411c8d64a1 2018-08-12 18:18:56,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.64557099342s 2018-08-12 18:18:56,494 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5d41e132-755d-4055-972e-681453587bfe.json used request id req-2c91db7c-8071-4241-80bd-84411c8d64a1 2018-08-12 18:18:56,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 18:18:56,495 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:18:56,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-bbe35b37-57c0-43ac-9b33-6c58778c38d0 Date: Sun, 12 Aug 2018 18:18:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b960108e-f33a-44a3-9023-23a6ca6e4038","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:16:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T18:16:09Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"cdac4910-8b64-41c4-817b-1ced59ae3fad","subnetpool_id":null,"name":"neutron_trunk-subnet_7794ac51-6b5b-4fd4-a134-0ff44cf33859"}]} 2018-08-12 18:18:56,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-bbe35b37-57c0-43ac-9b33-6c58778c38d0 2018-08-12 18:18:56,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308800935745s 2018-08-12 18:18:56,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-bbe35b37-57c0-43ac-9b33-6c58778c38d0 2018-08-12 18:18:56,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 18:18:56,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/cdac4910-8b64-41c4-817b-1ced59ae3fad.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:18:59,276 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1b26d2bf-d699-4a8f-bcfb-542c42a5395c Date: Sun, 12 Aug 2018 18:18:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 18:18:59,276 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/cdac4910-8b64-41c4-817b-1ced59ae3fad.json used request id req-1b26d2bf-d699-4a8f-bcfb-542c42a5395c 2018-08-12 18:18:59,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.4704310894s 2018-08-12 18:18:59,276 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/cdac4910-8b64-41c4-817b-1ced59ae3fad.json used request id req-1b26d2bf-d699-4a8f-bcfb-542c42a5395c 2018-08-12 18:18:59,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 18:18:59,277 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:18:59,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-3fbb3b43-1ceb-41c1-9e28-9016269dfc71 Date: Sun, 12 Aug 2018 18:18:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b960108e-f33a-44a3-9023-23a6ca6e4038","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:18:59Z","provider:segmentation_id":17,"name":"neutron_trunk-net_7794ac51-6b5b-4fd4-a134-0ff44cf33859","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:16:08Z","provider:network_type":"vxlan"}]} 2018-08-12 18:18:59,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3fbb3b43-1ceb-41c1-9e28-9016269dfc71 2018-08-12 18:18:59,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370219945908s 2018-08-12 18:18:59,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3fbb3b43-1ceb-41c1-9e28-9016269dfc71 2018-08-12 18:18:59,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 18:18:59,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/b960108e-f33a-44a3-9023-23a6ca6e4038.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:19:01,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c091c31f-7634-4630-8ada-ed3ff3875739 Date: Sun, 12 Aug 2018 18:19:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 18:19:01,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b960108e-f33a-44a3-9023-23a6ca6e4038.json used request id req-c091c31f-7634-4630-8ada-ed3ff3875739 2018-08-12 18:19:01,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.67112493515s 2018-08-12 18:19:01,320 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b960108e-f33a-44a3-9023-23a6ca6e4038.json used request id req-c091c31f-7634-4630-8ada-ed3ff3875739 2018-08-12 18:19:01,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:19:01,328 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:19:01,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-4c0bd83e-e54e-4ca3-abef-2c3aa4be780d Date: Sun, 12 Aug 2018 18:19:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:16:16Z", "file": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a414babe-efd1-4363-9483-52ec95b334cf", "size": 12716032, "self": "/v2/images/a414babe-efd1-4363-9483-52ec95b334cf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/a414babe-efd1-4363-9483-52ec95b334cf/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:16:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:19:01,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4c0bd83e-e54e-4ca3-abef-2c3aa4be780d 2018-08-12 18:19:01,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278630018234s 2018-08-12 18:19:01,603 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4c0bd83e-e54e-4ca3-abef-2c3aa4be780d 2018-08-12 18:19:01,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 18:19:01,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a414babe-efd1-4363-9483-52ec95b334cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:19:02,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cdd3f430-39bc-471f-a6db-5aee67da48a4 Date: Sun, 12 Aug 2018 18:19:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 18:19:02,568 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a414babe-efd1-4363-9483-52ec95b334cf used request id req-cdd3f430-39bc-471f-a6db-5aee67da48a4 2018-08-12 18:19:02,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.962880849838s 2018-08-12 18:19:02,568 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a414babe-efd1-4363-9483-52ec95b334cf used request id req-cdd3f430-39bc-471f-a6db-5aee67da48a4 2018-08-12 18:19:02,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 18:19:02,571 - 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}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:19:02,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19: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-8a1d84f8-7c0d-484b-a94f-f331ef6d5f70 x-compute-request-id: req-8a1d84f8-7c0d-484b-a94f-f331ef6d5f70 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_7794ac51-6b5b-4fd4-a134-0ff44cf33859", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8c32c994-8213-40e6-be03-16c1a46c2673", "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": "8c32c994-8213-40e6-be03-16c1a46c2673"}]} 2018-08-12 18:19:02,591 - 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-8a1d84f8-7c0d-484b-a94f-f331ef6d5f70 2018-08-12 18:19:02,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230901241302s 2018-08-12 18:19:02,592 - 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-8a1d84f8-7c0d-484b-a94f-f331ef6d5f70 2018-08-12 18:19:02,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 18:19:02,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7bee1be729eaf22671b7274c447d25f95216b182" 2018-08-12 18:19:02,680 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 18:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a74f7c5-0fe1-4bb9-ac89-b9b78c10ea65 x-compute-request-id: req-3a74f7c5-0fe1-4bb9-ac89-b9b78c10ea65 Content-Length: 0 Content-Type: application/json 2018-08-12 18:19:02,680 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673 used request id req-3a74f7c5-0fe1-4bb9-ac89-b9b78c10ea65 2018-08-12 18:19:02,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0864951610565s 2018-08-12 18:19:02,681 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8c32c994-8213-40e6-be03-16c1a46c2673 used request id req-3a74f7c5-0fe1-4bb9-ac89-b9b78c10ea65 2018-08-12 18:19:02,741 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-12 18:19:02,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 18:19:02,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 18:19:02,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 18:19:02,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 18:19:02,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 18:19:02,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 18:19:02,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 18:19:02,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 18:19:02,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 18:19:02,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 18:19:02,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 18:19:02,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 18:19:02,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 18:19:02,790 - 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-12 18:19:02,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30ea3956-5aa6-4ca1-8814-69c112c89b0d 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-12 18:19:02,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-30ea3956-5aa6-4ca1-8814-69c112c89b0d 2018-08-12 18:19:02,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 18:19:03,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T19:19:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["FoDXh95bTNyzCUYNBSjjrg"], "issued_at": "2018-08-12T18:19:03.000000Z"}} 2018-08-12 18:19:03,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 18:19:03,202 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:03,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-6d5784f6-7f66-4f2c-97c3-c7bb95615880 Date: Sun, 12 Aug 2018 18:19:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 18:19:03,565 - 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-6d5784f6-7f66-4f2c-97c3-c7bb95615880 2018-08-12 18:19:03,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363684177399s 2018-08-12 18:19:03,566 - 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-6d5784f6-7f66-4f2c-97c3-c7bb95615880 2018-08-12 18:19:03,566 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 18:19:06,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 18:19:09,536 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | a0a7e09d-7b4e-4a41-bf8c-6960e69381ff | 2018-08-12T18:19:09.106442 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: a0a7e09d-7b4e-4a41-bf8c-6960e69381ff ~/.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-12 18:19:13,334 - 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-12 18:19:13,335 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 18:19:16,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 18:19:19,627 - 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=8aadde30-4293-453b-8883-8bfd40694310) as the default verifier for the future CLI operations. 2018-08-12 18:19:22,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 18:19:22,950 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:23,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-36f69edd-fa37-415f-9b53-34c9efd51b4e Date: Sun, 12 Aug 2018 18:19:23 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-12 18:19:23,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-36f69edd-fa37-415f-9b53-34c9efd51b4e 2018-08-12 18:19:23,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.26907992363s 2018-08-12 18:19:23,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-36f69edd-fa37-415f-9b53-34c9efd51b4e 2018-08-12 18:19:23,226 - xtesting.ci.run_tests - INFO - Running test case 'networking-bgpvpn'... 2018-08-12 18:19:23,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-12 18:19:23,228 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"network": {"name": "networking-bgpvpn-net_9a860604-93fd-4497-aa15-0976c07cee13", "admin_state_up": true}}' 2018-08-12 18:19:23,774 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 690 X-Openstack-Request-Id: req-1b218261-aebf-4302-9a30-50dbf09b6207 Date: Sun, 12 Aug 2018 18:19:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"65eac6d2-296b-4dba-bb64-36217bcba971","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:19:23Z","is_default":false,"provider:segmentation_id":12,"name":"networking-bgpvpn-net_9a860604-93fd-4497-aa15-0976c07cee13","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:19:23Z","mtu":1450}} 2018-08-12 18:19:23,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1b218261-aebf-4302-9a30-50dbf09b6207 2018-08-12 18:19:23,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.547876834869s 2018-08-12 18:19:23,775 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1b218261-aebf-4302-9a30-50dbf09b6207 2018-08-12 18:19:23,776 - 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-12T18:19:23Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'65eac6d2-296b-4dba-bb64-36217bcba971', u'provider:segmentation_id': 12, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'networking-bgpvpn-net_9a860604-93fd-4497-aa15-0976c07cee13', u'admin_state_up': True, u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T18:19:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 18:19:23,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 18:19:23,777 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:24,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-074fcb0a-c680-4c89-b17d-24eca8aa5313 Date: Sun, 12 Aug 2018 18:19:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"65eac6d2-296b-4dba-bb64-36217bcba971","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:19:23Z","provider:segmentation_id":12,"name":"networking-bgpvpn-net_9a860604-93fd-4497-aa15-0976c07cee13","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:19:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 18:19:24,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-074fcb0a-c680-4c89-b17d-24eca8aa5313 2018-08-12 18:19:24,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.384942054749s 2018-08-12 18:19:24,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-074fcb0a-c680-4c89-b17d-24eca8aa5313 2018-08-12 18:19:24,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-12 18:19:24,164 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"subnet": {"name": "networking-bgpvpn-subnet_9a860604-93fd-4497-aa15-0976c07cee13", "enable_dhcp": true, "network_id": "65eac6d2-296b-4dba-bb64-36217bcba971", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-12 18:19:24,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-82393865-1bc8-43aa-bf69-4028cd3ec6db Date: Sun, 12 Aug 2018 18:19:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65eac6d2-296b-4dba-bb64-36217bcba971","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:19:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T18:19:24Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"3e758152-23a9-4ffe-84f9-61589d8655ca","subnetpool_id":null,"name":"networking-bgpvpn-subnet_9a860604-93fd-4497-aa15-0976c07cee13"}} 2018-08-12 18:19:24,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-82393865-1bc8-43aa-bf69-4028cd3ec6db 2018-08-12 18:19:24,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.765175819397s 2018-08-12 18:19:24,929 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-82393865-1bc8-43aa-bf69-4028cd3ec6db 2018-08-12 18:19:24,929 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-12T18:19:24Z', 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'3e758152-23a9-4ffe-84f9-61589d8655ca', u'subnetpool_id': None, u'service_types': [], u'name': u'networking-bgpvpn-subnet_9a860604-93fd-4497-aa15-0976c07cee13', u'enable_dhcp': True, u'network_id': u'65eac6d2-296b-4dba-bb64-36217bcba971', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T18:19:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d'}) 2018-08-12 18:19:24,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-12 18:19:24,931 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}, "name": "networking-bgpvpn-router_9a860604-93fd-4497-aa15-0976c07cee13", "admin_state_up": true}}' 2018-08-12 18:19:26,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-b8411f1f-9e95-417a-aa79-59ba6de3a284 Date: Sun, 12 Aug 2018 18:19:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T18:19:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T18:19:26Z", "revision_number": 2, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "2feb242b-08e7-4da4-89f5-a58e858bccf2", "name": "networking-bgpvpn-router_9a860604-93fd-4497-aa15-0976c07cee13"}} 2018-08-12 18:19:26,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b8411f1f-9e95-417a-aa79-59ba6de3a284 2018-08-12 18:19:26,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56521606445s 2018-08-12 18:19:26,496 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b8411f1f-9e95-417a-aa79-59ba6de3a284 2018-08-12 18:19:26,496 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9080dbfe-670a-4248-8c56-0897f69dc41e', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'38b5ae12-661c-4ec4-a3cf-304672163c85', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'created_at': u'2018-08-12T18:19:25Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-12T18:19:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'id': u'2feb242b-08e7-4da4-89f5-a58e858bccf2', u'name': u'networking-bgpvpn-router_9a860604-93fd-4497-aa15-0976c07cee13'}) 2018-08-12 18:19:26,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-12 18:19:26,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2/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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"subnet_id": "3e758152-23a9-4ffe-84f9-61589d8655ca"}' 2018-08-12 18:19:28,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fe395ce3-ceac-44dd-8a9c-c6864f7cbd65 Date: Sun, 12 Aug 2018 18:19:28 GMT RESP BODY: {"network_id": "65eac6d2-296b-4dba-bb64-36217bcba971", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "3e758152-23a9-4ffe-84f9-61589d8655ca", "subnet_ids": ["3e758152-23a9-4ffe-84f9-61589d8655ca"], "port_id": "ed384116-18bf-4718-8b1e-3e05a9fb3878", "id": "2feb242b-08e7-4da4-89f5-a58e858bccf2"} 2018-08-12 18:19:28,562 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2/add_router_interface.json used request id req-fe395ce3-ceac-44dd-8a9c-c6864f7cbd65 2018-08-12 18:19:28,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.0650908947s 2018-08-12 18:19:28,562 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2/add_router_interface.json used request id req-fe395ce3-ceac-44dd-8a9c-c6864f7cbd65 returning object 2feb242b-08e7-4da4-89f5-a58e858bccf2 2018-08-12 18:19:28,562 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-12 18:19:28,695 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-12 18:19:28,697 - 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-12 18:19:28,702 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 12 Aug 2018 18:19:28 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-12 18:19:28,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:19:28,710 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:29,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-97982e53-b011-4b92-a0f8-c84696b6b34d Date: Sun, 12 Aug 2018 18:19:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:19:29,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-97982e53-b011-4b92-a0f8-c84696b6b34d 2018-08-12 18:19:29,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.688452959061s 2018-08-12 18:19:29,395 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-97982e53-b011-4b92-a0f8-c84696b6b34d 2018-08-12 18:19:29,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 18:19:29,407 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13"}' 2018-08-12 18:19:29,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4c381704-121b-4782-be3f-d75ad267e612 Date: Sun, 12 Aug 2018 18:19:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:19:29Z", "file": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d22f63ef-d01f-4c2e-9841-48ab807d0148", "size": null, "self": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148", "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_9a860604-93fd-4497-aa15-0976c07cee13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "checksum": null, "created_at": "2018-08-12T18:19:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 18:19:29,721 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4c381704-121b-4782-be3f-d75ad267e612 2018-08-12 18:19:29,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.317571878433s 2018-08-12 18:19:29,722 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4c381704-121b-4782-be3f-d75ad267e612 returning object d22f63ef-d01f-4c2e-9841-48ab807d0148 2018-08-12 18:19:29,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 18:19:29,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '' 2018-08-12 18:19:31,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f679c3d8-1af8-4769-9258-7ce50bcd6144 Date: Sun, 12 Aug 2018 18:19: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-12 18:19:31,004 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/file used request id req-f679c3d8-1af8-4769-9258-7ce50bcd6144 2018-08-12 18:19:31,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28137516975s 2018-08-12 18:19:31,004 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/file used request id req-f679c3d8-1af8-4769-9258-7ce50bcd6144 2018-08-12 18:19:31,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:19:31,012 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:31,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-8dea4825-c03b-4a76-b275-86b1d359dc4c Date: Sun, 12 Aug 2018 18:19:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:19:30Z", "file": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d22f63ef-d01f-4c2e-9841-48ab807d0148", "size": 12716032, "self": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:19:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:19:31,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8dea4825-c03b-4a76-b275-86b1d359dc4c 2018-08-12 18:19:31,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.681804895401s 2018-08-12 18:19:31,690 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8dea4825-c03b-4a76-b275-86b1d359dc4c 2018-08-12 18:19:31,692 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'd22f63ef-d01f-4c2e-9841-48ab807d0148', 'size': 12716032, u'self': u'/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T18:19:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T18:19:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13', '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/d22f63ef-d01f-4c2e-9841-48ab807d0148', 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_9a860604-93fd-4497-aa15-0976c07cee13', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13', 'created': u'2018-08-12T18:19:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T18:19:29Z', 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/d22f63ef-d01f-4c2e-9841-48ab807d0148', 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_9a860604-93fd-4497-aa15-0976c07cee13', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 18:19:31,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 18:19:31,696 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "networking-bgpvpn-flavor_9a860604-93fd-4497-aa15-0976c07cee13", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 18:19:32,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19: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-31272b8a-d0d1-49a5-b649-ccde6e86c853 x-compute-request-id: req-31272b8a-d0d1-49a5-b649-ccde6e86c853 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "networking-bgpvpn-flavor_9a860604-93fd-4497-aa15-0976c07cee13", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed", "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": "f3467b44-6afc-45cf-9d4a-a2519990f3ed"}} 2018-08-12 18:19:32,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-31272b8a-d0d1-49a5-b649-ccde6e86c853 2018-08-12 18:19:32,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.808965206146s 2018-08-12 18:19:32,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-31272b8a-d0d1-49a5-b649-ccde6e86c853 2018-08-12 18:19:32,503 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_9a860604-93fd-4497-aa15-0976c07cee13', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'f3467b44-6afc-45cf-9d4a-a2519990f3ed', 'swap': 0}) 2018-08-12 18:19:32,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 18:19:32,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed/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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"extra_specs": {}}' 2018-08-12 18:19:32,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19: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-1906d253-569a-45cf-a327-4af00a00a907 x-compute-request-id: req-1906d253-569a-45cf-a327-4af00a00a907 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 18:19:32,526 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed/os-extra_specs used request id req-1906d253-569a-45cf-a327-4af00a00a907 2018-08-12 18:19:32,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021803855896s 2018-08-12 18:19:32,526 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed/os-extra_specs used request id req-1906d253-569a-45cf-a327-4af00a00a907 2018-08-12 18:19:32,530 - 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-12 18:19:32,536 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 18:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-351caadd-285a-4d4c-a2a7-58a8688e1425 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-12 18:19:32,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-351caadd-285a-4d4c-a2a7-58a8688e1425 2018-08-12 18:19:32,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 18:19:32,543 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:32,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bc1243a-4fc1-4a16-80fd-6afe6b42be81 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 18:19:32,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6bc1243a-4fc1-4a16-80fd-6afe6b42be81 2018-08-12 18:19:32,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193107843399s 2018-08-12 18:19:32,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6bc1243a-4fc1-4a16-80fd-6afe6b42be81 2018-08-12 18:19:32,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-12 18:19:32,741 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:32,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-288c24b1-9573-4ca5-8621-d5ed682488a9 Content-Encoding: gzip Content-Length: 383 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": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://172.30.9.23:5000/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://172.30.9.23:5000/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://172.30.9.23:5000/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://172.30.9.23:5000/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://172.30.9.23:5000/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://172.30.9.23:5000/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} 2018-08-12 18:19:32,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-288c24b1-9573-4ca5-8621-d5ed682488a9 2018-08-12 18:19:32,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174657821655s 2018-08-12 18:19:32,913 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-288c24b1-9573-4ca5-8621-d5ed682488a9 2018-08-12 18:19:32,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-12 18:19:32,929 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:32,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19: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-1d2e2711-b0f1-4036-988c-a0729a598d63 x-compute-request-id: req-1d2e2711-b0f1-4036-988c-a0729a598d63 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": 335}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2638, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "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-12 18:19:32,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-1d2e2711-b0f1-4036-988c-a0729a598d63 2018-08-12 18:19:32,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0381071567535s 2018-08-12 18:19:32,965 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-1d2e2711-b0f1-4036-988c-a0729a598d63 2018-08-12 18:19:32,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:19:32,972 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:33,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-856e3202-42ca-46cf-a852-fe9b99371408 Date: Sun, 12 Aug 2018 18:19:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:19:30Z", "file": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d22f63ef-d01f-4c2e-9841-48ab807d0148", "size": 12716032, "self": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:19:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:19:33,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-856e3202-42ca-46cf-a852-fe9b99371408 2018-08-12 18:19:33,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.701056003571s 2018-08-12 18:19:33,670 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-856e3202-42ca-46cf-a852-fe9b99371408 2018-08-12 18:19:33,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-12 18:19:33,681 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_9a860604-93fd-4497-aa15-0976c07cee13", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "networking-bgpvpn-img_alt_9a860604-93fd-4497-aa15-0976c07cee13"}' 2018-08-12 18:19:34,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 958 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cf2859ec-0351-4097-a3a8-fd103ace6a53 Date: Sun, 12 Aug 2018 18:19:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:19:34Z", "file": "/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "799d9aa9-a9b0-409e-8e7c-a623f3e8c528", "size": null, "self": "/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528", "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_9a860604-93fd-4497-aa15-0976c07cee13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_alt_9a860604-93fd-4497-aa15-0976c07cee13", "checksum": null, "created_at": "2018-08-12T18:19:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 18:19:34,403 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cf2859ec-0351-4097-a3a8-fd103ace6a53 2018-08-12 18:19:34,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.725783109665s 2018-08-12 18:19:34,404 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cf2859ec-0351-4097-a3a8-fd103ace6a53 returning object 799d9aa9-a9b0-409e-8e7c-a623f3e8c528 2018-08-12 18:19:34,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-12 18:19:34,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '' 2018-08-12 18:19:35,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1f9ebcf-26a6-43f2-929f-67a5892f9c2b Date: Sun, 12 Aug 2018 18:19: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-12 18:19:35,673 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/file used request id req-c1f9ebcf-26a6-43f2-929f-67a5892f9c2b 2018-08-12 18:19:35,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.26800513268s 2018-08-12 18:19:35,673 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/file used request id req-c1f9ebcf-26a6-43f2-929f-67a5892f9c2b 2018-08-12 18:19:35,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 18:19:35,681 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" 2018-08-12 18:19:36,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2761 Content-Type: application/json X-Openstack-Request-Id: req-d34bec87-f30a-4264-8ae1-02beb332aa2b Date: Sun, 12 Aug 2018 18:19:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:19:35Z", "file": "/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "799d9aa9-a9b0-409e-8e7c-a623f3e8c528", "size": 12716032, "self": "/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_9a860604-93fd-4497-aa15-0976c07cee13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_alt_9a860604-93fd-4497-aa15-0976c07cee13", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:19:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:19:30Z", "file": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d22f63ef-d01f-4c2e-9841-48ab807d0148", "size": 12716032, "self": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:19:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 18:19:36,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d34bec87-f30a-4264-8ae1-02beb332aa2b 2018-08-12 18:19:36,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.713974952698s 2018-08-12 18:19:36,392 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d34bec87-f30a-4264-8ae1-02beb332aa2b 2018-08-12 18:19:36,394 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/snap', u'metadata': Munch({})})], 'file': u'/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/file', 'owner': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'id': u'799d9aa9-a9b0-409e-8e7c-a623f3e8c528', 'size': 12716032, u'self': u'/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-12T18:19:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-12T18:19:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_alt_9a860604-93fd-4497-aa15-0976c07cee13', '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/799d9aa9-a9b0-409e-8e7c-a623f3e8c528', 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_9a860604-93fd-4497-aa15-0976c07cee13', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'networking-bgpvpn-img_alt_9a860604-93fd-4497-aa15-0976c07cee13', 'created': u'2018-08-12T18:19:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-12T18:19: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/799d9aa9-a9b0-409e-8e7c-a623f3e8c528', 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_9a860604-93fd-4497-aa15-0976c07cee13', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-12 18:19:36,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-12 18:19:36,398 - 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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "networking-bgpvpn-flavor_alt_9a860604-93fd-4497-aa15-0976c07cee13", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-12 18:19:36,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19: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-226ccf1a-3604-4291-a67a-e0c9e03280bd x-compute-request-id: req-226ccf1a-3604-4291-a67a-e0c9e03280bd Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "networking-bgpvpn-flavor_alt_9a860604-93fd-4497-aa15-0976c07cee13", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0", "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": "812b4aab-cddd-4674-9e22-a66158aa69a0"}} 2018-08-12 18:19:36,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-226ccf1a-3604-4291-a67a-e0c9e03280bd 2018-08-12 18:19:36,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0733721256256s 2018-08-12 18:19:36,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-226ccf1a-3604-4291-a67a-e0c9e03280bd 2018-08-12 18:19:36,470 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_alt_9a860604-93fd-4497-aa15-0976c07cee13', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'812b4aab-cddd-4674-9e22-a66158aa69a0', 'swap': 0}) 2018-08-12 18:19:36,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-12 18:19:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0/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}66a363dbb875097bfd567d96667c675f5e8b9243" -d '{"extra_specs": {}}' 2018-08-12 18:19:36,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 18:19: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-46b7a043-7588-4a22-8dac-c9d62c18840c x-compute-request-id: req-46b7a043-7588-4a22-8dac-c9d62c18840c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-12 18:19:36,492 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0/os-extra_specs used request id req-46b7a043-7588-4a22-8dac-c9d62c18840c 2018-08-12 18:19:36,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215299129486s 2018-08-12 18:19:36,492 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0/os-extra_specs used request id req-46b7a043-7588-4a22-8dac-c9d62c18840c 2018-08-12 18:19:36,493 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_alt_9a860604-93fd-4497-aa15-0976c07cee13', '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'dbfa1fd1b20e4777950b03d95b9e0d9d', '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'812b4aab-cddd-4674-9e22-a66158aa69a0', 'swap': 0}) 2018-08-12 18:19:40,380 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 18:19:40,380 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 18:19:40,381 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-12 18:19:40,384 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-12 18:19:40,387 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-12 18:19:43,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8aadde30-4293-453b-8883-8bfd40694310/repo; stestr list '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/networking-bgpvpn/test_list.txt 2>/dev/null) 2018-08-12 18:19:43,972 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-12 18:19:43,973 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-12 18:19:43,973 - 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-12 19:58:42,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d65d0e6a-0e90-4b93-a746-06517d1fb2f7 2018-08-12 19:58:42,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd65d0e6a-0e90-4b93-a746-06517d1fb2f7']'. 2018-08-12 19:58:43,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-12 19:58:43,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-12 19:58:43,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 19:58:43,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d65d0e6a-0e90-4b93-a746-06517d1fb2f7 | 2018-08-12 19:58:43,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-12 19:58:43,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-12 18:19:46 | 2018-08-12 19:58:43,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-12 19:58:42 | 2018-08-12 19:58:43,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 1:38:56 | 2018-08-12 19:58:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-12 19:58:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-12 19:58:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-12 19:58:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8aadde30-4293-453b-8883-8bfd40694310) | 2018-08-12 19:58:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-12 19:58:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a0a7e09d-7b4e-4a41-bf8c-6960e69381ff) | 2018-08-12 19:58:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 44 | 2018-08-12 19:58:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 5908.301 | 2018-08-12 19:58:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 23 | 2018-08-12 19:58:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 3 | 2018-08-12 19:58:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-12 19:58:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-12 19:58:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-08-12 19:58:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-12 19:58:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-12 19:58:43,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-12 19:58:43,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest networking-bgpvpn success_rate is 56.0975609756% 2018-08-12 19:58:43,756 - xtesting.core.testcase - ERROR - The HTTP request raises issues Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 226, in push_to_db req.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Could Not Found testcases [{'project_name': u'functest', 'name': u'networking-bgpvpn'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-12 19:58:43,757 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 99:20 | FAIL | +---------------------------+------------------+------------------+----------------+ 2018-08-12 19:58:43,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 19:58:43,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 19:58:44,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T20:58:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["2pI1LpyDTCmUCVTPXGTqfg"], "issued_at": "2018-08-12T19:58:44.000000Z"}} 2018-08-12 19:58:44,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:45,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37773aeb-c6e0-4ba9-8e8a-f2c00b593ba0 Date: Sun, 12 Aug 2018 19: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-12 19:58:45,628 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528 used request id req-37773aeb-c6e0-4ba9-8e8a-f2c00b593ba0 2018-08-12 19:58:45,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.86562204361s 2018-08-12 19:58:45,628 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/799d9aa9-a9b0-409e-8e7c-a623f3e8c528 used request id req-37773aeb-c6e0-4ba9-8e8a-f2c00b593ba0 2018-08-12 19:58:45,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 19:58:45,632 - 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}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:45,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 19: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-378852df-a90d-4c5f-b9f8-eba4fea37cbe x-compute-request-id: req-378852df-a90d-4c5f-b9f8-eba4fea37cbe Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"name": "networking-bgpvpn-flavor_alt_9a860604-93fd-4497-aa15-0976c07cee13", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0", "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": "812b4aab-cddd-4674-9e22-a66158aa69a0"}, {"name": "networking-bgpvpn-flavor_9a860604-93fd-4497-aa15-0976c07cee13", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed", "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": "f3467b44-6afc-45cf-9d4a-a2519990f3ed"}]} 2018-08-12 19:58:45,921 - 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-378852df-a90d-4c5f-b9f8-eba4fea37cbe 2018-08-12 19:58:45,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.291780948639s 2018-08-12 19:58:45,921 - 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-378852df-a90d-4c5f-b9f8-eba4fea37cbe 2018-08-12 19:58:45,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 19:58:45,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:45,976 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 19: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-744d26c9-df01-478f-8530-b61cc38759f2 x-compute-request-id: req-744d26c9-df01-478f-8530-b61cc38759f2 Content-Length: 0 Content-Type: application/json 2018-08-12 19:58:45,976 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0 used request id req-744d26c9-df01-478f-8530-b61cc38759f2 2018-08-12 19:58:45,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0525119304657s 2018-08-12 19:58:45,977 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/812b4aab-cddd-4674-9e22-a66158aa69a0 used request id req-744d26c9-df01-478f-8530-b61cc38759f2 2018-08-12 19:58:45,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-12 19:58:45,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2/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}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" -d '{"subnet_id": "3e758152-23a9-4ffe-84f9-61589d8655ca"}' 2018-08-12 19:58:47,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-163d25c9-6c24-4eeb-b5ef-a8da9bd8da9b Date: Sun, 12 Aug 2018 19:58:47 GMT RESP BODY: {"network_id": "65eac6d2-296b-4dba-bb64-36217bcba971", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "3e758152-23a9-4ffe-84f9-61589d8655ca", "subnet_ids": ["3e758152-23a9-4ffe-84f9-61589d8655ca"], "port_id": "ed384116-18bf-4718-8b1e-3e05a9fb3878", "id": "2feb242b-08e7-4da4-89f5-a58e858bccf2"} 2018-08-12 19:58:47,868 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2/remove_router_interface.json used request id req-163d25c9-6c24-4eeb-b5ef-a8da9bd8da9b 2018-08-12 19:58:47,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.89056110382s 2018-08-12 19:58:47,868 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2/remove_router_interface.json used request id req-163d25c9-6c24-4eeb-b5ef-a8da9bd8da9b returning object 2feb242b-08e7-4da4-89f5-a58e858bccf2 2018-08-12 19:58:47,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-12 19:58:47,870 - 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}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:48,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1052 X-Openstack-Request-Id: req-5f48e348-00d7-41b9-b1e6-c184614e1853 Date: Sun, 12 Aug 2018 19:58:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T18:19:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T19:58:46Z", "revision_number": 4, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "2feb242b-08e7-4da4-89f5-a58e858bccf2", "name": "networking-bgpvpn-router_9a860604-93fd-4497-aa15-0976c07cee13"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8fab86b92c2040aea6c971df66a3c09e", "created_at": "2018-08-12T18:20:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T18:20:27Z", "revision_number": 0, "routes": [], "project_id": "8fab86b92c2040aea6c971df66a3c09e", "id": "5f5d785f-4784-4bd7-83b4-6e699ed12836", "name": ""}]} 2018-08-12 19:58:48,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5f48e348-00d7-41b9-b1e6-c184614e1853 2018-08-12 19:58:48,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.489875078201s 2018-08-12 19:58:48,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5f48e348-00d7-41b9-b1e6-c184614e1853 2018-08-12 19:58:48,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-12 19:58:48,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:50,188 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a97c2f32-6bb9-47f1-a7d1-6c2e137d3b7e Content-Length: 0 Date: Sun, 12 Aug 2018 19:58:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 19:58:50,188 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2.json used request id req-a97c2f32-6bb9-47f1-a7d1-6c2e137d3b7e 2018-08-12 19:58:50,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.82747793198s 2018-08-12 19:58:50,189 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2feb242b-08e7-4da4-89f5-a58e858bccf2.json used request id req-a97c2f32-6bb9-47f1-a7d1-6c2e137d3b7e 2018-08-12 19:58:50,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-12 19:58:50,190 - 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}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:50,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1299 X-Openstack-Request-Id: req-060bb625-5816-4f66-b8fe-56382ce32086 Date: Sun, 12 Aug 2018 19:58:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65eac6d2-296b-4dba-bb64-36217bcba971","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:19:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-12T18:19:24Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"3e758152-23a9-4ffe-84f9-61589d8655ca","subnetpool_id":null,"name":"networking-bgpvpn-subnet_9a860604-93fd-4497-aa15-0976c07cee13"}]} 2018-08-12 19:58:50,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-060bb625-5816-4f66-b8fe-56382ce32086 2018-08-12 19:58:50,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.317029953003s 2018-08-12 19:58:50,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-060bb625-5816-4f66-b8fe-56382ce32086 2018-08-12 19:58:50,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-12 19:58:50,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/3e758152-23a9-4ffe-84f9-61589d8655ca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:52,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d458031-b1fe-41ea-a0bd-bfd3193bcad0 Date: Sun, 12 Aug 2018 19:58:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 19:58:52,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3e758152-23a9-4ffe-84f9-61589d8655ca.json used request id req-2d458031-b1fe-41ea-a0bd-bfd3193bcad0 2018-08-12 19:58:52,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.47912788391s 2018-08-12 19:58:52,988 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3e758152-23a9-4ffe-84f9-61589d8655ca.json used request id req-2d458031-b1fe-41ea-a0bd-bfd3193bcad0 2018-08-12 19:58:52,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 19:58:52,989 - 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}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:53,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4371 X-Openstack-Request-Id: req-bd8d0754-2a19-4a33-a707-058fe4eb8e2e Date: Sun, 12 Aug 2018 19:58:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"65eac6d2-296b-4dba-bb64-36217bcba971","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T19:58:52Z","provider:segmentation_id":12,"name":"networking-bgpvpn-net_9a860604-93fd-4497-aa15-0976c07cee13","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T18:19:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"}]} 2018-08-12 19:58:53,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bd8d0754-2a19-4a33-a707-058fe4eb8e2e 2018-08-12 19:58:53,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.385593175888s 2018-08-12 19:58:53,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bd8d0754-2a19-4a33-a707-058fe4eb8e2e 2018-08-12 19:58:53,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-12 19:58:53,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/65eac6d2-296b-4dba-bb64-36217bcba971.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:54,609 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-528dbc9d-00a6-40c5-9961-e27f843609b4 Date: Sun, 12 Aug 2018 19:58:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 19:58:54,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/65eac6d2-296b-4dba-bb64-36217bcba971.json used request id req-528dbc9d-00a6-40c5-9961-e27f843609b4 2018-08-12 19:58:54,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23235487938s 2018-08-12 19:58:54,609 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/65eac6d2-296b-4dba-bb64-36217bcba971.json used request id req-528dbc9d-00a6-40c5-9961-e27f843609b4 2018-08-12 19:58:54,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-12 19:58:54,617 - 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}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:54,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-30cc1825-3d2a-44ee-8a6b-f33e337f0400 Date: Sun, 12 Aug 2018 19:58:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T18:19:30Z", "file": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d22f63ef-d01f-4c2e-9841-48ab807d0148", "size": 12716032, "self": "/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d22f63ef-d01f-4c2e-9841-48ab807d0148/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_9a860604-93fd-4497-aa15-0976c07cee13", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T18:19:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-12 19:58:54,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-30cc1825-3d2a-44ee-8a6b-f33e337f0400 2018-08-12 19:58:54,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302880048752s 2018-08-12 19:58:54,917 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-30cc1825-3d2a-44ee-8a6b-f33e337f0400 2018-08-12 19:58:54,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-12 19:58:54,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:55,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a919823-5e6a-4dab-9f1d-e2fd746d93bf Date: Sun, 12 Aug 2018 19: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-12 19:58:55,649 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148 used request id req-2a919823-5e6a-4dab-9f1d-e2fd746d93bf 2018-08-12 19:58:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.730347156525s 2018-08-12 19:58:55,649 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d22f63ef-d01f-4c2e-9841-48ab807d0148 used request id req-2a919823-5e6a-4dab-9f1d-e2fd746d93bf 2018-08-12 19:58:55,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-12 19:58:55,653 - 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}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:55,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 19: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-e24fb212-df5a-4b25-bec4-c4a4529354ba x-compute-request-id: req-e24fb212-df5a-4b25-bec4-c4a4529354ba Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavors": [{"name": "networking-bgpvpn-flavor_9a860604-93fd-4497-aa15-0976c07cee13", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed", "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": "f3467b44-6afc-45cf-9d4a-a2519990f3ed"}]} 2018-08-12 19:58:55,671 - 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-e24fb212-df5a-4b25-bec4-c4a4529354ba 2018-08-12 19:58:55,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0216040611267s 2018-08-12 19:58:55,672 - 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-e24fb212-df5a-4b25-bec4-c4a4529354ba 2018-08-12 19:58:55,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-12 19:58:55,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea50059e6d4fa83263ad88bfd471c37f3f6c4fbf" 2018-08-12 19:58:55,706 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 19: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-c8b3deb2-7245-404b-aa6f-5c19d16259cf x-compute-request-id: req-c8b3deb2-7245-404b-aa6f-5c19d16259cf Content-Length: 0 Content-Type: application/json 2018-08-12 19:58:55,706 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed used request id req-c8b3deb2-7245-404b-aa6f-5c19d16259cf 2018-08-12 19:58:55,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0327668190002s 2018-08-12 19:58:55,706 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f3467b44-6afc-45cf-9d4a-a2519990f3ed used request id req-c8b3deb2-7245-404b-aa6f-5c19d16259cf 2018-08-12 19:58:55,707 - xtesting.ci.run_tests - ERROR - The test case 'networking-bgpvpn' failed. 2018-08-12 19:58:55,753 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-12 19:58:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 19:58:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 19:58:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 19:58:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 19:58:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 19:58:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 19:58:55,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 19:58:55,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 19:58:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 19:58:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 19:58:55,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 19:58:55,796 - 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-12 19:58:55,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 19:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26db58ef-7be9-4b2e-8f71-6a4953e46a8c 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-12 19:58:55,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26db58ef-7be9-4b2e-8f71-6a4953e46a8c 2018-08-12 19:58:55,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 19:58:56,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T20:58:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["-mhagfF8Thuf9WxDUcahQg"], "issued_at": "2018-08-12T19:58:56.000000Z"}} 2018-08-12 19:58:56,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 19:58:56,203 - 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}20a7c2032b0cfbc344b190e6e2558f0925d0d478" 2018-08-12 19:58:56,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-f465f9bd-93dd-46f7-a4b0-867a20c99bba Date: Sun, 12 Aug 2018 19:58:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 19:58:56,598 - 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-f465f9bd-93dd-46f7-a4b0-867a20c99bba 2018-08-12 19:58:56,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.395249843597s 2018-08-12 19:58:56,598 - 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-f465f9bd-93dd-46f7-a4b0-867a20c99bba 2018-08-12 19:58:56,599 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 19:58:59,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 19:59:02,447 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | a8e17124-ad59-457e-82c0-4e43c900c982 | 2018-08-12T19:59:02.070908 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: a8e17124-ad59-457e-82c0-4e43c900c982 ~/.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-12 19:59:06,448 - 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-12 19:59:06,448 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 19:59:09,197 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 19:59:14,020 - 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=9b078523-9486-4a80-b293-21bb8e21fa04) as the default verifier for the future CLI operations. 2018-08-12 19:59:17,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 19:59:17,376 - 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}20a7c2032b0cfbc344b190e6e2558f0925d0d478" 2018-08-12 19:59:17,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-b7eda59e-32fd-4b4b-8d1d-d51a6526bc90 Date: Sun, 12 Aug 2018 19:59: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-12 19:59:17,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-b7eda59e-32fd-4b4b-8d1d-d51a6526bc90 2018-08-12 19:59:17,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.289801836014s 2018-08-12 19:59:17,666 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-b7eda59e-32fd-4b4b-8d1d-d51a6526bc90 2018-08-12 19:59:17,674 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-12 19:59:17,674 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-12 19:59:17,675 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-12 19:59:17,723 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-12 19:59:17,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 19:59:17,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 19:59:17,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 19:59:17,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 19:59:17,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 19:59:17,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 19:59:17,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 19:59:17,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 19:59:17,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 19:59:17,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 19:59:17,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 19:59:17,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 19:59:17,763 - 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-12 19:59:17,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 19:59:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-093751d7-f83d-4b5d-ab32-698dbc4819ac 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-12 19:59:17,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-093751d7-f83d-4b5d-ab32-698dbc4819ac 2018-08-12 19:59:17,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 19:59:18,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T20:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["zxyp9yumQ9aGIuP15XWisA"], "issued_at": "2018-08-12T19:59:18.000000Z"}} 2018-08-12 19:59:18,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-12 19:59:18,167 - 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}30d61988906c4f2fee3ed304504c5b8b77390164" 2018-08-12 19:59:18,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-ab452308-a216-431c-8ba8-a3c1e8090155 Date: Sun, 12 Aug 2018 19:59:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"}]} 2018-08-12 19:59:18,811 - 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-ab452308-a216-431c-8ba8-a3c1e8090155 2018-08-12 19:59:18,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.644373893738s 2018-08-12 19:59:18,812 - 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-ab452308-a216-431c-8ba8-a3c1e8090155 2018-08-12 19:59:18,812 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 19:59:21,656 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-12 19:59:24,709 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | feeb5771-6162-437d-892a-13f5b89efc02 | 2018-08-12T19:59:23.918400 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: feeb5771-6162-437d-892a-13f5b89efc02 ~/.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-12 19:59:28,544 - 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-12 19:59:28,545 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 19:59:31,244 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-12 19:59:34,915 - 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=b91324f0-d864-4933-ab5e-abd6676e9671) as the default verifier for the future CLI operations. 2018-08-12 19:59:38,288 - 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-12 19:59:38,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 19:59:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fcd2aa5-2fb9-4f58-be8f-ac204ddbb343 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-12 19:59:38,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-0fcd2aa5-2fb9-4f58-be8f-ac204ddbb343 2018-08-12 19:59:38,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-12 19:59:38,303 - 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-12 19:59:38,309 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 19:59:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3f64584-6568-4a90-a8bc-e25b87d8e54f 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-12 19:59:38,309 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-f3f64584-6568-4a90-a8bc-e25b87d8e54f 2018-08-12 19:59:38,310 - 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}30d61988906c4f2fee3ed304504c5b8b77390164" 2018-08-12 19:59:38,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 19:59:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30834c31-e669-4a38-865d-e2d528aff1d2 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/018e3addd9564686a81f47de471b8a25"}, "enabled": true, "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/13893612de924b22853b177e3d6b8151"}, "enabled": true, "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/278cba97a3ae4476b82a4173572555c9"}, "enabled": true, "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/288dba5267d9473ba4bd2cf0a4207734"}, "enabled": true, "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/57ecf3bcea8e4728af2f311ce03118da"}, "enabled": true, "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5e108d1bc1d54f2ba2c943347e161733"}, "enabled": true, "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/69fd0fc147f1423689d79cc0573deceb"}, "enabled": true, "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6b97264619e2417faa699eea2a04dfca"}, "enabled": true, "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a0da2a35cab84923a594d25e69c57bab"}, "enabled": true, "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b82ec30b84a94d3290f5419b0dc18ce8"}, "enabled": true, "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/be96f60905284f4dae610f3a29b2ade8"}, "enabled": true, "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bfb8c99b682d4b73b7d2604807bd60c1"}, "enabled": true, "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cb05b7db92ff4061ae0ee7436508f60e"}, "enabled": true, "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ce885311414e4f6291d7ea3c4fe03a4b"}, "enabled": true, "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/dc9c0b2811614478b86a08ba8b56d559"}, "enabled": true, "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-12 19:59:38,516 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-30834c31-e669-4a38-865d-e2d528aff1d2 2018-08-12 19:59:38,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.216732978821s 2018-08-12 19:59:38,517 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-30834c31-e669-4a38-865d-e2d528aff1d2 2018-08-12 19:59:38,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-12 19:59:38,524 - 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}30d61988906c4f2fee3ed304504c5b8b77390164" 2018-08-12 19:59:38,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-611ba39b-367a-4ae5-8d4f-b17f9bef7909 Date: Sun, 12 Aug 2018 19:59:38 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-12 19:59:38,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-611ba39b-367a-4ae5-8d4f-b17f9bef7909 2018-08-12 19:59:38,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.273730993271s 2018-08-12 19:59:38,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-611ba39b-367a-4ae5-8d4f-b17f9bef7909 2018-08-12 19:59:38,805 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-12 19:59:38,805 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-12 19:59:38,810 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 05:35 | PASS | | neutron-tempest-plugin-api | functest | smoke | 14:15 | FAIL | | rally_sanity | functest | smoke | 25:57 | FAIL | | patrole | functest | smoke | 02:10 | PASS | | vmtp | functest | smoke | 00:55 | FAIL | | shaker | functest | smoke | 65:24 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:43 | PASS | | networking-bgpvpn | functest | smoke | 99:20 | FAIL | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-12 19:59:38,822 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-12 19:59:38,834 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 20:00:17,233 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-213 | | 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-12 20:00:17,236 - 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=HWlr6JpNTd1d9OuX7H5CCnQ3v 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=dbfa1fd1b20e4777950b03d95b9e0d9d export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=ZKGK7be5XPR2QaGFWUKBODqSh export OS_REGION_NAME=regionOne 2018-08-12 20:00:17,236 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-12 20:00:17,236 - 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-12 20:00:17,250 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-12 20:00:17,263 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-12 20:00:25,777 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-12 20:00:25,778 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-08-12 20:00:25,901 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 20:00:25,901 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 00:09 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-08-12 20:00:25,907 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-08-12 20:00:25,939 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-12 20:00:26,409 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-12 20:00:27,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 20:00:27,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 20:00:27,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 20:00:27,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 20:00:27,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 20:00:27,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 20:00:27,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 20:00:27,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 20:00:27,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 20:00:27,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 20:00:27,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 20:00:27,127 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-12 20:00:27,128 - 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-12 20:00:27,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f743bad-3f4c-48f7-9c90-00e39ffb9172 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-12 20:00:27,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8f743bad-3f4c-48f7-9c90-00e39ffb9172 2018-08-12 20:00:27,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:00:27,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:00:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["ApUB5c44SuiRdTJqkkVvpg"], "issued_at": "2018-08-12T20:00:27.000000Z"}} 2018-08-12 20:00:27,534 - 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}a89ac244f47d35acbee0e2d9ed3d3193e2455eb3" 2018-08-12 20:00:27,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c0b0cc-7e96-4036-99bc-e26f7050dde2 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-12 20:00:27,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-77c0b0cc-7e96-4036-99bc-e26f7050dde2 2018-08-12 20:00:27,720 - 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-12 20:00:27,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 12 Aug 2018 20:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34ecf3fb-d8d1-42c6-b4fd-e5c9e6f5437f 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-12 20:00:27,726 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-34ecf3fb-d8d1-42c6-b4fd-e5c9e6f5437f 2018-08-12 20:00:27,727 - 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}a89ac244f47d35acbee0e2d9ed3d3193e2455eb3" 2018-08-12 20:00:27,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319631bb-47c9-4536-802c-60bbb5ba5cfe 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": "Tenant for the openstack services", "links": {"self": "http://192.30.9.4:35357/v3/projects/2880ebe42d364acc8c25818b5028a067"}, "tags": [], "enabled": true, "id": "2880ebe42d364acc8c25818b5028a067", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.4:35357/v3/projects/dbfa1fd1b20e4777950b03d95b9e0d9d"}, "tags": [], "enabled": true, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-12 20:00:27,907 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/projects used request id req-319631bb-47c9-4536-802c-60bbb5ba5cfe 2018-08-12 20:00:27,908 - 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-12 20:00:27,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8588aa6-4211-4e5e-b3f7-02ef2fdaa421 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-12 20:00:27,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a8588aa6-4211-4e5e-b3f7-02ef2fdaa421 2018-08-12 20:00:27,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:00:28,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:00:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["VUCWsMKzQiKl0dO6L0cI8w"], "issued_at": "2018-08-12T20:00:28.000000Z"}} 2018-08-12 20:00:28,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/quotas/dbfa1fd1b20e4777950b03d95b9e0d9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d575b75c733026e99dedd569ed05086a8d2cb50" 2018-08-12 20:00:28,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-5b52b7d0-c9a5-4de3-8eb5-eac9c05743b1 Date: Sun, 12 Aug 2018 20:00:28 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-12 20:00:28,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/dbfa1fd1b20e4777950b03d95b9e0d9d used request id req-5b52b7d0-c9a5-4de3-8eb5-eac9c05743b1 2018-08-12 20:00:28,614 - 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-12 20:00:28,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc8746f-1772-49be-872a-9ca05aae146f 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-12 20:00:28,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1fc8746f-1772-49be-872a-9ca05aae146f 2018-08-12 20:00:28,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:00:29,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:00:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["SQd5L5coQyiIEIv22pTlSA"], "issued_at": "2018-08-12T20:00:28.000000Z"}} 2018-08-12 20:00:29,033 - 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}3d9f3edf3e57311ac909b88207e54e6fdb1a0613" 2018-08-12 20:00:29,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c7f0e6a-2f34-4225-891c-faec06258846 x-compute-request-id: req-4c7f0e6a-2f34-4225-891c-faec06258846 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-12 20:00:29,320 - 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-4c7f0e6a-2f34-4225-891c-faec06258846 2018-08-12 20:00:29,321 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-12 20:00:29,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/dbfa1fd1b20e4777950b03d95b9e0d9d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d575b75c733026e99dedd569ed05086a8d2cb50" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-08-12 20:00:29,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-4f81113a-8e54-41b8-ac83-663f435b31b8 Date: Sun, 12 Aug 2018 20:00:29 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-12 20:00:29,697 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/dbfa1fd1b20e4777950b03d95b9e0d9d used request id req-4f81113a-8e54-41b8-ac83-663f435b31b8 2018-08-12 20:00:29,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 20:00:29,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 20:00:29,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 20:00:29,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 20:00:29,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 20:00:29,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 20:00:29,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 20:00:29,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 20:00:29,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 20:00:29,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 20:00:29,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 20:00:29,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 20:00:29,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 20:00:29,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 20:00:29,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 20:00:29,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 20:00:29,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 20:00:29,703 - 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-12 20:00:29,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-714ae21f-7a10-423f-b664-c2953e9e04d7 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-12 20:00:29,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-714ae21f-7a10-423f-b664-c2953e9e04d7 2018-08-12 20:00:29,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:00:30,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:00:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["A4PNDQetRtaG69fsctGBYw"], "issued_at": "2018-08-12T20:00:30.000000Z"}} 2018-08-12 20:00:30,129 - 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}770844551983b5bed6cfc57e40aac7d4a4bc1b9f" 2018-08-12 20:00:30,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cec2b24-1c65-48f6-94a3-40a5ea9516c5 x-compute-request-id: req-8cec2b24-1c65-48f6-94a3-40a5ea9516c5 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}]} 2018-08-12 20:00:30,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-8cec2b24-1c65-48f6-94a3-40a5ea9516c5 2018-08-12 20:00:30,473 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-12 20:00:30,473 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-12 20:00:30,476 - 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}3d9f3edf3e57311ac909b88207e54e6fdb1a0613" -d '{"quota_class_set": {"instances": -1}}' 2018-08-12 20:00:30,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59e57cf9-0a6a-4818-aca5-80d192e62c16 x-compute-request-id: req-59e57cf9-0a6a-4818-aca5-80d192e62c16 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-12 20:00:30,538 - 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-59e57cf9-0a6a-4818-aca5-80d192e62c16 2018-08-12 20:00:30,538 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-12 20:00:30,543 - 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}2d575b75c733026e99dedd569ed05086a8d2cb50" 2018-08-12 20:00:30,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4f94d696-8e6d-41d9-93c4-7600dda5485c Date: Sun, 12 Aug 2018 20:00:30 GMT RESP BODY: {"floatingips": []} 2018-08-12 20:00:30,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-4f94d696-8e6d-41d9-93c4-7600dda5485c 2018-08-12 20:00:30,946 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-12 20:00:30,951 - 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}2d575b75c733026e99dedd569ed05086a8d2cb50" 2018-08-12 20:00:31,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c738fcae-40e5-4a7b-b1a0-0a585dfe4ca9 Date: Sun, 12 Aug 2018 20:00:31 GMT RESP BODY: {"ports":[]} 2018-08-12 20:00:31,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-c738fcae-40e5-4a7b-b1a0-0a585dfe4ca9 2018-08-12 20:00:31,277 - 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}2d575b75c733026e99dedd569ed05086a8d2cb50" 2018-08-12 20:00:31,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 412 X-Openstack-Request-Id: req-dd4b7047-ab81-43d2-a5b1-107192fdc12f Date: Sun, 12 Aug 2018 20:00:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8fab86b92c2040aea6c971df66a3c09e", "created_at": "2018-08-12T18:20:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T18:20:27Z", "revision_number": 0, "routes": [], "project_id": "8fab86b92c2040aea6c971df66a3c09e", "id": "5f5d785f-4784-4bd7-83b4-6e699ed12836", "name": ""}]} 2018-08-12 20:00:31,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-dd4b7047-ab81-43d2-a5b1-107192fdc12f 2018-08-12 20:00:31,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/5f5d785f-4784-4bd7-83b4-6e699ed12836 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d575b75c733026e99dedd569ed05086a8d2cb50" -d '{"router": {"external_gateway_info": {}}}' 2018-08-12 20:00:32,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 409 X-Openstack-Request-Id: req-fd000c0d-2fa4-462f-9a85-e5c8ad4fe8b1 Date: Sun, 12 Aug 2018 20:00:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8fab86b92c2040aea6c971df66a3c09e", "created_at": "2018-08-12T18:20:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T20:00:32Z", "revision_number": 1, "routes": [], "project_id": "8fab86b92c2040aea6c971df66a3c09e", "id": "5f5d785f-4784-4bd7-83b4-6e699ed12836", "name": ""}} 2018-08-12 20:00:32,526 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5f5d785f-4784-4bd7-83b4-6e699ed12836 used request id req-fd000c0d-2fa4-462f-9a85-e5c8ad4fe8b1 2018-08-12 20:00:32,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/5f5d785f-4784-4bd7-83b4-6e699ed12836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d575b75c733026e99dedd569ed05086a8d2cb50" 2018-08-12 20:00:33,640 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a3edcd7-a47e-4984-9687-4794a0ce62b8 Content-Length: 0 Date: Sun, 12 Aug 2018 20:00:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 20:00:33,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5f5d785f-4784-4bd7-83b4-6e699ed12836 used request id req-9a3edcd7-a47e-4984-9687-4794a0ce62b8 2018-08-12 20:00:33,718 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-12 20:00:33,718 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-12 20:00:33,718 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-12 20:00:33,773 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-12 20:00:33,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-12 20:00:39,135 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 8250c29d-1865-4e09-9f78-01af14634e94 | 2018-08-12T20:00:38.743859 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 8250c29d-1865-4e09-9f78-01af14634e94 ~/.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-12 20:00:42,816 - 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-12 20:00:42,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-12 20:00:48,919 - 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=1ff2a449-124c-40d5-8229-6ee2ccb8ce4b) as the default verifier for the future CLI operations. 2018-08-12 20:00:55,834 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-12 20:00:55,834 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-12 20:00:55,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 20:00:55,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 20:00:55,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 20:00:55,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 20:00:55,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 20:00:55,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 20:00:55,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 20:00:55,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 20:00:55,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 20:00:55,839 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 20:00:55,860 - 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-12 20:00:55,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27042730-5cdd-4f24-babd-66de812571f5 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-12 20:00:55,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-27042730-5cdd-4f24-babd-66de812571f5 2018-08-12 20:00:55,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:00:56,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["h6WTIuLvT6-1B9Eo6pRV1Q"], "issued_at": "2018-08-12T20:00:56.000000Z"}} 2018-08-12 20:00:56,283 - 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}5657241a6bbdb86a235146a35b9fe084727cf8b4" 2018-08-12 20:00:56,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-bcfcd958-5b18-4900-a21e-92b398d954cd Date: Sun, 12 Aug 2018 20:00:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 20:00:56,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-bcfcd958-5b18-4900-a21e-92b398d954cd 2018-08-12 20:00:56,977 - 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-12 20:00:56,980 - 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}5657241a6bbdb86a235146a35b9fe084727cf8b4" 2018-08-12 20:00:57,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-0cb7a9da-299d-4d59-9e11-ef8718b3ccde Date: Sun, 12 Aug 2018 20:00:57 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-12 20:00:57,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0cb7a9da-299d-4d59-9e11-ef8718b3ccde 2018-08-12 20:00:57,279 - 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}5657241a6bbdb86a235146a35b9fe084727cf8b4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "bgpvpn-tempest-image", "visibility": "public"}' 2018-08-12 20:00:58,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 646 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-185f8208-a522-4fa0-bba3-611f8113caee Date: Sun, 12 Aug 2018 20:00:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T20:00:57Z", "file": "/v2/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "size": null, "self": "/v2/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-12T20:00:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 20:00:58,004 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-185f8208-a522-4fa0-bba3-611f8113caee 2018-08-12 20:00:58,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5657241a6bbdb86a235146a35b9fe084727cf8b4" -d '' 2018-08-12 20:00:59,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38189338-018e-43b7-89f8-8a1b65832ce1 Date: Sun, 12 Aug 2018 20:00: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-12 20:00:59,781 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751/file used request id req-38189338-018e-43b7-89f8-8a1b65832ce1 2018-08-12 20:00:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 20:00:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 20:00:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 20:00:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 20:00:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 20:00:59,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 20:00:59,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 20:00:59,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 20:00:59,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 20:00:59,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 20:00:59,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 20:00:59,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 20:00:59,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 20:00:59,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 20:00:59,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 20:00:59,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 20:00:59,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 20:00:59,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 20:00:59,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 20:00:59,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 20:00:59,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 20:00:59,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 20:00:59,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 20:00:59,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 20:00:59,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 20:00:59,787 - 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-12 20:00:59,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0471cdcd-c3e6-48be-b248-ef44dc943f9d 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-12 20:00:59,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0471cdcd-c3e6-48be-b248-ef44dc943f9d 2018-08-12 20:00:59,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:00,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["0rYTvEIORB6EJfNjoCD29w"], "issued_at": "2018-08-12T20:01:00.000000Z"}} 2018-08-12 20:01:00,205 - 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}4b209d29c1afbb616b4a2144ba157421075bc7f0" 2018-08-12 20:01:00,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 20:01: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-e5795161-5df9-4d41-b31a-71bc9b9c0688 x-compute-request-id: req-e5795161-5df9-4d41-b31a-71bc9b9c0688 Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}]} 2018-08-12 20:01:00,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-e5795161-5df9-4d41-b31a-71bc9b9c0688 2018-08-12 20:01:00,481 - sdnvpn-tempest - INFO - Copying tempest.conf to /root/.rally/verification/verifier-1ff2a449-124c-40d5-8229-6ee2ccb8ce4b/for-deployment-8250c29d-1865-4e09-9f78-01af14634e94/bgpvpn_tempest.conf. 2018-08-12 20:01:00,483 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-1ff2a449-124c-40d5-8229-6ee2ccb8ce4b/for-deployment-8250c29d-1865-4e09-9f78-01af14634e94/bgpvpn_tempest.conf with bgpvpn=True 2018-08-12 20:01:00,483 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-1ff2a449-124c-40d5-8229-6ee2ccb8ce4b/for-deployment-8250c29d-1865-4e09-9f78-01af14634e94/bgpvpn_tempest.conf with flavor_id 6b862c64-d94a-4ecf-b15a-2c23bd649832 2018-08-12 20:01:00,484 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-1ff2a449-124c-40d5-8229-6ee2ccb8ce4b/for-deployment-8250c29d-1865-4e09-9f78-01af14634e94/bgpvpn_tempest.conf with image_id b8b1b9a9-6c62-42a1-9407-aa6281d0f751 2018-08-12 20:01:00,484 - sdnvpn-tempest - INFO - Configuring default tempest conf file 2018-08-12 20:01:00,506 - sdnvpn-tempest - INFO - Executing: tempest run -t --regex networking_bgpvpn_tempest --config-file /etc/tempest/tempest.conf 2018-08-12 21:41:30,564 - sdnvpn-tempest - DEBUG - 2018-08-12 20:01:05.320 63 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2018-08-12 20:01:05.322 63 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2876 2018-08-12 20:01:05.322 63 DEBUG tempest [-] Configuration options gathered from: log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2877 2018-08-12 20:01:05.322 63 DEBUG tempest [-] command line args: [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2878 2018-08-12 20:01:05.322 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-12 20:01:05.322 63 DEBUG tempest [-] ================================================================================ log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2881 2018-08-12 20:01:05.322 63 DEBUG tempest [-] config_dir = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.322 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-12 20:01:05.323 63 DEBUG tempest [-] debug = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.323 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-12 20:01:05.323 63 DEBUG tempest [-] instance_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.323 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-12 20:01:05.323 63 DEBUG tempest [-] log_config_append = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.323 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-12 20:01:05.323 63 DEBUG tempest [-] log_dir = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.324 63 DEBUG tempest [-] log_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.324 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-12 20:01:05.324 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-12 20:01:05.324 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-12 20:01:05.324 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-12 20:01:05.324 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-12 20:01:05.324 63 DEBUG tempest [-] pause_teardown = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.324 63 DEBUG tempest [-] publish_errors = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.324 63 DEBUG tempest [-] rate_limit_burst = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.325 63 DEBUG tempest [-] rate_limit_except_level = CRITICAL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.325 63 DEBUG tempest [-] rate_limit_interval = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.325 63 DEBUG tempest [-] syslog_log_facility = LOG_USER log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.325 63 DEBUG tempest [-] use_journal = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.325 63 DEBUG tempest [-] use_json = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.325 63 DEBUG tempest [-] use_stderr = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.325 63 DEBUG tempest [-] use_syslog = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.325 63 DEBUG tempest [-] watch_log_file = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-12 20:01:05.326 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-12 20:01:05.326 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-12 20:01:05.326 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-12 20:01:05.326 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-12 20:01:05.326 63 DEBUG tempest [-] volume-feature-enabled.backup = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.326 63 DEBUG tempest [-] volume-feature-enabled.clone = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.326 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-12 20:01:05.326 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-12 20:01:05.327 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-12 20:01:05.327 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-12 20:01:05.327 63 DEBUG tempest [-] volume-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.327 63 DEBUG tempest [-] bgpvpn.max_asn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.327 63 DEBUG tempest [-] bgpvpn.max_nn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.327 63 DEBUG tempest [-] bgpvpn.min_asn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.327 63 DEBUG tempest [-] bgpvpn.min_nn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.327 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-12 20:01:05.328 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-12 20:01:05.328 63 DEBUG tempest [-] compute.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.328 63 DEBUG tempest [-] compute.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.328 63 DEBUG tempest [-] compute.catalog_type = compute log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.328 63 DEBUG tempest [-] compute.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.328 63 DEBUG tempest [-] compute.fixed_network_name = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.328 63 DEBUG tempest [-] compute.flavor_ref = 6b862c64-d94a-4ecf-b15a-2c23bd649832 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.328 63 DEBUG tempest [-] compute.flavor_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.hypervisor_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.image_ref = b8b1b9a9-6c62-42a1-9407-aa6281d0f751 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.image_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.min_compute_nodes = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.ready_wait = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.329 63 DEBUG tempest [-] compute.shelved_offload_time = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.330 63 DEBUG tempest [-] compute.volume_device_name = vdb log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.330 63 DEBUG tempest [-] service-clients.http_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.330 63 DEBUG tempest [-] service-clients.proxy_url = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.330 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-12 20:01:05.330 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-12 20:01:05.330 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-12 20:01:05.330 63 DEBUG tempest [-] scenario.dhcp_client = udhcpc log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.330 63 DEBUG tempest [-] scenario.img_container_format = bare log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.331 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-12 20:01:05.331 63 DEBUG tempest [-] scenario.img_dir = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.331 63 DEBUG tempest [-] scenario.img_disk_format = qcow2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.331 63 DEBUG tempest [-] scenario.img_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.331 63 DEBUG tempest [-] scenario.img_properties = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.331 63 DEBUG tempest [-] image.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.331 63 DEBUG tempest [-] image.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.331 63 DEBUG tempest [-] image.catalog_type = image log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.332 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-12 20:01:05.332 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-12 20:01:05.332 63 DEBUG tempest [-] image.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.332 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-12 20:01:05.332 63 DEBUG tempest [-] image.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.332 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-12 20:01:05.332 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-12 20:01:05.332 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-12 20:01:05.333 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-12 20:01:05.333 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-12 20:01:05.333 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-12 20:01:05.333 63 DEBUG tempest [-] identity-feature-enabled.trust = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.333 63 DEBUG tempest [-] auth.admin_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.333 63 DEBUG tempest [-] auth.admin_password = **** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.333 63 DEBUG tempest [-] auth.admin_project_name = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.333 63 DEBUG tempest [-] auth.admin_username = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.334 63 DEBUG tempest [-] auth.create_isolated_networks = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.334 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-12 20:01:05.334 63 DEBUG tempest [-] auth.tempest_roles = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.334 63 DEBUG tempest [-] auth.test_accounts_file = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.334 63 DEBUG tempest [-] auth.use_dynamic_credentials = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.334 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-12 20:01:05.334 63 DEBUG tempest [-] volume.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.334 63 DEBUG tempest [-] volume.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.335 63 DEBUG tempest [-] volume.catalog_type = volume log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.335 63 DEBUG tempest [-] volume.disk_format = raw log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.335 63 DEBUG tempest [-] volume.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.335 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-12 20:01:05.335 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-12 20:01:05.335 63 DEBUG tempest [-] volume.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.335 63 DEBUG tempest [-] volume.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.335 63 DEBUG tempest [-] volume.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.336 63 DEBUG tempest [-] volume.storage_protocol = iSCSI log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.336 63 DEBUG tempest [-] volume.vendor_name = Open Source log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.336 63 DEBUG tempest [-] volume.volume_size = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.336 63 DEBUG tempest [-] debug.trace_requests = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.336 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-12 20:01:05.336 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-12 20:01:05.336 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-12 20:01:05.336 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-12 20:01:05.337 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-12 20:01:05.337 63 DEBUG tempest [-] oslo_concurrency.lock_path = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.337 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-12 20:01:05.337 63 DEBUG tempest [-] object-storage.cluster_name = name1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.337 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-12 20:01:05.337 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-12 20:01:05.337 63 DEBUG tempest [-] object-storage.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.337 63 DEBUG tempest [-] object-storage.operator_role = Member log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.338 63 DEBUG tempest [-] object-storage.realm_name = realm1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.338 63 DEBUG tempest [-] object-storage.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.338 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-12 20:01:05.338 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-12 20:01:05.338 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-12 20:01:05.338 63 DEBUG tempest [-] network-feature-enabled.ipv6 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.338 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-12 20:01:05.338 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-12 20:01:05.339 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-12 20:01:05.339 63 DEBUG tempest [-] validation.auth_method = keypair log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.339 63 DEBUG tempest [-] validation.connect_method = floating log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.339 63 DEBUG tempest [-] validation.connect_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.339 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-12 20:01:05.339 63 DEBUG tempest [-] validation.image_ssh_password = password log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.339 63 DEBUG tempest [-] validation.image_ssh_user = cirros log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.339 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-12 20:01:05.340 63 DEBUG tempest [-] validation.network_for_ssh = public log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.340 63 DEBUG tempest [-] validation.ping_count = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.340 63 DEBUG tempest [-] validation.ping_size = 56 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.340 63 DEBUG tempest [-] validation.ping_timeout = 120 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.340 63 DEBUG tempest [-] validation.run_validation = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.340 63 DEBUG tempest [-] validation.security_group = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.340 63 DEBUG tempest [-] validation.security_group_rules = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.340 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-12 20:01:05.341 63 DEBUG tempest [-] validation.ssh_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.341 63 DEBUG tempest [-] service_available.cinder = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.341 63 DEBUG tempest [-] service_available.glance = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.341 63 DEBUG tempest [-] service_available.neutron = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.341 63 DEBUG tempest [-] service_available.nova = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.341 63 DEBUG tempest [-] service_available.swift = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.341 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-12 20:01:05.341 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-12 20:01:05.341 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-12 20:01:05.342 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-12 20:01:05.342 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-12 20:01:05.342 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-12 20:01:05.342 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-12 20:01:05.342 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-12 20:01:05.342 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-12 20:01:05.342 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-12 20:01:05.342 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-12 20:01:05.342 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-12 20:01:05.343 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-12 20:01:05.343 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-12 20:01:05.343 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-12 20:01:05.343 63 DEBUG tempest [-] compute-feature-enabled.pause = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.343 63 DEBUG tempest [-] compute-feature-enabled.personality = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.343 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-12 20:01:05.343 63 DEBUG tempest [-] compute-feature-enabled.rescue = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.343 63 DEBUG tempest [-] compute-feature-enabled.resize = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.344 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-12 20:01:05.344 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-12 20:01:05.344 63 DEBUG tempest [-] compute-feature-enabled.shelve = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.344 63 DEBUG tempest [-] compute-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.344 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-12 20:01:05.344 63 DEBUG tempest [-] compute-feature-enabled.suspend = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.344 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-12 20:01:05.344 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-12 20:01:05.344 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-12 20:01:05.345 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-12 20:01:05.345 63 DEBUG tempest [-] identity.admin_domain_scope = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.345 63 DEBUG tempest [-] identity.admin_role = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.345 63 DEBUG tempest [-] identity.auth_version = v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.345 63 DEBUG tempest [-] identity.ca_certificates_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.345 63 DEBUG tempest [-] identity.catalog_type = identity log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.345 63 DEBUG tempest [-] identity.default_domain_id = default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.345 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-12 20:01:05.346 63 DEBUG tempest [-] identity.region = regionOne log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.346 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-12 20:01:05.346 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-12 20:01:05.346 63 DEBUG tempest [-] identity.user_lockout_duration = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.346 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-12 20:01:05.346 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-12 20:01:05.346 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-12 20:01:05.346 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-12 20:01:05.346 63 DEBUG tempest [-] identity.v3_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.347 63 DEBUG tempest [-] network.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.347 63 DEBUG tempest [-] network.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.347 63 DEBUG tempest [-] network.catalog_type = network log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.347 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-12 20:01:05.347 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-12 20:01:05.347 63 DEBUG tempest [-] network.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.347 63 DEBUG tempest [-] network.floating_network_name = external log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.347 63 DEBUG tempest [-] network.port_profile = {} log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.348 63 DEBUG tempest [-] network.port_vnic_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.348 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-12 20:01:05.348 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-12 20:01:05.348 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-12 20:01:05.348 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-12 20:01:05.348 63 DEBUG tempest [-] network.project_networks_reachable = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.348 63 DEBUG tempest [-] network.public_network_id = 9080dbfe-670a-4248-8c56-0897f69dc41e log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.348 63 DEBUG tempest [-] network.public_router_id = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.349 63 DEBUG tempest [-] network.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.349 63 DEBUG tempest [-] network.shared_physical_network = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-12 20:01:05.349 63 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2900 2018-08-12 20:01:05.349 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-12 20:01:06.010 63 INFO tempest.lib.common.rest_client [req-f0cbee55-e1a4-4d10-8ffd-7080eb60ee16 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:06.011 63 DEBUG tempest.lib.common.rest_client [req-f0cbee55-e1a4-4d10-8ffd-7080eb60ee16 ] 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': 'Sun, 12 Aug 2018 20:01:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0cbee55-e1a4-4d10-8ffd-7080eb60ee16'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:06.434 63 INFO tempest.lib.common.rest_client [req-727d4007-563f-4450-a210-cc8aa2ae0531 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:06.435 63 DEBUG tempest.lib.common.rest_client [req-727d4007-563f-4450-a210-cc8aa2ae0531 ] 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': 'Sun, 12 Aug 2018 20:01:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-727d4007-563f-4450-a210-cc8aa2ae0531'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:01:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:06.628 63 INFO tempest.lib.common.rest_client [req-bfedf2da-f9ba-47e7-84b1-b3d9c4e87504 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/domains?name=Default 0.191s 2018-08-12 20:01:06.629 63 DEBUG tempest.lib.common.rest_client [req-bfedf2da-f9ba-47e7-84b1-b3d9c4e87504 ] 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': 'Sun, 12 Aug 2018 20:01:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bfedf2da-f9ba-47e7-84b1-b3d9c4e87504'} 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-12 20:01:06.851 63 INFO tempest.lib.common.rest_client [req-c5bced24-1239-4876-b7c2-354f34d42819 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.215s 2018-08-12 20:01:06.851 63 DEBUG tempest.lib.common.rest_client [req-c5bced24-1239-4876-b7c2-354f34d42819 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-545706958-desc", "name": "tempest-BgpvpnTest-545706958", "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': 'Sun, 12 Aug 2018 20:01:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5bced24-1239-4876-b7c2-354f34d42819'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-545706958-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/f6791927b5384941a01849fb65558a5f"}, "tags": [], "enabled": true, "id": "f6791927b5384941a01849fb65558a5f", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-545706958"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:07.307 63 INFO tempest.lib.common.rest_client [req-8ce9b8b4-7a9d-4d01-a2dd-5a3b00d6ad1b ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.455s 2018-08-12 20:01:07.308 63 DEBUG tempest.lib.common.rest_client [req-8ce9b8b4-7a9d-4d01-a2dd-5a3b00d6ad1b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "T4+&EEQ5Ke^jWz*", "project_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-BgpvpnTest-545706958", "email": "tempest-BgpvpnTest-1288581042@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': 'Sun, 12 Aug 2018 20:01:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8ce9b8b4-7a9d-4d01-a2dd-5a3b00d6ad1b'} Body: {"user": {"name": "tempest-BgpvpnTest-545706958", "links": {"self": "http://192.30.9.4:35357/v3/users/df3104d78a364057b5821e18dd360644"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df3104d78a364057b5821e18dd360644", "project_id": "f6791927b5384941a01849fb65558a5f", "email": "tempest-BgpvpnTest-1288581042@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:07.487 63 INFO tempest.lib.common.rest_client [req-c992cd2b-d796-4ffe-8a06-fe09b288324b ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.178s 2018-08-12 20:01:07.488 63 DEBUG tempest.lib.common.rest_client [req-c992cd2b-d796-4ffe-8a06-fe09b288324b ] 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': 'Sun, 12 Aug 2018 20:01:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c992cd2b-d796-4ffe-8a06-fe09b288324b'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:07.682 63 INFO tempest.lib.common.rest_client [req-e706a4fd-0612-4e96-b1b5-97d2c0129ce3 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.194s 2018-08-12 20:01:07.683 63 DEBUG tempest.lib.common.rest_client [req-e706a4fd-0612-4e96-b1b5-97d2c0129ce3 ] 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': 'Sun, 12 Aug 2018 20:01:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e706a4fd-0612-4e96-b1b5-97d2c0129ce3'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:07.901 63 INFO tempest.lib.common.rest_client [req-55471736-1cee-4ff1-8288-62992049bcda ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/f6791927b5384941a01849fb65558a5f/users/df3104d78a364057b5821e18dd360644/roles/2227886414cb4d22a8494529517c5128 0.217s 2018-08-12 20:01:07.902 63 DEBUG tempest.lib.common.rest_client [req-55471736-1cee-4ff1-8288-62992049bcda ] 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/f6791927b5384941a01849fb65558a5f/users/df3104d78a364057b5821e18dd360644/roles/2227886414cb4d22a8494529517c5128', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:07 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-55471736-1cee-4ff1-8288-62992049bcda'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:07.902 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-545706958', 'project_name': u'tempest-BgpvpnTest-545706958', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'f6791927b5384941a01849fb65558a5f', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-545706958', 'user_id': u'df3104d78a364057b5821e18dd360644', 'project_id': u'f6791927b5384941a01849fb65558a5f', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:07.903 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-545706958', 'project_name': u'tempest-BgpvpnTest-545706958', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'f6791927b5384941a01849fb65558a5f', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-545706958', 'user_id': u'df3104d78a364057b5821e18dd360644', 'project_id': u'f6791927b5384941a01849fb65558a5f', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:08.288 63 INFO tempest.lib.common.rest_client [req-d6e9379f-b957-4b19-92dd-a56c0e866193 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:08.288 63 DEBUG tempest.lib.common.rest_client [req-d6e9379f-b957-4b19-92dd-a56c0e866193 ] 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': 'Sun, 12 Aug 2018 20:01:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6e9379f-b957-4b19-92dd-a56c0e866193'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T21:01:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-BgpvpnTest-545706958"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/f6791927b5384941a01849fb65558a5f", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:808 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:08.521 63 INFO tempest.lib.common.rest_client [req-9339aacc-ad2c-4d0a-9c21-674d6042dc7f ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.231s 2018-08-12 20:01:08.522 63 DEBUG tempest.lib.common.rest_client [req-9339aacc-ad2c-4d0a-9c21-674d6042dc7f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-1573334548-desc", "name": "tempest-BgpvpnTest-1573334548", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9339aacc-ad2c-4d0a-9c21-674d6042dc7f'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-1573334548-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/fffe49e1acf44a83b33468c036b8369a"}, "tags": [], "enabled": true, "id": "fffe49e1acf44a83b33468c036b8369a", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-1573334548"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:08.977 63 INFO tempest.lib.common.rest_client [req-86bf42dc-c160-4442-8b9a-098add0dee4f ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.454s 2018-08-12 20:01:08.977 63 DEBUG tempest.lib.common.rest_client [req-86bf42dc-c160-4442-8b9a-098add0dee4f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "H5=jtJo3XCc#tB0", "project_id": "fffe49e1acf44a83b33468c036b8369a", "name": "tempest-BgpvpnTest-1573334548", "email": "tempest-BgpvpnTest-953131527@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': 'Sun, 12 Aug 2018 20:01:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86bf42dc-c160-4442-8b9a-098add0dee4f'} Body: {"user": {"name": "tempest-BgpvpnTest-1573334548", "links": {"self": "http://192.30.9.4:35357/v3/users/b6ddbf8ebdfb45e2857d8888c67c5046"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6ddbf8ebdfb45e2857d8888c67c5046", "project_id": "fffe49e1acf44a83b33468c036b8369a", "email": "tempest-BgpvpnTest-953131527@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:09.165 63 INFO tempest.lib.common.rest_client [req-61dcb433-f1f9-4002-b66b-e340527961d3 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.187s 2018-08-12 20:01:09.165 63 DEBUG tempest.lib.common.rest_client [req-61dcb433-f1f9-4002-b66b-e340527961d3 ] 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': 'Sun, 12 Aug 2018 20:01:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61dcb433-f1f9-4002-b66b-e340527961d3'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:09.405 63 INFO tempest.lib.common.rest_client [req-5dfa250a-4c38-43c9-b7b6-d7767a2111af ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/fffe49e1acf44a83b33468c036b8369a/users/b6ddbf8ebdfb45e2857d8888c67c5046/roles/2d788a838d6248bea293f537c17fe7c3 0.239s 2018-08-12 20:01:09.406 63 DEBUG tempest.lib.common.rest_client [req-5dfa250a-4c38-43c9-b7b6-d7767a2111af ] 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/fffe49e1acf44a83b33468c036b8369a/users/b6ddbf8ebdfb45e2857d8888c67c5046/roles/2d788a838d6248bea293f537c17fe7c3', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:09 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-5dfa250a-4c38-43c9-b7b6-d7767a2111af'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:09.406 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-1573334548', 'project_name': u'tempest-BgpvpnTest-1573334548', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'fffe49e1acf44a83b33468c036b8369a', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-1573334548', 'user_id': u'b6ddbf8ebdfb45e2857d8888c67c5046', 'project_id': u'fffe49e1acf44a83b33468c036b8369a', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:09.407 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-1573334548', 'project_name': u'tempest-BgpvpnTest-1573334548', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'fffe49e1acf44a83b33468c036b8369a', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-1573334548', 'user_id': u'b6ddbf8ebdfb45e2857d8888c67c5046', 'project_id': u'fffe49e1acf44a83b33468c036b8369a', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:09.807 63 INFO tempest.lib.common.rest_client [req-5892d12d-8cee-4ab7-be73-4b13f5e456d9 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:09.807 63 DEBUG tempest.lib.common.rest_client [req-5892d12d-8cee-4ab7-be73-4b13f5e456d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9032', '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': 'Sun, 12 Aug 2018 20:01:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5892d12d-8cee-4ab7-be73-4b13f5e456d9'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:01:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fffe49e1acf44a83b33468c036b8369a", "name": "tempest-BgpvpnTest-1573334548"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/fffe49e1acf44a83b33468c036b8369a", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoint _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:10.030 63 INFO tempest.lib.common.rest_client [req-926d4724-4cea-4193-a7ea-dc85787deaa1 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.221s 2018-08-12 20:01:10.030 63 DEBUG tempest.lib.common.rest_client [req-926d4724-4cea-4193-a7ea-dc85787deaa1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-1153565305-desc", "name": "tempest-BgpvpnTest-1153565305", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-926d4724-4cea-4193-a7ea-dc85787deaa1'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-1153565305-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/b474c93019314fd7b293d66b68b8cfce"}, "tags": [], "enabled": true, "id": "b474c93019314fd7b293d66b68b8cfce", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-1153565305"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:10.552 63 INFO tempest.lib.common.rest_client [req-bd7ad6d9-d054-40ed-b567-2fb2a38af975 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.521s 2018-08-12 20:01:10.553 63 DEBUG tempest.lib.common.rest_client [req-bd7ad6d9-d054-40ed-b567-2fb2a38af975 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "T5+W120+ov*xa6S", "project_id": "b474c93019314fd7b293d66b68b8cfce", "name": "tempest-BgpvpnTest-1153565305", "email": "tempest-BgpvpnTest-1515658510@example.com"}} Response - Headers: {'status': '201', u'content-length': '370', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd7ad6d9-d054-40ed-b567-2fb2a38af975'} Body: {"user": {"name": "tempest-BgpvpnTest-1153565305", "links": {"self": "http://192.30.9.4:35357/v3/users/f83da640d70444a98e1b6703a6897484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f83da640d70444a98e1b6703a6897484", "project_id": "b474c93019314fd7b293d66b68b8cfce", "email": "tempest-BgpvpnTest-1515658510@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:10.743 63 INFO tempest.lib.common.rest_client [req-ca6636c3-e738-454d-9234-92273f16620d ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.189s 2018-08-12 20:01:10.743 63 DEBUG tempest.lib.common.rest_client [req-ca6636c3-e738-454d-9234-92273f16620d ] 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': 'Sun, 12 Aug 2018 20:01:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca6636c3-e738-454d-9234-92273f16620d'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:10.853 63 INFO tempest.lib.common.rest_client [req-0195004a-3d5b-4af4-bf76-000dddf27750 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.109s 2018-08-12 20:01:10.853 63 DEBUG tempest.lib.common.rest_client [req-0195004a-3d5b-4af4-bf76-000dddf27750 ] 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': 'Sun, 12 Aug 2018 20:01:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0195004a-3d5b-4af4-bf76-000dddf27750'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:11.082 63 INFO tempest.lib.common.rest_client [req-40da1c56-7a31-48c1-8ddd-e11818eaca05 ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/b474c93019314fd7b293d66b68b8cfce/users/f83da640d70444a98e1b6703a6897484/roles/2227886414cb4d22a8494529517c5128 0.227s 2018-08-12 20:01:11.082 63 DEBUG tempest.lib.common.rest_client [req-40da1c56-7a31-48c1-8ddd-e11818eaca05 ] 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/b474c93019314fd7b293d66b68b8cfce/users/f83da640d70444a98e1b6703a6897484/roles/2227886414cb4d22a8494529517c5128', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:10 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-40da1c56-7a31-48c1-8ddd-e11818eaca05'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:11.082 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-1153565305', 'project_name': u'tempest-BgpvpnTest-1153565305', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b474c93019314fd7b293d66b68b8cfce', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-1153565305', 'user_id': u'f83da640d70444a98e1b6703a6897484', 'project_id': u'b474c93019314fd7b293d66b68b8cfce', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:11.083 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-1153565305', 'project_name': u'tempest-BgpvpnTest-1153565305', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b474c93019314fd7b293d66b68b8cfce', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-1153565305', 'user_id': u'f83da640d70444a98e1b6703a6897484', 'project_id': u'b474c93019314fd7b293d66b68b8cfce', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:11.464 63 INFO tempest.lib.common.rest_client [req-4c7d4063-4a4c-4c63-ad77-a1436a913d03 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:11.465 63 DEBUG tempest.lib.common.rest_client [req-4c7d4063-4a4c-4c63-ad77-a1436a913d03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8971', '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': 'Sun, 12 Aug 2018 20:01:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c7d4063-4a4c-4c63-ad77-a1436a913d03'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T21:01:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b474c93019314fd7b293d66b68b8cfce", "name": "tempest-BgpvpnTest-1153565305"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/b474c93019314fd7b293d66b68b8cfce", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:80 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:11.904 63 INFO tempest.lib.common.rest_client [req-28e95d36-b203-4a0e-a8b4-977d4c3059fd ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.436s 2018-08-12 20:01:11.905 63 DEBUG tempest.lib.common.rest_client [req-28e95d36-b203-4a0e-a8b4-977d4c3059fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--184080829"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28e95d36-b203-4a0e-a8b4-977d4c3059fd'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--184080829", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "42903ca8-52de-4aa5-9a9c-8da57036df49"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:12.585 63 INFO tempest.lib.common.rest_client [req-9f6deebf-6126-4078-824a-8e220e294501 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.23:9696/v2.0/networks 0.679s 2018-08-12 20:01:12.585 63 DEBUG tempest.lib.common.rest_client [req-9f6deebf-6126-4078-824a-8e220e294501 ] 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': 'Sun, 12 Aug 2018 20:01:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f6deebf-6126-4078-824a-8e220e294501'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:01:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f6791927b5384941a01849fb65558a5f","id":"6ca4f115-5d41-4c5c-a707-9fb4feddeb45","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:13.071 63 INFO tempest.lib.common.rest_client [req-5396e52d-2e62-489e-b137-65b569fd7e3f ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/42903ca8-52de-4aa5-9a9c-8da57036df49/network_associations 0.484s 2018-08-12 20:01:13.071 63 DEBUG tempest.lib.common.rest_client [req-5396e52d-2e62-489e-b137-65b569fd7e3f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6ca4f115-5d41-4c5c-a707-9fb4feddeb45"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/42903ca8-52de-4aa5-9a9c-8da57036df49/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5396e52d-2e62-489e-b137-65b569fd7e3f'} Body: {"network_association": {"network_id": "6ca4f115-5d41-4c5c-a707-9fb4feddeb45", "id": "3a8e88ae-d681-4e29-9bcc-e9a9a72f1c63"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:13.384 63 INFO tempest.lib.common.rest_client [req-b31698a0-3e70-47dc-ac0a-9a8986ebc3c0 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/42903ca8-52de-4aa5-9a9c-8da57036df49 0.311s 2018-08-12 20:01:13.384 63 DEBUG tempest.lib.common.rest_client [req-b31698a0-3e70-47dc-ac0a-9a8986ebc3c0 ] 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/42903ca8-52de-4aa5-9a9c-8da57036df49', u'date': 'Sun, 12 Aug 2018 20:01:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b31698a0-3e70-47dc-ac0a-9a8986ebc3c0'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": ["6ca4f115-5d41-4c5c-a707-9fb4feddeb45"], "id": "42903ca8-52de-4aa5-9a9c-8da57036df49", "name": "tempest-test-bgpvpn--184080829"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:13.955 63 INFO tempest.lib.common.rest_client [req-9c995074-93e7-47d0-bf62-8dbde2f3bc65 ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/42903ca8-52de-4aa5-9a9c-8da57036df49/network_associations/3a8e88ae-d681-4e29-9bcc-e9a9a72f1c63 0.570s 2018-08-12 20:01:13.956 63 DEBUG tempest.lib.common.rest_client [req-9c995074-93e7-47d0-bf62-8dbde2f3bc65 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/42903ca8-52de-4aa5-9a9c-8da57036df49/network_associations/3a8e88ae-d681-4e29-9bcc-e9a9a72f1c63', u'date': 'Sun, 12 Aug 2018 20:01:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9c995074-93e7-47d0-bf62-8dbde2f3bc65'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:14.248 63 INFO tempest.lib.common.rest_client [req-94ac292f-75e2-437c-8d93-2573cd2d3a55 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/42903ca8-52de-4aa5-9a9c-8da57036df49 0.291s 2018-08-12 20:01:14.248 63 DEBUG tempest.lib.common.rest_client [req-94ac292f-75e2-437c-8d93-2573cd2d3a55 ] 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/42903ca8-52de-4aa5-9a9c-8da57036df49', u'date': 'Sun, 12 Aug 2018 20:01:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94ac292f-75e2-437c-8d93-2573cd2d3a55'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "42903ca8-52de-4aa5-9a9c-8da57036df49", "name": "tempest-test-bgpvpn--184080829"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:15.112 63 INFO tempest.lib.common.rest_client [req-3f611fbf-15f8-4e39-97b5-935b890f5ad9 ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.23:9696/v2.0/networks/6ca4f115-5d41-4c5c-a707-9fb4feddeb45 0.862s 2018-08-12 20:01:15.112 63 DEBUG tempest.lib.common.rest_client [req-3f611fbf-15f8-4e39-97b5-935b890f5ad9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6ca4f115-5d41-4c5c-a707-9fb4feddeb45', u'date': 'Sun, 12 Aug 2018 20:01:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3f611fbf-15f8-4e39-97b5-935b890f5ad9'} 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 [3.646105s] ... ok 2018-08-12 20:01:15.557 63 INFO tempest.lib.common.rest_client [req-a05fff8d-5803-4472-be51-3c0936617030 ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.442s 2018-08-12 20:01:15.557 63 DEBUG tempest.lib.common.rest_client [req-a05fff8d-5803-4472-be51-3c0936617030 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--884785901"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a05fff8d-5803-4472-be51-3c0936617030'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--884785901", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "5e9760e5-14bd-4497-99a5-546759de3763"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:15.994 63 INFO tempest.lib.common.rest_client [req-37210694-e581-42b1-91a5-905a0159cf4d ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.23:9696/v2.0/routers 0.436s 2018-08-12 20:01:15.995 63 DEBUG tempest.lib.common.rest_client [req-37210694-e581-42b1-91a5-905a0159cf4d ] 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': 'Sun, 12 Aug 2018 20:01:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37210694-e581-42b1-91a5-905a0159cf4d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "created_at": "2018-08-12T20:01:15Z", "admin_state_up": true, "updated_at": "2018-08-12T20:01:15Z", "revision_number": 0, "routes": [], "project_id": "f6791927b5384941a01849fb65558a5f", "id": "0115deb1-461f-4278-94b6-7def06350a49", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:16.603 63 INFO tempest.lib.common.rest_client [req-db90a3da-3532-421b-acac-6fe7404a753f ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5e9760e5-14bd-4497-99a5-546759de3763/router_associations 0.607s 2018-08-12 20:01:16.604 63 DEBUG tempest.lib.common.rest_client [req-db90a3da-3532-421b-acac-6fe7404a753f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "0115deb1-461f-4278-94b6-7def06350a49"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5e9760e5-14bd-4497-99a5-546759de3763/router_associations', u'date': 'Sun, 12 Aug 2018 20:01:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db90a3da-3532-421b-acac-6fe7404a753f'} Body: {"router_association": {"router_id": "0115deb1-461f-4278-94b6-7def06350a49", "id": "005250e2-2e3b-40b5-b1af-539e2e038911"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:16.923 63 INFO tempest.lib.common.rest_client [req-7cb1dba4-c62c-41c7-80aa-6237c1a78041 ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5e9760e5-14bd-4497-99a5-546759de3763 0.318s 2018-08-12 20:01:16.923 63 DEBUG tempest.lib.common.rest_client [req-7cb1dba4-c62c-41c7-80aa-6237c1a78041 ] 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/5e9760e5-14bd-4497-99a5-546759de3763', u'date': 'Sun, 12 Aug 2018 20:01:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7cb1dba4-c62c-41c7-80aa-6237c1a78041'} Body: {"bgpvpn": {"routers": ["0115deb1-461f-4278-94b6-7def06350a49"], "type": "l3", "networks": [], "id": "5e9760e5-14bd-4497-99a5-546759de3763", "name": "tempest-test-bgpvpn--884785901"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:17.311 63 INFO tempest.lib.common.rest_client [req-4800ef9a-4051-42fc-935c-069e7130c3b0 ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5e9760e5-14bd-4497-99a5-546759de3763/router_associations/005250e2-2e3b-40b5-b1af-539e2e038911 0.387s 2018-08-12 20:01:17.311 63 DEBUG tempest.lib.common.rest_client [req-4800ef9a-4051-42fc-935c-069e7130c3b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5e9760e5-14bd-4497-99a5-546759de3763/router_associations/005250e2-2e3b-40b5-b1af-539e2e038911', u'date': 'Sun, 12 Aug 2018 20:01:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4800ef9a-4051-42fc-935c-069e7130c3b0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:17.337 63 INFO tempest.lib.common.rest_client [req-10c82305-718c-4a63-9448-eb3d8d0e042f ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5e9760e5-14bd-4497-99a5-546759de3763 0.025s 2018-08-12 20:01:17.337 63 DEBUG tempest.lib.common.rest_client [req-10c82305-718c-4a63-9448-eb3d8d0e042f ] 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/5e9760e5-14bd-4497-99a5-546759de3763', u'date': 'Sun, 12 Aug 2018 20:01:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10c82305-718c-4a63-9448-eb3d8d0e042f'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "5e9760e5-14bd-4497-99a5-546759de3763", "name": "tempest-test-bgpvpn--884785901"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:18.110 63 INFO tempest.lib.common.rest_client [req-d6c6e304-999e-45c5-af94-3c1ecf12a4a9 ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0115deb1-461f-4278-94b6-7def06350a49 0.771s 2018-08-12 20:01:18.110 63 DEBUG tempest.lib.common.rest_client [req-d6c6e304-999e-45c5-af94-3c1ecf12a4a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0115deb1-461f-4278-94b6-7def06350a49', u'date': 'Sun, 12 Aug 2018 20:01:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d6c6e304-999e-45c5-af94-3c1ecf12a4a9'} 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 [2.997197s] ... ok 2018-08-12 20:01:18.444 63 INFO tempest.lib.common.rest_client [req-ccde4e27-69c8-41a2-af39-34cb0eb2c6d7 ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.331s 2018-08-12 20:01:18.444 63 DEBUG tempest.lib.common.rest_client [req-ccde4e27-69c8-41a2-af39-34cb0eb2c6d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccde4e27-69c8-41a2-af39-34cb0eb2c6d7'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "566ae88e-1eb2-4c3d-a7df-d1815a37b322"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:18.958 63 INFO tempest.lib.common.rest_client [req-6bb87fb4-97d0-4d01-a8f9-7564e70649e8 ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/networks 0.513s 2018-08-12 20:01:18.959 63 DEBUG tempest.lib.common.rest_client [req-6bb87fb4-97d0-4d01-a8f9-7564e70649e8 ] 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': 'Sun, 12 Aug 2018 20:01:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6bb87fb4-97d0-4d01-a8f9-7564e70649e8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:01:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f6791927b5384941a01849fb65558a5f","id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:19.253 63 INFO tempest.lib.common.rest_client [req-99a20539-c92d-45df-9804-ca06ba5409c6 ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/566ae88e-1eb2-4c3d-a7df-d1815a37b322/network_associations 0.293s 2018-08-12 20:01:19.254 63 DEBUG tempest.lib.common.rest_client [req-99a20539-c92d-45df-9804-ca06ba5409c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c0781422-16a0-4b84-8007-5cc2eeb890c7"}} Response - Headers: {'status': '404', u'content-length': '138', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/566ae88e-1eb2-4c3d-a7df-d1815a37b322/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99a20539-c92d-45df-9804-ca06ba5409c6'} Body: {"NeutronError": {"message": "Network c0781422-16a0-4b84-8007-5cc2eeb890c7 could not be found.", "type": "NetworkNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:19.665 63 INFO tempest.lib.common.rest_client [req-23e96756-62dc-44ce-a03a-618ab168e8a9 ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/146db287-3e37-4e07-8204-02e7c25d7e2e/network_associations 0.410s 2018-08-12 20:01:19.665 63 DEBUG tempest.lib.common.rest_client [req-23e96756-62dc-44ce-a03a-618ab168e8a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e"}} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/146db287-3e37-4e07-8204-02e7c25d7e2e/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23e96756-62dc-44ce-a03a-618ab168e8a9'} Body: {"NeutronError": {"message": "BGPVPN 146db287-3e37-4e07-8204-02e7c25d7e2e 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 [1.554345s] ... ok 2018-08-12 20:01:19.965 63 INFO tempest.lib.common.rest_client [req-0a99ce21-3ea8-4b8f-a023-5617d1a92ef1 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.297s 2018-08-12 20:01:19.965 63 DEBUG tempest.lib.common.rest_client [req-0a99ce21-3ea8-4b8f-a023-5617d1a92ef1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--1940862727"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a99ce21-3ea8-4b8f-a023-5617d1a92ef1'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1940862727", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "f3e6f84b-b34a-4ab7-afbf-b2a6c61a9776"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:20.158 63 INFO tempest.lib.common.rest_client [req-6cb52797-9632-4ed6-b812-45407bc33d15 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/networks 0.192s 2018-08-12 20:01:20.159 63 DEBUG tempest.lib.common.rest_client [req-6cb52797-9632-4ed6-b812-45407bc33d15 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-BgpvpnTest-test-network-313964573"}} Response - Headers: {'status': '201', u'content-length': '578', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:01:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6cb52797-9632-4ed6-b812-45407bc33d15'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:01:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f6791927b5384941a01849fb65558a5f","id":"dad355f7-0ff4-4b99-8294-569e42d12b64","name":"tempest-BgpvpnTest-test-network-313964573"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:21.101 63 INFO tempest.lib.common.rest_client [req-01467c4f-ed1a-4591-9594-418111efeac9 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.940s 2018-08-12 20:01:21.101 63 DEBUG tempest.lib.common.rest_client [req-01467c4f-ed1a-4591-9594-418111efeac9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "network_id": "dad355f7-0ff4-4b99-8294-569e42d12b64", "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': 'Sun, 12 Aug 2018 20:01:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01467c4f-ed1a-4591-9594-418111efeac9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dad355f7-0ff4-4b99-8294-569e42d12b64","tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:20Z","dns_nameservers":[],"updated_at":"2018-08-12T20:01:20Z","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":"f6791927b5384941a01849fb65558a5f","id":"4562aaa8-2c0e-4f4c-97d8-ed59d7c3f520","subnetpool_id":null,"name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:21.627 63 INFO tempest.lib.common.rest_client [req-453fad23-69b6-4e25-b28c-5315e58ade89 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f3e6f84b-b34a-4ab7-afbf-b2a6c61a9776/network_associations 0.525s 2018-08-12 20:01:21.628 63 DEBUG tempest.lib.common.rest_client [req-453fad23-69b6-4e25-b28c-5315e58ade89 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "dad355f7-0ff4-4b99-8294-569e42d12b64"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f3e6f84b-b34a-4ab7-afbf-b2a6c61a9776/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-453fad23-69b6-4e25-b28c-5315e58ade89'} Body: {"network_association": {"network_id": "dad355f7-0ff4-4b99-8294-569e42d12b64", "id": "ee36c54e-a219-477c-8b8a-466e3486f0c7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:22.395 63 INFO tempest.lib.common.rest_client [req-fc724779-acdb-4f41-a849-bf7e07110135 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.766s 2018-08-12 20:01:22.396 63 DEBUG tempest.lib.common.rest_client [req-fc724779-acdb-4f41-a849-bf7e07110135 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--1768834681"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc724779-acdb-4f41-a849-bf7e07110135'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1768834681", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "d71ec2d5-d49e-4c62-a60a-b2f1ce8f6074"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:23.006 63 INFO tempest.lib.common.rest_client [req-e81b7399-87f7-4a37-857f-f18f3d6d08fe ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/routers 0.609s 2018-08-12 20:01:23.006 63 DEBUG tempest.lib.common.rest_client [req-e81b7399-87f7-4a37-857f-f18f3d6d08fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {}, "name": "tempest-test-bgpvpn--974959744", "admin_state_up": false}} Response - Headers: {'status': '201', u'content-length': '418', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Sun, 12 Aug 2018 20:01:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e81b7399-87f7-4a37-857f-f18f3d6d08fe'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "created_at": "2018-08-12T20:01:22Z", "admin_state_up": false, "updated_at": "2018-08-12T20:01:22Z", "revision_number": 0, "routes": [], "project_id": "f6791927b5384941a01849fb65558a5f", "id": "5c072492-c634-481f-b1d7-b8f21380192e", "name": "tempest-test-bgpvpn--974959744"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:24.100 63 INFO tempest.lib.common.rest_client [req-bd9510d2-f311-40ad-8d3d-d8a17cb21926 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d71ec2d5-d49e-4c62-a60a-b2f1ce8f6074/router_associations 1.093s 2018-08-12 20:01:24.101 63 DEBUG tempest.lib.common.rest_client [req-bd9510d2-f311-40ad-8d3d-d8a17cb21926 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "5c072492-c634-481f-b1d7-b8f21380192e"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d71ec2d5-d49e-4c62-a60a-b2f1ce8f6074/router_associations', u'date': 'Sun, 12 Aug 2018 20:01:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd9510d2-f311-40ad-8d3d-d8a17cb21926'} Body: {"router_association": {"router_id": "5c072492-c634-481f-b1d7-b8f21380192e", "id": "35cb546a-8d15-4c7c-9133-688992f4702f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:26.158 63 INFO tempest.lib.common.rest_client [req-ab82c81b-4366-44a9-baa3-0cb650edee10 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 409 PUT http://172.30.9.23:9696/v2.0/routers/5c072492-c634-481f-b1d7-b8f21380192e/add_router_interface 2.056s 2018-08-12 20:01:26.158 63 DEBUG tempest.lib.common.rest_client [req-ab82c81b-4366-44a9-baa3-0cb650edee10 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4562aaa8-2c0e-4f4c-97d8-ed59d7c3f520"} Response - Headers: {'status': '409', u'content-length': '448', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/5c072492-c634-481f-b1d7-b8f21380192e/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:01:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab82c81b-4366-44a9-baa3-0cb650edee10'} Body: {"NeutronError": {"message": "Error cannot perform router interface attachment due to Callback networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin._notify_adding_interface_to_router--9223372036854713322 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 [6.492458s] ... ok 2018-08-12 20:01:26.599 63 INFO tempest.lib.common.rest_client [req-0d1dae98-582b-40d0-83c3-06e1a11802c4 ] Request (BgpvpnTest:test_create_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.439s 2018-08-12 20:01:26.600 63 DEBUG tempest.lib.common.rest_client [req-0d1dae98-582b-40d0-83c3-06e1a11802c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--562638923"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d1dae98-582b-40d0-83c3-06e1a11802c4'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--562638923", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "route_targets": [], "project_id": "fffe49e1acf44a83b33468c036b8369a", "type": "l3", "id": "e95624d8-eb8f-4d09-aeea-037831879615"}} _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.440927s] ... ok 2018-08-12 20:01:26.881 63 INFO tempest.lib.common.rest_client [req-f859f556-e02c-425d-8958-a094159c0045 ] Request (BgpvpnTest:test_create_bgpvpn_as_non_admin_fail): 403 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.279s 2018-08-12 20:01:26.881 63 DEBUG tempest.lib.common.rest_client [req-f859f556-e02c-425d-8958-a094159c0045 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--1452582901"}} Response - Headers: {'status': '403', u'content-length': '185', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f859f556-e02c-425d-8958-a094159c0045'} 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.281231s] ... ok 2018-08-12 20:01:27.093 63 INFO tempest.lib.common.rest_client [req-eaf7c73b-1b40-4568-8205-af02781ed9fc ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.209s 2018-08-12 20:01:27.094 63 DEBUG tempest.lib.common.rest_client [req-eaf7c73b-1b40-4568-8205-af02781ed9fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "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': 'Sun, 12 Aug 2018 20:01:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eaf7c73b-1b40-4568-8205-af02781ed9fc'} 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-12 20:01:27.104 63 INFO tempest.lib.common.rest_client [req-6b95816e-0761-48c0-91fd-8f2c02080cf2 ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.009s 2018-08-12 20:01:27.104 63 DEBUG tempest.lib.common.rest_client [req-6b95816e-0761-48c0-91fd-8f2c02080cf2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "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': 'Sun, 12 Aug 2018 20:01:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b95816e-0761-48c0-91fd-8f2c02080cf2'} 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-12 20:01:27.114 63 INFO tempest.lib.common.rest_client [req-5c6d12ce-ba15-47da-b25c-25aa45eb198e ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.009s 2018-08-12 20:01:27.115 63 DEBUG tempest.lib.common.rest_client [req-5c6d12ce-ba15-47da-b25c-25aa45eb198e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "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': 'Sun, 12 Aug 2018 20:01:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c6d12ce-ba15-47da-b25c-25aa45eb198e'} 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.232956s] ... ok 2018-08-12 20:01:27.503 63 INFO tempest.lib.common.rest_client [req-9f0bc409-e594-49f0-ac57-8b828b572f55 ] Request (BgpvpnTest:test_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.386s 2018-08-12 20:01:27.504 63 DEBUG tempest.lib.common.rest_client [req-9f0bc409-e594-49f0-ac57-8b828b572f55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--343196954"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f0bc409-e594-49f0-ac57-8b828b572f55'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--343196954", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "d38c5837-439d-4a31-a973-01c494bbe743"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:28.155 63 INFO tempest.lib.common.rest_client [req-7c9b2d01-ddc1-449d-b8e3-a7afb9b66c59 ] Request (BgpvpnTest:test_delete_bgpvpn): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d38c5837-439d-4a31-a973-01c494bbe743 0.650s 2018-08-12 20:01:28.155 63 DEBUG tempest.lib.common.rest_client [req-7c9b2d01-ddc1-449d-b8e3-a7afb9b66c59 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d38c5837-439d-4a31-a973-01c494bbe743', u'date': 'Sun, 12 Aug 2018 20:01:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c9b2d01-ddc1-449d-b8e3-a7afb9b66c59'} 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 [1.039256s] ... ok 2018-08-12 20:01:28.329 63 INFO tempest.lib.common.rest_client [req-eb88475b-2ff5-4f68-9db5-a6bc11379878 ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.172s 2018-08-12 20:01:28.329 63 DEBUG tempest.lib.common.rest_client [req-eb88475b-2ff5-4f68-9db5-a6bc11379878 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--256742129"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb88475b-2ff5-4f68-9db5-a6bc11379878'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--256742129", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "0cf5df9c-d9ce-44eb-9ddf-2caf9712bdb4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:28.626 63 INFO tempest.lib.common.rest_client [req-4d10ff32-196b-4fe2-8041-9311b9e1484b ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 403 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/0cf5df9c-d9ce-44eb-9ddf-2caf9712bdb4 0.296s 2018-08-12 20:01:28.627 63 DEBUG tempest.lib.common.rest_client [req-4d10ff32-196b-4fe2-8041-9311b9e1484b ] 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/0cf5df9c-d9ce-44eb-9ddf-2caf9712bdb4', u'date': 'Sun, 12 Aug 2018 20:01:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d10ff32-196b-4fe2-8041-9311b9e1484b'} 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.471594s] ... ok 2018-08-12 20:01:28.916 63 INFO tempest.lib.common.rest_client [req-4693ea6d-82d3-4e70-9330-e43b929152f9 ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.287s 2018-08-12 20:01:28.917 63 DEBUG tempest.lib.common.rest_client [req-4693ea6d-82d3-4e70-9330-e43b929152f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4693ea6d-82d3-4e70-9330-e43b929152f9'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "b1821fe7-3446-4deb-8fef-ff8030b50303"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:29.326 63 INFO tempest.lib.common.rest_client [req-d891c9ab-3d90-4f1c-b200-08fe4c77d92e ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/networks 0.408s 2018-08-12 20:01:29.326 63 DEBUG tempest.lib.common.rest_client [req-d891c9ab-3d90-4f1c-b200-08fe4c77d92e ] 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': 'Sun, 12 Aug 2018 20:01:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d891c9ab-3d90-4f1c-b200-08fe4c77d92e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:01:29Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f6791927b5384941a01849fb65558a5f","id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:29.609 63 INFO tempest.lib.common.rest_client [req-0db1d712-35c2-43d2-a346-28da01623ade ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1821fe7-3446-4deb-8fef-ff8030b50303/network_associations 0.282s 2018-08-12 20:01:29.610 63 DEBUG tempest.lib.common.rest_client [req-0db1d712-35c2-43d2-a346-28da01623ade ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "11898ee9-e6f3-4a4d-8e71-787bcfa08990"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1821fe7-3446-4deb-8fef-ff8030b50303/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0db1d712-35c2-43d2-a346-28da01623ade'} Body: {"network_association": {"network_id": "11898ee9-e6f3-4a4d-8e71-787bcfa08990", "id": "3d2834d4-05b3-4756-b01b-0f54afba22e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:29.644 63 INFO tempest.lib.common.rest_client [req-9665e760-b1d8-4133-8148-b5f30a03fedf ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b1821fe7-3446-4deb-8fef-ff8030b50303/network_associations/155d8f75-8132-4612-8a20-e748913e2005 0.033s 2018-08-12 20:01:29.645 63 DEBUG tempest.lib.common.rest_client [req-9665e760-b1d8-4133-8148-b5f30a03fedf ] 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/b1821fe7-3446-4deb-8fef-ff8030b50303/network_associations/155d8f75-8132-4612-8a20-e748913e2005', u'date': 'Sun, 12 Aug 2018 20:01:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9665e760-b1d8-4133-8148-b5f30a03fedf'} Body: {"NeutronError": {"message": "BGPVPN network association 155d8f75-8132-4612-8a20-e748913e2005 could not be found for BGPVPN b1821fe7-3446-4deb-8fef-ff8030b50303", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:29.678 63 INFO tempest.lib.common.rest_client [req-fa9f7e80-5840-416a-b834-7c0bccc6abab ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3e5ae916-7707-4c2b-a4c9-965471fe84e8/network_associations/3d2834d4-05b3-4756-b01b-0f54afba22e6 0.032s 2018-08-12 20:01:29.678 63 DEBUG tempest.lib.common.rest_client [req-fa9f7e80-5840-416a-b834-7c0bccc6abab ] 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/3e5ae916-7707-4c2b-a4c9-965471fe84e8/network_associations/3d2834d4-05b3-4756-b01b-0f54afba22e6', u'date': 'Sun, 12 Aug 2018 20:01:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa9f7e80-5840-416a-b834-7c0bccc6abab'} Body: {"NeutronError": {"message": "BGPVPN network association 3d2834d4-05b3-4756-b01b-0f54afba22e6 could not be found for BGPVPN 3e5ae916-7707-4c2b-a4c9-965471fe84e8", "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.050907s] ... ok 2018-08-12 20:01:29.784 63 INFO tempest.lib.common.rest_client [req-2e47bbac-90a4-4d4c-a8fc-ee108e5c65bb ] Request (BgpvpnTest:test_list_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.104s 2018-08-12 20:01:29.784 63 DEBUG tempest.lib.common.rest_client [req-2e47bbac-90a4-4d4c-a8fc-ee108e5c65bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--47515780"}} Response - Headers: {'status': '201', u'content-length': '336', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e47bbac-90a4-4d4c-a8fc-ee108e5c65bb'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--47515780", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "0f1c340f-3abd-4018-bca3-06fd662e1dda"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:29.926 63 INFO tempest.lib.common.rest_client [req-1fbb4d38-35f1-4a7f-8e9e-19cc780ef59d ] Request (BgpvpnTest:test_list_bgpvpn): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.141s 2018-08-12 20:01:29.927 63 DEBUG tempest.lib.common.rest_client [req-1fbb4d38-35f1-4a7f-8e9e-19cc780ef59d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1168', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1fbb4d38-35f1-4a7f-8e9e-19cc780ef59d'} Body: {"bgpvpns": [{"routers": [], "type": "l3", "networks": [], "id": "0cf5df9c-d9ce-44eb-9ddf-2caf9712bdb4", "name": "tempest-test-bgpvpn--256742129"}, {"routers": [], "type": "l3", "networks": [], "id": "0f1c340f-3abd-4018-bca3-06fd662e1dda", "name": "tempest-test-bgpvpn--47515780"}, {"routers": [], "type": "l3", "networks": [], "id": "42903ca8-52de-4aa5-9a9c-8da57036df49", "name": "tempest-test-bgpvpn--184080829"}, {"routers": [], "type": "l3", "networks": [], "id": "566ae88e-1eb2-4c3d-a7df-d1815a37b322", "name": "testbgpvpn"}, {"routers": [], "type": "l3", "networks": [], "id": "5e9760e5-14bd-4497-99a5-546759de3763", "name": "tempest-test-bgpvpn--884785901"}, {"routers": [], "type": "l3", "networks": ["11898ee9-e6f3-4a4d-8e71-787bcfa08990"], "id": "b1821fe7-3446-4deb-8fef-ff8030b50303", "name": "testbgpvpn"}, {"routers": ["5c072492-c634-481f-b1d7-b8f21380192e"], "type": "l3", "networks": [], "id": "d71ec2d5-d49e-4c62-a60a-b2f1ce8f6074", "name": "tempest-test-bgpvpn--1768834681"}, {"routers": [], "type": "l3", "networks": ["dad355f7-0ff4-4b99-8294-569e42d12b64"], "id": "f3e6f84b-b34a-4ab7-afbf-b2a6c61a9776", "name": "tempest-test-bgpvpn--1940862727"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn [0.248044s] ... ok 2018-08-12 20:01:30.548 63 INFO tempest.lib.common.rest_client [req-f8091708-2a42-405d-85cb-28948eba66b0 ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.619s 2018-08-12 20:01:30.549 63 DEBUG tempest.lib.common.rest_client [req-f8091708-2a42-405d-85cb-28948eba66b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--1486459356"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f8091708-2a42-405d-85cb-28948eba66b0'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1486459356", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "669d7aa6-844d-4d84-b42e-4477c63ed6a0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:30.843 63 INFO tempest.lib.common.rest_client [req-2d46862a-c847-4aa7-8c5a-f329cfc583c2 ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.293s 2018-08-12 20:01:30.844 63 DEBUG tempest.lib.common.rest_client [req-2d46862a-c847-4aa7-8c5a-f329cfc583c2 ] 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': 'Sun, 12 Aug 2018 20:01:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d46862a-c847-4aa7-8c5a-f329cfc583c2'} 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.916301s] ... ok 2018-08-12 20:01:30.941 63 INFO tempest.lib.common.rest_client [req-f3e20dda-85ef-46d1-a610-940fa1baad9e ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.095s 2018-08-12 20:01:30.942 63 DEBUG tempest.lib.common.rest_client [req-f3e20dda-85ef-46d1-a610-940fa1baad9e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--619868620"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3e20dda-85ef-46d1-a610-940fa1baad9e'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--619868620", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "d7a8586d-992c-432f-956b-a289b5756529"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:31.396 63 INFO tempest.lib.common.rest_client [req-c97c705e-fb74-4480-9ca2-4dd6d664526f ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/networks 0.453s 2018-08-12 20:01:31.397 63 DEBUG tempest.lib.common.rest_client [req-c97c705e-fb74-4480-9ca2-4dd6d664526f ] 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': 'Sun, 12 Aug 2018 20:01:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c97c705e-fb74-4480-9ca2-4dd6d664526f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:01:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f6791927b5384941a01849fb65558a5f","id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:31.956 63 INFO tempest.lib.common.rest_client [req-f0c96bdc-28f6-49e5-9b2e-22b669df3bb1 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d7a8586d-992c-432f-956b-a289b5756529/network_associations 0.559s 2018-08-12 20:01:31.957 63 DEBUG tempest.lib.common.rest_client [req-f0c96bdc-28f6-49e5-9b2e-22b669df3bb1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0c382103-b3a6-4ecc-9f9c-922c73b1ba0c"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d7a8586d-992c-432f-956b-a289b5756529/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0c96bdc-28f6-49e5-9b2e-22b669df3bb1'} Body: {"network_association": {"network_id": "0c382103-b3a6-4ecc-9f9c-922c73b1ba0c", "id": "a30714d7-e963-45f4-9948-4dc21b753ea8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:32.256 63 INFO tempest.lib.common.rest_client [req-823a4d93-3723-4037-aaa2-d26387092e2c ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d7a8586d-992c-432f-956b-a289b5756529/network_associations 0.298s 2018-08-12 20:01:32.256 63 DEBUG tempest.lib.common.rest_client [req-823a4d93-3723-4037-aaa2-d26387092e2c ] 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/d7a8586d-992c-432f-956b-a289b5756529/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-823a4d93-3723-4037-aaa2-d26387092e2c'} 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 [1.411994s] ... ok 2018-08-12 20:01:32.641 63 INFO tempest.lib.common.rest_client [req-b8f90f45-6fbd-41b3-be7b-07422eb0e767 ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.382s 2018-08-12 20:01:32.641 63 DEBUG tempest.lib.common.rest_client [req-b8f90f45-6fbd-41b3-be7b-07422eb0e767 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--788905883"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8f90f45-6fbd-41b3-be7b-07422eb0e767'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--788905883", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "eec2b9c9-fb51-48dd-aa0b-1723320b496d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:32.851 63 INFO tempest.lib.common.rest_client [req-b16f41b8-61d7-4410-812f-82eb9837819f ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.209s 2018-08-12 20:01:32.851 63 DEBUG tempest.lib.common.rest_client [req-b16f41b8-61d7-4410-812f-82eb9837819f ] 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': 'Sun, 12 Aug 2018 20:01:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b16f41b8-61d7-4410-812f-82eb9837819f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:01:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f6791927b5384941a01849fb65558a5f","id":"a578a261-d61c-4759-805c-ec6e5c21a02a","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:33.498 63 INFO tempest.lib.common.rest_client [req-52e07145-9e7b-496b-bdeb-22fd656278f1 ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/eec2b9c9-fb51-48dd-aa0b-1723320b496d/network_associations 0.646s 2018-08-12 20:01:33.498 63 DEBUG tempest.lib.common.rest_client [req-52e07145-9e7b-496b-bdeb-22fd656278f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a578a261-d61c-4759-805c-ec6e5c21a02a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/eec2b9c9-fb51-48dd-aa0b-1723320b496d/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52e07145-9e7b-496b-bdeb-22fd656278f1'} Body: {"network_association": {"network_id": "a578a261-d61c-4759-805c-ec6e5c21a02a", "id": "a4ced535-a3bb-4e64-a1e4-e50dfeeae1e5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:33.587 63 INFO tempest.lib.common.rest_client [req-7c8fb046-1b6c-430f-812b-4535323e19b9 ] Request (BgpvpnTest:test_list_show_network_association): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/eec2b9c9-fb51-48dd-aa0b-1723320b496d/network_associations 0.088s 2018-08-12 20:01:33.588 63 DEBUG tempest.lib.common.rest_client [req-7c8fb046-1b6c-430f-812b-4535323e19b9 ] 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/eec2b9c9-fb51-48dd-aa0b-1723320b496d/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c8fb046-1b6c-430f-812b-4535323e19b9'} Body: {"network_associations": [{"network_id": "a578a261-d61c-4759-805c-ec6e5c21a02a", "id": "a4ced535-a3bb-4e64-a1e4-e50dfeeae1e5"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:33.944 63 INFO tempest.lib.common.rest_client [req-4ecd7b9c-40e4-410f-a595-296027616147 ] Request (BgpvpnTest:test_list_show_network_association): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/eec2b9c9-fb51-48dd-aa0b-1723320b496d/network_associations/a4ced535-a3bb-4e64-a1e4-e50dfeeae1e5 0.355s 2018-08-12 20:01:33.945 63 DEBUG tempest.lib.common.rest_client [req-4ecd7b9c-40e4-410f-a595-296027616147 ] 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/eec2b9c9-fb51-48dd-aa0b-1723320b496d/network_associations/a4ced535-a3bb-4e64-a1e4-e50dfeeae1e5', u'date': 'Sun, 12 Aug 2018 20:01:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ecd7b9c-40e4-410f-a595-296027616147'} Body: {"network_association": {"network_id": "a578a261-d61c-4759-805c-ec6e5c21a02a", "id": "a4ced535-a3bb-4e64-a1e4-e50dfeeae1e5"}} _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.688098s] ... ok 2018-08-12 20:01:34.335 63 INFO tempest.lib.common.rest_client [req-e5e60a15-9b78-4f63-8ed1-870cc31ab6ce ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.388s 2018-08-12 20:01:34.336 63 DEBUG tempest.lib.common.rest_client [req-e5e60a15-9b78-4f63-8ed1-870cc31ab6ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--1860752771"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5e60a15-9b78-4f63-8ed1-870cc31ab6ce'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1860752771", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "150d6d35-945a-4578-84c6-df095555ceb8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:34.592 63 INFO tempest.lib.common.rest_client [req-08bded43-01f1-4e75-938a-57dde945f424 ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.256s 2018-08-12 20:01:34.593 63 DEBUG tempest.lib.common.rest_client [req-08bded43-01f1-4e75-938a-57dde945f424 ] 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': 'Sun, 12 Aug 2018 20:01:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-08bded43-01f1-4e75-938a-57dde945f424'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "created_at": "2018-08-12T20:01:34Z", "admin_state_up": true, "updated_at": "2018-08-12T20:01:34Z", "revision_number": 0, "routes": [], "project_id": "f6791927b5384941a01849fb65558a5f", "id": "6a280362-141b-497c-9ff1-1fd155c9fb65", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:34.956 63 INFO tempest.lib.common.rest_client [req-cddd413e-6676-4d65-8477-132494388656 ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/150d6d35-945a-4578-84c6-df095555ceb8/router_associations 0.362s 2018-08-12 20:01:34.956 63 DEBUG tempest.lib.common.rest_client [req-cddd413e-6676-4d65-8477-132494388656 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "6a280362-141b-497c-9ff1-1fd155c9fb65"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/150d6d35-945a-4578-84c6-df095555ceb8/router_associations', u'date': 'Sun, 12 Aug 2018 20:01:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cddd413e-6676-4d65-8477-132494388656'} Body: {"router_association": {"router_id": "6a280362-141b-497c-9ff1-1fd155c9fb65", "id": "251151a1-7818-4207-8c94-0a5ceed6bb99"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:35.068 63 INFO tempest.lib.common.rest_client [req-f929d3ab-1820-4f80-8ff9-128a6c1f6597 ] Request (BgpvpnTest:test_list_show_router_association): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/150d6d35-945a-4578-84c6-df095555ceb8/router_associations 0.110s 2018-08-12 20:01:35.068 63 DEBUG tempest.lib.common.rest_client [req-f929d3ab-1820-4f80-8ff9-128a6c1f6597 ] 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/150d6d35-945a-4578-84c6-df095555ceb8/router_associations', u'date': 'Sun, 12 Aug 2018 20:01:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f929d3ab-1820-4f80-8ff9-128a6c1f6597'} Body: {"router_associations": [{"router_id": "6a280362-141b-497c-9ff1-1fd155c9fb65", "id": "251151a1-7818-4207-8c94-0a5ceed6bb99"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:35.177 63 INFO tempest.lib.common.rest_client [req-f259842d-6a6d-407f-aef4-bf97716c838a ] Request (BgpvpnTest:test_list_show_router_association): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/150d6d35-945a-4578-84c6-df095555ceb8/router_associations/251151a1-7818-4207-8c94-0a5ceed6bb99 0.107s 2018-08-12 20:01:35.177 63 DEBUG tempest.lib.common.rest_client [req-f259842d-6a6d-407f-aef4-bf97716c838a ] 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/150d6d35-945a-4578-84c6-df095555ceb8/router_associations/251151a1-7818-4207-8c94-0a5ceed6bb99', u'date': 'Sun, 12 Aug 2018 20:01:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f259842d-6a6d-407f-aef4-bf97716c838a'} Body: {"router_association": {"router_id": "6a280362-141b-497c-9ff1-1fd155c9fb65", "id": "251151a1-7818-4207-8c94-0a5ceed6bb99"}} _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.231491s] ... ok 2018-08-12 20:01:35.581 63 INFO tempest.lib.common.rest_client [req-37a3290c-5c90-4634-a763-dada3833e591 ] Request (BgpvpnTest:test_show_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.402s 2018-08-12 20:01:35.582 63 DEBUG tempest.lib.common.rest_client [req-37a3290c-5c90-4634-a763-dada3833e591 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--1851300252"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37a3290c-5c90-4634-a763-dada3833e591'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1851300252", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "6039d777-20b4-402b-8436-f2f97c6c5c41"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:35.972 63 INFO tempest.lib.common.rest_client [req-90c3711d-af80-4db6-b1d7-bdd78d1940ee ] Request (BgpvpnTest:test_show_bgpvpn): 200 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6039d777-20b4-402b-8436-f2f97c6c5c41 0.389s 2018-08-12 20:01:35.972 63 DEBUG tempest.lib.common.rest_client [req-90c3711d-af80-4db6-b1d7-bdd78d1940ee ] 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/6039d777-20b4-402b-8436-f2f97c6c5c41', u'date': 'Sun, 12 Aug 2018 20:01:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90c3711d-af80-4db6-b1d7-bdd78d1940ee'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "6039d777-20b4-402b-8436-f2f97c6c5c41", "name": "tempest-test-bgpvpn--1851300252"}} _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.794544s] ... ok 2018-08-12 20:01:36.347 63 INFO tempest.lib.common.rest_client [req-292bc497-d516-47eb-b979-c7641cf49576 ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.373s 2018-08-12 20:01:36.348 63 DEBUG tempest.lib.common.rest_client [req-292bc497-d516-47eb-b979-c7641cf49576 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--945994205"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-292bc497-d516-47eb-b979-c7641cf49576'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--945994205", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "bc9641e8-b0d4-435d-9e05-19c585be51ab"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:36.541 63 INFO tempest.lib.common.rest_client [req-95b67e7a-7aa5-4bb7-bb28-e9e1dddbaca2 ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 404 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bc9641e8-b0d4-435d-9e05-19c585be51ab 0.192s 2018-08-12 20:01:36.542 63 DEBUG tempest.lib.common.rest_client [req-95b67e7a-7aa5-4bb7-bb28-e9e1dddbaca2 ] 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/bc9641e8-b0d4-435d-9e05-19c585be51ab', u'date': 'Sun, 12 Aug 2018 20:01:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95b67e7a-7aa5-4bb7-bb28-e9e1dddbaca2'} Body: {"NeutronError": {"message": "BGPVPN bc9641e8-b0d4-435d-9e05-19c585be51ab 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.569304s] ... ok 2018-08-12 20:01:36.940 63 INFO tempest.lib.common.rest_client [req-94bef393-9745-4a7f-9f38-18fd7c5cac30 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.396s 2018-08-12 20:01:36.941 63 DEBUG tempest.lib.common.rest_client [req-94bef393-9745-4a7f-9f38-18fd7c5cac30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--268934951"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94bef393-9745-4a7f-9f38-18fd7c5cac30'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--268934951", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "43539727-8e6a-4f76-9355-b9b30e0e06ad"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:37.345 63 INFO tempest.lib.common.rest_client [req-27dc95d8-02c6-4a36-b178-4d8c1fa1d652 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/networks 0.404s 2018-08-12 20:01:37.346 63 DEBUG tempest.lib.common.rest_client [req-27dc95d8-02c6-4a36-b178-4d8c1fa1d652 ] 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': 'Sun, 12 Aug 2018 20:01:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27dc95d8-02c6-4a36-b178-4d8c1fa1d652'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:01:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f6791927b5384941a01849fb65558a5f","id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:38.016 63 INFO tempest.lib.common.rest_client [req-adcc0b20-9b97-46c7-aff6-c93f018c93fc ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/43539727-8e6a-4f76-9355-b9b30e0e06ad/network_associations 0.669s 2018-08-12 20:01:38.017 63 DEBUG tempest.lib.common.rest_client [req-adcc0b20-9b97-46c7-aff6-c93f018c93fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/43539727-8e6a-4f76-9355-b9b30e0e06ad/network_associations', u'date': 'Sun, 12 Aug 2018 20:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-adcc0b20-9b97-46c7-aff6-c93f018c93fc'} Body: {"network_association": {"network_id": "977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f", "id": "21ad8a75-abec-4b98-859c-76ecc489cd56"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:38.311 63 INFO tempest.lib.common.rest_client [req-ed62b932-86cd-4279-aae1-3decda12677f ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 404 GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/43539727-8e6a-4f76-9355-b9b30e0e06ad/network_associations/21ad8a75-abec-4b98-859c-76ecc489cd56 0.292s 2018-08-12 20:01:38.311 63 DEBUG tempest.lib.common.rest_client [req-ed62b932-86cd-4279-aae1-3decda12677f ] 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/43539727-8e6a-4f76-9355-b9b30e0e06ad/network_associations/21ad8a75-abec-4b98-859c-76ecc489cd56', u'date': 'Sun, 12 Aug 2018 20:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed62b932-86cd-4279-aae1-3decda12677f'} Body: {"NeutronError": {"message": "BGPVPN network association 21ad8a75-abec-4b98-859c-76ecc489cd56 could not be found for BGPVPN 43539727-8e6a-4f76-9355-b9b30e0e06ad", "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.768869s] ... ok 2018-08-12 20:01:38.437 63 INFO tempest.lib.common.rest_client [req-20963354-7f2a-4265-9884-6a201ecb8ca7 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.123s 2018-08-12 20:01:38.437 63 DEBUG tempest.lib.common.rest_client [req-20963354-7f2a-4265-9884-6a201ecb8ca7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20963354-7f2a-4265-9884-6a201ecb8ca7'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": [], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "fe78bd7d-460b-4a7a-b217-ff5ef47fed1a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:38.628 63 INFO tempest.lib.common.rest_client [req-af2f8429-f593-41f5-b7bd-0dedd936f04f ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe78bd7d-460b-4a7a-b217-ff5ef47fed1a 0.190s 2018-08-12 20:01:38.629 63 DEBUG tempest.lib.common.rest_client [req-af2f8429-f593-41f5-b7bd-0dedd936f04f ] 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/fe78bd7d-460b-4a7a-b217-ff5ef47fed1a', u'date': 'Sun, 12 Aug 2018 20:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-af2f8429-f593-41f5-b7bd-0dedd936f04f'} 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-12 20:01:38.825 63 INFO tempest.lib.common.rest_client [req-a205e68d-a409-4f17-ab91-897fdab2b8dd ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe78bd7d-460b-4a7a-b217-ff5ef47fed1a 0.195s 2018-08-12 20:01:38.825 63 DEBUG tempest.lib.common.rest_client [req-a205e68d-a409-4f17-ab91-897fdab2b8dd ] 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/fe78bd7d-460b-4a7a-b217-ff5ef47fed1a', u'date': 'Sun, 12 Aug 2018 20:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a205e68d-a409-4f17-ab91-897fdab2b8dd'} 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-12 20:01:38.837 63 INFO tempest.lib.common.rest_client [req-ab9023f9-5b7d-49fc-9fbc-61447c89a881 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/fe78bd7d-460b-4a7a-b217-ff5ef47fed1a 0.010s 2018-08-12 20:01:38.838 63 DEBUG tempest.lib.common.rest_client [req-ab9023f9-5b7d-49fc-9fbc-61447c89a881 ] 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/fe78bd7d-460b-4a7a-b217-ff5ef47fed1a', u'date': 'Sun, 12 Aug 2018 20:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab9023f9-5b7d-49fc-9fbc-61447c89a881'} 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.525375s] ... ok 2018-08-12 20:01:39.150 63 INFO tempest.lib.common.rest_client [req-6d59bdbd-2b6c-4521-adec-b7e81c09e202 ] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.310s 2018-08-12 20:01:39.150 63 DEBUG tempest.lib.common.rest_client [req-6d59bdbd-2b6c-4521-adec-b7e81c09e202 ] 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--693508735"}} Response - Headers: {'status': '201', u'content-length': '364', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d59bdbd-2b6c-4521-adec-b7e81c09e202'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--693508735", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "route_targets": ["64512:1"], "project_id": "fffe49e1acf44a83b33468c036b8369a", "type": "l3", "id": "b6dd776d-49df-4873-9c7d-7980d2106312"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:39.198 63 INFO tempest.lib.common.rest_client [req-b90d894a-170e-4f5a-8870-49562b88ab71 ] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b6dd776d-49df-4873-9c7d-7980d2106312 0.047s 2018-08-12 20:01:39.199 63 DEBUG tempest.lib.common.rest_client [req-b90d894a-170e-4f5a-8870-49562b88ab71 ] 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/b6dd776d-49df-4873-9c7d-7980d2106312', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b90d894a-170e-4f5a-8870-49562b88ab71'} 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.363493s] ... 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-12 20:01:39,150 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.310s 2018-08-12 20:01:39,150 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--693508735"}} Response - Headers: {'status': '201', u'content-length': '364', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d59bdbd-2b6c-4521-adec-b7e81c09e202'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--693508735", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "route_targets": ["64512:1"], "project_id": "fffe49e1acf44a83b33468c036b8369a", "type": "l3", "id": "b6dd776d-49df-4873-9c7d-7980d2106312"}} 2018-08-12 20:01:39,198 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/b6dd776d-49df-4873-9c7d-7980d2106312 0.047s 2018-08-12 20:01:39,199 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/b6dd776d-49df-4873-9c7d-7980d2106312', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b90d894a-170e-4f5a-8870-49562b88ab71'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-12 20:01:39.329 63 INFO tempest.lib.common.rest_client [req-2ddbb9f0-b1c1-4b4d-9646-656d09dba65d ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.124s 2018-08-12 20:01:39.330 63 DEBUG tempest.lib.common.rest_client [req-2ddbb9f0-b1c1-4b4d-9646-656d09dba65d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "f6791927b5384941a01849fb65558a5f", "name": "tempest-test-bgpvpn--484507963", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '346', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ddbb9f0-b1c1-4b4d-9646-656d09dba65d'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--484507963", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "route_targets": ["64512:1"], "project_id": "f6791927b5384941a01849fb65558a5f", "type": "l3", "id": "231d5e09-4d82-49db-8c55-a0c2fe6f89af"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:39.363 63 INFO tempest.lib.common.rest_client [req-b76cfa00-8800-4115-be0b-789e0a3cb2bb ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 403 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/231d5e09-4d82-49db-8c55-a0c2fe6f89af 0.032s 2018-08-12 20:01:39.363 63 DEBUG tempest.lib.common.rest_client [req-b76cfa00-8800-4115-be0b-789e0a3cb2bb ] 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/231d5e09-4d82-49db-8c55-a0c2fe6f89af', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b76cfa00-8800-4115-be0b-789e0a3cb2bb'} 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.160000s] ... ok 2018-08-12 20:01:39.753 63 INFO tempest.lib.common.rest_client [req-a6ba3551-5fc9-41d8-b973-e3510981c560 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/42903ca8-52de-4aa5-9a9c-8da57036df49 0.388s 2018-08-12 20:01:39.754 63 DEBUG tempest.lib.common.rest_client [req-a6ba3551-5fc9-41d8-b973-e3510981c560 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/42903ca8-52de-4aa5-9a9c-8da57036df49', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a6ba3551-5fc9-41d8-b973-e3510981c560'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:40.124 63 INFO tempest.lib.common.rest_client [req-324f1f0c-1ab1-40bf-ad8f-e4d6f548b577 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5e9760e5-14bd-4497-99a5-546759de3763 0.369s 2018-08-12 20:01:40.124 63 DEBUG tempest.lib.common.rest_client [req-324f1f0c-1ab1-40bf-ad8f-e4d6f548b577 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5e9760e5-14bd-4497-99a5-546759de3763', u'date': 'Sun, 12 Aug 2018 20:01:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-324f1f0c-1ab1-40bf-ad8f-e4d6f548b577'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:40.467 63 INFO tempest.lib.common.rest_client [req-6c4fa596-a921-4b7b-a464-8282b558c7aa ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/f3e6f84b-b34a-4ab7-afbf-b2a6c61a9776 0.342s 2018-08-12 20:01:40.467 63 DEBUG tempest.lib.common.rest_client [req-6c4fa596-a921-4b7b-a464-8282b558c7aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f3e6f84b-b34a-4ab7-afbf-b2a6c61a9776', u'date': 'Sun, 12 Aug 2018 20:01:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6c4fa596-a921-4b7b-a464-8282b558c7aa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:40.585 63 INFO tempest.lib.common.rest_client [req-6cdeb129-15d0-4291-a6dd-fb63c2d46809 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d71ec2d5-d49e-4c62-a60a-b2f1ce8f6074 0.117s 2018-08-12 20:01:40.585 63 DEBUG tempest.lib.common.rest_client [req-6cdeb129-15d0-4291-a6dd-fb63c2d46809 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d71ec2d5-d49e-4c62-a60a-b2f1ce8f6074', u'date': 'Sun, 12 Aug 2018 20:01:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6cdeb129-15d0-4291-a6dd-fb63c2d46809'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:41.393 63 INFO tempest.lib.common.rest_client [req-986358f4-178f-4af8-83b6-50170085047c ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/e95624d8-eb8f-4d09-aeea-037831879615 0.808s 2018-08-12 20:01:41.394 63 DEBUG tempest.lib.common.rest_client [req-986358f4-178f-4af8-83b6-50170085047c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e95624d8-eb8f-4d09-aeea-037831879615', u'date': 'Sun, 12 Aug 2018 20:01:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-986358f4-178f-4af8-83b6-50170085047c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:41.581 63 INFO tempest.lib.common.rest_client [req-072904e1-274b-4d95-bc5e-2bdd07283dc9 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/0cf5df9c-d9ce-44eb-9ddf-2caf9712bdb4 0.187s 2018-08-12 20:01:41.582 63 DEBUG tempest.lib.common.rest_client [req-072904e1-274b-4d95-bc5e-2bdd07283dc9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0cf5df9c-d9ce-44eb-9ddf-2caf9712bdb4', u'date': 'Sun, 12 Aug 2018 20:01:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-072904e1-274b-4d95-bc5e-2bdd07283dc9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:41.681 63 INFO tempest.lib.common.rest_client [req-124f196d-bf34-4792-bbbc-7067c4fe4811 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/0f1c340f-3abd-4018-bca3-06fd662e1dda 0.099s 2018-08-12 20:01:41.682 63 DEBUG tempest.lib.common.rest_client [req-124f196d-bf34-4792-bbbc-7067c4fe4811 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0f1c340f-3abd-4018-bca3-06fd662e1dda', u'date': 'Sun, 12 Aug 2018 20:01:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-124f196d-bf34-4792-bbbc-7067c4fe4811'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:42.089 63 INFO tempest.lib.common.rest_client [req-03df5e21-a86a-4488-8860-d2262c8cf288 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/669d7aa6-844d-4d84-b42e-4477c63ed6a0 0.407s 2018-08-12 20:01:42.089 63 DEBUG tempest.lib.common.rest_client [req-03df5e21-a86a-4488-8860-d2262c8cf288 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/669d7aa6-844d-4d84-b42e-4477c63ed6a0', u'date': 'Sun, 12 Aug 2018 20:01:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-03df5e21-a86a-4488-8860-d2262c8cf288'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:42.262 63 INFO tempest.lib.common.rest_client [req-0dac2706-09f0-417c-bd49-eceddcc9946a ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d7a8586d-992c-432f-956b-a289b5756529 0.172s 2018-08-12 20:01:42.263 63 DEBUG tempest.lib.common.rest_client [req-0dac2706-09f0-417c-bd49-eceddcc9946a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d7a8586d-992c-432f-956b-a289b5756529', u'date': 'Sun, 12 Aug 2018 20:01:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0dac2706-09f0-417c-bd49-eceddcc9946a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:42.705 63 INFO tempest.lib.common.rest_client [req-223bec44-f544-45df-bf23-3a3ad8e97c22 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/eec2b9c9-fb51-48dd-aa0b-1723320b496d 0.442s 2018-08-12 20:01:42.706 63 DEBUG tempest.lib.common.rest_client [req-223bec44-f544-45df-bf23-3a3ad8e97c22 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/eec2b9c9-fb51-48dd-aa0b-1723320b496d', u'date': 'Sun, 12 Aug 2018 20:01:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-223bec44-f544-45df-bf23-3a3ad8e97c22'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:42.830 63 INFO tempest.lib.common.rest_client [req-8de86c9d-8b1b-4459-95fc-efe54f57a1a7 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/150d6d35-945a-4578-84c6-df095555ceb8 0.124s 2018-08-12 20:01:42.831 63 DEBUG tempest.lib.common.rest_client [req-8de86c9d-8b1b-4459-95fc-efe54f57a1a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/150d6d35-945a-4578-84c6-df095555ceb8', u'date': 'Sun, 12 Aug 2018 20:01:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8de86c9d-8b1b-4459-95fc-efe54f57a1a7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:42.969 63 INFO tempest.lib.common.rest_client [req-1f2d05c0-4266-4f7e-8619-df40f1b64f64 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/6039d777-20b4-402b-8436-f2f97c6c5c41 0.137s 2018-08-12 20:01:42.969 63 DEBUG tempest.lib.common.rest_client [req-1f2d05c0-4266-4f7e-8619-df40f1b64f64 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6039d777-20b4-402b-8436-f2f97c6c5c41', u'date': 'Sun, 12 Aug 2018 20:01:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1f2d05c0-4266-4f7e-8619-df40f1b64f64'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:43.070 63 INFO tempest.lib.common.rest_client [req-c8c7a520-40a5-4a8a-a2c9-5946c629e928 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bc9641e8-b0d4-435d-9e05-19c585be51ab 0.100s 2018-08-12 20:01:43.071 63 DEBUG tempest.lib.common.rest_client [req-c8c7a520-40a5-4a8a-a2c9-5946c629e928 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/bc9641e8-b0d4-435d-9e05-19c585be51ab', u'date': 'Sun, 12 Aug 2018 20:01:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8c7a520-40a5-4a8a-a2c9-5946c629e928'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:43.190 63 INFO tempest.lib.common.rest_client [req-949da512-2248-4cea-a847-2a6d9626e666 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/43539727-8e6a-4f76-9355-b9b30e0e06ad 0.118s 2018-08-12 20:01:43.190 63 DEBUG tempest.lib.common.rest_client [req-949da512-2248-4cea-a847-2a6d9626e666 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/43539727-8e6a-4f76-9355-b9b30e0e06ad', u'date': 'Sun, 12 Aug 2018 20:01:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-949da512-2248-4cea-a847-2a6d9626e666'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:43.279 63 INFO tempest.lib.common.rest_client [req-c7aa37b0-4d23-4eb6-b841-54981b128352 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b6dd776d-49df-4873-9c7d-7980d2106312 0.088s 2018-08-12 20:01:43.280 63 DEBUG tempest.lib.common.rest_client [req-c7aa37b0-4d23-4eb6-b841-54981b128352 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b6dd776d-49df-4873-9c7d-7980d2106312', u'date': 'Sun, 12 Aug 2018 20:01:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c7aa37b0-4d23-4eb6-b841-54981b128352'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:43.364 63 INFO tempest.lib.common.rest_client [req-3f7885d3-c624-4529-8813-c2763f9cfc6f ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/231d5e09-4d82-49db-8c55-a0c2fe6f89af 0.083s 2018-08-12 20:01:43.364 63 DEBUG tempest.lib.common.rest_client [req-3f7885d3-c624-4529-8813-c2763f9cfc6f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/231d5e09-4d82-49db-8c55-a0c2fe6f89af', u'date': 'Sun, 12 Aug 2018 20:01:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3f7885d3-c624-4529-8813-c2763f9cfc6f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:43.672 63 INFO tempest.lib.common.rest_client [req-56efd3cb-9931-4826-b549-d46efdc6e010 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/ports?device_id=5c072492-c634-481f-b1d7-b8f21380192e 0.306s 2018-08-12 20:01:43.672 63 DEBUG tempest.lib.common.rest_client [req-56efd3cb-9931-4826-b549-d46efdc6e010 ] 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=5c072492-c634-481f-b1d7-b8f21380192e', u'date': 'Sun, 12 Aug 2018 20:01:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56efd3cb-9931-4826-b549-d46efdc6e010'} Body: {"ports":[]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:44.442 63 INFO tempest.lib.common.rest_client [req-abd45b3f-4f2e-4ac8-bafc-e278dc752d7b ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/routers/5c072492-c634-481f-b1d7-b8f21380192e 0.769s 2018-08-12 20:01:44.443 63 DEBUG tempest.lib.common.rest_client [req-abd45b3f-4f2e-4ac8-bafc-e278dc752d7b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5c072492-c634-481f-b1d7-b8f21380192e', u'date': 'Sun, 12 Aug 2018 20:01:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-abd45b3f-4f2e-4ac8-bafc-e278dc752d7b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:46.736 63 INFO tempest.lib.common.rest_client [req-a59f8d20-673f-4b7b-8343-31241ef3dc84 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4562aaa8-2c0e-4f4c-97d8-ed59d7c3f520 2.293s 2018-08-12 20:01:46.737 63 DEBUG tempest.lib.common.rest_client [req-a59f8d20-673f-4b7b-8343-31241ef3dc84 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4562aaa8-2c0e-4f4c-97d8-ed59d7c3f520', u'date': 'Sun, 12 Aug 2018 20:01:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a59f8d20-673f-4b7b-8343-31241ef3dc84'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:48.213 63 INFO tempest.lib.common.rest_client [req-4e85c8e4-7d49-42d5-ba8f-132d203009f4 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/networks/dad355f7-0ff4-4b99-8294-569e42d12b64 1.475s 2018-08-12 20:01:48.216 63 DEBUG tempest.lib.common.rest_client [req-4e85c8e4-7d49-42d5-ba8f-132d203009f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/dad355f7-0ff4-4b99-8294-569e42d12b64', u'date': 'Sun, 12 Aug 2018 20:01:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4e85c8e4-7d49-42d5-ba8f-132d203009f4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:48.633 63 INFO tempest.lib.common.rest_client [req-0ad7cead-2ce6-4fe8-8933-206f17cee13e ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/b6ddbf8ebdfb45e2857d8888c67c5046 0.414s 2018-08-12 20:01:48.633 63 DEBUG tempest.lib.common.rest_client [req-0ad7cead-2ce6-4fe8-8933-206f17cee13e ] 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/b6ddbf8ebdfb45e2857d8888c67c5046', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:48 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-0ad7cead-2ce6-4fe8-8933-206f17cee13e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:49.022 63 INFO tempest.lib.common.rest_client [req-6a51fe8b-97b9-4788-a290-91058bd508b6 ] Request (BgpvpnTest:tearDownClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:49.023 63 DEBUG tempest.lib.common.rest_client [req-6a51fe8b-97b9-4788-a290-91058bd508b6 ] 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': 'Sun, 12 Aug 2018 20:01:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a51fe8b-97b9-4788-a290-91058bd508b6'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:01:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:49.474 63 INFO tempest.lib.common.rest_client [req-8e746b49-8d69-4c35-ab06-86b4f5595255 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=fffe49e1acf44a83b33468c036b8369a&name=default 0.448s 2018-08-12 20:01:49.474 63 DEBUG tempest.lib.common.rest_client [req-8e746b49-8d69-4c35-ab06-86b4f5595255 ] 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=fffe49e1acf44a83b33468c036b8369a&name=default', u'date': 'Sun, 12 Aug 2018 20:01:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e746b49-8d69-4c35-ab06-86b4f5595255'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "created_at": "2018-08-12T20:01:49Z", "updated_at": "2018-08-12T20:01:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:49Z", "revision_number": 0, "id": "1692265a-88fc-4467-a768-0b032f367204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:49Z", "security_group_id": "d7fa571c-766b-4819-9375-e7b37ed8cf7b", "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fffe49e1acf44a83b33468c036b8369a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:49Z", "revision_number": 0, "id": "21451d79-5a55-4e74-9d8b-ddc9e9f842db", "remote_group_id": "d7fa571c-766b-4819-9375-e7b37ed8cf7b", "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:49Z", "security_group_id": "d7fa571c-766b-4819-9375-e7b37ed8cf7b", "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fffe49e1acf44a83b33468c036b8369a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:49Z", "revision_number": 0, "id": "61fbe5fc-f53f-4979-bd29-da166d9a32c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:49Z", "security_group_id": "d7fa571c-766b-4819-9375-e7b37ed8cf7b", "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "port_range_min": null, "ethertype": "IPv4", "project_id": "fffe49e1acf44a83b33468c036b8369a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:49Z", "revision_number": 0, "id": "9de1bc6d-dadf-49bd-8fd7-0920e6e1549f", "remote_group_id": "d7fa571c-766b-4819-9375-e7b37ed8cf7b", "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:49Z", "security_group_id": "d7fa571c-766b-4819-9375-e7b37ed8cf7b", "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "port_range_min": null, "ethertype": "IPv6", "project_id": "fffe49e1acf44a83b33468c036b8369a"}], "revision_number": 1, "project_id": "fffe49e1acf44a83b33468c036b8369a", "id": "d7fa571c-766b-4819-9375-e7b37ed8cf7b", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:50.389 63 INFO tempest.lib.common.rest_client [req-f73a119d-fe7f-4910-bf31-5318f6e83deb ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/d7fa571c-766b-4819-9375-e7b37ed8cf7b 0.914s 2018-08-12 20:01:50.389 63 DEBUG tempest.lib.common.rest_client [req-f73a119d-fe7f-4910-bf31-5318f6e83deb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d7fa571c-766b-4819-9375-e7b37ed8cf7b', u'date': 'Sun, 12 Aug 2018 20:01:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f73a119d-fe7f-4910-bf31-5318f6e83deb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:50.693 63 INFO tempest.lib.common.rest_client [req-56013187-4c35-46d1-910d-99d3ce359afe ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/fffe49e1acf44a83b33468c036b8369a 0.303s 2018-08-12 20:01:50.694 63 DEBUG tempest.lib.common.rest_client [req-56013187-4c35-46d1-910d-99d3ce359afe ] 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/fffe49e1acf44a83b33468c036b8369a', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:50 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-56013187-4c35-46d1-910d-99d3ce359afe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:50.969 63 INFO tempest.lib.common.rest_client [req-00070a21-5fbb-43ec-975a-d399a96bceca ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/f83da640d70444a98e1b6703a6897484 0.274s 2018-08-12 20:01:50.969 63 DEBUG tempest.lib.common.rest_client [req-00070a21-5fbb-43ec-975a-d399a96bceca ] 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/f83da640d70444a98e1b6703a6897484', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:50 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-00070a21-5fbb-43ec-975a-d399a96bceca'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:51.377 63 INFO tempest.lib.common.rest_client [req-882cc5e1-6232-44d0-b790-7c7e930c8db5 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=b474c93019314fd7b293d66b68b8cfce&name=default 0.407s 2018-08-12 20:01:51.378 63 DEBUG tempest.lib.common.rest_client [req-882cc5e1-6232-44d0-b790-7c7e930c8db5 ] 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=b474c93019314fd7b293d66b68b8cfce&name=default', u'date': 'Sun, 12 Aug 2018 20:01:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-882cc5e1-6232-44d0-b790-7c7e930c8db5'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b474c93019314fd7b293d66b68b8cfce", "created_at": "2018-08-12T20:01:51Z", "updated_at": "2018-08-12T20:01:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:51Z", "revision_number": 0, "id": "4beb29eb-95db-4aeb-9a5a-998d9f9159da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:51Z", "security_group_id": "ccd31263-b4cf-4701-8ce9-361dfeac6148", "tenant_id": "b474c93019314fd7b293d66b68b8cfce", "port_range_min": null, "ethertype": "IPv4", "project_id": "b474c93019314fd7b293d66b68b8cfce"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:51Z", "revision_number": 0, "id": "5ba20238-6d55-4c83-951e-1bf2a11ecd20", "remote_group_id": "ccd31263-b4cf-4701-8ce9-361dfeac6148", "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:51Z", "security_group_id": "ccd31263-b4cf-4701-8ce9-361dfeac6148", "tenant_id": "b474c93019314fd7b293d66b68b8cfce", "port_range_min": null, "ethertype": "IPv6", "project_id": "b474c93019314fd7b293d66b68b8cfce"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:51Z", "revision_number": 0, "id": "7c4863bb-a6af-4142-b1d2-fbcca3833d0f", "remote_group_id": "ccd31263-b4cf-4701-8ce9-361dfeac6148", "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:51Z", "security_group_id": "ccd31263-b4cf-4701-8ce9-361dfeac6148", "tenant_id": "b474c93019314fd7b293d66b68b8cfce", "port_range_min": null, "ethertype": "IPv4", "project_id": "b474c93019314fd7b293d66b68b8cfce"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:51Z", "revision_number": 0, "id": "eec290cc-7b41-44d7-9957-187a87183319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:51Z", "security_group_id": "ccd31263-b4cf-4701-8ce9-361dfeac6148", "tenant_id": "b474c93019314fd7b293d66b68b8cfce", "port_range_min": null, "ethertype": "IPv6", "project_id": "b474c93019314fd7b293d66b68b8cfce"}], "revision_number": 1, "project_id": "b474c93019314fd7b293d66b68b8cfce", "id": "ccd31263-b4cf-4701-8ce9-361dfeac6148", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:51.949 63 INFO tempest.lib.common.rest_client [req-3414773f-d1a0-4386-b6b8-9126cc34085c ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/ccd31263-b4cf-4701-8ce9-361dfeac6148 0.569s 2018-08-12 20:01:51.949 63 DEBUG tempest.lib.common.rest_client [req-3414773f-d1a0-4386-b6b8-9126cc34085c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ccd31263-b4cf-4701-8ce9-361dfeac6148', u'date': 'Sun, 12 Aug 2018 20:01:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3414773f-d1a0-4386-b6b8-9126cc34085c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:52.262 63 INFO tempest.lib.common.rest_client [req-71550f80-c6d7-4744-a252-db17ff5c3a1f ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/b474c93019314fd7b293d66b68b8cfce 0.312s 2018-08-12 20:01:52.263 63 DEBUG tempest.lib.common.rest_client [req-71550f80-c6d7-4744-a252-db17ff5c3a1f ] 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/b474c93019314fd7b293d66b68b8cfce', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:51 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-71550f80-c6d7-4744-a252-db17ff5c3a1f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:52.537 63 INFO tempest.lib.common.rest_client [req-f5c5b878-3fd6-4627-b239-00fb7d45e71f ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/df3104d78a364057b5821e18dd360644 0.273s 2018-08-12 20:01:52.537 63 DEBUG tempest.lib.common.rest_client [req-f5c5b878-3fd6-4627-b239-00fb7d45e71f ] 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/df3104d78a364057b5821e18dd360644', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:52 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-f5c5b878-3fd6-4627-b239-00fb7d45e71f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:52.783 63 INFO tempest.lib.common.rest_client [req-a69a9e50-37af-4f47-927a-25220fd3b0f8 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=f6791927b5384941a01849fb65558a5f&name=default 0.244s 2018-08-12 20:01:52.783 63 DEBUG tempest.lib.common.rest_client [req-a69a9e50-37af-4f47-927a-25220fd3b0f8 ] 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=f6791927b5384941a01849fb65558a5f&name=default', u'date': 'Sun, 12 Aug 2018 20:01:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a69a9e50-37af-4f47-927a-25220fd3b0f8'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "created_at": "2018-08-12T20:01:12Z", "updated_at": "2018-08-12T20:01:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:12Z", "revision_number": 0, "id": "3fc76804-772f-43d7-9e5e-d3881881bb27", "remote_group_id": "d7ec6d21-2a45-4bf9-af42-0dc3c37021cf", "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:12Z", "security_group_id": "d7ec6d21-2a45-4bf9-af42-0dc3c37021cf", "tenant_id": "f6791927b5384941a01849fb65558a5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f6791927b5384941a01849fb65558a5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:12Z", "revision_number": 0, "id": "67c2f985-9076-4e27-bb6b-8fba47f44d00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:12Z", "security_group_id": "d7ec6d21-2a45-4bf9-af42-0dc3c37021cf", "tenant_id": "f6791927b5384941a01849fb65558a5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f6791927b5384941a01849fb65558a5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:12Z", "revision_number": 0, "id": "bc28ba23-3834-4c5b-bd1c-f7d66e046d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:12Z", "security_group_id": "d7ec6d21-2a45-4bf9-af42-0dc3c37021cf", "tenant_id": "f6791927b5384941a01849fb65558a5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f6791927b5384941a01849fb65558a5f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:12Z", "revision_number": 0, "id": "e4357a2c-b451-4e20-ab63-7021d1750244", "remote_group_id": "d7ec6d21-2a45-4bf9-af42-0dc3c37021cf", "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:12Z", "security_group_id": "d7ec6d21-2a45-4bf9-af42-0dc3c37021cf", "tenant_id": "f6791927b5384941a01849fb65558a5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f6791927b5384941a01849fb65558a5f"}], "revision_number": 1, "project_id": "f6791927b5384941a01849fb65558a5f", "id": "d7ec6d21-2a45-4bf9-af42-0dc3c37021cf", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:53.220 63 INFO tempest.lib.common.rest_client [req-b4542a7f-2c91-4677-b079-c2771ffde25d ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/d7ec6d21-2a45-4bf9-af42-0dc3c37021cf 0.436s 2018-08-12 20:01:53.221 63 DEBUG tempest.lib.common.rest_client [req-b4542a7f-2c91-4677-b079-c2771ffde25d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d7ec6d21-2a45-4bf9-af42-0dc3c37021cf', u'date': 'Sun, 12 Aug 2018 20:01:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b4542a7f-2c91-4677-b079-c2771ffde25d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:53.621 63 INFO tempest.lib.common.rest_client [req-f1d98787-3b33-4576-b3b2-110e088d9064 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/f6791927b5384941a01849fb65558a5f 0.399s 2018-08-12 20:01:53.621 63 DEBUG tempest.lib.common.rest_client [req-f1d98787-3b33-4576-b3b2-110e088d9064 ] 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/f6791927b5384941a01849fb65558a5f', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:53 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-f1d98787-3b33-4576-b3b2-110e088d9064'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:54.043 63 INFO tempest.lib.common.rest_client [req-a5ba46cc-4445-43dd-ad48-e4c609d325d6 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:54.044 63 DEBUG tempest.lib.common.rest_client [req-a5ba46cc-4445-43dd-ad48-e4c609d325d6 ] 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': 'Sun, 12 Aug 2018 20:01:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5ba46cc-4445-43dd-ad48-e4c609d325d6'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:01:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:54.454 63 INFO tempest.lib.common.rest_client [req-9fc3f479-a62b-4627-89fe-beaab0690daa ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:54.455 63 DEBUG tempest.lib.common.rest_client [req-9fc3f479-a62b-4627-89fe-beaab0690daa ] 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': 'Sun, 12 Aug 2018 20:01:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9fc3f479-a62b-4627-89fe-beaab0690daa'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:01:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:54.643 63 INFO tempest.lib.common.rest_client [req-f1ee9a1a-ede5-4130-af10-89b8626cae60 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/domains?name=Default 0.185s 2018-08-12 20:01:54.643 63 DEBUG tempest.lib.common.rest_client [req-f1ee9a1a-ede5-4130-af10-89b8626cae60 ] 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': 'Sun, 12 Aug 2018 20:01:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1ee9a1a-ede5-4130-af10-89b8626cae60'} 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-12 20:01:54.821 63 INFO tempest.lib.common.rest_client [req-7d6b6ec2-a775-4968-ae33-43839e5009f9 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.177s 2018-08-12 20:01:54.822 63 DEBUG tempest.lib.common.rest_client [req-7d6b6ec2-a775-4968-ae33-43839e5009f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-119608522-desc", "name": "tempest-TestBGPVPNBasic-119608522", "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': 'Sun, 12 Aug 2018 20:01:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d6b6ec2-a775-4968-ae33-43839e5009f9'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-119608522-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/01ace95cf526467b9409c6248a7c6876"}, "tags": [], "enabled": true, "id": "01ace95cf526467b9409c6248a7c6876", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-119608522"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:55.289 63 INFO tempest.lib.common.rest_client [req-0b7c3305-3544-48ca-8ee0-a38fce66ba93 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.465s 2018-08-12 20:01:55.289 63 DEBUG tempest.lib.common.rest_client [req-0b7c3305-3544-48ca-8ee0-a38fce66ba93 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "H0!&8yRgUn2@_60", "project_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-TestBGPVPNBasic-119608522", "email": "tempest-TestBGPVPNBasic-1315276420@example.com"}} Response - Headers: {'status': '201', u'content-length': '379', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0b7c3305-3544-48ca-8ee0-a38fce66ba93'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-119608522", "links": {"self": "http://192.30.9.4:35357/v3/users/9c8622ff101f4091b3ddc4d60011ad91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c8622ff101f4091b3ddc4d60011ad91", "project_id": "01ace95cf526467b9409c6248a7c6876", "email": "tempest-TestBGPVPNBasic-1315276420@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:55.468 63 INFO tempest.lib.common.rest_client [req-ccc35c6d-566d-4f64-b4e2-a502aa8ed654 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.178s 2018-08-12 20:01:55.469 63 DEBUG tempest.lib.common.rest_client [req-ccc35c6d-566d-4f64-b4e2-a502aa8ed654 ] 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': 'Sun, 12 Aug 2018 20:01:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccc35c6d-566d-4f64-b4e2-a502aa8ed654'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:55.660 63 INFO tempest.lib.common.rest_client [req-4c2cc888-151c-4487-895d-7189096bdc4f ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.190s 2018-08-12 20:01:55.661 63 DEBUG tempest.lib.common.rest_client [req-4c2cc888-151c-4487-895d-7189096bdc4f ] 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': 'Sun, 12 Aug 2018 20:01:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c2cc888-151c-4487-895d-7189096bdc4f'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:55.929 63 INFO tempest.lib.common.rest_client [req-4362430a-5ba9-49ed-ade4-fe8e7f652247 ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/01ace95cf526467b9409c6248a7c6876/users/9c8622ff101f4091b3ddc4d60011ad91/roles/2227886414cb4d22a8494529517c5128 0.267s 2018-08-12 20:01:55.930 63 DEBUG tempest.lib.common.rest_client [req-4362430a-5ba9-49ed-ade4-fe8e7f652247 ] 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/01ace95cf526467b9409c6248a7c6876/users/9c8622ff101f4091b3ddc4d60011ad91/roles/2227886414cb4d22a8494529517c5128', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:55 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-4362430a-5ba9-49ed-ade4-fe8e7f652247'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:55.931 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-119608522', 'project_name': u'tempest-TestBGPVPNBasic-119608522', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'01ace95cf526467b9409c6248a7c6876', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-119608522', 'user_id': u'9c8622ff101f4091b3ddc4d60011ad91', 'project_id': u'01ace95cf526467b9409c6248a7c6876', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:55.931 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-119608522', 'project_name': u'tempest-TestBGPVPNBasic-119608522', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'01ace95cf526467b9409c6248a7c6876', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-119608522', 'user_id': u'9c8622ff101f4091b3ddc4d60011ad91', 'project_id': u'01ace95cf526467b9409c6248a7c6876', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:56.322 63 INFO tempest.lib.common.rest_client [req-624b5e4d-66cd-4aab-ae8b-33b1228827a7 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:56.322 63 DEBUG tempest.lib.common.rest_client [req-624b5e4d-66cd-4aab-ae8b-33b1228827a7 ] 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': 'Sun, 12 Aug 2018 20:01:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-624b5e4d-66cd-4aab-ae8b-33b1228827a7'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T21:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-TestBGPVPNBasic-119608522"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.2 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:56.456 63 INFO tempest.lib.common.rest_client [req-c3d4d042-39ed-4c26-a187-fd797aacb8ad ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.132s 2018-08-12 20:01:56.457 63 DEBUG tempest.lib.common.rest_client [req-c3d4d042-39ed-4c26-a187-fd797aacb8ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-1940518730-desc", "name": "tempest-TestBGPVPNBasic-1940518730", "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': 'Sun, 12 Aug 2018 20:01:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3d4d042-39ed-4c26-a187-fd797aacb8ad'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-1940518730-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/4b97ce0f559e4ac1869739a8abc41bc4"}, "tags": [], "enabled": true, "id": "4b97ce0f559e4ac1869739a8abc41bc4", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-1940518730"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:56.839 63 INFO tempest.lib.common.rest_client [req-d8c35177-5da6-434b-94c9-77ddf360bbf5 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.381s 2018-08-12 20:01:56.840 63 DEBUG tempest.lib.common.rest_client [req-d8c35177-5da6-434b-94c9-77ddf360bbf5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "J7~%nhEnJ3hbp&e", "project_id": "4b97ce0f559e4ac1869739a8abc41bc4", "name": "tempest-TestBGPVPNBasic-1940518730", "email": "tempest-TestBGPVPNBasic-561547140@example.com"}} Response - Headers: {'status': '201', u'content-length': '379', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8c35177-5da6-434b-94c9-77ddf360bbf5'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-1940518730", "links": {"self": "http://192.30.9.4:35357/v3/users/bc2db4f5ff374ff79af510ea18a478cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bc2db4f5ff374ff79af510ea18a478cc", "project_id": "4b97ce0f559e4ac1869739a8abc41bc4", "email": "tempest-TestBGPVPNBasic-561547140@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:57.042 63 INFO tempest.lib.common.rest_client [req-6ee09581-d649-4c33-8575-22c0ca54bd6f ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.201s 2018-08-12 20:01:57.042 63 DEBUG tempest.lib.common.rest_client [req-6ee09581-d649-4c33-8575-22c0ca54bd6f ] 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': 'Sun, 12 Aug 2018 20:01:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ee09581-d649-4c33-8575-22c0ca54bd6f'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:57.266 63 INFO tempest.lib.common.rest_client [req-cbb15168-f5cd-41d8-9f3e-100c6ef7a01b ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/4b97ce0f559e4ac1869739a8abc41bc4/users/bc2db4f5ff374ff79af510ea18a478cc/roles/2d788a838d6248bea293f537c17fe7c3 0.223s 2018-08-12 20:01:57.267 63 DEBUG tempest.lib.common.rest_client [req-cbb15168-f5cd-41d8-9f3e-100c6ef7a01b ] 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/4b97ce0f559e4ac1869739a8abc41bc4/users/bc2db4f5ff374ff79af510ea18a478cc/roles/2d788a838d6248bea293f537c17fe7c3', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:57 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-cbb15168-f5cd-41d8-9f3e-100c6ef7a01b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:57.267 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1940518730', 'project_name': u'tempest-TestBGPVPNBasic-1940518730', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'4b97ce0f559e4ac1869739a8abc41bc4', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1940518730', 'user_id': u'bc2db4f5ff374ff79af510ea18a478cc', 'project_id': u'4b97ce0f559e4ac1869739a8abc41bc4', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:57.268 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1940518730', 'project_name': u'tempest-TestBGPVPNBasic-1940518730', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'4b97ce0f559e4ac1869739a8abc41bc4', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1940518730', 'user_id': u'bc2db4f5ff374ff79af510ea18a478cc', 'project_id': u'4b97ce0f559e4ac1869739a8abc41bc4', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:57.656 63 INFO tempest.lib.common.rest_client [req-e1fc36b1-1b01-4d97-a88d-41035e4a9d99 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:57.657 63 DEBUG tempest.lib.common.rest_client [req-e1fc36b1-1b01-4d97-a88d-41035e4a9d99 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9042', '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': 'Sun, 12 Aug 2018 20:01:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1fc36b1-1b01-4d97-a88d-41035e4a9d99'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T21:01:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b97ce0f559e4ac1869739a8abc41bc4", "name": "tempest-TestBGPVPNBasic-1940518730"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"end _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:57.971 63 INFO tempest.lib.common.rest_client [req-4c0b87ea-f605-4013-ab57-c0e5b10cd2f6 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.312s 2018-08-12 20:01:57.971 63 DEBUG tempest.lib.common.rest_client [req-4c0b87ea-f605-4013-ab57-c0e5b10cd2f6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-1661505757-desc", "name": "tempest-TestBGPVPNBasic-1661505757", "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': 'Sun, 12 Aug 2018 20:01:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c0b87ea-f605-4013-ab57-c0e5b10cd2f6'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-1661505757-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/b6597730a31d46f6806bd67c9a26ef80"}, "tags": [], "enabled": true, "id": "b6597730a31d46f6806bd67c9a26ef80", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-1661505757"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:58.354 63 INFO tempest.lib.common.rest_client [req-2ebd65cd-6e0c-42bb-9fae-c6f3c9403064 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.382s 2018-08-12 20:01:58.354 63 DEBUG tempest.lib.common.rest_client [req-2ebd65cd-6e0c-42bb-9fae-c6f3c9403064 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "P3=X9&5T7^ZXXuO", "project_id": "b6597730a31d46f6806bd67c9a26ef80", "name": "tempest-TestBGPVPNBasic-1661505757", "email": "tempest-TestBGPVPNBasic-1192290284@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': 'Sun, 12 Aug 2018 20:01:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2ebd65cd-6e0c-42bb-9fae-c6f3c9403064'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-1661505757", "links": {"self": "http://192.30.9.4:35357/v3/users/93f7c30750de4bf893c40d0df9ff075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "93f7c30750de4bf893c40d0df9ff075f", "project_id": "b6597730a31d46f6806bd67c9a26ef80", "email": "tempest-TestBGPVPNBasic-1192290284@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:58.538 63 INFO tempest.lib.common.rest_client [req-1d125a78-f433-49b4-9863-da689b378b4e ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.183s 2018-08-12 20:01:58.539 63 DEBUG tempest.lib.common.rest_client [req-1d125a78-f433-49b4-9863-da689b378b4e ] 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': 'Sun, 12 Aug 2018 20:01:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d125a78-f433-49b4-9863-da689b378b4e'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:58.648 63 INFO tempest.lib.common.rest_client [req-3cc44860-0816-40d8-a6cc-2c47e3b5109c ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.108s 2018-08-12 20:01:58.648 63 DEBUG tempest.lib.common.rest_client [req-3cc44860-0816-40d8-a6cc-2c47e3b5109c ] 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': 'Sun, 12 Aug 2018 20:01:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3cc44860-0816-40d8-a6cc-2c47e3b5109c'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2227886414cb4d22a8494529517c5128", "links": {"self": "http://192.30.9.4:35357/v3/roles/2227886414cb4d22a8494529517c5128"}, "name": "member"}, {"domain_id": null, "id": "260c97df15074685a83cb9ba36b6b563", "links": {"self": "http://192.30.9.4:35357/v3/roles/260c97df15074685a83cb9ba36b6b563"}, "name": "swiftoperator"}, {"domain_id": null, "id": "28f70fbb64b64fc09048690b3526148a", "links": {"self": "http://192.30.9.4:35357/v3/roles/28f70fbb64b64fc09048690b3526148a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d788a838d6248bea293f537c17fe7c3", "links": {"self": "http://192.30.9.4:35357/v3/roles/2d788a838d6248bea293f537c17fe7c3"}, "name": "admin"}, {"domain_id": null, "id": "7df1496a25234325bb11e97734505230", "links": {"self": "http://192.30.9.4:35357/v3/roles/7df1496a25234325bb11e97734505230"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d90647a398644e858f6fb749563cc358", "links": {"self": "http://192.30.9.4:35357/v3/roles/d90647a398644e858f6fb749563cc358"}, "name": "reader"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:58.896 63 INFO tempest.lib.common.rest_client [req-bda6fd50-f071-4178-ab73-76e5806f8d5f ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/b6597730a31d46f6806bd67c9a26ef80/users/93f7c30750de4bf893c40d0df9ff075f/roles/2227886414cb4d22a8494529517c5128 0.246s 2018-08-12 20:01:58.896 63 DEBUG tempest.lib.common.rest_client [req-bda6fd50-f071-4178-ab73-76e5806f8d5f ] 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/b6597730a31d46f6806bd67c9a26ef80/users/93f7c30750de4bf893c40d0df9ff075f/roles/2227886414cb4d22a8494529517c5128', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 20:01:58 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-bda6fd50-f071-4178-ab73-76e5806f8d5f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:58.897 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1661505757', 'project_name': u'tempest-TestBGPVPNBasic-1661505757', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b6597730a31d46f6806bd67c9a26ef80', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1661505757', 'user_id': u'93f7c30750de4bf893c40d0df9ff075f', 'project_id': u'b6597730a31d46f6806bd67c9a26ef80', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:58.897 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1661505757', 'project_name': u'tempest-TestBGPVPNBasic-1661505757', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b6597730a31d46f6806bd67c9a26ef80', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1661505757', 'user_id': u'93f7c30750de4bf893c40d0df9ff075f', 'project_id': u'b6597730a31d46f6806bd67c9a26ef80', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-12 20:01:59.378 63 INFO tempest.lib.common.rest_client [req-c12c5846-4757-454a-9fba-0007efae0a53 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 20:01:59.379 63 DEBUG tempest.lib.common.rest_client [req-c12c5846-4757-454a-9fba-0007efae0a53 ] 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': 'Sun, 12 Aug 2018 20:01:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c12c5846-4757-454a-9fba-0007efae0a53'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T21:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6597730a31d46f6806bd67c9a26ef80", "name": "tempest-TestBGPVPNBasic-1661505757"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/b6597730a31d46f6806bd67c9a26ef80", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9. _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:01:59.988 63 INFO tempest.lib.common.rest_client [req-79de010d-7e39-46f1-8ecf-5b359ce877d7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.603s 2018-08-12 20:01:59.989 63 DEBUG tempest.lib.common.rest_client [req-79de010d-7e39-46f1-8ecf-5b359ce877d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1744020669 description", "name": "tempest-secgroup-smoke-1744020669"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:01:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79de010d-7e39-46f1-8ecf-5b359ce877d7'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1744020669 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:01:59Z", "updated_at": "2018-08-12T20:01:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "9ebde0ac-a823-4c6f-a8a9-c05fffaee7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "ae1bf0d0-c403-4805-a224-d57b502148f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "name": "tempest-secgroup-smoke-1744020669"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:00.587 63 INFO tempest.lib.common.rest_client [req-26afd366-891e-4f3e-acd4-4c08473e3201 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.596s 2018-08-12 20:02:00.588 63 DEBUG tempest.lib.common.rest_client [req-26afd366-891e-4f3e-acd4-4c08473e3201 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26afd366-891e-4f3e-acd4-4c08473e3201'} 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-12T20:02:00Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "505c1c06-70e1-4c5e-9012-42e33e79e7a1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:01.024 63 INFO tempest.lib.common.rest_client [req-3fb08f03-1e73-4935-acef-106be7a462d7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-12 20:02:01.024 63 DEBUG tempest.lib.common.rest_client [req-3fb08f03-1e73-4935-acef-106be7a462d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fb08f03-1e73-4935-acef-106be7a462d7'} 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-12T20:02:00Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7e811321-eb1e-4c89-8972-6598a8b73ee5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:01.449 63 INFO tempest.lib.common.rest_client [req-25894987-03d2-4d48-99bc-be299d3a408b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.424s 2018-08-12 20:02:01.449 63 DEBUG tempest.lib.common.rest_client [req-25894987-03d2-4d48-99bc-be299d3a408b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25894987-03d2-4d48-99bc-be299d3a408b'} 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-12T20:02:01Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e7524909-d5b2-4097-b678-f1a7369f9636"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:01.904 63 INFO tempest.lib.common.rest_client [req-2f7ae4f0-ff42-4efc-9dad-e0223535e93c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:02:01.905 63 DEBUG tempest.lib.common.rest_client [req-2f7ae4f0-ff42-4efc-9dad-e0223535e93c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f7ae4f0-ff42-4efc-9dad-e0223535e93c'} 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-12T20:02:01Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "25287fd1-f03e-4888-9027-8b8d47a43ee5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:02.348 63 INFO tempest.lib.common.rest_client [req-0e8bb417-d9e3-429d-b545-4afe02c92fac ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.443s 2018-08-12 20:02:02.349 63 DEBUG tempest.lib.common.rest_client [req-0e8bb417-d9e3-429d-b545-4afe02c92fac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:02:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e8bb417-d9e3-429d-b545-4afe02c92fac'} 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-12T20:02:02Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4dc7a7fe-1784-4805-9bcb-f96ef9dcebd7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:02.778 63 INFO tempest.lib.common.rest_client [req-afcedc07-598f-4ce3-8260-3de81b05423c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.428s 2018-08-12 20:02:02.779 63 DEBUG tempest.lib.common.rest_client [req-afcedc07-598f-4ce3-8260-3de81b05423c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:02:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afcedc07-598f-4ce3-8260-3de81b05423c'} 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-12T20:02:02Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5d30e31a-4543-4e0f-9631-5f8711f7e724"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:03.461 63 INFO tempest.lib.common.rest_client [req-9fab5c15-c452-4121-af2b-5c78b3b1024e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.681s 2018-08-12 20:02:03.461 63 DEBUG tempest.lib.common.rest_client [req-9fab5c15-c452-4121-af2b-5c78b3b1024e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fab5c15-c452-4121-af2b-5c78b3b1024e'} 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-12T20:02:03Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "97ba8551-314e-483a-8539-177f60cd8e5e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:03.929 63 INFO tempest.lib.common.rest_client [req-3c7e0c49-6cad-4fc8-ac49-d829c9f656f7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 20:02:03.929 63 DEBUG tempest.lib.common.rest_client [req-3c7e0c49-6cad-4fc8-ac49-d829c9f656f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c7e0c49-6cad-4fc8-ac49-d829c9f656f7'} 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-12T20:02:03Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ac22adad-775d-4b9b-9b52-4128e4b2e612"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:04.395 63 INFO tempest.lib.common.rest_client [req-2490da6b-1110-4728-857f-3d9ec4155014 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.465s 2018-08-12 20:02:04.396 63 DEBUG tempest.lib.common.rest_client [req-2490da6b-1110-4728-857f-3d9ec4155014 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1021657447"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:02:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2490da6b-1110-4728-857f-3d9ec4155014'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:02:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","name":"tempest-A-1021657447"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:05.616 63 INFO tempest.lib.common.rest_client [req-02faa625-ad4e-483d-9009-fa5c2afd2d34 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.219s 2018-08-12 20:02:05.616 63 DEBUG tempest.lib.common.rest_client [req-02faa625-ad4e-483d-9009-fa5c2afd2d34 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "name": "tempest-subnet-A-1-603247531"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:02:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02faa625-ad4e-483d-9009-fa5c2afd2d34'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:05Z","dns_nameservers":[],"updated_at":"2018-08-12T20:02: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":"01ace95cf526467b9409c6248a7c6876","id":"669f7b72-6b7c-421e-a9b5-12c5477fe375","subnetpool_id":null,"name":"tempest-subnet-A-1-603247531"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:05.895 63 INFO tempest.lib.common.rest_client [req-5399bd4a-1d4c-4b6a-b33c-5c10e39fc0b9 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.277s 2018-08-12 20:02:05.896 63 DEBUG tempest.lib.common.rest_client [req-5399bd4a-1d4c-4b6a-b33c-5c10e39fc0b9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1736240144"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:02:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5399bd4a-1d4c-4b6a-b33c-5c10e39fc0b9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:02:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"59b376dd-35a1-428a-828d-e34001ccaa5b","name":"tempest-B-1736240144"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:06.855 63 INFO tempest.lib.common.rest_client [req-a3f0ba92-6c50-42e2-8267-678aff2ecf56 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.958s 2018-08-12 20:02:06.856 63 DEBUG tempest.lib.common.rest_client [req-a3f0ba92-6c50-42e2-8267-678aff2ecf56 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "name": "tempest-subnet-B-1-2061828689"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:02:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a3f0ba92-6c50-42e2-8267-678aff2ecf56'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"59b376dd-35a1-428a-828d-e34001ccaa5b","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:06Z","dns_nameservers":[],"updated_at":"2018-08-12T20:02: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":"01ace95cf526467b9409c6248a7c6876","id":"b91e177c-16e9-4209-9c6e-c78999af8e0d","subnetpool_id":null,"name":"tempest-subnet-B-1-2061828689"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:07.412 63 INFO tempest.lib.common.rest_client [req-52d55e40-8c0e-4f7c-91db-e3463eb769ce ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.554s 2018-08-12 20:02:07.412 63 DEBUG tempest.lib.common.rest_client [req-52d55e40-8c0e-4f7c-91db-e3463eb769ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1294461041"}} 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-52d55e40-8c0e-4f7c-91db-e3463eb769ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-52d55e40-8c0e-4f7c-91db-e3463eb769ce'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMGmgOfTriQt0AxHN5ZTsEQZSlLfhD7U7305tk90AYEE4F5vt2s8N/B9jqup1r90/QJBxcu88W5qAz5DB0l4hdqNBmaXibU5WtLj8pz4CMoutVhem6dyGKZRx8TXGwGSu8W8Vc/O9msnbmBa5tnOFUQg2ZVyFquE0GsHSTCixiM7ZU7CCfljppKD1tSCaac8Ix48wqvbKFag1Nex/N77kg8isXzM6Bqdl8hR7o7PU+6/cVS3ALKOo2tci18rZCSLp5dGnVNga0G0vNzkAXtgHo29hiWCzbZ7KM9Kj6Y+9ox5f4H+snuzoGNNuhA0NSA2B+hD0NFBIl9vecsMdBnnrf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzBpoDn064kLdAMRzeWU7BEGUpS34Q+1O99ObZPdAGBBOBeb7\ndrPDfwfY6rqda/dP0CQcXLvPFuagM+QwdJeIXajQZml4m1OVrS4/Kc+AjKLrVYXp\nunchimUcfE1xsBkrvFvFXPzvZrJ25gWubZzhVEINmVcharhNBrB0kwosYjO2VOwg\nn5Y6aSg9bUgmmnPCMePMKr2yhWoNTXsfze+5IPIrF8zOganZfIUe6Oz1Puv3FUtw\nCyjqNrXItfK2Qki6eXRp1TYGtBtLzc5AF7YB6NvYYlgs22eyjPSo+mPvaMeX+B/r\nJ7s6BjTboQNDUgNgfoQ9DRQSJfb3nLDHQZ563wIDAQABAoIBAG7mokfNL+OlZSR3\nmi8KHEkxwS0Hj3CJT3FFn5f66O6qXVrDqTtUbhNmFi1k/QifNtTn6ilROzM8WSwY\n/2M6uzP4+FPNV2U+w4N4L4XuY/EGzUyJGPjipmzmh9Xa1r1Sz/rm+pSOMx7gNc7C\no4aXya/YvD7noxaz0daippUG4Bry+dwF0ii5bN7o0PMMsBD6zecnl6YDhw93O8hg\new9LtID5FtTKDIJbbk1EK//PgBKubA+cqPou4/QE0H/aHNtACKLyJizo7rXFIDcl\nBmlHllxcUSwoliEYuAeDBGJmqkbjnrIRMqFxItgjvb9h/ij/Klq/2fG8fhpTHb7f\nZCBcDzECgYEA6HW47zIJWKfP3iiXSA96rBHWVItBMaLocUZp9PzGrpUiKWGequn3\nlgC111XioiSB3FFnDFrmD7rgxWaPVEjRh/vhfe3/A1n7ral15UyN0EcfAFPKJ5CF\nCkjW3Qrmgx/lCi6Am1Mji+YZoyrJ1zrfPQ8uIMcSyD/fL2SzTUydgi0CgYEA4MWQ\n+rc9j7n4t2gFLH0BdmLXi0fQuNKHvWqEhp8/s8yEMWd/YTMFqmHA3R6ygTZKMci7\netS9MdopF3aXsvhhgG0xFewjeeS6e60OdHwfCaWhFVx0177PGFrtPi/o/oMSy4O3\nomYKt2PZ5vWWGyKeoQ5TnjmB5qCYaDPer5pkdLsCgYEAiOHhT0B4jnLqjVf7lRxA\nURiDy+7gKdlS5HjhJbi/SchZgGKSavQwrWynpzBUrsOukEyC0JyqAjM57iNxXOEw\nONHSOzQsyQ1wjRdPbAGDNFTc5XVxgZCxNpgjpa+ogygB19gANPZk5RlOmW01w35Q\nPAU3VWfEIJSz2JWEm4z05tUCgYEA3V93lJYYWY/N98TJI7HSWOisZQ7L8NvYuKNJ\n9tStBsYshAPtHqwDrnUsYBs1r7DqjfGnRCh2Vb0Jr4QrkCa00Km6KF8z6X9ucxRU\nIkGEyBmKduFiaoIQsWoMMq05CkHJpwsJNzbM4yXCnIfP2NXV6cWUcUcuOxh8QlSj\nw8uJmLUCgYBEF9DjmKLj0PeybOzi91Ol7Rx9p758shkLzUf7sW0TdiWozoorIoY+\ncuqJtO3eNGpEtkm/adoE3E2oWW6iFubB+YVAzcEBPRnA+9qqpCILUp+naf2qW6tG\nHn9zUT3ovrxTzluuWpSn2LLKdZII1FAUSRV4RrZgwg4FgJbHU/wdTQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1294461041", "fingerprint": "3b:58:4c:b8:56:cf:d3:57:f4:08:27:72:30:02:63:11"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:09.078 63 INFO tempest.lib.common.rest_client [req-17cc5e1b-9ed4-47f2-abe5-3240c82409be ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.656s 2018-08-12 20:02:09.078 63 DEBUG tempest.lib.common.rest_client [req-17cc5e1b-9ed4-47f2-abe5-3240c82409be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-714165240", "security_groups": ["7533b488-28b3-46d6-9f9e-c36463fbab5a"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:02:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17cc5e1b-9ed4-47f2-abe5-3240c82409be'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:02:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:02:08Z","name":"tempest-port-smoke-714165240","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e4:47:07","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"669f7b72-6b7c-421e-a9b5-12c5477fe375","ip_address":"10.101.11.10"}],"id":"6221fde4-b44f-4cc8-b54e-c64aff57b6e5","security_groups":["7533b488-28b3-46d6-9f9e-c36463fbab5a"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:12.954 63 INFO tempest.lib.common.rest_client [req-ca010699-4c2c-4492-820e-2e58ec1471e7 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.874s 2018-08-12 20:02:12.955 63 DEBUG tempest.lib.common.rest_client [req-ca010699-4c2c-4492-820e-2e58ec1471e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1294461041", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "port": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-ca010699-4c2c-4492-820e-2e58ec1471e7', 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca010699-4c2c-4492-820e-2e58ec1471e7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "324f9312-e329-4327-951a-ca14a59406c9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "adminPass": "fx6qCeFZUu9p"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:13.495 63 INFO tempest.lib.common.rest_client [req-a2a21a4d-d467-4f09-8d43-9ba5b218177d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.536s 2018-08-12 20:02:13.496 63 DEBUG tempest.lib.common.rest_client [req-a2a21a4d-d467-4f09-8d43-9ba5b218177d ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-a2a21a4d-d467-4f09-8d43-9ba5b218177d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2a21a4d-d467-4f09-8d43-9ba5b218177d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:14.843 63 INFO tempest.lib.common.rest_client [req-dfbe94ed-bdcc-46e3-8192-d4c74e573981 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.331s 2018-08-12 20:02:14.844 63 DEBUG tempest.lib.common.rest_client [req-dfbe94ed-bdcc-46e3-8192-d4c74e573981 ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-dfbe94ed-bdcc-46e3-8192-d4c74e573981', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfbe94ed-bdcc-46e3-8192-d4c74e573981'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:17.029 63 INFO tempest.lib.common.rest_client [req-0004ea60-4ed5-4c39-b830-15f60a976c11 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.170s 2018-08-12 20:02:17.029 63 DEBUG tempest.lib.common.rest_client [req-0004ea60-4ed5-4c39-b830-15f60a976c11 ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-0004ea60-4ed5-4c39-b830-15f60a976c11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0004ea60-4ed5-4c39-b830-15f60a976c11'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:15Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:17.050 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 20:02:18.386 63 INFO tempest.lib.common.rest_client [req-6e00f242-937d-4758-812e-ae0993ce9c73 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.333s 2018-08-12 20:02:18.386 63 DEBUG tempest.lib.common.rest_client [req-6e00f242-937d-4758-812e-ae0993ce9c73 ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-6e00f242-937d-4758-812e-ae0993ce9c73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e00f242-937d-4758-812e-ae0993ce9c73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:18.399 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:02:20.458 63 INFO tempest.lib.common.rest_client [req-7e4b02d0-9206-4702-a7cb-83950e7e75b1 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.056s 2018-08-12 20:02:20.458 63 DEBUG tempest.lib.common.rest_client [req-7e4b02d0-9206-4702-a7cb-83950e7e75b1 ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-7e4b02d0-9206-4702-a7cb-83950e7e75b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e4b02d0-9206-4702-a7cb-83950e7e75b1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:22.690 63 INFO tempest.lib.common.rest_client [req-c51ce3ba-f1f5-46bc-abdd-fddfe2c80b06 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.205s 2018-08-12 20:02:22.691 63 DEBUG tempest.lib.common.rest_client [req-c51ce3ba-f1f5-46bc-abdd-fddfe2c80b06 ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-c51ce3ba-f1f5-46bc-abdd-fddfe2c80b06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c51ce3ba-f1f5-46bc-abdd-fddfe2c80b06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:24.300 63 INFO tempest.lib.common.rest_client [req-d46e53bd-0235-4827-844e-ea3610ae67c7 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.583s 2018-08-12 20:02:24.301 63 DEBUG tempest.lib.common.rest_client [req-d46e53bd-0235-4827-844e-ea3610ae67c7 ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-d46e53bd-0235-4827-844e-ea3610ae67c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46e53bd-0235-4827-844e-ea3610ae67c7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:24.315 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:02:24.930 63 INFO tempest.lib.common.rest_client [req-f5e7363f-817a-4ace-be6a-0db627e0e0aa ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.614s 2018-08-12 20:02:24.931 63 DEBUG tempest.lib.common.rest_client [req-f5e7363f-817a-4ace-be6a-0db627e0e0aa ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-f5e7363f-817a-4ace-be6a-0db627e0e0aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5e7363f-817a-4ace-be6a-0db627e0e0aa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:24.955 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 324f9312-e329-4327-951a-ca14a59406c9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:02:26.040 63 INFO tempest.lib.common.rest_client [req-cee39bec-5061-4e59-aeb4-a3bb6f77157d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.083s 2018-08-12 20:02:26.040 63 DEBUG tempest.lib.common.rest_client [req-cee39bec-5061-4e59-aeb4-a3bb6f77157d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-186365816", "security_groups": ["7533b488-28b3-46d6-9f9e-c36463fbab5a"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:02:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cee39bec-5061-4e59-aeb4-a3bb6f77157d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:02:25Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"59b376dd-35a1-428a-828d-e34001ccaa5b","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:02:25Z","name":"tempest-port-smoke-186365816","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9b:b9:89","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"b91e177c-16e9-4209-9c6e-c78999af8e0d","ip_address":"10.102.21.20"}],"id":"aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e","security_groups":["7533b488-28b3-46d6-9f9e-c36463fbab5a"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:29.308 63 INFO tempest.lib.common.rest_client [req-90cf5cd1-74dc-46a6-a67d-0b6584c6b496 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.265s 2018-08-12 20:02:29.308 63 DEBUG tempest.lib.common.rest_client [req-90cf5cd1-74dc-46a6-a67d-0b6584c6b496 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1294461041", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "59b376dd-35a1-428a-828d-e34001ccaa5b", "port": "aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-90cf5cd1-74dc-46a6-a67d-0b6584c6b496', 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90cf5cd1-74dc-46a6-a67d-0b6584c6b496'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "adminPass": "GELt9jNmrnAH"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:30.008 63 INFO tempest.lib.common.rest_client [req-035ba04e-11b5-4563-b400-fc3cec7ba944 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.692s 2018-08-12 20:02:30.008 63 DEBUG tempest.lib.common.rest_client [req-035ba04e-11b5-4563-b400-fc3cec7ba944 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-035ba04e-11b5-4563-b400-fc3cec7ba944', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-035ba04e-11b5-4563-b400-fc3cec7ba944'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:31.298 63 INFO tempest.lib.common.rest_client [req-fef58a11-6a6c-4364-aeba-5be711169602 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.275s 2018-08-12 20:02:31.299 63 DEBUG tempest.lib.common.rest_client [req-fef58a11-6a6c-4364-aeba-5be711169602 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-fef58a11-6a6c-4364-aeba-5be711169602', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fef58a11-6a6c-4364-aeba-5be711169602'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:32.582 63 INFO tempest.lib.common.rest_client [req-83ed8dd2-7c68-40ef-bc58-4df4c3b4d713 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.269s 2018-08-12 20:02:32.582 63 DEBUG tempest.lib.common.rest_client [req-83ed8dd2-7c68-40ef-bc58-4df4c3b4d713 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-83ed8dd2-7c68-40ef-bc58-4df4c3b4d713', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83ed8dd2-7c68-40ef-bc58-4df4c3b4d713'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:34.198 63 INFO tempest.lib.common.rest_client [req-4bd6ea49-ffb3-4cf3-a92d-9ff0407d31ff ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.602s 2018-08-12 20:02:34.198 63 DEBUG tempest.lib.common.rest_client [req-4bd6ea49-ffb3-4cf3-a92d-9ff0407d31ff ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-4bd6ea49-ffb3-4cf3-a92d-9ff0407d31ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bd6ea49-ffb3-4cf3-a92d-9ff0407d31ff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:34.210 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-12 20:02:36.081 63 INFO tempest.lib.common.rest_client [req-50e02b09-6901-4716-9e34-bf759d7ea487 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.869s 2018-08-12 20:02:36.082 63 DEBUG tempest.lib.common.rest_client [req-50e02b09-6901-4716-9e34-bf759d7ea487 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-50e02b09-6901-4716-9e34-bf759d7ea487', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50e02b09-6901-4716-9e34-bf759d7ea487'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:36.094 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:02:37.836 63 INFO tempest.lib.common.rest_client [req-503f4afe-98e4-4d22-88d5-02650c4735d4 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.740s 2018-08-12 20:02:37.837 63 DEBUG tempest.lib.common.rest_client [req-503f4afe-98e4-4d22-88d5-02650c4735d4 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-503f4afe-98e4-4d22-88d5-02650c4735d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-503f4afe-98e4-4d22-88d5-02650c4735d4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:39.735 63 INFO tempest.lib.common.rest_client [req-e2f48073-3d57-49cb-9d89-d9f1cd165611 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.885s 2018-08-12 20:02:39.736 63 DEBUG tempest.lib.common.rest_client [req-e2f48073-3d57-49cb-9d89-d9f1cd165611 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-e2f48073-3d57-49cb-9d89-d9f1cd165611', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2f48073-3d57-49cb-9d89-d9f1cd165611'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:41.723 63 INFO tempest.lib.common.rest_client [req-41ec26b2-9ae7-4d0f-8da3-be0c129bbd44 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.961s 2018-08-12 20:02:41.724 63 DEBUG tempest.lib.common.rest_client [req-41ec26b2-9ae7-4d0f-8da3-be0c129bbd44 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-41ec26b2-9ae7-4d0f-8da3-be0c129bbd44', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ec26b2-9ae7-4d0f-8da3-be0c129bbd44'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:39Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:41.737 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:02:42.379 63 INFO tempest.lib.common.rest_client [req-3ee2df47-6028-4dde-94f8-84b08e6156da ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.640s 2018-08-12 20:02:42.379 63 DEBUG tempest.lib.common.rest_client [req-3ee2df47-6028-4dde-94f8-84b08e6156da ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-3ee2df47-6028-4dde-94f8-84b08e6156da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ee2df47-6028-4dde-94f8-84b08e6156da'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:39Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:42.392 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 127c6395-8aae-4a04-a6be-820ed3d5e3ab with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:02:42.783 63 INFO tempest.lib.common.rest_client [req-c35dbcee-5a3c-4ab7-8bf1-c9cd6e088921 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.390s 2018-08-12 20:02:42.784 63 DEBUG tempest.lib.common.rest_client [req-c35dbcee-5a3c-4ab7-8bf1-c9cd6e088921 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:02:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c35dbcee-5a3c-4ab7-8bf1-c9cd6e088921'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:43.268 63 INFO tempest.lib.common.rest_client [req-0f15d186-4a34-4b09-ad95-afe791f0b8af ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations 0.483s 2018-08-12 20:02:43.268 63 DEBUG tempest.lib.common.rest_client [req-0f15d186-4a34-4b09-ad95-afe791f0b8af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations', u'date': 'Sun, 12 Aug 2018 20:02:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f15d186-4a34-4b09-ad95-afe791f0b8af'} Body: {"network_association": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "id": "c7c498f8-3d11-45e2-b94a-b5b4f8d7b1ce"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:43.771 63 INFO tempest.lib.common.rest_client [req-c2f638b5-5b01-4e81-8765-17d074af9163 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations 0.502s 2018-08-12 20:02:43.772 63 DEBUG tempest.lib.common.rest_client [req-c2f638b5-5b01-4e81-8765-17d074af9163 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations', u'date': 'Sun, 12 Aug 2018 20:02:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2f638b5-5b01-4e81-8765-17d074af9163'} Body: {"network_association": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "id": "e0f44f1c-fa06-404e-ab36-0d0ecae31757"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:43.772 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-12 20:02:44.054 63 INFO tempest.lib.common.rest_client [req-eeab9439-f08f-4346-92cb-405accc0a2e2 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/routers 0.280s 2018-08-12 20:02:44.054 63 DEBUG tempest.lib.common.rest_client [req-eeab9439-f08f-4346-92cb-405accc0a2e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1181733900", "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': 'Sun, 12 Aug 2018 20:02:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eeab9439-f08f-4346-92cb-405accc0a2e2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:43Z", "admin_state_up": true, "updated_at": "2018-08-12T20:02:43Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "name": "tempest-router--1181733900"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:45.269 63 INFO tempest.lib.common.rest_client [req-8625dfb8-758e-4ecc-9395-dd6b4d94350a ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a 1.213s 2018-08-12 20:02:45.269 63 DEBUG tempest.lib.common.rest_client [req-8625dfb8-758e-4ecc-9395-dd6b4d94350a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a', u'date': 'Sun, 12 Aug 2018 20:02:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8625dfb8-758e-4ecc-9395-dd6b4d94350a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:43Z", "admin_state_up": true, "updated_at": "2018-08-12T20:02:45Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "name": "tempest-router--1181733900"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:47.318 63 INFO tempest.lib.common.rest_client [req-90b527cb-5f24-4bfa-8e55-0b1df3534276 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/add_router_interface 2.048s 2018-08-12 20:02:47.319 63 DEBUG tempest.lib.common.rest_client [req-90b527cb-5f24-4bfa-8e55-0b1df3534276 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:02:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90b527cb-5f24-4bfa-8e55-0b1df3534276'} Body: {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375", "subnet_ids": ["669f7b72-6b7c-421e-a9b5-12c5477fe375"], "port_id": "739c5a74-e364-4dc5-a1ec-cece97cd3778", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:49.596 63 INFO tempest.lib.common.rest_client [req-915a0340-0b8e-489f-833f-78fb0548c969 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.276s 2018-08-12 20:02:49.597 63 DEBUG tempest.lib.common.rest_client [req-915a0340-0b8e-489f-833f-78fb0548c969 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:02:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-915a0340-0b8e-489f-833f-78fb0548c969'} Body: {"floatingip": {"router_id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:02:48Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5", "id": "1fc12529-c802-46c8-8a74-1e67099bdfc3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:48Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:02:49.600 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:02:51.604 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:02:51.673 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:02:51.702 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:02:51.817 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-12 20:02:51.817 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:02:51.820 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:02:51.882 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:02:51.884 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:02:56.892 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:02:56.893 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-12 20:04:06.918 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-12 20:04:06.918 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:04:06.922 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:04:06.985 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:04:06.986 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:04:11.993 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:04:11.994 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-12 20:05:22.027 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-12 20:05:22.028 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-12 20:05:22.029 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22.033 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22.127 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:05:22.129 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22.135 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:05:22.135 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:ce:e1:0f [ether] on eth0 2018-08-12 20:05:22.136 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-12 20:05:22.136 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22.138 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22.199 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:05:22.202 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22.211 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 20:05:22.211 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-12 20:05:22.212 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22.214 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22.275 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:05:22.278 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22.284 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-12 20:05:22.284 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22.286 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22.347 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:05:22.350 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22.355 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:05:22.355 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:ce:e1:0f [ether] on eth0 2018-08-12 20:05:22.356 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-12 20:05:22.356 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22.358 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22.419 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:05:22.422 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:27.428 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:05:27.429 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-12 20:06:37.472 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-12 20:06:37.473 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:06:37.477 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:06:37.545 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:06:37.573 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:06:42.581 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:06:42.581 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-12 20:07:52.605 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-12 20:07:52.605 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.220: 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:07:54.004 63 INFO tempest.lib.common.rest_client [req-41a1cc49-f5fe-4a85-8517-8e264834f8d9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1fc12529-c802-46c8-8a74-1e67099bdfc3 1.391s 2018-08-12 20:07:54.004 63 DEBUG tempest.lib.common.rest_client [req-41a1cc49-f5fe-4a85-8517-8e264834f8d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1fc12529-c802-46c8-8a74-1e67099bdfc3', u'date': 'Sun, 12 Aug 2018 20:07:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41a1cc49-f5fe-4a85-8517-8e264834f8d9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:07:56.008 63 INFO tempest.lib.common.rest_client [req-23bd6396-cef2-4138-a478-91f2afadccad ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/remove_router_interface 2.003s 2018-08-12 20:07:56.009 63 DEBUG tempest.lib.common.rest_client [req-23bd6396-cef2-4138-a478-91f2afadccad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23bd6396-cef2-4138-a478-91f2afadccad'} Body: {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375", "subnet_ids": ["669f7b72-6b7c-421e-a9b5-12c5477fe375"], "port_id": "739c5a74-e364-4dc5-a1ec-cece97cd3778", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:07:57.674 63 INFO tempest.lib.common.rest_client [req-379ecf2f-4b9d-4a90-85d0-14471d3ccbd4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a 1.664s 2018-08-12 20:07:57.675 63 DEBUG tempest.lib.common.rest_client [req-379ecf2f-4b9d-4a90-85d0-14471d3ccbd4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a', u'date': 'Sun, 12 Aug 2018 20:07:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-379ecf2f-4b9d-4a90-85d0-14471d3ccbd4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:07:58.096 63 INFO tempest.lib.common.rest_client [req-9b1f3393-8ead-4814-b98d-5b9a2585d95d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.420s 2018-08-12 20:07:58.097 63 DEBUG tempest.lib.common.rest_client [req-9b1f3393-8ead-4814-b98d-5b9a2585d95d ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-9b1f3393-8ead-4814-b98d-5b9a2585d95d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b1f3393-8ead-4814-b98d-5b9a2585d95d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:07:59.273 63 INFO tempest.lib.common.rest_client [req-7f072b5b-4147-460c-bf08-017b9f39ec09 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 1.175s 2018-08-12 20:07:59.274 63 DEBUG tempest.lib.common.rest_client [req-7f072b5b-4147-460c-bf08-017b9f39ec09 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-7f072b5b-4147-460c-bf08-017b9f39ec09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f072b5b-4147-460c-bf08-017b9f39ec09'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:07:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:00.915 63 INFO tempest.lib.common.rest_client [req-fae2c102-995f-401b-8bd0-9010805d0e9c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.626s 2018-08-12 20:08:00.916 63 DEBUG tempest.lib.common.rest_client [req-fae2c102-995f-401b-8bd0-9010805d0e9c ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-fae2c102-995f-401b-8bd0-9010805d0e9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fae2c102-995f-401b-8bd0-9010805d0e9c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:07:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:01.980 63 INFO tempest.lib.common.rest_client [req-cf6faad3-4abc-432a-99bc-c03437d31525 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.049s 2018-08-12 20:08:01.980 63 DEBUG tempest.lib.common.rest_client [req-cf6faad3-4abc-432a-99bc-c03437d31525 ] 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-cf6faad3-4abc-432a-99bc-c03437d31525', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cf6faad3-4abc-432a-99bc-c03437d31525'} Body: {"itemNotFound": {"message": "Instance 127c6395-8aae-4a04-a6be-820ed3d5e3ab could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:02.828 63 INFO tempest.lib.common.rest_client [req-f19d32b6-8a01-4a66-a324-b68bd32b1d6f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e 0.847s 2018-08-12 20:08:02.829 63 DEBUG tempest.lib.common.rest_client [req-f19d32b6-8a01-4a66-a324-b68bd32b1d6f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f19d32b6-8a01-4a66-a324-b68bd32b1d6f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:02.993 63 INFO tempest.lib.common.rest_client [req-6cfe405c-0a69-4248-9495-9ab71e7eb639 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.163s 2018-08-12 20:08:02.993 63 DEBUG tempest.lib.common.rest_client [req-6cfe405c-0a69-4248-9495-9ab71e7eb639 ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-6cfe405c-0a69-4248-9495-9ab71e7eb639', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cfe405c-0a69-4248-9495-9ab71e7eb639'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:04.127 63 INFO tempest.lib.common.rest_client [req-69489090-c813-478a-8ab0-24cb80910c59 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.133s 2018-08-12 20:08:04.128 63 DEBUG tempest.lib.common.rest_client [req-69489090-c813-478a-8ab0-24cb80910c59 ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-69489090-c813-478a-8ab0-24cb80910c59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69489090-c813-478a-8ab0-24cb80910c59'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:05.200 63 INFO tempest.lib.common.rest_client [req-9e259e6f-9d3e-48ec-b393-1a3cc96f181f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.054s 2018-08-12 20:08:05.200 63 DEBUG tempest.lib.common.rest_client [req-9e259e6f-9d3e-48ec-b393-1a3cc96f181f ] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-9e259e6f-9d3e-48ec-b393-1a3cc96f181f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-9e259e6f-9d3e-48ec-b393-1a3cc96f181f'} Body: {"itemNotFound": {"message": "Instance 324f9312-e329-4327-951a-ca14a59406c9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:06.068 63 INFO tempest.lib.common.rest_client [req-7d8ceddb-c120-4a44-b3f0-9c8ca39f1937 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6221fde4-b44f-4cc8-b54e-c64aff57b6e5 0.867s 2018-08-12 20:08:06.069 63 DEBUG tempest.lib.common.rest_client [req-7d8ceddb-c120-4a44-b3f0-9c8ca39f1937 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6221fde4-b44f-4cc8-b54e-c64aff57b6e5', u'date': 'Sun, 12 Aug 2018 20:08:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7d8ceddb-c120-4a44-b3f0-9c8ca39f1937'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:06.125 63 INFO tempest.lib.common.rest_client [req-3750c0da-db13-4a25-a0a9-884cf9bb8410 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1294461041 0.055s 2018-08-12 20:08:06.126 63 DEBUG tempest.lib.common.rest_client [req-3750c0da-db13-4a25-a0a9-884cf9bb8410 ] 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-1294461041', u'x-compute-request-id': 'req-3750c0da-db13-4a25-a0a9-884cf9bb8410', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3750c0da-db13-4a25-a0a9-884cf9bb8410'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:08.548 63 INFO tempest.lib.common.rest_client [req-9c7675d1-7d7d-4155-88e2-6d35e8f1d650 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b91e177c-16e9-4209-9c6e-c78999af8e0d 2.421s 2018-08-12 20:08:08.549 63 DEBUG tempest.lib.common.rest_client [req-9c7675d1-7d7d-4155-88e2-6d35e8f1d650 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b91e177c-16e9-4209-9c6e-c78999af8e0d', u'date': 'Sun, 12 Aug 2018 20:08:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9c7675d1-7d7d-4155-88e2-6d35e8f1d650'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:10.481 63 INFO tempest.lib.common.rest_client [req-df174ad8-0600-4f81-ab35-7db9f08e3a73 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/59b376dd-35a1-428a-828d-e34001ccaa5b 1.931s 2018-08-12 20:08:10.482 63 DEBUG tempest.lib.common.rest_client [req-df174ad8-0600-4f81-ab35-7db9f08e3a73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/59b376dd-35a1-428a-828d-e34001ccaa5b', u'date': 'Sun, 12 Aug 2018 20:08:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-df174ad8-0600-4f81-ab35-7db9f08e3a73'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:13.143 63 INFO tempest.lib.common.rest_client [req-e790a1dd-a041-4b1f-bc00-4e80e3cf17aa ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/669f7b72-6b7c-421e-a9b5-12c5477fe375 2.659s 2018-08-12 20:08:13.144 63 DEBUG tempest.lib.common.rest_client [req-e790a1dd-a041-4b1f-bc00-4e80e3cf17aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/669f7b72-6b7c-421e-a9b5-12c5477fe375', u'date': 'Sun, 12 Aug 2018 20:08:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e790a1dd-a041-4b1f-bc00-4e80e3cf17aa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:14.681 63 INFO tempest.lib.common.rest_client [req-65039db6-d825-400d-a14f-247e038f1748 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/84156a49-ad5b-462f-8d6b-b60e98090ac7 1.536s 2018-08-12 20:08:14.681 63 DEBUG tempest.lib.common.rest_client [req-65039db6-d825-400d-a14f-247e038f1748 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/84156a49-ad5b-462f-8d6b-b60e98090ac7', u'date': 'Sun, 12 Aug 2018 20:08:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-65039db6-d825-400d-a14f-247e038f1748'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:15.185 63 INFO tempest.lib.common.rest_client [req-9d24c08b-2ac3-47a1-a054-76a40aa069d2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7533b488-28b3-46d6-9f9e-c36463fbab5a 0.502s 2018-08-12 20:08:15.185 63 DEBUG tempest.lib.common.rest_client [req-9d24c08b-2ac3-47a1-a054-76a40aa069d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7533b488-28b3-46d6-9f9e-c36463fbab5a', u'date': 'Sun, 12 Aug 2018 20:08:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9d24c08b-2ac3-47a1-a054-76a40aa069d2'} 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 [375.804555s] ... 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-12 20:01:59,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.603s 2018-08-12 20:01:59,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1744020669 description", "name": "tempest-secgroup-smoke-1744020669"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:01:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79de010d-7e39-46f1-8ecf-5b359ce877d7'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1744020669 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:01:59Z", "updated_at": "2018-08-12T20:01:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "9ebde0ac-a823-4c6f-a8a9-c05fffaee7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "ae1bf0d0-c403-4805-a224-d57b502148f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "name": "tempest-secgroup-smoke-1744020669"}} 2018-08-12 20:02:00,587 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.596s 2018-08-12 20:02:00,588 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26afd366-891e-4f3e-acd4-4c08473e3201'} 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-12T20:02:00Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "505c1c06-70e1-4c5e-9012-42e33e79e7a1"}} 2018-08-12 20:02:01,024 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-12 20:02:01,024 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fb08f03-1e73-4935-acef-106be7a462d7'} 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-12T20:02:00Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7e811321-eb1e-4c89-8972-6598a8b73ee5"}} 2018-08-12 20:02:01,449 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.424s 2018-08-12 20:02:01,449 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25894987-03d2-4d48-99bc-be299d3a408b'} 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-12T20:02:01Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e7524909-d5b2-4097-b678-f1a7369f9636"}} 2018-08-12 20:02:01,904 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:02:01,905 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f7ae4f0-ff42-4efc-9dad-e0223535e93c'} 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-12T20:02:01Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "25287fd1-f03e-4888-9027-8b8d47a43ee5"}} 2018-08-12 20:02:02,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.443s 2018-08-12 20:02:02,349 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:02:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e8bb417-d9e3-429d-b545-4afe02c92fac'} 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-12T20:02:02Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4dc7a7fe-1784-4805-9bcb-f96ef9dcebd7"}} 2018-08-12 20:02:02,778 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-12 20:02:02,779 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:02:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afcedc07-598f-4ce3-8260-3de81b05423c'} 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-12T20:02:02Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5d30e31a-4543-4e0f-9631-5f8711f7e724"}} 2018-08-12 20:02:03,461 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.681s 2018-08-12 20:02:03,461 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fab5c15-c452-4121-af2b-5c78b3b1024e'} 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-12T20:02:03Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "97ba8551-314e-483a-8539-177f60cd8e5e"}} 2018-08-12 20:02:03,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 20:02:03,929 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c7e0c49-6cad-4fc8-ac49-d829c9f656f7'} 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-12T20:02:03Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ac22adad-775d-4b9b-9b52-4128e4b2e612"}} 2018-08-12 20:02:04,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.465s 2018-08-12 20:02:04,396 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1021657447"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:02:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2490da6b-1110-4728-857f-3d9ec4155014'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:02:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","name":"tempest-A-1021657447"}} 2018-08-12 20:02:05,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.219s 2018-08-12 20:02:05,616 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "name": "tempest-subnet-A-1-603247531"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:02:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02faa625-ad4e-483d-9009-fa5c2afd2d34'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:05Z","dns_nameservers":[],"updated_at":"2018-08-12T20:02: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":"01ace95cf526467b9409c6248a7c6876","id":"669f7b72-6b7c-421e-a9b5-12c5477fe375","subnetpool_id":null,"name":"tempest-subnet-A-1-603247531"}} 2018-08-12 20:02:05,895 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.277s 2018-08-12 20:02:05,896 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1736240144"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:02:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5399bd4a-1d4c-4b6a-b33c-5c10e39fc0b9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:02:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"59b376dd-35a1-428a-828d-e34001ccaa5b","name":"tempest-B-1736240144"}} 2018-08-12 20:02:06,855 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.958s 2018-08-12 20:02:06,856 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "name": "tempest-subnet-B-1-2061828689"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:02:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a3f0ba92-6c50-42e2-8267-678aff2ecf56'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"59b376dd-35a1-428a-828d-e34001ccaa5b","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:06Z","dns_nameservers":[],"updated_at":"2018-08-12T20:02: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":"01ace95cf526467b9409c6248a7c6876","id":"b91e177c-16e9-4209-9c6e-c78999af8e0d","subnetpool_id":null,"name":"tempest-subnet-B-1-2061828689"}} 2018-08-12 20:02:07,412 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.554s 2018-08-12 20:02:07,412 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1294461041"}} 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-52d55e40-8c0e-4f7c-91db-e3463eb769ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-52d55e40-8c0e-4f7c-91db-e3463eb769ce'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMGmgOfTriQt0AxHN5ZTsEQZSlLfhD7U7305tk90AYEE4F5vt2s8N/B9jqup1r90/QJBxcu88W5qAz5DB0l4hdqNBmaXibU5WtLj8pz4CMoutVhem6dyGKZRx8TXGwGSu8W8Vc/O9msnbmBa5tnOFUQg2ZVyFquE0GsHSTCixiM7ZU7CCfljppKD1tSCaac8Ix48wqvbKFag1Nex/N77kg8isXzM6Bqdl8hR7o7PU+6/cVS3ALKOo2tci18rZCSLp5dGnVNga0G0vNzkAXtgHo29hiWCzbZ7KM9Kj6Y+9ox5f4H+snuzoGNNuhA0NSA2B+hD0NFBIl9vecsMdBnnrf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzBpoDn064kLdAMRzeWU7BEGUpS34Q+1O99ObZPdAGBBOBeb7\ndrPDfwfY6rqda/dP0CQcXLvPFuagM+QwdJeIXajQZml4m1OVrS4/Kc+AjKLrVYXp\nunchimUcfE1xsBkrvFvFXPzvZrJ25gWubZzhVEINmVcharhNBrB0kwosYjO2VOwg\nn5Y6aSg9bUgmmnPCMePMKr2yhWoNTXsfze+5IPIrF8zOganZfIUe6Oz1Puv3FUtw\nCyjqNrXItfK2Qki6eXRp1TYGtBtLzc5AF7YB6NvYYlgs22eyjPSo+mPvaMeX+B/r\nJ7s6BjTboQNDUgNgfoQ9DRQSJfb3nLDHQZ563wIDAQABAoIBAG7mokfNL+OlZSR3\nmi8KHEkxwS0Hj3CJT3FFn5f66O6qXVrDqTtUbhNmFi1k/QifNtTn6ilROzM8WSwY\n/2M6uzP4+FPNV2U+w4N4L4XuY/EGzUyJGPjipmzmh9Xa1r1Sz/rm+pSOMx7gNc7C\no4aXya/YvD7noxaz0daippUG4Bry+dwF0ii5bN7o0PMMsBD6zecnl6YDhw93O8hg\new9LtID5FtTKDIJbbk1EK//PgBKubA+cqPou4/QE0H/aHNtACKLyJizo7rXFIDcl\nBmlHllxcUSwoliEYuAeDBGJmqkbjnrIRMqFxItgjvb9h/ij/Klq/2fG8fhpTHb7f\nZCBcDzECgYEA6HW47zIJWKfP3iiXSA96rBHWVItBMaLocUZp9PzGrpUiKWGequn3\nlgC111XioiSB3FFnDFrmD7rgxWaPVEjRh/vhfe3/A1n7ral15UyN0EcfAFPKJ5CF\nCkjW3Qrmgx/lCi6Am1Mji+YZoyrJ1zrfPQ8uIMcSyD/fL2SzTUydgi0CgYEA4MWQ\n+rc9j7n4t2gFLH0BdmLXi0fQuNKHvWqEhp8/s8yEMWd/YTMFqmHA3R6ygTZKMci7\netS9MdopF3aXsvhhgG0xFewjeeS6e60OdHwfCaWhFVx0177PGFrtPi/o/oMSy4O3\nomYKt2PZ5vWWGyKeoQ5TnjmB5qCYaDPer5pkdLsCgYEAiOHhT0B4jnLqjVf7lRxA\nURiDy+7gKdlS5HjhJbi/SchZgGKSavQwrWynpzBUrsOukEyC0JyqAjM57iNxXOEw\nONHSOzQsyQ1wjRdPbAGDNFTc5XVxgZCxNpgjpa+ogygB19gANPZk5RlOmW01w35Q\nPAU3VWfEIJSz2JWEm4z05tUCgYEA3V93lJYYWY/N98TJI7HSWOisZQ7L8NvYuKNJ\n9tStBsYshAPtHqwDrnUsYBs1r7DqjfGnRCh2Vb0Jr4QrkCa00Km6KF8z6X9ucxRU\nIkGEyBmKduFiaoIQsWoMMq05CkHJpwsJNzbM4yXCnIfP2NXV6cWUcUcuOxh8QlSj\nw8uJmLUCgYBEF9DjmKLj0PeybOzi91Ol7Rx9p758shkLzUf7sW0TdiWozoorIoY+\ncuqJtO3eNGpEtkm/adoE3E2oWW6iFubB+YVAzcEBPRnA+9qqpCILUp+naf2qW6tG\nHn9zUT3ovrxTzluuWpSn2LLKdZII1FAUSRV4RrZgwg4FgJbHU/wdTQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1294461041", "fingerprint": "3b:58:4c:b8:56:cf:d3:57:f4:08:27:72:30:02:63:11"}} 2018-08-12 20:02:09,078 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.656s 2018-08-12 20:02:09,078 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-714165240", "security_groups": ["7533b488-28b3-46d6-9f9e-c36463fbab5a"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:02:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17cc5e1b-9ed4-47f2-abe5-3240c82409be'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:02:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:02:08Z","name":"tempest-port-smoke-714165240","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e4:47:07","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"669f7b72-6b7c-421e-a9b5-12c5477fe375","ip_address":"10.101.11.10"}],"id":"6221fde4-b44f-4cc8-b54e-c64aff57b6e5","security_groups":["7533b488-28b3-46d6-9f9e-c36463fbab5a"],"device_id":""}} 2018-08-12 20:02:12,954 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.874s 2018-08-12 20:02:12,955 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-1294461041", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "port": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-ca010699-4c2c-4492-820e-2e58ec1471e7', 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca010699-4c2c-4492-820e-2e58ec1471e7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "324f9312-e329-4327-951a-ca14a59406c9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "adminPass": "fx6qCeFZUu9p"}} 2018-08-12 20:02:13,495 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.536s 2018-08-12 20:02:13,496 63 DEBUG [tempest.lib.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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-a2a21a4d-d467-4f09-8d43-9ba5b218177d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2a21a4d-d467-4f09-8d43-9ba5b218177d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:14,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.331s 2018-08-12 20:02:14,844 63 DEBUG [tempest.lib.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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-dfbe94ed-bdcc-46e3-8192-d4c74e573981', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfbe94ed-bdcc-46e3-8192-d4c74e573981'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:17,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.170s 2018-08-12 20:02:17,029 63 DEBUG [tempest.lib.common.rest_client] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-0004ea60-4ed5-4c39-b830-15f60a976c11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0004ea60-4ed5-4c39-b830-15f60a976c11'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:15Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:17,050 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 20:02:18,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.333s 2018-08-12 20:02:18,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-6e00f242-937d-4758-812e-ae0993ce9c73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e00f242-937d-4758-812e-ae0993ce9c73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:18,399 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:02:20,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.056s 2018-08-12 20:02:20,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-7e4b02d0-9206-4702-a7cb-83950e7e75b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e4b02d0-9206-4702-a7cb-83950e7e75b1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:22,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.205s 2018-08-12 20:02:22,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-c51ce3ba-f1f5-46bc-abdd-fddfe2c80b06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c51ce3ba-f1f5-46bc-abdd-fddfe2c80b06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:24,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.583s 2018-08-12 20:02:24,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-d46e53bd-0235-4827-844e-ea3610ae67c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46e53bd-0235-4827-844e-ea3610ae67c7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:24,315 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:02:24,930 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.614s 2018-08-12 20:02:24,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-f5e7363f-817a-4ace-be6a-0db627e0e0aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5e7363f-817a-4ace-be6a-0db627e0e0aa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:24,955 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 324f9312-e329-4327-951a-ca14a59406c9 with status: ACTIVE 2018-08-12 20:02:26,040 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.083s 2018-08-12 20:02:26,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-186365816", "security_groups": ["7533b488-28b3-46d6-9f9e-c36463fbab5a"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:02:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cee39bec-5061-4e59-aeb4-a3bb6f77157d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:02:25Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"59b376dd-35a1-428a-828d-e34001ccaa5b","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:02:25Z","name":"tempest-port-smoke-186365816","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9b:b9:89","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"b91e177c-16e9-4209-9c6e-c78999af8e0d","ip_address":"10.102.21.20"}],"id":"aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e","security_groups":["7533b488-28b3-46d6-9f9e-c36463fbab5a"],"device_id":""}} 2018-08-12 20:02:29,308 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.265s 2018-08-12 20:02:29,308 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-1294461041", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "59b376dd-35a1-428a-828d-e34001ccaa5b", "port": "aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-90cf5cd1-74dc-46a6-a67d-0b6584c6b496', 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90cf5cd1-74dc-46a6-a67d-0b6584c6b496'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "adminPass": "GELt9jNmrnAH"}} 2018-08-12 20:02:30,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.692s 2018-08-12 20:02:30,008 63 DEBUG [tempest.lib.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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-035ba04e-11b5-4563-b400-fc3cec7ba944', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-035ba04e-11b5-4563-b400-fc3cec7ba944'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:31,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.275s 2018-08-12 20:02:31,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': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-fef58a11-6a6c-4364-aeba-5be711169602', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fef58a11-6a6c-4364-aeba-5be711169602'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:32,582 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.269s 2018-08-12 20:02:32,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': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-83ed8dd2-7c68-40ef-bc58-4df4c3b4d713', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83ed8dd2-7c68-40ef-bc58-4df4c3b4d713'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:34,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.602s 2018-08-12 20:02:34,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': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-4bd6ea49-ffb3-4cf3-a92d-9ff0407d31ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bd6ea49-ffb3-4cf3-a92d-9ff0407d31ff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:34,210 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-12 20:02:36,081 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.869s 2018-08-12 20:02:36,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-50e02b09-6901-4716-9e34-bf759d7ea487', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50e02b09-6901-4716-9e34-bf759d7ea487'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:36,094 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:02:37,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.740s 2018-08-12 20:02:37,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-503f4afe-98e4-4d22-88d5-02650c4735d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-503f4afe-98e4-4d22-88d5-02650c4735d4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:39,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.885s 2018-08-12 20:02:39,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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-e2f48073-3d57-49cb-9d89-d9f1cd165611', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2f48073-3d57-49cb-9d89-d9f1cd165611'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:41,723 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.961s 2018-08-12 20:02:41,724 63 DEBUG [tempest.lib.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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-41ec26b2-9ae7-4d0f-8da3-be0c129bbd44', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ec26b2-9ae7-4d0f-8da3-be0c129bbd44'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:39Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:41,737 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:02:42,379 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.640s 2018-08-12 20:02:42,379 63 DEBUG [tempest.lib.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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-3ee2df47-6028-4dde-94f8-84b08e6156da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ee2df47-6028-4dde-94f8-84b08e6156da'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:39Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:42,392 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 127c6395-8aae-4a04-a6be-820ed3d5e3ab with status: ACTIVE 2018-08-12 20:02:42,783 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.390s 2018-08-12 20:02:42,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:02:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c35dbcee-5a3c-4ab7-8bf1-c9cd6e088921'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26"}} 2018-08-12 20:02:43,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations 0.483s 2018-08-12 20:02:43,268 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations', u'date': 'Sun, 12 Aug 2018 20:02:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f15d186-4a34-4b09-ad95-afe791f0b8af'} Body: {"network_association": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "id": "c7c498f8-3d11-45e2-b94a-b5b4f8d7b1ce"}} 2018-08-12 20:02:43,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations 0.502s 2018-08-12 20:02:43,772 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations', u'date': 'Sun, 12 Aug 2018 20:02:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2f638b5-5b01-4e81-8765-17d074af9163'} Body: {"network_association": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "id": "e0f44f1c-fa06-404e-ab36-0d0ecae31757"}} 2018-08-12 20:02:43,772 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:02:44,054 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/routers 0.280s 2018-08-12 20:02:44,054 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1181733900", "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': 'Sun, 12 Aug 2018 20:02:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eeab9439-f08f-4346-92cb-405accc0a2e2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:43Z", "admin_state_up": true, "updated_at": "2018-08-12T20:02:43Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "name": "tempest-router--1181733900"}} 2018-08-12 20:02:45,269 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a 1.213s 2018-08-12 20:02:45,269 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a', u'date': 'Sun, 12 Aug 2018 20:02:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8625dfb8-758e-4ecc-9395-dd6b4d94350a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:43Z", "admin_state_up": true, "updated_at": "2018-08-12T20:02:45Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "name": "tempest-router--1181733900"}} 2018-08-12 20:02:47,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/add_router_interface 2.048s 2018-08-12 20:02:47,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:02:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90b527cb-5f24-4bfa-8e55-0b1df3534276'} Body: {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375", "subnet_ids": ["669f7b72-6b7c-421e-a9b5-12c5477fe375"], "port_id": "739c5a74-e364-4dc5-a1ec-cece97cd3778", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a"} 2018-08-12 20:02:49,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.276s 2018-08-12 20:02:49,597 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:02:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-915a0340-0b8e-489f-833f-78fb0548c969'} Body: {"floatingip": {"router_id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:02:48Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5", "id": "1fc12529-c802-46c8-8a74-1e67099bdfc3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:48Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:02:49,600 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:02:51,604 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:02:51,673 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:02:51,702 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:02:51,817 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-12 20:02:51,817 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:02:51,820 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:02:51,882 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:02:51,884 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:02:56,892 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:02:56,893 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-12 20:04:06,918 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-12 20:04:06,918 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:04:06,922 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:04:06,985 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:04:06,986 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:04:11,993 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:04:11,994 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-12 20:05:22,027 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:05:22,028 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-12 20:05:22,029 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,033 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,127 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,129 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22,135 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:05:22,135 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:ce:e1:0f [ether] on eth0 2018-08-12 20:05:22,136 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-12 20:05:22,136 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,138 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,199 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,202 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22,211 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:05:22,211 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-12 20:05:22,212 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,214 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,275 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,278 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22,284 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-12 20:05:22,284 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,286 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,347 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,350 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22,355 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:05:22,355 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:ce:e1:0f [ether] on eth0 2018-08-12 20:05:22,356 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-12 20:05:22,356 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,358 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,419 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,422 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:27,428 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:05:27,429 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-12 20:06:37,472 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-12 20:06:37,473 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:06:37,477 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:06:37,545 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:06:37,573 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:06:42,581 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:06:42,581 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-12 20:07:52,605 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:07:52,605 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.220: Timed out waiting for 10.102.21.20 to become reachable 2018-08-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:07:54,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1fc12529-c802-46c8-8a74-1e67099bdfc3 1.391s 2018-08-12 20:07:54,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/1fc12529-c802-46c8-8a74-1e67099bdfc3', u'date': 'Sun, 12 Aug 2018 20:07:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41a1cc49-f5fe-4a85-8517-8e264834f8d9'} Body: 2018-08-12 20:07:56,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/remove_router_interface 2.003s 2018-08-12 20:07:56,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23bd6396-cef2-4138-a478-91f2afadccad'} Body: {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375", "subnet_ids": ["669f7b72-6b7c-421e-a9b5-12c5477fe375"], "port_id": "739c5a74-e364-4dc5-a1ec-cece97cd3778", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a"} 2018-08-12 20:07:57,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a 1.664s 2018-08-12 20:07:57,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a', u'date': 'Sun, 12 Aug 2018 20:07:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-379ecf2f-4b9d-4a90-85d0-14471d3ccbd4'} Body: 2018-08-12 20:07:58,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.420s 2018-08-12 20:07:58,097 63 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-9b1f3393-8ead-4814-b98d-5b9a2585d95d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b1f3393-8ead-4814-b98d-5b9a2585d95d'} Body: 2018-08-12 20:07:59,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 1.175s 2018-08-12 20:07:59,274 63 DEBUG [tempest.lib.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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-7f072b5b-4147-460c-bf08-017b9f39ec09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f072b5b-4147-460c-bf08-017b9f39ec09'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:07:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:00,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.626s 2018-08-12 20:08:00,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': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-fae2c102-995f-401b-8bd0-9010805d0e9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fae2c102-995f-401b-8bd0-9010805d0e9c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:07:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:01,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.049s 2018-08-12 20:08:01,980 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-cf6faad3-4abc-432a-99bc-c03437d31525', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cf6faad3-4abc-432a-99bc-c03437d31525'} Body: {"itemNotFound": {"message": "Instance 127c6395-8aae-4a04-a6be-820ed3d5e3ab could not be found.", "code": 404}} 2018-08-12 20:08:02,828 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e 0.847s 2018-08-12 20:08:02,829 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f19d32b6-8a01-4a66-a324-b68bd32b1d6f'} Body: 2018-08-12 20:08:02,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.163s 2018-08-12 20:08:02,993 63 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-6cfe405c-0a69-4248-9495-9ab71e7eb639', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cfe405c-0a69-4248-9495-9ab71e7eb639'} Body: 2018-08-12 20:08:04,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.133s 2018-08-12 20:08:04,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': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-69489090-c813-478a-8ab0-24cb80910c59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69489090-c813-478a-8ab0-24cb80910c59'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:05,200 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.054s 2018-08-12 20:08:05,200 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-9e259e6f-9d3e-48ec-b393-1a3cc96f181f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-9e259e6f-9d3e-48ec-b393-1a3cc96f181f'} Body: {"itemNotFound": {"message": "Instance 324f9312-e329-4327-951a-ca14a59406c9 could not be found.", "code": 404}} 2018-08-12 20:08:06,068 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6221fde4-b44f-4cc8-b54e-c64aff57b6e5 0.867s 2018-08-12 20:08:06,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6221fde4-b44f-4cc8-b54e-c64aff57b6e5', u'date': 'Sun, 12 Aug 2018 20:08:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7d8ceddb-c120-4a44-b3f0-9c8ca39f1937'} Body: 2018-08-12 20:08:06,125 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-1294461041 0.055s 2018-08-12 20:08:06,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1294461041', u'x-compute-request-id': 'req-3750c0da-db13-4a25-a0a9-884cf9bb8410', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3750c0da-db13-4a25-a0a9-884cf9bb8410'} Body: 2018-08-12 20:08:08,548 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b91e177c-16e9-4209-9c6e-c78999af8e0d 2.421s 2018-08-12 20:08:08,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b91e177c-16e9-4209-9c6e-c78999af8e0d', u'date': 'Sun, 12 Aug 2018 20:08:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9c7675d1-7d7d-4155-88e2-6d35e8f1d650'} Body: 2018-08-12 20:08:10,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/59b376dd-35a1-428a-828d-e34001ccaa5b 1.931s 2018-08-12 20:08:10,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/59b376dd-35a1-428a-828d-e34001ccaa5b', u'date': 'Sun, 12 Aug 2018 20:08:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-df174ad8-0600-4f81-ab35-7db9f08e3a73'} Body: 2018-08-12 20:08:13,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/669f7b72-6b7c-421e-a9b5-12c5477fe375 2.659s 2018-08-12 20:08:13,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/669f7b72-6b7c-421e-a9b5-12c5477fe375', u'date': 'Sun, 12 Aug 2018 20:08:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e790a1dd-a041-4b1f-bc00-4e80e3cf17aa'} Body: 2018-08-12 20:08:14,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/84156a49-ad5b-462f-8d6b-b60e98090ac7 1.536s 2018-08-12 20:08:14,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/networks/84156a49-ad5b-462f-8d6b-b60e98090ac7', u'date': 'Sun, 12 Aug 2018 20:08:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-65039db6-d825-400d-a14f-247e038f1748'} Body: 2018-08-12 20:08:15,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7533b488-28b3-46d6-9f9e-c36463fbab5a 0.502s 2018-08-12 20:08:15,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/security-groups/7533b488-28b3-46d6-9f9e-c36463fbab5a', u'date': 'Sun, 12 Aug 2018 20:08:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9d24c08b-2ac3-47a1-a054-76a40aa069d2'} Body: 2018-08-12 20:08:15.754 63 INFO tempest.lib.common.rest_client [req-734cbde7-ba1e-42cf-abc5-12b2076470a5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.541s 2018-08-12 20:08:15.755 63 DEBUG tempest.lib.common.rest_client [req-734cbde7-ba1e-42cf-abc5-12b2076470a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-623885929 description", "name": "tempest-secgroup-smoke-623885929"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734cbde7-ba1e-42cf-abc5-12b2076470a5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-623885929 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:15Z", "updated_at": "2018-08-12T20:08:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:08:15Z", "revision_number": 0, "id": "695d668b-960f-434b-b988-1ebfb677c433", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:08:15Z", "revision_number": 0, "id": "dd43cec7-4edb-4305-8868-6f8cf8e5a605", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "name": "tempest-secgroup-smoke-623885929"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:15.977 63 INFO tempest.lib.common.rest_client [req-dc1be70d-8cb5-4c30-a659-844d05aa81bf ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.221s 2018-08-12 20:08:15.978 63 DEBUG tempest.lib.common.rest_client [req-dc1be70d-8cb5-4c30-a659-844d05aa81bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dc1be70d-8cb5-4c30-a659-844d05aa81bf'} 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-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa246d11-991e-471d-a4db-21ae3eff4c1e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:16.364 63 INFO tempest.lib.common.rest_client [req-5a2df721-933b-4fb0-98a7-6ca6cebf6b23 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.385s 2018-08-12 20:08:16.365 63 DEBUG tempest.lib.common.rest_client [req-5a2df721-933b-4fb0-98a7-6ca6cebf6b23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a2df721-933b-4fb0-98a7-6ca6cebf6b23'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bff4262f-3ea3-4833-b9dc-c28bfcafb38d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:16.514 63 INFO tempest.lib.common.rest_client [req-89d3b5fb-2244-4cbe-a311-429458298a75 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.148s 2018-08-12 20:08:16.514 63 DEBUG tempest.lib.common.rest_client [req-89d3b5fb-2244-4cbe-a311-429458298a75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89d3b5fb-2244-4cbe-a311-429458298a75'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ee55c662-27ae-45fa-80c1-b17f4c26c08a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:16.713 63 INFO tempest.lib.common.rest_client [req-4ef2f1b5-4999-4add-ad26-272edf47be19 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.198s 2018-08-12 20:08:16.713 63 DEBUG tempest.lib.common.rest_client [req-4ef2f1b5-4999-4add-ad26-272edf47be19 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ef2f1b5-4999-4add-ad26-272edf47be19'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "10ac020c-f249-4a07-bc80-7d00bf7bb681"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:17.137 63 INFO tempest.lib.common.rest_client [req-46336ffe-a62e-4572-a910-b9f519ed3c28 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.422s 2018-08-12 20:08:17.137 63 DEBUG tempest.lib.common.rest_client [req-46336ffe-a62e-4572-a910-b9f519ed3c28 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46336ffe-a62e-4572-a910-b9f519ed3c28'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1829b275-f932-4d36-b963-059d95791d1b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:17.538 63 INFO tempest.lib.common.rest_client [req-153f8c16-46f2-4090-9947-4756783da74c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.400s 2018-08-12 20:08:17.539 63 DEBUG tempest.lib.common.rest_client [req-153f8c16-46f2-4090-9947-4756783da74c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-153f8c16-46f2-4090-9947-4756783da74c'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9e0e40c5-635b-4d9f-be90-a846555f440f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:17.987 63 INFO tempest.lib.common.rest_client [req-90eb1d74-de09-403f-ab83-8b8cb0601f75 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.448s 2018-08-12 20:08:17.988 63 DEBUG tempest.lib.common.rest_client [req-90eb1d74-de09-403f-ab83-8b8cb0601f75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90eb1d74-de09-403f-ab83-8b8cb0601f75'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3412edce-8bd8-4464-9fbe-cd31ef90ff31"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:18.443 63 INFO tempest.lib.common.rest_client [req-6f65dc49-8be4-4923-b382-e9c1a4c997d2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:08:18.443 63 DEBUG tempest.lib.common.rest_client [req-6f65dc49-8be4-4923-b382-e9c1a4c997d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f65dc49-8be4-4923-b382-e9c1a4c997d2'} 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-12T20:08:18Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1a4e21c9-19d8-49c5-a9ee-4166b6a53041"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:18.716 63 INFO tempest.lib.common.rest_client [req-f5294d83-b493-481f-873c-8b4688703802 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/networks 0.271s 2018-08-12 20:08:18.717 63 DEBUG tempest.lib.common.rest_client [req-f5294d83-b493-481f-873c-8b4688703802 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-639766487"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5294d83-b493-481f-873c-8b4688703802'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:08:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","name":"tempest-A-639766487"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:19.375 63 INFO tempest.lib.common.rest_client [req-2188f19a-b041-4ab7-8fff-25a07b90f04f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.657s 2018-08-12 20:08:19.375 63 DEBUG tempest.lib.common.rest_client [req-2188f19a-b041-4ab7-8fff-25a07b90f04f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "name": "tempest-subnet-A-1-1297303152"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2188f19a-b041-4ab7-8fff-25a07b90f04f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:18Z","dns_nameservers":[],"updated_at":"2018-08-12T20:08: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":"01ace95cf526467b9409c6248a7c6876","id":"11529f94-2463-443e-9e0d-030da60b1af8","subnetpool_id":null,"name":"tempest-subnet-A-1-1297303152"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:19.804 63 INFO tempest.lib.common.rest_client [req-e5c71b96-28b8-4d91-a449-60bbd4329371 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/networks 0.427s 2018-08-12 20:08:19.804 63 DEBUG tempest.lib.common.rest_client [req-e5c71b96-28b8-4d91-a449-60bbd4329371 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1646184875"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5c71b96-28b8-4d91-a449-60bbd4329371'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:08:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c042356d-d4bd-4206-94e7-337105b014e9","name":"tempest-B-1646184875"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:20.792 63 INFO tempest.lib.common.rest_client [req-b61054b3-8a1e-41f2-988f-59203bcf08e9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.987s 2018-08-12 20:08:20.793 63 DEBUG tempest.lib.common.rest_client [req-b61054b3-8a1e-41f2-988f-59203bcf08e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "name": "tempest-subnet-B-1-1109410573"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:08:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b61054b3-8a1e-41f2-988f-59203bcf08e9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c042356d-d4bd-4206-94e7-337105b014e9","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:20Z","dns_nameservers":[],"updated_at":"2018-08-12T20:08: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":"01ace95cf526467b9409c6248a7c6876","id":"20410cbb-d315-43fb-86f5-d9d50fa401a9","subnetpool_id":null,"name":"tempest-subnet-B-1-1109410573"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:21.521 63 INFO tempest.lib.common.rest_client [req-37a0cf85-624a-44ff-8455-e348e5c7054e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.728s 2018-08-12 20:08:21.522 63 DEBUG tempest.lib.common.rest_client [req-37a0cf85-624a-44ff-8455-e348e5c7054e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37a0cf85-624a-44ff-8455-e348e5c7054e'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "78d1eeaf-39f3-4304-a61c-2f4bc8f0329a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:21.776 63 INFO tempest.lib.common.rest_client [req-3b296e3b-dcad-4a95-82b0-428fbc5259d5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations 0.253s 2018-08-12 20:08:21.777 63 DEBUG tempest.lib.common.rest_client [req-3b296e3b-dcad-4a95-82b0-428fbc5259d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations', u'date': 'Sun, 12 Aug 2018 20:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b296e3b-dcad-4a95-82b0-428fbc5259d5'} Body: {"network_association": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "id": "df04c5e0-041e-4e43-86ee-9b612fd441e7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:22.341 63 INFO tempest.lib.common.rest_client [req-70bac143-0b44-44e1-8371-217192c4534e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations 0.563s 2018-08-12 20:08:22.341 63 DEBUG tempest.lib.common.rest_client [req-70bac143-0b44-44e1-8371-217192c4534e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations', u'date': 'Sun, 12 Aug 2018 20:08:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70bac143-0b44-44e1-8371-217192c4534e'} Body: {"network_association": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "id": "0936391d-8c28-47e3-addf-f7fdeec1c6d0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:22.342 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-12 20:08:22.536 63 INFO tempest.lib.common.rest_client [req-97b499f0-2e84-4455-a1b7-8a5a755577c1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.193s 2018-08-12 20:08:22.536 63 DEBUG tempest.lib.common.rest_client [req-97b499f0-2e84-4455-a1b7-8a5a755577c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-42174593"}} 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-97b499f0-2e84-4455-a1b7-8a5a755577c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97b499f0-2e84-4455-a1b7-8a5a755577c1'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqkmV/QamCqIDg8B5qmLdgwQSKeVOF17khrLqLYo6iw/rI09AJtLlUx6FU6cAmSGHDTn+LwqY2SKDTLEudArtYmBHHcty4YhiA/hmJDwoay3EjS+39fuQJDqZ+8EhujcUi1hz6UgXBCAmEsR3lVJ2NHSefuFUblhy1BG4gbunzKjjc33xa+Nv1bs2/ewnBklC7SpHnaKXYOpqFzmZ8vvMrgQ6LQLPw1ydcwe8navRuMHlXTQXCRZPXs5hQK94I5Q5PEFU56nG4D4Wk9hRioNRm7DMHU5uNlr1fULoJikpH81AOoCMMRM3+BmqOrcaYWsT96barT/kBmFK/B0iqzIt1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6pJlf0GpgqiA4PAeapi3YMEEinlThde5Iay6i2KOosP6yNPQ\nCbS5VMehVOnAJkhhw05/i8KmNkig0yxLnQK7WJgRx3LcuGIYgP4ZiQ8KGstxI0vt\n/X7kCQ6mfvBIbo3FItYc+lIFwQgJhLEd5VSdjR0nn7hVG5YctQRuIG7p8yo43N98\nWvjb9W7Nv3sJwZJQu0qR52il2Dqahc5mfL7zK4EOi0Cz8NcnXMHvJ2r0bjB5V00F\nwkWT17OYUCveCOUOTxBVOepxuA+FpPYUYqDUZuwzB1ObjZa9X1C6CYpKR/NQDqAj\nDETN/gZqjq3GmFrE/em2q0/5AZhSvwdIqsyLdQIDAQABAoIBAEm7apvtj9K6FIif\n8W+gQUPwZ/T+3focLN0g5iIaAKu43oNx0Nq8K+UyOsvuDa/64H/7lKvhq0001xiJ\nu9rGmQzn/+6pdCeg7gLd3DjwuURi3lUx8MTVtegC6uLLtHjLp0Oj+cfVMGnUlOlY\nowUK69sHZwUVc+sP7EYZ9mPLeU4tRU48KHss0E50Op2VO3c752jemO0jOSNQIF/r\npFJ1uF82CtsV2jiBVzZKx/zCIlCcUbdhowa8BTV6YLEqo8vz7BowDNZ/dOLNTSgM\n6mDIzMB59YLRbXx6CPAU0vaSnaByZ2ymLTK1IuWvlD5vix1Zv3FR7lN29e5mLc5r\nwRmaRAECgYEA+Wpioo83TVlM5qvT1szX/pd365BxGVE+QcyS5ELJGagPw2+QI/9u\npQjl1QQ3KIchpBHqA32cR/cqfxM43pGmLxP5YpshKLcVG8E5WKmI+Fr9maFq7GQK\nHoPkG1gilk4Pog/W26no+QBjhj9QqL2tc64HTNI0ieHh3TXCHskfxmECgYEA8MOx\njtfrK3M3Kik6hdCMNT/iIvZ7ABGO15Rl6ECYj5XBTHxqAmSWveIZ9g4AAvIcObxy\nfPHbwGAxVfAoUsuOG2bhkpnch7VLVwh+9wEhohIDNCG4wt99PjJxQTLG/gEMC3We\ntIia/epq/secoAfAi4hWI8qGyaBoQ8UzE1i8NZUCgYEAj7BWesh/V7RmtU2wkUMZ\n/LZOhAuG3MsNTuMIjTBcosdLrZAMPnDd0X46ymnPTS3sl5UqeDBZZKxkcykjzjWi\nw+SB++jbRZWUN5Ut8IJbQplJGMUB0IYhvkrFk2tHIch/ASKW6Z4NdcZfj+vSECSW\nVNqhogRH+FeFw+dAmnPMNoECgYEAqYu1kvjcQ+nL1CXab3dP9QO6tJJMRd0XcRqw\ntOAgTyTPTZRjdrHtMWRykcKEIY7rb4EUQoZzEMLsmy8Wxk9QEF3fxcQR94MkvfJe\nroSecaorlV+V461MXitZc+dVGHQWTk+S5mE4fEzC8g4RbuRmpBvrRSMOzhfmtKq+\n8AXR7A0CgYA4HsTpqRcl8vOm8OdGJ3HEmjWWtKUd9XxVJTgvFFGwiDysmUPfWrcJ\nrVkDhvpEqgfBWe1DAxgjC3n0fqAx+YmDn/mygnwjZ70gEWP7ckpq+cX2UYw88m0o\n8z1GFAT3b9sIF5oIvNq7XkAj0wDtQjXBKZEa73xgl+EazO21O0Rg7g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-42174593", "fingerprint": "82:98:67:b3:0b:39:49:e0:d8:20:44:81:eb:45:d9:f9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:24.082 63 INFO tempest.lib.common.rest_client [req-426d97dd-1c81-4c1c-86c0-94fab89eacd1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/ports 1.541s 2018-08-12 20:08:24.082 63 DEBUG tempest.lib.common.rest_client [req-426d97dd-1c81-4c1c-86c0-94fab89eacd1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-167145344", "security_groups": ["897ff5b1-4ed8-4cc8-8591-877059f1fd30"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:08:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-426d97dd-1c81-4c1c-86c0-94fab89eacd1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:08:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:08:23Z","name":"tempest-port-smoke-167145344","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:14:d6:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"11529f94-2463-443e-9e0d-030da60b1af8","ip_address":"10.101.11.10"}],"id":"e691f2d7-e1b3-4f58-92ad-a61a48925076","security_groups":["897ff5b1-4ed8-4cc8-8591-877059f1fd30"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:28.168 63 INFO tempest.lib.common.rest_client [req-dd2d3e82-e5f2-4ce1-99e4-fcf0e49bfdaa ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.23:8774/v2.1/servers 4.084s 2018-08-12 20:08:28.169 63 DEBUG tempest.lib.common.rest_client [req-dd2d3e82-e5f2-4ce1-99e4-fcf0e49bfdaa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-42174593", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "port": "e691f2d7-e1b3-4f58-92ad-a61a48925076"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-dd2d3e82-e5f2-4ce1-99e4-fcf0e49bfdaa', 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd2d3e82-e5f2-4ce1-99e4-fcf0e49bfdaa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "adminPass": "oMYaD7pqxPXv"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:28.467 63 INFO tempest.lib.common.rest_client [req-b38694ed-0b14-40c3-aafc-0bb694219c4a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.294s 2018-08-12 20:08:28.468 63 DEBUG tempest.lib.common.rest_client [req-b38694ed-0b14-40c3-aafc-0bb694219c4a ] 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-b38694ed-0b14-40c3-aafc-0bb694219c4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b38694ed-0b14-40c3-aafc-0bb694219c4a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:29.813 63 INFO tempest.lib.common.rest_client [req-d44697d0-c5fe-48a5-83c0-c52f605f1716 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.331s 2018-08-12 20:08:29.814 63 DEBUG tempest.lib.common.rest_client [req-d44697d0-c5fe-48a5-83c0-c52f605f1716 ] 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-d44697d0-c5fe-48a5-83c0-c52f605f1716', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d44697d0-c5fe-48a5-83c0-c52f605f1716'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:31.866 63 INFO tempest.lib.common.rest_client [req-8796eaad-8699-46cd-ad18-1d1bb9c52f6b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.038s 2018-08-12 20:08:31.867 63 DEBUG tempest.lib.common.rest_client [req-8796eaad-8699-46cd-ad18-1d1bb9c52f6b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-8796eaad-8699-46cd-ad18-1d1bb9c52f6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8796eaad-8699-46cd-ad18-1d1bb9c52f6b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:31.879 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:08:33.238 63 INFO tempest.lib.common.rest_client [req-16d9327b-45a2-4830-b97f-48800b3d48d1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.357s 2018-08-12 20:08:33.239 63 DEBUG tempest.lib.common.rest_client [req-16d9327b-45a2-4830-b97f-48800b3d48d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1264', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-16d9327b-45a2-4830-b97f-48800b3d48d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16d9327b-45a2-4830-b97f-48800b3d48d1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:33.252 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/scheduling" after 5 second wait 2018-08-12 20:08:34.953 63 INFO tempest.lib.common.rest_client [req-a609307e-eb62-4889-ac1b-e561beef41e6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.699s 2018-08-12 20:08:34.954 63 DEBUG tempest.lib.common.rest_client [req-a609307e-eb62-4889-ac1b-e561beef41e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1397', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-a609307e-eb62-4889-ac1b-e561beef41e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a609307e-eb62-4889-ac1b-e561beef41e6'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:33Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:34.978 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-12 20:08:36.933 63 INFO tempest.lib.common.rest_client [req-d74de423-a308-497e-8086-fa999a9de46f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.953s 2018-08-12 20:08:36.934 63 DEBUG tempest.lib.common.rest_client [req-d74de423-a308-497e-8086-fa999a9de46f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-d74de423-a308-497e-8086-fa999a9de46f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d74de423-a308-497e-8086-fa999a9de46f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:36.947 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2018-08-12 20:08:38.673 63 INFO tempest.lib.common.rest_client [req-0f47b67e-5155-4720-a5ba-8dffd1fea755 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.725s 2018-08-12 20:08:38.674 63 DEBUG tempest.lib.common.rest_client [req-0f47b67e-5155-4720-a5ba-8dffd1fea755 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-0f47b67e-5155-4720-a5ba-8dffd1fea755', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f47b67e-5155-4720-a5ba-8dffd1fea755'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:40.320 63 INFO tempest.lib.common.rest_client [req-0652bef0-a956-42ff-a18f-c81881fce120 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.632s 2018-08-12 20:08:40.320 63 DEBUG tempest.lib.common.rest_client [req-0652bef0-a956-42ff-a18f-c81881fce120 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-0652bef0-a956-42ff-a18f-c81881fce120', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0652bef0-a956-42ff-a18f-c81881fce120'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:42.387 63 INFO tempest.lib.common.rest_client [req-6afef00b-420d-49c8-9a75-285ad85c91c1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.052s 2018-08-12 20:08:42.388 63 DEBUG tempest.lib.common.rest_client [req-6afef00b-420d-49c8-9a75-285ad85c91c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-6afef00b-420d-49c8-9a75-285ad85c91c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6afef00b-420d-49c8-9a75-285ad85c91c1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:42.401 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait 2018-08-12 20:08:42.979 63 INFO tempest.lib.common.rest_client [req-ccfe2e0f-3b5b-4970-ba96-7deb2f9a9239 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.577s 2018-08-12 20:08:42.980 63 DEBUG tempest.lib.common.rest_client [req-ccfe2e0f-3b5b-4970-ba96-7deb2f9a9239 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-ccfe2e0f-3b5b-4970-ba96-7deb2f9a9239', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccfe2e0f-3b5b-4970-ba96-7deb2f9a9239'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:42.993 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 240d2ea6-2a50-4b08-8b89-935fc8ac69f5 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:08:44.034 63 INFO tempest.lib.common.rest_client [req-3c1ef680-b376-43b9-8d69-651a8831add3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/ports 1.040s 2018-08-12 20:08:44.034 63 DEBUG tempest.lib.common.rest_client [req-3c1ef680-b376-43b9-8d69-651a8831add3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-164520458", "security_groups": ["897ff5b1-4ed8-4cc8-8591-877059f1fd30"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:08:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c1ef680-b376-43b9-8d69-651a8831add3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:08:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c042356d-d4bd-4206-94e7-337105b014e9","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:08:43Z","name":"tempest-port-smoke-164520458","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:28:1c:82","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"20410cbb-d315-43fb-86f5-d9d50fa401a9","ip_address":"10.102.21.20"}],"id":"d7e134cc-4f5d-400d-9100-1fa07602d978","security_groups":["897ff5b1-4ed8-4cc8-8591-877059f1fd30"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:46.606 63 INFO tempest.lib.common.rest_client [req-614681ca-c659-4482-89df-f75f664c8cc8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.23:8774/v2.1/servers 2.571s 2018-08-12 20:08:46.607 63 DEBUG tempest.lib.common.rest_client [req-614681ca-c659-4482-89df-f75f664c8cc8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-42174593", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c042356d-d4bd-4206-94e7-337105b014e9", "port": "d7e134cc-4f5d-400d-9100-1fa07602d978"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-614681ca-c659-4482-89df-f75f664c8cc8', 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/17660257-ef80-443d-9644-06f06728ca05', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-614681ca-c659-4482-89df-f75f664c8cc8'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "17660257-ef80-443d-9644-06f06728ca05", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "adminPass": "Y5eoHkNyRrvt"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:46.672 63 INFO tempest.lib.common.rest_client [req-eb491b5a-148a-475e-a5c8-d0209bed8b5e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.061s 2018-08-12 20:08:46.673 63 DEBUG tempest.lib.common.rest_client [req-eb491b5a-148a-475e-a5c8-d0209bed8b5e ] 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-eb491b5a-148a-475e-a5c8-d0209bed8b5e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb491b5a-148a-475e-a5c8-d0209bed8b5e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:48.326 63 INFO tempest.lib.common.rest_client [req-d4cdd519-4c24-492d-8dde-58f94598c95a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.638s 2018-08-12 20:08:48.326 63 DEBUG tempest.lib.common.rest_client [req-d4cdd519-4c24-492d-8dde-58f94598c95a ] 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-d4cdd519-4c24-492d-8dde-58f94598c95a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4cdd519-4c24-492d-8dde-58f94598c95a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:49.667 63 INFO tempest.lib.common.rest_client [req-de0cf109-235e-455d-bbe6-d60a063eb32f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.329s 2018-08-12 20:08:49.667 63 DEBUG tempest.lib.common.rest_client [req-de0cf109-235e-455d-bbe6-d60a063eb32f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1318', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-de0cf109-235e-455d-bbe6-d60a063eb32f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de0cf109-235e-455d-bbe6-d60a063eb32f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:49.680 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:08:51.089 63 INFO tempest.lib.common.rest_client [req-f9299f39-bdbf-4ad1-8c73-c2bba7eb73c3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.407s 2018-08-12 20:08:51.090 63 DEBUG tempest.lib.common.rest_client [req-f9299f39-bdbf-4ad1-8c73-c2bba7eb73c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-f9299f39-bdbf-4ad1-8c73-c2bba7eb73c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f9299f39-bdbf-4ad1-8c73-c2bba7eb73c3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:53.069 63 INFO tempest.lib.common.rest_client [req-c4527418-9118-4413-a305-488ac1687288 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.964s 2018-08-12 20:08:53.070 63 DEBUG tempest.lib.common.rest_client [req-c4527418-9118-4413-a305-488ac1687288 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-c4527418-9118-4413-a305-488ac1687288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4527418-9118-4413-a305-488ac1687288'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:54.761 63 INFO tempest.lib.common.rest_client [req-58f505a1-c7e4-47be-b5f8-9537b0f34918 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.676s 2018-08-12 20:08:54.761 63 DEBUG tempest.lib.common.rest_client [req-58f505a1-c7e4-47be-b5f8-9537b0f34918 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-58f505a1-c7e4-47be-b5f8-9537b0f34918', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58f505a1-c7e4-47be-b5f8-9537b0f34918'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:56.654 63 INFO tempest.lib.common.rest_client [req-4509b96e-0e00-4d08-8629-fa6344776a43 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.879s 2018-08-12 20:08:56.655 63 DEBUG tempest.lib.common.rest_client [req-4509b96e-0e00-4d08-8629-fa6344776a43 ] 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-4509b96e-0e00-4d08-8629-fa6344776a43', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4509b96e-0e00-4d08-8629-fa6344776a43'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:56.668 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:08:57.791 63 INFO tempest.lib.common.rest_client [req-1324660b-817d-4c4a-8088-295636426ae4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 1.122s 2018-08-12 20:08:57.791 63 DEBUG tempest.lib.common.rest_client [req-1324660b-817d-4c4a-8088-295636426ae4 ] 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-1324660b-817d-4c4a-8088-295636426ae4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1324660b-817d-4c4a-8088-295636426ae4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:57.804 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 17660257-ef80-443d-9644-06f06728ca05 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:08:57.939 63 INFO tempest.lib.common.rest_client [req-be4d1c3f-e67f-4cad-a373-58b8474755b5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/routers 0.134s 2018-08-12 20:08:57.940 63 DEBUG tempest.lib.common.rest_client [req-be4d1c3f-e67f-4cad-a373-58b8474755b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1581475015", "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': 'Sun, 12 Aug 2018 20:08:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be4d1c3f-e67f-4cad-a373-58b8474755b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:57Z", "admin_state_up": true, "updated_at": "2018-08-12T20:08:57Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "name": "tempest-router--1581475015"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:08:59.466 63 INFO tempest.lib.common.rest_client [req-7998fb55-2ab2-4838-8460-bdb5401b07c1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9 1.525s 2018-08-12 20:08:59.467 63 DEBUG tempest.lib.common.rest_client [req-7998fb55-2ab2-4838-8460-bdb5401b07c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9', u'date': 'Sun, 12 Aug 2018 20:08:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7998fb55-2ab2-4838-8460-bdb5401b07c1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:57Z", "admin_state_up": true, "updated_at": "2018-08-12T20:08:59Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "name": "tempest-router--1581475015"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:09:01.495 63 INFO tempest.lib.common.rest_client [req-f77f021f-082e-4725-8756-5a806e991ab7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/add_router_interface 2.026s 2018-08-12 20:09:01.495 63 DEBUG tempest.lib.common.rest_client [req-f77f021f-082e-4725-8756-5a806e991ab7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:09:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f77f021f-082e-4725-8756-5a806e991ab7'} Body: {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8", "subnet_ids": ["11529f94-2463-443e-9e0d-030da60b1af8"], "port_id": "2f21051f-65ab-4037-870c-d789c126db26", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:09:03.455 63 INFO tempest.lib.common.rest_client [req-3c68a84e-c911-4166-924a-4854b480bdc0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.959s 2018-08-12 20:09:03.456 63 DEBUG tempest.lib.common.rest_client [req-3c68a84e-c911-4166-924a-4854b480bdc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "e691f2d7-e1b3-4f58-92ad-a61a48925076"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:09:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c68a84e-c911-4166-924a-4854b480bdc0'} Body: {"floatingip": {"router_id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:09:02Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "e691f2d7-e1b3-4f58-92ad-a61a48925076", "id": "c40efa87-21d7-46d3-bddc-ae9f06c96967", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:09:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:09:03.457 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:09:19.481 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:09:19.581 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:09:19.608 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:09:19.723 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-12 20:09:19.724 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:09:19.726 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:09:19.788 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:09:19.790 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:09:24.796 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:09:24.797 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:10:34.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-12 20:10:34.864 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:10:34.868 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:10:34.928 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:10:34.932 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:10:39.939 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:10:39.940 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:11:50.011 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-12 20:11:50.011 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-12 20:11:50.012 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50.016 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50.117 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:11:50.143 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50.149 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:11:50.149 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:48:98:57 [ether] on eth0 2018-08-12 20:11:50.149 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-12 20:11:50.150 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50.152 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50.212 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:11:50.216 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50.225 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 20:11:50.225 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-12 20:11:50.226 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50.227 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50.284 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:11:50.291 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50.297 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-12 20:11:50.298 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50.299 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50.357 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:11:50.363 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50.369 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:11:50.369 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:48:98:57 [ether] on eth0 2018-08-12 20:11:50.370 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-12 20:11:50.370 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50.372 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50.433 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:11:50.436 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:55.443 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:11:55.444 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:13:05.513 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-12 20:13:05.514 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:13:05.518 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:13:05.618 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:13:05.645 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:13:10.652 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:13:10.653 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:14:20.723 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-12 20:14:20.724 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.200: 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:14:22.147 63 INFO tempest.lib.common.rest_client [req-538e71c8-d5b2-44ea-83b4-303e630f7af7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c40efa87-21d7-46d3-bddc-ae9f06c96967 1.421s 2018-08-12 20:14:22.148 63 DEBUG tempest.lib.common.rest_client [req-538e71c8-d5b2-44ea-83b4-303e630f7af7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c40efa87-21d7-46d3-bddc-ae9f06c96967', u'date': 'Sun, 12 Aug 2018 20:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-538e71c8-d5b2-44ea-83b4-303e630f7af7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:24.261 63 INFO tempest.lib.common.rest_client [req-0fb107a7-74f5-451c-9198-5acf7e44547b ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/remove_router_interface 2.112s 2018-08-12 20:14:24.262 63 DEBUG tempest.lib.common.rest_client [req-0fb107a7-74f5-451c-9198-5acf7e44547b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:14:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fb107a7-74f5-451c-9198-5acf7e44547b'} Body: {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8", "subnet_ids": ["11529f94-2463-443e-9e0d-030da60b1af8"], "port_id": "2f21051f-65ab-4037-870c-d789c126db26", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:25.993 63 INFO tempest.lib.common.rest_client [req-bcfbc006-2977-4cc3-91b5-539c519b701a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9 1.730s 2018-08-12 20:14:25.994 63 DEBUG tempest.lib.common.rest_client [req-bcfbc006-2977-4cc3-91b5-539c519b701a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/577ccf7d-2448-47fc-8ba3-8efd381597b9', u'date': 'Sun, 12 Aug 2018 20:14:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bcfbc006-2977-4cc3-91b5-539c519b701a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:26.447 63 INFO tempest.lib.common.rest_client [req-18d0f3d5-47be-4d3b-a82a-75a2089a2e7c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.452s 2018-08-12 20:14:26.447 63 DEBUG tempest.lib.common.rest_client [req-18d0f3d5-47be-4d3b-a82a-75a2089a2e7c ] 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-18d0f3d5-47be-4d3b-a82a-75a2089a2e7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18d0f3d5-47be-4d3b-a82a-75a2089a2e7c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:27.799 63 INFO tempest.lib.common.rest_client [req-e5219ca1-a89b-4bc0-8d56-0a4999babf3a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 1.351s 2018-08-12 20:14:27.800 63 DEBUG tempest.lib.common.rest_client [req-e5219ca1-a89b-4bc0-8d56-0a4999babf3a ] 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-e5219ca1-a89b-4bc0-8d56-0a4999babf3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e5219ca1-a89b-4bc0-8d56-0a4999babf3a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:14:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:28.857 63 INFO tempest.lib.common.rest_client [req-4ac3510e-de5d-4d1d-9971-a7479763e677 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.041s 2018-08-12 20:14:28.857 63 DEBUG tempest.lib.common.rest_client [req-4ac3510e-de5d-4d1d-9971-a7479763e677 ] 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-4ac3510e-de5d-4d1d-9971-a7479763e677', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4ac3510e-de5d-4d1d-9971-a7479763e677'} Body: {"itemNotFound": {"message": "Instance 17660257-ef80-443d-9644-06f06728ca05 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:29.697 63 INFO tempest.lib.common.rest_client [req-a61fab0a-d03f-4a43-96b4-4950f986e649 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d7e134cc-4f5d-400d-9100-1fa07602d978 0.839s 2018-08-12 20:14:29.698 63 DEBUG tempest.lib.common.rest_client [req-a61fab0a-d03f-4a43-96b4-4950f986e649 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d7e134cc-4f5d-400d-9100-1fa07602d978', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a61fab0a-d03f-4a43-96b4-4950f986e649'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:29.914 63 INFO tempest.lib.common.rest_client [req-b7caa594-93e1-426d-aa37-fb2aaf09b558 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.216s 2018-08-12 20:14:29.915 63 DEBUG tempest.lib.common.rest_client [req-b7caa594-93e1-426d-aa37-fb2aaf09b558 ] 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-b7caa594-93e1-426d-aa37-fb2aaf09b558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7caa594-93e1-426d-aa37-fb2aaf09b558'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:31.093 63 INFO tempest.lib.common.rest_client [req-1d5fcea1-4077-4358-8aaf-14d9776975ed ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.177s 2018-08-12 20:14:31.093 63 DEBUG tempest.lib.common.rest_client [req-1d5fcea1-4077-4358-8aaf-14d9776975ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-1d5fcea1-4077-4358-8aaf-14d9776975ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d5fcea1-4077-4358-8aaf-14d9776975ed'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:14:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:32.161 63 INFO tempest.lib.common.rest_client [req-1acf35ad-5fa5-4cd7-8a6f-8ed9295cb4cf ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.053s 2018-08-12 20:14:32.162 63 DEBUG tempest.lib.common.rest_client [req-1acf35ad-5fa5-4cd7-8a6f-8ed9295cb4cf ] 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-1acf35ad-5fa5-4cd7-8a6f-8ed9295cb4cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1acf35ad-5fa5-4cd7-8a6f-8ed9295cb4cf'} Body: {"itemNotFound": {"message": "Instance 240d2ea6-2a50-4b08-8b89-935fc8ac69f5 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:32.989 63 INFO tempest.lib.common.rest_client [req-9db9549f-b562-4358-98a2-23620b70f333 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e691f2d7-e1b3-4f58-92ad-a61a48925076 0.826s 2018-08-12 20:14:32.989 63 DEBUG tempest.lib.common.rest_client [req-9db9549f-b562-4358-98a2-23620b70f333 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e691f2d7-e1b3-4f58-92ad-a61a48925076', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9db9549f-b562-4358-98a2-23620b70f333'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:33.053 63 INFO tempest.lib.common.rest_client [req-5146f24a-973c-48b1-b6a9-74ef08e2c901 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-42174593 0.063s 2018-08-12 20:14:33.053 63 DEBUG tempest.lib.common.rest_client [req-5146f24a-973c-48b1-b6a9-74ef08e2c901 ] 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-42174593', u'x-compute-request-id': 'req-5146f24a-973c-48b1-b6a9-74ef08e2c901', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5146f24a-973c-48b1-b6a9-74ef08e2c901'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:35.439 63 INFO tempest.lib.common.rest_client [req-005467c6-53d5-4bd0-b8d9-93718559ff86 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/20410cbb-d315-43fb-86f5-d9d50fa401a9 2.385s 2018-08-12 20:14:35.440 63 DEBUG tempest.lib.common.rest_client [req-005467c6-53d5-4bd0-b8d9-93718559ff86 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/20410cbb-d315-43fb-86f5-d9d50fa401a9', u'date': 'Sun, 12 Aug 2018 20:14:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-005467c6-53d5-4bd0-b8d9-93718559ff86'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:37.033 63 INFO tempest.lib.common.rest_client [req-e2b7b48b-33ab-47e3-81ea-b98ab5c48b34 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c042356d-d4bd-4206-94e7-337105b014e9 1.592s 2018-08-12 20:14:37.034 63 DEBUG tempest.lib.common.rest_client [req-e2b7b48b-33ab-47e3-81ea-b98ab5c48b34 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c042356d-d4bd-4206-94e7-337105b014e9', u'date': 'Sun, 12 Aug 2018 20:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e2b7b48b-33ab-47e3-81ea-b98ab5c48b34'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:40.131 63 INFO tempest.lib.common.rest_client [req-996b14fd-9d25-4149-bfa4-0b57b89abad9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/11529f94-2463-443e-9e0d-030da60b1af8 3.095s 2018-08-12 20:14:40.132 63 DEBUG tempest.lib.common.rest_client [req-996b14fd-9d25-4149-bfa4-0b57b89abad9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/11529f94-2463-443e-9e0d-030da60b1af8', u'date': 'Sun, 12 Aug 2018 20:14:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-996b14fd-9d25-4149-bfa4-0b57b89abad9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:41.729 63 INFO tempest.lib.common.rest_client [req-50941325-ba43-43dd-9cad-93a14ef6b99e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/762ff217-1ce5-49a0-be10-2f4cdef82b44 1.596s 2018-08-12 20:14:41.729 63 DEBUG tempest.lib.common.rest_client [req-50941325-ba43-43dd-9cad-93a14ef6b99e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/762ff217-1ce5-49a0-be10-2f4cdef82b44', u'date': 'Sun, 12 Aug 2018 20:14:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50941325-ba43-43dd-9cad-93a14ef6b99e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:42.628 63 INFO tempest.lib.common.rest_client [req-59ddb442-521e-40b6-85dd-64446ee0779e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/897ff5b1-4ed8-4cc8-8591-877059f1fd30 0.898s 2018-08-12 20:14:42.629 63 DEBUG tempest.lib.common.rest_client [req-59ddb442-521e-40b6-85dd-64446ee0779e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/897ff5b1-4ed8-4cc8-8591-877059f1fd30', u'date': 'Sun, 12 Aug 2018 20:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-59ddb442-521e-40b6-85dd-64446ee0779e'} 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 [387.417415s] ... 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-12 20:08:15,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.541s 2018-08-12 20:08:15,755 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-623885929 description", "name": "tempest-secgroup-smoke-623885929"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734cbde7-ba1e-42cf-abc5-12b2076470a5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-623885929 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:15Z", "updated_at": "2018-08-12T20:08:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:08:15Z", "revision_number": 0, "id": "695d668b-960f-434b-b988-1ebfb677c433", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:08:15Z", "revision_number": 0, "id": "dd43cec7-4edb-4305-8868-6f8cf8e5a605", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "name": "tempest-secgroup-smoke-623885929"}} 2018-08-12 20:08:15,977 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.221s 2018-08-12 20:08:15,978 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dc1be70d-8cb5-4c30-a659-844d05aa81bf'} 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-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa246d11-991e-471d-a4db-21ae3eff4c1e"}} 2018-08-12 20:08:16,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.385s 2018-08-12 20:08:16,365 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a2df721-933b-4fb0-98a7-6ca6cebf6b23'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bff4262f-3ea3-4833-b9dc-c28bfcafb38d"}} 2018-08-12 20:08:16,514 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-12 20:08:16,514 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89d3b5fb-2244-4cbe-a311-429458298a75'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ee55c662-27ae-45fa-80c1-b17f4c26c08a"}} 2018-08-12 20:08:16,713 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-12 20:08:16,713 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ef2f1b5-4999-4add-ad26-272edf47be19'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "10ac020c-f249-4a07-bc80-7d00bf7bb681"}} 2018-08-12 20:08:17,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.422s 2018-08-12 20:08:17,137 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46336ffe-a62e-4572-a910-b9f519ed3c28'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1829b275-f932-4d36-b963-059d95791d1b"}} 2018-08-12 20:08:17,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.400s 2018-08-12 20:08:17,539 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-153f8c16-46f2-4090-9947-4756783da74c'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9e0e40c5-635b-4d9f-be90-a846555f440f"}} 2018-08-12 20:08:17,987 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-12 20:08:17,988 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90eb1d74-de09-403f-ab83-8b8cb0601f75'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3412edce-8bd8-4464-9fbe-cd31ef90ff31"}} 2018-08-12 20:08:18,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:08:18,443 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f65dc49-8be4-4923-b382-e9c1a4c997d2'} 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-12T20:08:18Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1a4e21c9-19d8-49c5-a9ee-4166b6a53041"}} 2018-08-12 20:08:18,716 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.271s 2018-08-12 20:08:18,717 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-639766487"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5294d83-b493-481f-873c-8b4688703802'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:08:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","name":"tempest-A-639766487"}} 2018-08-12 20:08:19,375 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.657s 2018-08-12 20:08:19,375 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "name": "tempest-subnet-A-1-1297303152"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2188f19a-b041-4ab7-8fff-25a07b90f04f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:18Z","dns_nameservers":[],"updated_at":"2018-08-12T20:08: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":"01ace95cf526467b9409c6248a7c6876","id":"11529f94-2463-443e-9e0d-030da60b1af8","subnetpool_id":null,"name":"tempest-subnet-A-1-1297303152"}} 2018-08-12 20:08:19,804 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.427s 2018-08-12 20:08:19,804 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1646184875"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5c71b96-28b8-4d91-a449-60bbd4329371'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:08:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c042356d-d4bd-4206-94e7-337105b014e9","name":"tempest-B-1646184875"}} 2018-08-12 20:08:20,792 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.987s 2018-08-12 20:08:20,793 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "name": "tempest-subnet-B-1-1109410573"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:08:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b61054b3-8a1e-41f2-988f-59203bcf08e9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c042356d-d4bd-4206-94e7-337105b014e9","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:20Z","dns_nameservers":[],"updated_at":"2018-08-12T20:08: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":"01ace95cf526467b9409c6248a7c6876","id":"20410cbb-d315-43fb-86f5-d9d50fa401a9","subnetpool_id":null,"name":"tempest-subnet-B-1-1109410573"}} 2018-08-12 20:08:21,521 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.728s 2018-08-12 20:08:21,522 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37a0cf85-624a-44ff-8455-e348e5c7054e'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "78d1eeaf-39f3-4304-a61c-2f4bc8f0329a"}} 2018-08-12 20:08:21,776 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/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations 0.253s 2018-08-12 20:08:21,777 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations', u'date': 'Sun, 12 Aug 2018 20:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b296e3b-dcad-4a95-82b0-428fbc5259d5'} Body: {"network_association": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "id": "df04c5e0-041e-4e43-86ee-9b612fd441e7"}} 2018-08-12 20:08:22,341 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/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations 0.563s 2018-08-12 20:08:22,341 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations', u'date': 'Sun, 12 Aug 2018 20:08:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70bac143-0b44-44e1-8371-217192c4534e'} Body: {"network_association": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "id": "0936391d-8c28-47e3-addf-f7fdeec1c6d0"}} 2018-08-12 20:08:22,342 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:08:22,536 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.193s 2018-08-12 20:08:22,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-42174593"}} 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-97b499f0-2e84-4455-a1b7-8a5a755577c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97b499f0-2e84-4455-a1b7-8a5a755577c1'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqkmV/QamCqIDg8B5qmLdgwQSKeVOF17khrLqLYo6iw/rI09AJtLlUx6FU6cAmSGHDTn+LwqY2SKDTLEudArtYmBHHcty4YhiA/hmJDwoay3EjS+39fuQJDqZ+8EhujcUi1hz6UgXBCAmEsR3lVJ2NHSefuFUblhy1BG4gbunzKjjc33xa+Nv1bs2/ewnBklC7SpHnaKXYOpqFzmZ8vvMrgQ6LQLPw1ydcwe8navRuMHlXTQXCRZPXs5hQK94I5Q5PEFU56nG4D4Wk9hRioNRm7DMHU5uNlr1fULoJikpH81AOoCMMRM3+BmqOrcaYWsT96barT/kBmFK/B0iqzIt1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6pJlf0GpgqiA4PAeapi3YMEEinlThde5Iay6i2KOosP6yNPQ\nCbS5VMehVOnAJkhhw05/i8KmNkig0yxLnQK7WJgRx3LcuGIYgP4ZiQ8KGstxI0vt\n/X7kCQ6mfvBIbo3FItYc+lIFwQgJhLEd5VSdjR0nn7hVG5YctQRuIG7p8yo43N98\nWvjb9W7Nv3sJwZJQu0qR52il2Dqahc5mfL7zK4EOi0Cz8NcnXMHvJ2r0bjB5V00F\nwkWT17OYUCveCOUOTxBVOepxuA+FpPYUYqDUZuwzB1ObjZa9X1C6CYpKR/NQDqAj\nDETN/gZqjq3GmFrE/em2q0/5AZhSvwdIqsyLdQIDAQABAoIBAEm7apvtj9K6FIif\n8W+gQUPwZ/T+3focLN0g5iIaAKu43oNx0Nq8K+UyOsvuDa/64H/7lKvhq0001xiJ\nu9rGmQzn/+6pdCeg7gLd3DjwuURi3lUx8MTVtegC6uLLtHjLp0Oj+cfVMGnUlOlY\nowUK69sHZwUVc+sP7EYZ9mPLeU4tRU48KHss0E50Op2VO3c752jemO0jOSNQIF/r\npFJ1uF82CtsV2jiBVzZKx/zCIlCcUbdhowa8BTV6YLEqo8vz7BowDNZ/dOLNTSgM\n6mDIzMB59YLRbXx6CPAU0vaSnaByZ2ymLTK1IuWvlD5vix1Zv3FR7lN29e5mLc5r\nwRmaRAECgYEA+Wpioo83TVlM5qvT1szX/pd365BxGVE+QcyS5ELJGagPw2+QI/9u\npQjl1QQ3KIchpBHqA32cR/cqfxM43pGmLxP5YpshKLcVG8E5WKmI+Fr9maFq7GQK\nHoPkG1gilk4Pog/W26no+QBjhj9QqL2tc64HTNI0ieHh3TXCHskfxmECgYEA8MOx\njtfrK3M3Kik6hdCMNT/iIvZ7ABGO15Rl6ECYj5XBTHxqAmSWveIZ9g4AAvIcObxy\nfPHbwGAxVfAoUsuOG2bhkpnch7VLVwh+9wEhohIDNCG4wt99PjJxQTLG/gEMC3We\ntIia/epq/secoAfAi4hWI8qGyaBoQ8UzE1i8NZUCgYEAj7BWesh/V7RmtU2wkUMZ\n/LZOhAuG3MsNTuMIjTBcosdLrZAMPnDd0X46ymnPTS3sl5UqeDBZZKxkcykjzjWi\nw+SB++jbRZWUN5Ut8IJbQplJGMUB0IYhvkrFk2tHIch/ASKW6Z4NdcZfj+vSECSW\nVNqhogRH+FeFw+dAmnPMNoECgYEAqYu1kvjcQ+nL1CXab3dP9QO6tJJMRd0XcRqw\ntOAgTyTPTZRjdrHtMWRykcKEIY7rb4EUQoZzEMLsmy8Wxk9QEF3fxcQR94MkvfJe\nroSecaorlV+V461MXitZc+dVGHQWTk+S5mE4fEzC8g4RbuRmpBvrRSMOzhfmtKq+\n8AXR7A0CgYA4HsTpqRcl8vOm8OdGJ3HEmjWWtKUd9XxVJTgvFFGwiDysmUPfWrcJ\nrVkDhvpEqgfBWe1DAxgjC3n0fqAx+YmDn/mygnwjZ70gEWP7ckpq+cX2UYw88m0o\n8z1GFAT3b9sIF5oIvNq7XkAj0wDtQjXBKZEa73xgl+EazO21O0Rg7g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-42174593", "fingerprint": "82:98:67:b3:0b:39:49:e0:d8:20:44:81:eb:45:d9:f9"}} 2018-08-12 20:08:24,082 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.541s 2018-08-12 20:08:24,082 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-167145344", "security_groups": ["897ff5b1-4ed8-4cc8-8591-877059f1fd30"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:08:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-426d97dd-1c81-4c1c-86c0-94fab89eacd1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:08:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:08:23Z","name":"tempest-port-smoke-167145344","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:14:d6:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"11529f94-2463-443e-9e0d-030da60b1af8","ip_address":"10.101.11.10"}],"id":"e691f2d7-e1b3-4f58-92ad-a61a48925076","security_groups":["897ff5b1-4ed8-4cc8-8591-877059f1fd30"],"device_id":""}} 2018-08-12 20:08:28,168 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 4.084s 2018-08-12 20:08:28,169 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-42174593", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "port": "e691f2d7-e1b3-4f58-92ad-a61a48925076"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-dd2d3e82-e5f2-4ce1-99e4-fcf0e49bfdaa', 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd2d3e82-e5f2-4ce1-99e4-fcf0e49bfdaa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "adminPass": "oMYaD7pqxPXv"}} 2018-08-12 20:08:28,467 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.294s 2018-08-12 20:08:28,468 63 DEBUG [tempest.lib.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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-b38694ed-0b14-40c3-aafc-0bb694219c4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b38694ed-0b14-40c3-aafc-0bb694219c4a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:29,813 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.331s 2018-08-12 20:08:29,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': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-d44697d0-c5fe-48a5-83c0-c52f605f1716', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d44697d0-c5fe-48a5-83c0-c52f605f1716'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:31,866 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.038s 2018-08-12 20:08:31,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-8796eaad-8699-46cd-ad18-1d1bb9c52f6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8796eaad-8699-46cd-ad18-1d1bb9c52f6b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:31,879 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:08:33,238 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.357s 2018-08-12 20:08:33,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': '200', u'content-length': '1264', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-16d9327b-45a2-4830-b97f-48800b3d48d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16d9327b-45a2-4830-b97f-48800b3d48d1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:33,252 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 5 second wait 2018-08-12 20:08:34,953 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.699s 2018-08-12 20:08:34,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1397', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-a609307e-eb62-4889-ac1b-e561beef41e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a609307e-eb62-4889-ac1b-e561beef41e6'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:33Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:34,978 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-12 20:08:36,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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.953s 2018-08-12 20:08:36,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': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-d74de423-a308-497e-8086-fa999a9de46f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d74de423-a308-497e-8086-fa999a9de46f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:36,947 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2018-08-12 20:08:38,673 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.725s 2018-08-12 20:08:38,674 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-0f47b67e-5155-4720-a5ba-8dffd1fea755', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f47b67e-5155-4720-a5ba-8dffd1fea755'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:40,320 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.632s 2018-08-12 20:08:40,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': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-0652bef0-a956-42ff-a18f-c81881fce120', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0652bef0-a956-42ff-a18f-c81881fce120'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:42,387 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.052s 2018-08-12 20:08:42,388 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-6afef00b-420d-49c8-9a75-285ad85c91c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6afef00b-420d-49c8-9a75-285ad85c91c1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:42,401 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait 2018-08-12 20:08:42,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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.577s 2018-08-12 20:08:42,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-ccfe2e0f-3b5b-4970-ba96-7deb2f9a9239', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccfe2e0f-3b5b-4970-ba96-7deb2f9a9239'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:42,993 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 240d2ea6-2a50-4b08-8b89-935fc8ac69f5 with status: ACTIVE 2018-08-12 20:08:44,034 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.040s 2018-08-12 20:08:44,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-164520458", "security_groups": ["897ff5b1-4ed8-4cc8-8591-877059f1fd30"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:08:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c1ef680-b376-43b9-8d69-651a8831add3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:08:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c042356d-d4bd-4206-94e7-337105b014e9","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:08:43Z","name":"tempest-port-smoke-164520458","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:28:1c:82","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"20410cbb-d315-43fb-86f5-d9d50fa401a9","ip_address":"10.102.21.20"}],"id":"d7e134cc-4f5d-400d-9100-1fa07602d978","security_groups":["897ff5b1-4ed8-4cc8-8591-877059f1fd30"],"device_id":""}} 2018-08-12 20:08:46,606 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 2.571s 2018-08-12 20:08:46,607 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-42174593", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c042356d-d4bd-4206-94e7-337105b014e9", "port": "d7e134cc-4f5d-400d-9100-1fa07602d978"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-614681ca-c659-4482-89df-f75f664c8cc8', 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/17660257-ef80-443d-9644-06f06728ca05', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-614681ca-c659-4482-89df-f75f664c8cc8'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "17660257-ef80-443d-9644-06f06728ca05", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "adminPass": "Y5eoHkNyRrvt"}} 2018-08-12 20:08:46,672 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/17660257-ef80-443d-9644-06f06728ca05 0.061s 2018-08-12 20:08:46,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': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-eb491b5a-148a-475e-a5c8-d0209bed8b5e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb491b5a-148a-475e-a5c8-d0209bed8b5e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:48,326 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/17660257-ef80-443d-9644-06f06728ca05 0.638s 2018-08-12 20:08:48,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': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-d4cdd519-4c24-492d-8dde-58f94598c95a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4cdd519-4c24-492d-8dde-58f94598c95a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:49,667 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/17660257-ef80-443d-9644-06f06728ca05 0.329s 2018-08-12 20:08:49,667 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1318', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-de0cf109-235e-455d-bbe6-d60a063eb32f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de0cf109-235e-455d-bbe6-d60a063eb32f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:49,680 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:08:51,089 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/17660257-ef80-443d-9644-06f06728ca05 0.407s 2018-08-12 20:08:51,090 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-f9299f39-bdbf-4ad1-8c73-c2bba7eb73c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f9299f39-bdbf-4ad1-8c73-c2bba7eb73c3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:53,069 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/17660257-ef80-443d-9644-06f06728ca05 0.964s 2018-08-12 20:08:53,070 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-c4527418-9118-4413-a305-488ac1687288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4527418-9118-4413-a305-488ac1687288'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:54,761 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/17660257-ef80-443d-9644-06f06728ca05 0.676s 2018-08-12 20:08:54,761 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-58f505a1-c7e4-47be-b5f8-9537b0f34918', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58f505a1-c7e4-47be-b5f8-9537b0f34918'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:56,654 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/17660257-ef80-443d-9644-06f06728ca05 0.879s 2018-08-12 20:08:56,655 63 DEBUG [tempest.lib.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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-4509b96e-0e00-4d08-8629-fa6344776a43', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4509b96e-0e00-4d08-8629-fa6344776a43'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:56,668 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:08:57,791 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/17660257-ef80-443d-9644-06f06728ca05 1.122s 2018-08-12 20:08:57,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': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-1324660b-817d-4c4a-8088-295636426ae4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1324660b-817d-4c4a-8088-295636426ae4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:57,804 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 17660257-ef80-443d-9644-06f06728ca05 with status: ACTIVE 2018-08-12 20:08:57,939 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.134s 2018-08-12 20:08:57,940 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1581475015", "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': 'Sun, 12 Aug 2018 20:08:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be4d1c3f-e67f-4cad-a373-58b8474755b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:57Z", "admin_state_up": true, "updated_at": "2018-08-12T20:08:57Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "name": "tempest-router--1581475015"}} 2018-08-12 20:08:59,466 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/577ccf7d-2448-47fc-8ba3-8efd381597b9 1.525s 2018-08-12 20:08:59,467 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9', u'date': 'Sun, 12 Aug 2018 20:08:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7998fb55-2ab2-4838-8460-bdb5401b07c1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:57Z", "admin_state_up": true, "updated_at": "2018-08-12T20:08:59Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "name": "tempest-router--1581475015"}} 2018-08-12 20:09:01,495 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/577ccf7d-2448-47fc-8ba3-8efd381597b9/add_router_interface 2.026s 2018-08-12 20:09:01,495 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:09:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f77f021f-082e-4725-8756-5a806e991ab7'} Body: {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8", "subnet_ids": ["11529f94-2463-443e-9e0d-030da60b1af8"], "port_id": "2f21051f-65ab-4037-870c-d789c126db26", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9"} 2018-08-12 20:09:03,455 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 1.959s 2018-08-12 20:09:03,456 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "e691f2d7-e1b3-4f58-92ad-a61a48925076"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:09:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c68a84e-c911-4166-924a-4854b480bdc0'} Body: {"floatingip": {"router_id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:09:02Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "e691f2d7-e1b3-4f58-92ad-a61a48925076", "id": "c40efa87-21d7-46d3-bddc-ae9f06c96967", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:09:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:09:03,457 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:09:19,481 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:09:19,581 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:09:19,608 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:09:19,723 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-12 20:09:19,724 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:09:19,726 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:09:19,788 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:09:19,790 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:09:24,796 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:09:24,797 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:10:34,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-12 20:10:34,864 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:10:34,868 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:10:34,928 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:10:34,932 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:10:39,939 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:10:39,940 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:11:50,011 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:11:50,011 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-12 20:11:50,012 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,016 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,117 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,143 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50,149 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:11:50,149 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:48:98:57 [ether] on eth0 2018-08-12 20:11:50,149 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-12 20:11:50,150 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,152 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,212 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,216 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50,225 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:11:50,225 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-12 20:11:50,226 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,227 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,284 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,291 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50,297 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-12 20:11:50,298 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,299 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,357 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,363 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50,369 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:11:50,369 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:48:98:57 [ether] on eth0 2018-08-12 20:11:50,370 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-12 20:11:50,370 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,372 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,433 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,436 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:55,443 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:11:55,444 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:13:05,513 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-12 20:13:05,514 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:13:05,518 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:13:05,618 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:13:05,645 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:13:10,652 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:13:10,653 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:14:20,723 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:14:20,724 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.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:14:22,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c40efa87-21d7-46d3-bddc-ae9f06c96967 1.421s 2018-08-12 20:14:22,148 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c40efa87-21d7-46d3-bddc-ae9f06c96967', u'date': 'Sun, 12 Aug 2018 20:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-538e71c8-d5b2-44ea-83b4-303e630f7af7'} Body: 2018-08-12 20:14:24,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/remove_router_interface 2.112s 2018-08-12 20:14:24,262 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:14:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fb107a7-74f5-451c-9198-5acf7e44547b'} Body: {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8", "subnet_ids": ["11529f94-2463-443e-9e0d-030da60b1af8"], "port_id": "2f21051f-65ab-4037-870c-d789c126db26", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9"} 2018-08-12 20:14:25,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9 1.730s 2018-08-12 20:14:25,994 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/577ccf7d-2448-47fc-8ba3-8efd381597b9', u'date': 'Sun, 12 Aug 2018 20:14:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bcfbc006-2977-4cc3-91b5-539c519b701a'} Body: 2018-08-12 20:14:26,447 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.452s 2018-08-12 20:14:26,447 63 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-18d0f3d5-47be-4d3b-a82a-75a2089a2e7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18d0f3d5-47be-4d3b-a82a-75a2089a2e7c'} Body: 2018-08-12 20:14:27,799 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 1.351s 2018-08-12 20:14:27,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': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-e5219ca1-a89b-4bc0-8d56-0a4999babf3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e5219ca1-a89b-4bc0-8d56-0a4999babf3a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:14:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:14:28,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.041s 2018-08-12 20:14:28,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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-4ac3510e-de5d-4d1d-9971-a7479763e677', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4ac3510e-de5d-4d1d-9971-a7479763e677'} Body: {"itemNotFound": {"message": "Instance 17660257-ef80-443d-9644-06f06728ca05 could not be found.", "code": 404}} 2018-08-12 20:14:29,697 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d7e134cc-4f5d-400d-9100-1fa07602d978 0.839s 2018-08-12 20:14:29,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/ports/d7e134cc-4f5d-400d-9100-1fa07602d978', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a61fab0a-d03f-4a43-96b4-4950f986e649'} Body: 2018-08-12 20:14:29,914 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.216s 2018-08-12 20:14:29,915 63 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-b7caa594-93e1-426d-aa37-fb2aaf09b558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7caa594-93e1-426d-aa37-fb2aaf09b558'} Body: 2018-08-12 20:14:31,093 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.177s 2018-08-12 20:14:31,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': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-1d5fcea1-4077-4358-8aaf-14d9776975ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d5fcea1-4077-4358-8aaf-14d9776975ed'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:14:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:14:32,161 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.053s 2018-08-12 20:14:32,162 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-1acf35ad-5fa5-4cd7-8a6f-8ed9295cb4cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1acf35ad-5fa5-4cd7-8a6f-8ed9295cb4cf'} Body: {"itemNotFound": {"message": "Instance 240d2ea6-2a50-4b08-8b89-935fc8ac69f5 could not be found.", "code": 404}} 2018-08-12 20:14:32,989 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e691f2d7-e1b3-4f58-92ad-a61a48925076 0.826s 2018-08-12 20:14:32,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e691f2d7-e1b3-4f58-92ad-a61a48925076', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9db9549f-b562-4358-98a2-23620b70f333'} Body: 2018-08-12 20:14:33,053 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-42174593 0.063s 2018-08-12 20:14:33,053 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-42174593', u'x-compute-request-id': 'req-5146f24a-973c-48b1-b6a9-74ef08e2c901', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5146f24a-973c-48b1-b6a9-74ef08e2c901'} Body: 2018-08-12 20:14:35,439 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/20410cbb-d315-43fb-86f5-d9d50fa401a9 2.385s 2018-08-12 20:14:35,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/20410cbb-d315-43fb-86f5-d9d50fa401a9', u'date': 'Sun, 12 Aug 2018 20:14:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-005467c6-53d5-4bd0-b8d9-93718559ff86'} Body: 2018-08-12 20:14:37,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c042356d-d4bd-4206-94e7-337105b014e9 1.592s 2018-08-12 20:14:37,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c042356d-d4bd-4206-94e7-337105b014e9', u'date': 'Sun, 12 Aug 2018 20:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e2b7b48b-33ab-47e3-81ea-b98ab5c48b34'} Body: 2018-08-12 20:14:40,131 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/11529f94-2463-443e-9e0d-030da60b1af8 3.095s 2018-08-12 20:14:40,132 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/11529f94-2463-443e-9e0d-030da60b1af8', u'date': 'Sun, 12 Aug 2018 20:14:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-996b14fd-9d25-4149-bfa4-0b57b89abad9'} Body: 2018-08-12 20:14:41,729 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/762ff217-1ce5-49a0-be10-2f4cdef82b44 1.596s 2018-08-12 20:14:41,729 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/762ff217-1ce5-49a0-be10-2f4cdef82b44', u'date': 'Sun, 12 Aug 2018 20:14:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50941325-ba43-43dd-9cad-93a14ef6b99e'} Body: 2018-08-12 20:14:42,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/897ff5b1-4ed8-4cc8-8591-877059f1fd30 0.898s 2018-08-12 20:14:42,629 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/897ff5b1-4ed8-4cc8-8591-877059f1fd30', u'date': 'Sun, 12 Aug 2018 20:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-59ddb442-521e-40b6-85dd-64446ee0779e'} Body: 2018-08-12 20:14:43.077 63 INFO tempest.lib.common.rest_client [req-1ebd8e76-e5ab-4b18-b31a-a5dc586ac130 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.419s 2018-08-12 20:14:43.077 63 DEBUG tempest.lib.common.rest_client [req-1ebd8e76-e5ab-4b18-b31a-a5dc586ac130 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-351357063 description", "name": "tempest-secgroup-smoke-351357063"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ebd8e76-e5ab-4b18-b31a-a5dc586ac130'} Body: {"security_group": {"description": "tempest-secgroup-smoke-351357063 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:42Z", "updated_at": "2018-08-12T20:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:14:42Z", "revision_number": 0, "id": "abd92e2f-f1b9-4a85-a344-717c6a9ba4e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:14:42Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:14:42Z", "revision_number": 0, "id": "fb4f2f5a-263e-48d7-af83-717107d7c5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:14:42Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "name": "tempest-secgroup-smoke-351357063"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:43.909 63 INFO tempest.lib.common.rest_client [req-8c7dfe0c-2efa-4cb9-a368-5eae7f549e64 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.831s 2018-08-12 20:14:43.910 63 DEBUG tempest.lib.common.rest_client [req-8c7dfe0c-2efa-4cb9-a368-5eae7f549e64 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c7dfe0c-2efa-4cb9-a368-5eae7f549e64'} 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-12T20:14:43Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:43Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a1075379-7395-44c7-9f8b-7b5f2bc791ba"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:44.088 63 INFO tempest.lib.common.rest_client [req-c58116b8-282f-488b-8d9a-09617cf44466 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.177s 2018-08-12 20:14:44.088 63 DEBUG tempest.lib.common.rest_client [req-c58116b8-282f-488b-8d9a-09617cf44466 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c58116b8-282f-488b-8d9a-09617cf44466'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b107da34-d6be-456c-9307-13e655de4c43"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:44.268 63 INFO tempest.lib.common.rest_client [req-8a751348-5ce8-4366-b886-8fdc323aeea5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.179s 2018-08-12 20:14:44.269 63 DEBUG tempest.lib.common.rest_client [req-8a751348-5ce8-4366-b886-8fdc323aeea5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a751348-5ce8-4366-b886-8fdc323aeea5'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7428e447-b3b8-490b-8810-416ab4df0d79"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:44.729 63 INFO tempest.lib.common.rest_client [req-c0b7d651-21e7-4d11-9583-4f0e73666c2b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.459s 2018-08-12 20:14:44.729 63 DEBUG tempest.lib.common.rest_client [req-c0b7d651-21e7-4d11-9583-4f0e73666c2b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0b7d651-21e7-4d11-9583-4f0e73666c2b'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0da3f4d6-a068-4410-b65b-74da101e6686"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:45.166 63 INFO tempest.lib.common.rest_client [req-a0028f98-44c6-4e8c-a23b-f0eac88165d7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.436s 2018-08-12 20:14:45.167 63 DEBUG tempest.lib.common.rest_client [req-a0028f98-44c6-4e8c-a23b-f0eac88165d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0028f98-44c6-4e8c-a23b-f0eac88165d7'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "de28a104-dddf-4c28-bc8b-13b228e10f14"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:45.573 63 INFO tempest.lib.common.rest_client [req-c1045ca4-3bbf-4f14-9d35-f00acd3e0462 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.405s 2018-08-12 20:14:45.574 63 DEBUG tempest.lib.common.rest_client [req-c1045ca4-3bbf-4f14-9d35-f00acd3e0462 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c1045ca4-3bbf-4f14-9d35-f00acd3e0462'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9da521a7-ebfb-458f-a9e6-e18dcbb8fe84"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:45.735 63 INFO tempest.lib.common.rest_client [req-185c8bdd-b1cf-4557-9399-e3f8672b04bc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.160s 2018-08-12 20:14:45.735 63 DEBUG tempest.lib.common.rest_client [req-185c8bdd-b1cf-4557-9399-e3f8672b04bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-185c8bdd-b1cf-4557-9399-e3f8672b04bc'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d4fd1a51-0be8-404c-b951-a16f11a6c273"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:45.915 63 INFO tempest.lib.common.rest_client [req-905bb74b-e951-4fdf-b5bf-15c991809009 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.179s 2018-08-12 20:14:45.915 63 DEBUG tempest.lib.common.rest_client [req-905bb74b-e951-4fdf-b5bf-15c991809009 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-905bb74b-e951-4fdf-b5bf-15c991809009'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "90e6b16f-5df9-4927-8162-d4ec33c9e17a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:46.722 63 INFO tempest.lib.common.rest_client [req-34964a4a-c762-4d71-af08-b9bec2768cb8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.805s 2018-08-12 20:14:46.722 63 DEBUG tempest.lib.common.rest_client [req-34964a4a-c762-4d71-af08-b9bec2768cb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-485397118"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34964a4a-c762-4d71-af08-b9bec2768cb8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:14:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","name":"tempest-A-485397118"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:47.590 63 INFO tempest.lib.common.rest_client [req-897afad8-d28e-44cf-94c9-4d76c6b5187b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.866s 2018-08-12 20:14:47.591 63 DEBUG tempest.lib.common.rest_client [req-897afad8-d28e-44cf-94c9-4d76c6b5187b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "name": "tempest-subnet-A-1-1099774059"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-897afad8-d28e-44cf-94c9-4d76c6b5187b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:47Z","dns_nameservers":[],"updated_at":"2018-08-12T20:14:47Z","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":"01ace95cf526467b9409c6248a7c6876","id":"dc9e52f9-be1b-4519-89a9-17ef14470457","subnetpool_id":null,"name":"tempest-subnet-A-1-1099774059"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:48.096 63 INFO tempest.lib.common.rest_client [req-db4540a1-7652-4bbd-8965-dc9e1393b7e8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.504s 2018-08-12 20:14:48.097 63 DEBUG tempest.lib.common.rest_client [req-db4540a1-7652-4bbd-8965-dc9e1393b7e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1380202687"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db4540a1-7652-4bbd-8965-dc9e1393b7e8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:14:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","name":"tempest-B-1380202687"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:48.811 63 INFO tempest.lib.common.rest_client [req-4e44c89d-68c1-42e1-ac83-72b32b4dda57 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.714s 2018-08-12 20:14:48.812 63 DEBUG tempest.lib.common.rest_client [req-4e44c89d-68c1-42e1-ac83-72b32b4dda57 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "name": "tempest-subnet-B-1-1156907830"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4e44c89d-68c1-42e1-ac83-72b32b4dda57'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:48Z","dns_nameservers":[],"updated_at":"2018-08-12T20:14:48Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4724d5f0-4c65-4417-a9df-0eb82321ca72","subnetpool_id":null,"name":"tempest-subnet-B-1-1156907830"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:49.155 63 INFO tempest.lib.common.rest_client [req-273c7a84-cc52-49c0-963d-e35dd5c0bf3e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.342s 2018-08-12 20:14:49.156 63 DEBUG tempest.lib.common.rest_client [req-273c7a84-cc52-49c0-963d-e35dd5c0bf3e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:14:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-273c7a84-cc52-49c0-963d-e35dd5c0bf3e'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "5f6c3e5b-430e-4ee7-86cf-267a98f42704"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:50.124 63 INFO tempest.lib.common.rest_client [req-6c7510ae-d14f-44d2-b817-4d94856efbe8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations 0.967s 2018-08-12 20:14:50.125 63 DEBUG tempest.lib.common.rest_client [req-6c7510ae-d14f-44d2-b817-4d94856efbe8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c7510ae-d14f-44d2-b817-4d94856efbe8'} Body: {"network_association": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "id": "3123fa4c-c0e5-4883-a98b-6df706d321cc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:50.423 63 INFO tempest.lib.common.rest_client [req-02d2793e-d449-405f-a087-9c5b459e72fd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations 0.297s 2018-08-12 20:14:50.423 63 DEBUG tempest.lib.common.rest_client [req-02d2793e-d449-405f-a087-9c5b459e72fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02d2793e-d449-405f-a087-9c5b459e72fd'} Body: {"network_association": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "id": "27aeb52f-8fd1-4c68-b9a9-83bf514c2d99"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:50.741 63 INFO tempest.lib.common.rest_client [req-54e88203-1a00-497f-bb9d-509b6c7bb566 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.317s 2018-08-12 20:14:50.742 63 DEBUG tempest.lib.common.rest_client [req-54e88203-1a00-497f-bb9d-509b6c7bb566 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1117031242"}} 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-54e88203-1a00-497f-bb9d-509b6c7bb566', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54e88203-1a00-497f-bb9d-509b6c7bb566'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC28hd848vCLsTGRx6kXS1cOkMvnztrEndBxD4u7dVwgrbtrR/dZE3ogINAdYkWZqwEywwv0+MsLFBUlXCZDnYa1sxs7MnUhq7M5sqIuaGTkI1bel61mnt66Oi7Jb1tGrOW95NKgwH0XikP8nodXq/o5c+RY5F9Plq5MZ53pZfUTDi7YUdWvkndlhOhyM/+OnVhSMxQU3T+EAZUNZoVru62NZdLtqh1U9zk5D2OsKjYXqQiAlECdd6vkQ5/TRtIQX5SwRvp1Bz4bzB/5aWUGYj/ukVZQae7mr9SP5mfMhsPteZ9P86UPWeKmGOJfiDs2SQCgyuBXgEKisGJ8jEP7Tcr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAtvIXfOPLwi7ExkcepF0tXDpDL587axJ3QcQ+Lu3VcIK27a0f\n3WRN6ICDQHWJFmasBMsML9PjLCxQVJVwmQ52GtbMbOzJ1IauzObKiLmhk5CNW3pe\ntZp7eujouyW9bRqzlveTSoMB9F4pD/J6HV6v6OXPkWORfT5auTGed6WX1Ew4u2FH\nVr5J3ZYTocjP/jp1YUjMUFN0/hAGVDWaFa7utjWXS7aodVPc5OQ9jrCo2F6kIgJR\nAnXer5EOf00bSEF+UsEb6dQc+G8wf+WllBmI/7pFWUGnu5q/Uj+ZnzIbD7XmfT/O\nlD1niphjiX4g7NkkAoMrgV4BCorBifIxD+03KwIDAQABAoIBAQCTZWXrJ5WJNCky\nHybfAnuDbSWofsBeuhf/kt8O7GwlJAvCXtPnieMDSld1Xb0/oSVDD10YQ70qX+Gw\n5F490trxMNKvh+/tHT5EtEXF9tnpjHN3mpYn9vk5w+GOtw9xkivTnFC9neO7QQoQ\nYSpl814DZPThjLkxkUWDJCkq+O3lCs4nmxJx9lG98Hsncsd2wWuFm86nOx+ViyKz\nlvh+BNqvswYhiMBE8NI5MCMpcIvfsfsA+jU2DXhBExLMLKeRmwZLurMT7kGpqiWI\nCbon2CNl0mrdauU3m19M2uznuEpXXrMUNPwy3gGbyb3OMxHJ+Jzl4Byjlu9ywc3C\nVbFUpwvBAoGBAOyNqmwQ9LLE2bF1GdY2byvDp8rSuUhxeI9ziMW0pdeho8SFxb74\njYEHo4ud77k9wI/1f6NnreontpDkcI6VslNEfS3ZCEMfBnL1EGwJakbZM4BimVVZ\nA/1cmB38x7X+qV6sfGZR3wrHujL4mjWt/tSVu08a14ZPg0xtpcKYgICxAoGBAMX8\nPHwzvQZdJ22+MOffgfhfY8LEmhK21hV2SRv+TFUqPjDivtIDb5t+SsmcpZDWgSGM\n7/K/9F045bXR3QGvjOjLkTozRVxvDEwA/9Itk48S5sMuHRDaYLvFpS+eoM1Ycx5P\n4q1FS8WLLvldDscoz3mVWK1dHKpBT7HUen3zRwybAoGBAJTuGCbTggvvLZOxQyP/\nv3xRQZnLk8WNUzcVqT24H1WkOcQn6Lj0KbrbwVbMh7obq9m22bZaNz+d4y5T9J2A\nl/Yev6UW6EHCDcBglAdA4j1a0Db7XMhEM+PW4Rq4JFBr1dx6QhP1ZbSWzJ78r7Iu\nKqtS3cvO/XRdKS/8NIlQlE7xAoGBALu7bKMc8C0boaqHAJqtrfEUimUBxVLfeeqJ\n6dMYc8sBrkzuhKBhT6/ytfmshrXrIDDvEgtthsnqjK62W8kgbA3GEWRNf4Sha9iZ\nzfm+679r3dLPZBI58CW8yOB5muJ771SbzUYdgjbDvnwHiF7CzNDuE1L4CplKKsZl\nwuyxBPrnAoGBAOWTt2nrpJUiex5qCVYXGg6w+p5IUmL86NlvMzhpSrE7HdC55kaO\n0+UBKysKE/gcNBfL5GCW11L1qscId/6Pr9g583zipMuRA6hy+itCb8z5RX2e81iH\nopG0k/rAy6yVAWBMqbL+NeQ7MCdb59iADMCqz2cS6NFebG6qSbqg2G4U\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1117031242", "fingerprint": "0a:36:25:4d:79:7e:87:6f:26:77:03:8f:df:ca:52:d8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:51.644 63 INFO tempest.lib.common.rest_client [req-d0dd1ada-12db-4c98-8d7c-0d895204c3cc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/ports 0.898s 2018-08-12 20:14:51.645 63 DEBUG tempest.lib.common.rest_client [req-d0dd1ada-12db-4c98-8d7c-0d895204c3cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-661761415", "security_groups": ["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:14:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0dd1ada-12db-4c98-8d7c-0d895204c3cc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:14:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:14:51Z","name":"tempest-port-smoke-661761415","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:41:01:11","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"dc9e52f9-be1b-4519-89a9-17ef14470457","ip_address":"10.101.11.10"}],"id":"7757e4d0-1146-4e77-b712-fd505d18aca2","security_groups":["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:55.323 63 INFO tempest.lib.common.rest_client [req-544e747e-b1dc-43a7-a356-72e1ab2a2104 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.677s 2018-08-12 20:14:55.324 63 DEBUG tempest.lib.common.rest_client [req-544e747e-b1dc-43a7-a356-72e1ab2a2104 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1117031242", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "port": "7757e4d0-1146-4e77-b712-fd505d18aca2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-544e747e-b1dc-43a7-a356-72e1ab2a2104', 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-544e747e-b1dc-43a7-a356-72e1ab2a2104'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3890babf-035c-4254-8fc1-3440b828de63", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "adminPass": "GvmLdGeqj62C"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:56.293 63 INFO tempest.lib.common.rest_client [req-5210c7c6-fe29-495f-a2eb-c1a307a183f0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.965s 2018-08-12 20:14:56.294 63 DEBUG tempest.lib.common.rest_client [req-5210c7c6-fe29-495f-a2eb-c1a307a183f0 ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-5210c7c6-fe29-495f-a2eb-c1a307a183f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5210c7c6-fe29-495f-a2eb-c1a307a183f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:14:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:57.916 63 INFO tempest.lib.common.rest_client [req-0f332d2e-9e59-422c-8ebd-d16c4a72c497 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.608s 2018-08-12 20:14:57.917 63 DEBUG tempest.lib.common.rest_client [req-0f332d2e-9e59-422c-8ebd-d16c4a72c497 ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-0f332d2e-9e59-422c-8ebd-d16c4a72c497', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f332d2e-9e59-422c-8ebd-d16c4a72c497'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:14:57.930 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-12 20:15:00.033 63 INFO tempest.lib.common.rest_client [req-d31f3dc6-8bec-4a90-acc8-2f86cd3f5c19 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 1.101s 2018-08-12 20:15:00.034 63 DEBUG tempest.lib.common.rest_client [req-d31f3dc6-8bec-4a90-acc8-2f86cd3f5c19 ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-d31f3dc6-8bec-4a90-acc8-2f86cd3f5c19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d31f3dc6-8bec-4a90-acc8-2f86cd3f5c19'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:00.047 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:15:01.930 63 INFO tempest.lib.common.rest_client [req-b78f85e3-9bb8-4cc5-b18d-54c547af77e3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.880s 2018-08-12 20:15:01.930 63 DEBUG tempest.lib.common.rest_client [req-b78f85e3-9bb8-4cc5-b18d-54c547af77e3 ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-b78f85e3-9bb8-4cc5-b18d-54c547af77e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b78f85e3-9bb8-4cc5-b18d-54c547af77e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:03.933 63 INFO tempest.lib.common.rest_client [req-41f5f65a-229a-4a1a-8a15-34e88702dddf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.988s 2018-08-12 20:15:03.934 63 DEBUG tempest.lib.common.rest_client [req-41f5f65a-229a-4a1a-8a15-34e88702dddf ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-41f5f65a-229a-4a1a-8a15-34e88702dddf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41f5f65a-229a-4a1a-8a15-34e88702dddf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:05.796 63 INFO tempest.lib.common.rest_client [req-09eb3ec1-c11a-4124-99cc-585b51ad8382 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.848s 2018-08-12 20:15:05.796 63 DEBUG tempest.lib.common.rest_client [req-09eb3ec1-c11a-4124-99cc-585b51ad8382 ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-09eb3ec1-c11a-4124-99cc-585b51ad8382', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09eb3ec1-c11a-4124-99cc-585b51ad8382'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:05.807 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:15:07.168 63 INFO tempest.lib.common.rest_client [req-9e0cd4be-149e-4ae9-924a-a386c2c15f5a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 1.360s 2018-08-12 20:15:07.169 63 DEBUG tempest.lib.common.rest_client [req-9e0cd4be-149e-4ae9-924a-a386c2c15f5a ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-9e0cd4be-149e-4ae9-924a-a386c2c15f5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e0cd4be-149e-4ae9-924a-a386c2c15f5a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:07.181 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 3890babf-035c-4254-8fc1-3440b828de63 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:15:08.015 63 INFO tempest.lib.common.rest_client [req-8a9ebe33-8fae-4aa8-af7e-4117fe13943a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/ports 0.833s 2018-08-12 20:15:08.016 63 DEBUG tempest.lib.common.rest_client [req-8a9ebe33-8fae-4aa8-af7e-4117fe13943a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-438805182", "security_groups": ["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:15:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a9ebe33-8fae-4aa8-af7e-4117fe13943a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:15:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:15:07Z","name":"tempest-port-smoke-438805182","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:92:19:e6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4724d5f0-4c65-4417-a9df-0eb82321ca72","ip_address":"10.102.21.20"}],"id":"4507cd5d-bc0c-43c5-8adb-7a7ffda41881","security_groups":["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:11.428 63 INFO tempest.lib.common.rest_client [req-d60aca16-9c6b-4eef-a4b6-6bb494a14f43 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.410s 2018-08-12 20:15:11.429 63 DEBUG tempest.lib.common.rest_client [req-d60aca16-9c6b-4eef-a4b6-6bb494a14f43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1117031242", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "port": "4507cd5d-bc0c-43c5-8adb-7a7ffda41881"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-d60aca16-9c6b-4eef-a4b6-6bb494a14f43', 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d60aca16-9c6b-4eef-a4b6-6bb494a14f43'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "adminPass": "jT5mvHaj9Cu7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:11.955 63 INFO tempest.lib.common.rest_client [req-c467909b-ae1c-4d03-8822-dce98ad1a32a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.520s 2018-08-12 20:15:11.956 63 DEBUG tempest.lib.common.rest_client [req-c467909b-ae1c-4d03-8822-dce98ad1a32a ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-c467909b-ae1c-4d03-8822-dce98ad1a32a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c467909b-ae1c-4d03-8822-dce98ad1a32a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:15:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:13.571 63 INFO tempest.lib.common.rest_client [req-0cd1f035-1847-4b81-8af8-8824456c1f74 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.600s 2018-08-12 20:15:13.571 63 DEBUG tempest.lib.common.rest_client [req-0cd1f035-1847-4b81-8af8-8824456c1f74 ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-0cd1f035-1847-4b81-8af8-8824456c1f74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0cd1f035-1847-4b81-8af8-8824456c1f74'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:15:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:15.382 63 INFO tempest.lib.common.rest_client [req-056fefa2-b007-4b98-af63-850fa53b3230 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.795s 2018-08-12 20:15:15.383 63 DEBUG tempest.lib.common.rest_client [req-056fefa2-b007-4b98-af63-850fa53b3230 ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-056fefa2-b007-4b98-af63-850fa53b3230', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-056fefa2-b007-4b98-af63-850fa53b3230'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:15.399 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:15:16.800 63 INFO tempest.lib.common.rest_client [req-62130b6b-5386-4e00-9e43-9c99220129cc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.399s 2018-08-12 20:15:16.801 63 DEBUG tempest.lib.common.rest_client [req-62130b6b-5386-4e00-9e43-9c99220129cc ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-62130b6b-5386-4e00-9e43-9c99220129cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62130b6b-5386-4e00-9e43-9c99220129cc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:18.342 63 INFO tempest.lib.common.rest_client [req-f06cf621-d564-49d7-844c-a5f7c092fedc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.523s 2018-08-12 20:15:18.343 63 DEBUG tempest.lib.common.rest_client [req-f06cf621-d564-49d7-844c-a5f7c092fedc ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-f06cf621-d564-49d7-844c-a5f7c092fedc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f06cf621-d564-49d7-844c-a5f7c092fedc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:20.051 63 INFO tempest.lib.common.rest_client [req-df2e0492-ecb2-400d-87e4-95e17011f7f8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.693s 2018-08-12 20:15:20.052 63 DEBUG tempest.lib.common.rest_client [req-df2e0492-ecb2-400d-87e4-95e17011f7f8 ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-df2e0492-ecb2-400d-87e4-95e17011f7f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df2e0492-ecb2-400d-87e4-95e17011f7f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:20.065 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:15:20.977 63 INFO tempest.lib.common.rest_client [req-78afb0af-1617-40dd-a1d9-77c373769e8b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.911s 2018-08-12 20:15:20.978 63 DEBUG tempest.lib.common.rest_client [req-78afb0af-1617-40dd-a1d9-77c373769e8b ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-78afb0af-1617-40dd-a1d9-77c373769e8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78afb0af-1617-40dd-a1d9-77c373769e8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:20.991 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 42ecd925-f5be-49d4-a09c-5637daccdd01 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:15:21.151 63 INFO tempest.lib.common.rest_client [req-8201b09a-7523-4219-a359-831d21fd7c34 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.159s 2018-08-12 20:15:21.151 63 DEBUG tempest.lib.common.rest_client [req-8201b09a-7523-4219-a359-831d21fd7c34 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1997498779", "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': 'Sun, 12 Aug 2018 20:15:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8201b09a-7523-4219-a359-831d21fd7c34'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:21Z", "admin_state_up": true, "updated_at": "2018-08-12T20:15:21Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "name": "tempest-router--1997498779"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:22.722 63 INFO tempest.lib.common.rest_client [req-f0ef75df-020d-4e30-8adf-512722df3b66 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe 1.570s 2018-08-12 20:15:22.723 63 DEBUG tempest.lib.common.rest_client [req-f0ef75df-020d-4e30-8adf-512722df3b66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe', u'date': 'Sun, 12 Aug 2018 20:15:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0ef75df-020d-4e30-8adf-512722df3b66'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:21Z", "admin_state_up": true, "updated_at": "2018-08-12T20:15:22Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "name": "tempest-router--1997498779"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:24.908 63 INFO tempest.lib.common.rest_client [req-e5c7f527-d35b-4a05-99fe-6ecee847dcbd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/add_router_interface 2.184s 2018-08-12 20:15:24.909 63 DEBUG tempest.lib.common.rest_client [req-e5c7f527-d35b-4a05-99fe-6ecee847dcbd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:15:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5c7f527-d35b-4a05-99fe-6ecee847dcbd'} Body: {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457", "subnet_ids": ["dc9e52f9-be1b-4519-89a9-17ef14470457"], "port_id": "71d573e4-7885-4435-a2a2-6ef7d9aabf30", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:26.822 63 INFO tempest.lib.common.rest_client [req-2a0ef8b7-3e99-4c07-993d-d4169d94d41e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.912s 2018-08-12 20:15:26.823 63 DEBUG tempest.lib.common.rest_client [req-2a0ef8b7-3e99-4c07-993d-d4169d94d41e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "7757e4d0-1146-4e77-b712-fd505d18aca2"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:15:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0ef8b7-3e99-4c07-993d-d4169d94d41e'} Body: {"floatingip": {"router_id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:15:25Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "7757e4d0-1146-4e77-b712-fd505d18aca2", "id": "fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:25Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:15:26.824 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:15:29.835 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:15:29.937 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:15:29.962 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:15:30.077 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-12 20:15:30.077 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:15:30.079 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:15:30.143 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:15:30.144 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:15:35.153 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:15:35.153 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-12 20:16:45.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-12 20:16:45.192 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:16:45.195 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:16:45.257 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:16:45.259 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:16:50.266 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:16:50.267 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-12 20:18:00.331 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-12 20:18:00.332 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-12 20:18:00.332 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00.336 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00.437 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:18:00.464 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00.471 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:18:00.471 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:cc:82:4c [ether] on eth0 2018-08-12 20:18:00.471 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-12 20:18:00.472 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00.474 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00.536 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:18:00.538 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00.547 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 20:18:00.548 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-12 20:18:00.548 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00.550 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00.612 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:18:00.614 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00.620 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-12 20:18:00.620 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00.622 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00.679 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:18:00.686 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00.691 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:18:00.691 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:cc:82:4c [ether] on eth0 2018-08-12 20:18:00.691 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-12 20:18:00.692 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00.693 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00.752 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:18:00.757 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:05.764 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:18:05.765 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-12 20:19:15.822 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-12 20:19:15.823 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:19:15.828 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:19:15.930 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:19:15.955 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:19:20.964 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:19:20.965 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-12 20:20:30.997 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-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:20:32.343 63 INFO tempest.lib.common.rest_client [req-c61f31ec-a0f8-43fa-82d5-2ce2c4c0ff12 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2 1.343s 2018-08-12 20:20:32.343 63 DEBUG tempest.lib.common.rest_client [req-c61f31ec-a0f8-43fa-82d5-2ce2c4c0ff12 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2', u'date': 'Sun, 12 Aug 2018 20:20:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c61f31ec-a0f8-43fa-82d5-2ce2c4c0ff12'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:34.402 63 INFO tempest.lib.common.rest_client [req-ea27b89e-1c3a-48d9-99d7-f3299db03483 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/remove_router_interface 2.058s 2018-08-12 20:20:34.403 63 DEBUG tempest.lib.common.rest_client [req-ea27b89e-1c3a-48d9-99d7-f3299db03483 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:20:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea27b89e-1c3a-48d9-99d7-f3299db03483'} Body: {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457", "subnet_ids": ["dc9e52f9-be1b-4519-89a9-17ef14470457"], "port_id": "71d573e4-7885-4435-a2a2-6ef7d9aabf30", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:36.185 63 INFO tempest.lib.common.rest_client [req-d8e26063-deba-4fb0-abf1-d8a64d62c701 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe 1.781s 2018-08-12 20:20:36.186 63 DEBUG tempest.lib.common.rest_client [req-d8e26063-deba-4fb0-abf1-d8a64d62c701 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/af82b0be-0dff-4f09-a86f-00a07a4a7bfe', u'date': 'Sun, 12 Aug 2018 20:20:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d8e26063-deba-4fb0-abf1-d8a64d62c701'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:37.045 63 INFO tempest.lib.common.rest_client [req-7e21f4fb-2d12-4dc4-bbfa-226ba53e4534 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.859s 2018-08-12 20:20:37.046 63 DEBUG tempest.lib.common.rest_client [req-7e21f4fb-2d12-4dc4-bbfa-226ba53e4534 ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-7e21f4fb-2d12-4dc4-bbfa-226ba53e4534', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e21f4fb-2d12-4dc4-bbfa-226ba53e4534'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:37.997 63 INFO tempest.lib.common.rest_client [req-a6010526-9c12-4002-bddb-d96c1143e33e ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.950s 2018-08-12 20:20:37.998 63 DEBUG tempest.lib.common.rest_client [req-a6010526-9c12-4002-bddb-d96c1143e33e ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-a6010526-9c12-4002-bddb-d96c1143e33e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6010526-9c12-4002-bddb-d96c1143e33e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:36Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:39.956 63 INFO tempest.lib.common.rest_client [req-22585612-148f-43cb-94ef-61f001b50929 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.944s 2018-08-12 20:20:39.957 63 DEBUG tempest.lib.common.rest_client [req-22585612-148f-43cb-94ef-61f001b50929 ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-22585612-148f-43cb-94ef-61f001b50929', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22585612-148f-43cb-94ef-61f001b50929'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:37Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:41.018 63 INFO tempest.lib.common.rest_client [req-1471a657-d6df-48d4-8e57-97d800da9e47 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.046s 2018-08-12 20:20:41.018 63 DEBUG tempest.lib.common.rest_client [req-1471a657-d6df-48d4-8e57-97d800da9e47 ] 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-1471a657-d6df-48d4-8e57-97d800da9e47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1471a657-d6df-48d4-8e57-97d800da9e47'} Body: {"itemNotFound": {"message": "Instance 42ecd925-f5be-49d4-a09c-5637daccdd01 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:41.622 63 INFO tempest.lib.common.rest_client [req-c574fe64-3ae3-450f-b99f-5fd4529e30d9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/4507cd5d-bc0c-43c5-8adb-7a7ffda41881 0.603s 2018-08-12 20:20:41.623 63 DEBUG tempest.lib.common.rest_client [req-c574fe64-3ae3-450f-b99f-5fd4529e30d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4507cd5d-bc0c-43c5-8adb-7a7ffda41881', u'date': 'Sun, 12 Aug 2018 20:20:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c574fe64-3ae3-450f-b99f-5fd4529e30d9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:42.045 63 INFO tempest.lib.common.rest_client [req-bdd153fb-8951-4304-b12f-7c78c8df3186 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.421s 2018-08-12 20:20:42.046 63 DEBUG tempest.lib.common.rest_client [req-bdd153fb-8951-4304-b12f-7c78c8df3186 ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-bdd153fb-8951-4304-b12f-7c78c8df3186', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bdd153fb-8951-4304-b12f-7c78c8df3186'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:42.890 63 INFO tempest.lib.common.rest_client [req-66cb4c92-db5d-43f1-a791-ca2f481d8b07 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.843s 2018-08-12 20:20:42.891 63 DEBUG tempest.lib.common.rest_client [req-66cb4c92-db5d-43f1-a791-ca2f481d8b07 ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-66cb4c92-db5d-43f1-a791-ca2f481d8b07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66cb4c92-db5d-43f1-a791-ca2f481d8b07'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:41Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:44.482 63 INFO tempest.lib.common.rest_client [req-f07df72d-11c4-4258-be5f-0cd2f52dd1f7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.575s 2018-08-12 20:20:44.483 63 DEBUG tempest.lib.common.rest_client [req-f07df72d-11c4-4258-be5f-0cd2f52dd1f7 ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-f07df72d-11c4-4258-be5f-0cd2f52dd1f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f07df72d-11c4-4258-be5f-0cd2f52dd1f7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:45.547 63 INFO tempest.lib.common.rest_client [req-70e114d4-b469-4430-8f09-8b63164cb17f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.050s 2018-08-12 20:20:45.548 63 DEBUG tempest.lib.common.rest_client [req-70e114d4-b469-4430-8f09-8b63164cb17f ] 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-70e114d4-b469-4430-8f09-8b63164cb17f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-70e114d4-b469-4430-8f09-8b63164cb17f'} Body: {"itemNotFound": {"message": "Instance 3890babf-035c-4254-8fc1-3440b828de63 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:46.453 63 INFO tempest.lib.common.rest_client [req-d57cdf55-f9e0-4833-a485-d2699c03c667 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7757e4d0-1146-4e77-b712-fd505d18aca2 0.904s 2018-08-12 20:20:46.453 63 DEBUG tempest.lib.common.rest_client [req-d57cdf55-f9e0-4833-a485-d2699c03c667 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7757e4d0-1146-4e77-b712-fd505d18aca2', u'date': 'Sun, 12 Aug 2018 20:20:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d57cdf55-f9e0-4833-a485-d2699c03c667'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:46.502 63 INFO tempest.lib.common.rest_client [req-c96edfce-95bf-441c-9d6a-d22b352733f4 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1117031242 0.048s 2018-08-12 20:20:46.503 63 DEBUG tempest.lib.common.rest_client [req-c96edfce-95bf-441c-9d6a-d22b352733f4 ] 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-1117031242', u'x-compute-request-id': 'req-c96edfce-95bf-441c-9d6a-d22b352733f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c96edfce-95bf-441c-9d6a-d22b352733f4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:49.261 63 INFO tempest.lib.common.rest_client [req-f00b19c7-9e18-4ae1-b372-91d59afffc12 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4724d5f0-4c65-4417-a9df-0eb82321ca72 2.757s 2018-08-12 20:20:49.261 63 DEBUG tempest.lib.common.rest_client [req-f00b19c7-9e18-4ae1-b372-91d59afffc12 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4724d5f0-4c65-4417-a9df-0eb82321ca72', u'date': 'Sun, 12 Aug 2018 20:20:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f00b19c7-9e18-4ae1-b372-91d59afffc12'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:50.721 63 INFO tempest.lib.common.rest_client [req-a14631f8-4add-4415-b1bc-9ae7d4a4adef ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4 1.459s 2018-08-12 20:20:50.722 63 DEBUG tempest.lib.common.rest_client [req-a14631f8-4add-4415-b1bc-9ae7d4a4adef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4', u'date': 'Sun, 12 Aug 2018 20:20:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a14631f8-4add-4415-b1bc-9ae7d4a4adef'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:53.403 63 INFO tempest.lib.common.rest_client [req-1b372c88-854d-4014-a3be-68fa0e16c13c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/dc9e52f9-be1b-4519-89a9-17ef14470457 2.680s 2018-08-12 20:20:53.403 63 DEBUG tempest.lib.common.rest_client [req-1b372c88-854d-4014-a3be-68fa0e16c13c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/dc9e52f9-be1b-4519-89a9-17ef14470457', u'date': 'Sun, 12 Aug 2018 20:20:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b372c88-854d-4014-a3be-68fa0e16c13c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:54.948 63 INFO tempest.lib.common.rest_client [req-c79f80b2-f1bb-4230-b899-74b00d79c573 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8798a3a0-8444-4eb4-801b-fb01ec689bc6 1.543s 2018-08-12 20:20:54.948 63 DEBUG tempest.lib.common.rest_client [req-c79f80b2-f1bb-4230-b899-74b00d79c573 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/8798a3a0-8444-4eb4-801b-fb01ec689bc6', u'date': 'Sun, 12 Aug 2018 20:20:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c79f80b2-f1bb-4230-b899-74b00d79c573'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:55.484 63 INFO tempest.lib.common.rest_client [req-4d6912ff-3bb1-47e4-8257-bfcae0f6b509 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7a36c34d-eba3-41a0-bf01-bd2cf30517b2 0.535s 2018-08-12 20:20:55.484 63 DEBUG tempest.lib.common.rest_client [req-4d6912ff-3bb1-47e4-8257-bfcae0f6b509 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7a36c34d-eba3-41a0-bf01-bd2cf30517b2', u'date': 'Sun, 12 Aug 2018 20:20:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d6912ff-3bb1-47e4-8257-bfcae0f6b509'} 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 [372.828699s] ... 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-12 20:14:43,077 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.419s 2018-08-12 20:14:43,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-351357063 description", "name": "tempest-secgroup-smoke-351357063"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ebd8e76-e5ab-4b18-b31a-a5dc586ac130'} Body: {"security_group": {"description": "tempest-secgroup-smoke-351357063 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:42Z", "updated_at": "2018-08-12T20:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:14:42Z", "revision_number": 0, "id": "abd92e2f-f1b9-4a85-a344-717c6a9ba4e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:14:42Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:14:42Z", "revision_number": 0, "id": "fb4f2f5a-263e-48d7-af83-717107d7c5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:14:42Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "name": "tempest-secgroup-smoke-351357063"}} 2018-08-12 20:14:43,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.831s 2018-08-12 20:14:43,910 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c7dfe0c-2efa-4cb9-a368-5eae7f549e64'} 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-12T20:14:43Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:43Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a1075379-7395-44c7-9f8b-7b5f2bc791ba"}} 2018-08-12 20:14:44,088 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-12 20:14:44,088 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c58116b8-282f-488b-8d9a-09617cf44466'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b107da34-d6be-456c-9307-13e655de4c43"}} 2018-08-12 20:14:44,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.179s 2018-08-12 20:14:44,269 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a751348-5ce8-4366-b886-8fdc323aeea5'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7428e447-b3b8-490b-8810-416ab4df0d79"}} 2018-08-12 20:14:44,729 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-12 20:14:44,729 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0b7d651-21e7-4d11-9583-4f0e73666c2b'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0da3f4d6-a068-4410-b65b-74da101e6686"}} 2018-08-12 20:14:45,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.436s 2018-08-12 20:14:45,167 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0028f98-44c6-4e8c-a23b-f0eac88165d7'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "de28a104-dddf-4c28-bc8b-13b228e10f14"}} 2018-08-12 20:14:45,573 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.405s 2018-08-12 20:14:45,574 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c1045ca4-3bbf-4f14-9d35-f00acd3e0462'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9da521a7-ebfb-458f-a9e6-e18dcbb8fe84"}} 2018-08-12 20:14:45,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.160s 2018-08-12 20:14:45,735 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-185c8bdd-b1cf-4557-9399-e3f8672b04bc'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d4fd1a51-0be8-404c-b951-a16f11a6c273"}} 2018-08-12 20:14:45,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.179s 2018-08-12 20:14:45,915 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-905bb74b-e951-4fdf-b5bf-15c991809009'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "90e6b16f-5df9-4927-8162-d4ec33c9e17a"}} 2018-08-12 20:14:46,722 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.805s 2018-08-12 20:14:46,722 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-485397118"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34964a4a-c762-4d71-af08-b9bec2768cb8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:14:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","name":"tempest-A-485397118"}} 2018-08-12 20:14:47,590 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.866s 2018-08-12 20:14:47,591 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "name": "tempest-subnet-A-1-1099774059"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-897afad8-d28e-44cf-94c9-4d76c6b5187b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:47Z","dns_nameservers":[],"updated_at":"2018-08-12T20:14:47Z","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":"01ace95cf526467b9409c6248a7c6876","id":"dc9e52f9-be1b-4519-89a9-17ef14470457","subnetpool_id":null,"name":"tempest-subnet-A-1-1099774059"}} 2018-08-12 20:14:48,096 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.504s 2018-08-12 20:14:48,097 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1380202687"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db4540a1-7652-4bbd-8965-dc9e1393b7e8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:14:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","name":"tempest-B-1380202687"}} 2018-08-12 20:14:48,811 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.714s 2018-08-12 20:14:48,812 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "name": "tempest-subnet-B-1-1156907830"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4e44c89d-68c1-42e1-ac83-72b32b4dda57'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:48Z","dns_nameservers":[],"updated_at":"2018-08-12T20:14:48Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4724d5f0-4c65-4417-a9df-0eb82321ca72","subnetpool_id":null,"name":"tempest-subnet-B-1-1156907830"}} 2018-08-12 20:14:49,155 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.342s 2018-08-12 20:14:49,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:14:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-273c7a84-cc52-49c0-963d-e35dd5c0bf3e'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "5f6c3e5b-430e-4ee7-86cf-267a98f42704"}} 2018-08-12 20:14:50,124 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/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations 0.967s 2018-08-12 20:14:50,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c7510ae-d14f-44d2-b817-4d94856efbe8'} Body: {"network_association": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "id": "3123fa4c-c0e5-4883-a98b-6df706d321cc"}} 2018-08-12 20:14:50,423 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/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations 0.297s 2018-08-12 20:14:50,423 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02d2793e-d449-405f-a087-9c5b459e72fd'} Body: {"network_association": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "id": "27aeb52f-8fd1-4c68-b9a9-83bf514c2d99"}} 2018-08-12 20:14:50,741 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.317s 2018-08-12 20:14:50,742 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1117031242"}} 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-54e88203-1a00-497f-bb9d-509b6c7bb566', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54e88203-1a00-497f-bb9d-509b6c7bb566'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC28hd848vCLsTGRx6kXS1cOkMvnztrEndBxD4u7dVwgrbtrR/dZE3ogINAdYkWZqwEywwv0+MsLFBUlXCZDnYa1sxs7MnUhq7M5sqIuaGTkI1bel61mnt66Oi7Jb1tGrOW95NKgwH0XikP8nodXq/o5c+RY5F9Plq5MZ53pZfUTDi7YUdWvkndlhOhyM/+OnVhSMxQU3T+EAZUNZoVru62NZdLtqh1U9zk5D2OsKjYXqQiAlECdd6vkQ5/TRtIQX5SwRvp1Bz4bzB/5aWUGYj/ukVZQae7mr9SP5mfMhsPteZ9P86UPWeKmGOJfiDs2SQCgyuBXgEKisGJ8jEP7Tcr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAtvIXfOPLwi7ExkcepF0tXDpDL587axJ3QcQ+Lu3VcIK27a0f\n3WRN6ICDQHWJFmasBMsML9PjLCxQVJVwmQ52GtbMbOzJ1IauzObKiLmhk5CNW3pe\ntZp7eujouyW9bRqzlveTSoMB9F4pD/J6HV6v6OXPkWORfT5auTGed6WX1Ew4u2FH\nVr5J3ZYTocjP/jp1YUjMUFN0/hAGVDWaFa7utjWXS7aodVPc5OQ9jrCo2F6kIgJR\nAnXer5EOf00bSEF+UsEb6dQc+G8wf+WllBmI/7pFWUGnu5q/Uj+ZnzIbD7XmfT/O\nlD1niphjiX4g7NkkAoMrgV4BCorBifIxD+03KwIDAQABAoIBAQCTZWXrJ5WJNCky\nHybfAnuDbSWofsBeuhf/kt8O7GwlJAvCXtPnieMDSld1Xb0/oSVDD10YQ70qX+Gw\n5F490trxMNKvh+/tHT5EtEXF9tnpjHN3mpYn9vk5w+GOtw9xkivTnFC9neO7QQoQ\nYSpl814DZPThjLkxkUWDJCkq+O3lCs4nmxJx9lG98Hsncsd2wWuFm86nOx+ViyKz\nlvh+BNqvswYhiMBE8NI5MCMpcIvfsfsA+jU2DXhBExLMLKeRmwZLurMT7kGpqiWI\nCbon2CNl0mrdauU3m19M2uznuEpXXrMUNPwy3gGbyb3OMxHJ+Jzl4Byjlu9ywc3C\nVbFUpwvBAoGBAOyNqmwQ9LLE2bF1GdY2byvDp8rSuUhxeI9ziMW0pdeho8SFxb74\njYEHo4ud77k9wI/1f6NnreontpDkcI6VslNEfS3ZCEMfBnL1EGwJakbZM4BimVVZ\nA/1cmB38x7X+qV6sfGZR3wrHujL4mjWt/tSVu08a14ZPg0xtpcKYgICxAoGBAMX8\nPHwzvQZdJ22+MOffgfhfY8LEmhK21hV2SRv+TFUqPjDivtIDb5t+SsmcpZDWgSGM\n7/K/9F045bXR3QGvjOjLkTozRVxvDEwA/9Itk48S5sMuHRDaYLvFpS+eoM1Ycx5P\n4q1FS8WLLvldDscoz3mVWK1dHKpBT7HUen3zRwybAoGBAJTuGCbTggvvLZOxQyP/\nv3xRQZnLk8WNUzcVqT24H1WkOcQn6Lj0KbrbwVbMh7obq9m22bZaNz+d4y5T9J2A\nl/Yev6UW6EHCDcBglAdA4j1a0Db7XMhEM+PW4Rq4JFBr1dx6QhP1ZbSWzJ78r7Iu\nKqtS3cvO/XRdKS/8NIlQlE7xAoGBALu7bKMc8C0boaqHAJqtrfEUimUBxVLfeeqJ\n6dMYc8sBrkzuhKBhT6/ytfmshrXrIDDvEgtthsnqjK62W8kgbA3GEWRNf4Sha9iZ\nzfm+679r3dLPZBI58CW8yOB5muJ771SbzUYdgjbDvnwHiF7CzNDuE1L4CplKKsZl\nwuyxBPrnAoGBAOWTt2nrpJUiex5qCVYXGg6w+p5IUmL86NlvMzhpSrE7HdC55kaO\n0+UBKysKE/gcNBfL5GCW11L1qscId/6Pr9g583zipMuRA6hy+itCb8z5RX2e81iH\nopG0k/rAy6yVAWBMqbL+NeQ7MCdb59iADMCqz2cS6NFebG6qSbqg2G4U\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1117031242", "fingerprint": "0a:36:25:4d:79:7e:87:6f:26:77:03:8f:df:ca:52:d8"}} 2018-08-12 20:14:51,644 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 0.898s 2018-08-12 20:14:51,645 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-661761415", "security_groups": ["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:14:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0dd1ada-12db-4c98-8d7c-0d895204c3cc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:14:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:14:51Z","name":"tempest-port-smoke-661761415","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:41:01:11","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"dc9e52f9-be1b-4519-89a9-17ef14470457","ip_address":"10.101.11.10"}],"id":"7757e4d0-1146-4e77-b712-fd505d18aca2","security_groups":["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"],"device_id":""}} 2018-08-12 20:14:55,323 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.677s 2018-08-12 20:14:55,324 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-1117031242", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "port": "7757e4d0-1146-4e77-b712-fd505d18aca2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-544e747e-b1dc-43a7-a356-72e1ab2a2104', 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-544e747e-b1dc-43a7-a356-72e1ab2a2104'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3890babf-035c-4254-8fc1-3440b828de63", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "adminPass": "GvmLdGeqj62C"}} 2018-08-12 20:14:56,293 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/3890babf-035c-4254-8fc1-3440b828de63 0.965s 2018-08-12 20:14:56,294 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-5210c7c6-fe29-495f-a2eb-c1a307a183f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5210c7c6-fe29-495f-a2eb-c1a307a183f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:14:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:14:57,916 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/3890babf-035c-4254-8fc1-3440b828de63 0.608s 2018-08-12 20:14:57,917 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-0f332d2e-9e59-422c-8ebd-d16c4a72c497', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f332d2e-9e59-422c-8ebd-d16c4a72c497'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:14:57,930 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-12 20:15:00,033 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/3890babf-035c-4254-8fc1-3440b828de63 1.101s 2018-08-12 20:15:00,034 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-d31f3dc6-8bec-4a90-acc8-2f86cd3f5c19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d31f3dc6-8bec-4a90-acc8-2f86cd3f5c19'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:00,047 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:15:01,930 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/3890babf-035c-4254-8fc1-3440b828de63 0.880s 2018-08-12 20:15:01,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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-b78f85e3-9bb8-4cc5-b18d-54c547af77e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b78f85e3-9bb8-4cc5-b18d-54c547af77e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:03,933 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/3890babf-035c-4254-8fc1-3440b828de63 0.988s 2018-08-12 20:15:03,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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-41f5f65a-229a-4a1a-8a15-34e88702dddf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41f5f65a-229a-4a1a-8a15-34e88702dddf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:05,796 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/3890babf-035c-4254-8fc1-3440b828de63 0.848s 2018-08-12 20:15:05,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-09eb3ec1-c11a-4124-99cc-585b51ad8382', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09eb3ec1-c11a-4124-99cc-585b51ad8382'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:05,807 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:15:07,168 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/3890babf-035c-4254-8fc1-3440b828de63 1.360s 2018-08-12 20:15:07,169 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-9e0cd4be-149e-4ae9-924a-a386c2c15f5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e0cd4be-149e-4ae9-924a-a386c2c15f5a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:07,181 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3890babf-035c-4254-8fc1-3440b828de63 with status: ACTIVE 2018-08-12 20:15:08,015 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 0.833s 2018-08-12 20:15:08,016 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-438805182", "security_groups": ["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:15:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a9ebe33-8fae-4aa8-af7e-4117fe13943a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:15:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:15:07Z","name":"tempest-port-smoke-438805182","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:92:19:e6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4724d5f0-4c65-4417-a9df-0eb82321ca72","ip_address":"10.102.21.20"}],"id":"4507cd5d-bc0c-43c5-8adb-7a7ffda41881","security_groups":["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"],"device_id":""}} 2018-08-12 20:15:11,428 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.410s 2018-08-12 20:15:11,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-1117031242", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "port": "4507cd5d-bc0c-43c5-8adb-7a7ffda41881"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-d60aca16-9c6b-4eef-a4b6-6bb494a14f43', 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d60aca16-9c6b-4eef-a4b6-6bb494a14f43'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "adminPass": "jT5mvHaj9Cu7"}} 2018-08-12 20:15:11,955 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.520s 2018-08-12 20:15:11,956 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-c467909b-ae1c-4d03-8822-dce98ad1a32a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c467909b-ae1c-4d03-8822-dce98ad1a32a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:15:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:13,571 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.600s 2018-08-12 20:15:13,571 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-0cd1f035-1847-4b81-8af8-8824456c1f74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0cd1f035-1847-4b81-8af8-8824456c1f74'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:15:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:15,382 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.795s 2018-08-12 20:15:15,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-056fefa2-b007-4b98-af63-850fa53b3230', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-056fefa2-b007-4b98-af63-850fa53b3230'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:15,399 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:15:16,800 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.399s 2018-08-12 20:15:16,801 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-62130b6b-5386-4e00-9e43-9c99220129cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62130b6b-5386-4e00-9e43-9c99220129cc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:18,342 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.523s 2018-08-12 20:15:18,343 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-f06cf621-d564-49d7-844c-a5f7c092fedc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f06cf621-d564-49d7-844c-a5f7c092fedc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:20,051 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.693s 2018-08-12 20:15:20,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-df2e0492-ecb2-400d-87e4-95e17011f7f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df2e0492-ecb2-400d-87e4-95e17011f7f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:20,065 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:15:20,977 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.911s 2018-08-12 20:15:20,978 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-78afb0af-1617-40dd-a1d9-77c373769e8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78afb0af-1617-40dd-a1d9-77c373769e8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:20,991 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 42ecd925-f5be-49d4-a09c-5637daccdd01 with status: ACTIVE 2018-08-12 20:15:21,151 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.159s 2018-08-12 20:15:21,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1997498779", "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': 'Sun, 12 Aug 2018 20:15:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8201b09a-7523-4219-a359-831d21fd7c34'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:21Z", "admin_state_up": true, "updated_at": "2018-08-12T20:15:21Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "name": "tempest-router--1997498779"}} 2018-08-12 20:15:22,722 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/af82b0be-0dff-4f09-a86f-00a07a4a7bfe 1.570s 2018-08-12 20:15:22,723 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe', u'date': 'Sun, 12 Aug 2018 20:15:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0ef75df-020d-4e30-8adf-512722df3b66'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:21Z", "admin_state_up": true, "updated_at": "2018-08-12T20:15:22Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "name": "tempest-router--1997498779"}} 2018-08-12 20:15:24,908 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/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/add_router_interface 2.184s 2018-08-12 20:15:24,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:15:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5c7f527-d35b-4a05-99fe-6ecee847dcbd'} Body: {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457", "subnet_ids": ["dc9e52f9-be1b-4519-89a9-17ef14470457"], "port_id": "71d573e4-7885-4435-a2a2-6ef7d9aabf30", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe"} 2018-08-12 20:15:26,822 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 1.912s 2018-08-12 20:15:26,823 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "7757e4d0-1146-4e77-b712-fd505d18aca2"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:15:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0ef8b7-3e99-4c07-993d-d4169d94d41e'} Body: {"floatingip": {"router_id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:15:25Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "7757e4d0-1146-4e77-b712-fd505d18aca2", "id": "fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:25Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:15:26,824 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:15:29,835 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:15:29,937 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:15:29,962 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:15:30,077 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-12 20:15:30,077 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:15:30,079 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:15:30,143 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:15:30,144 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:15:35,153 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:15:35,153 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-12 20:16:45,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-12 20:16:45,192 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:16:45,195 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:16:45,257 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:16:45,259 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:16:50,266 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:16:50,267 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-12 20:18:00,331 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:18:00,332 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-12 20:18:00,332 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,336 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,437 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,464 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00,471 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:18:00,471 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:cc:82:4c [ether] on eth0 2018-08-12 20:18:00,471 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-12 20:18:00,472 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,474 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,536 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,538 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00,547 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:18:00,548 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-12 20:18:00,548 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,550 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,612 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,614 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00,620 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-12 20:18:00,620 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,622 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,679 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,686 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00,691 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:18:00,691 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:cc:82:4c [ether] on eth0 2018-08-12 20:18:00,691 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-12 20:18:00,692 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,693 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,752 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,757 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:05,764 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:18:05,765 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-12 20:19:15,822 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-12 20:19:15,823 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:19:15,828 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:19:15,930 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:19:15,955 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:19:20,964 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:19:20,965 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-12 20:20:30,997 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:20:30,998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:20:32,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2 1.343s 2018-08-12 20:20:32,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2', u'date': 'Sun, 12 Aug 2018 20:20:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c61f31ec-a0f8-43fa-82d5-2ce2c4c0ff12'} Body: 2018-08-12 20:20:34,402 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/remove_router_interface 2.058s 2018-08-12 20:20:34,403 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:20:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea27b89e-1c3a-48d9-99d7-f3299db03483'} Body: {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457", "subnet_ids": ["dc9e52f9-be1b-4519-89a9-17ef14470457"], "port_id": "71d573e4-7885-4435-a2a2-6ef7d9aabf30", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe"} 2018-08-12 20:20:36,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe 1.781s 2018-08-12 20:20:36,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/af82b0be-0dff-4f09-a86f-00a07a4a7bfe', u'date': 'Sun, 12 Aug 2018 20:20:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d8e26063-deba-4fb0-abf1-d8a64d62c701'} Body: 2018-08-12 20:20:37,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.859s 2018-08-12 20:20:37,046 63 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-7e21f4fb-2d12-4dc4-bbfa-226ba53e4534', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e21f4fb-2d12-4dc4-bbfa-226ba53e4534'} Body: 2018-08-12 20:20:37,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.950s 2018-08-12 20:20:37,998 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-a6010526-9c12-4002-bddb-d96c1143e33e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6010526-9c12-4002-bddb-d96c1143e33e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:36Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:20:39,956 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.944s 2018-08-12 20:20:39,957 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-22585612-148f-43cb-94ef-61f001b50929', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22585612-148f-43cb-94ef-61f001b50929'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:37Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:20:41,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.046s 2018-08-12 20:20:41,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-1471a657-d6df-48d4-8e57-97d800da9e47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1471a657-d6df-48d4-8e57-97d800da9e47'} Body: {"itemNotFound": {"message": "Instance 42ecd925-f5be-49d4-a09c-5637daccdd01 could not be found.", "code": 404}} 2018-08-12 20:20:41,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/4507cd5d-bc0c-43c5-8adb-7a7ffda41881 0.603s 2018-08-12 20:20:41,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/4507cd5d-bc0c-43c5-8adb-7a7ffda41881', u'date': 'Sun, 12 Aug 2018 20:20:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c574fe64-3ae3-450f-b99f-5fd4529e30d9'} Body: 2018-08-12 20:20:42,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.421s 2018-08-12 20:20:42,046 63 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-bdd153fb-8951-4304-b12f-7c78c8df3186', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bdd153fb-8951-4304-b12f-7c78c8df3186'} Body: 2018-08-12 20:20:42,890 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.843s 2018-08-12 20:20:42,891 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-66cb4c92-db5d-43f1-a791-ca2f481d8b07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66cb4c92-db5d-43f1-a791-ca2f481d8b07'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:41Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:20:44,482 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.575s 2018-08-12 20:20:44,483 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-f07df72d-11c4-4258-be5f-0cd2f52dd1f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f07df72d-11c4-4258-be5f-0cd2f52dd1f7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:20:45,547 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.050s 2018-08-12 20:20:45,548 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-70e114d4-b469-4430-8f09-8b63164cb17f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-70e114d4-b469-4430-8f09-8b63164cb17f'} Body: {"itemNotFound": {"message": "Instance 3890babf-035c-4254-8fc1-3440b828de63 could not be found.", "code": 404}} 2018-08-12 20:20:46,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7757e4d0-1146-4e77-b712-fd505d18aca2 0.904s 2018-08-12 20:20:46,453 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7757e4d0-1146-4e77-b712-fd505d18aca2', u'date': 'Sun, 12 Aug 2018 20:20:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d57cdf55-f9e0-4833-a485-d2699c03c667'} Body: 2018-08-12 20:20:46,502 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-1117031242 0.048s 2018-08-12 20:20:46,503 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-1117031242', u'x-compute-request-id': 'req-c96edfce-95bf-441c-9d6a-d22b352733f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c96edfce-95bf-441c-9d6a-d22b352733f4'} Body: 2018-08-12 20:20:49,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4724d5f0-4c65-4417-a9df-0eb82321ca72 2.757s 2018-08-12 20:20:49,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4724d5f0-4c65-4417-a9df-0eb82321ca72', u'date': 'Sun, 12 Aug 2018 20:20:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f00b19c7-9e18-4ae1-b372-91d59afffc12'} Body: 2018-08-12 20:20:50,721 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4 1.459s 2018-08-12 20:20:50,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/bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4', u'date': 'Sun, 12 Aug 2018 20:20:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a14631f8-4add-4415-b1bc-9ae7d4a4adef'} Body: 2018-08-12 20:20:53,403 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/dc9e52f9-be1b-4519-89a9-17ef14470457 2.680s 2018-08-12 20:20:53,403 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/dc9e52f9-be1b-4519-89a9-17ef14470457', u'date': 'Sun, 12 Aug 2018 20:20:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b372c88-854d-4014-a3be-68fa0e16c13c'} Body: 2018-08-12 20:20:54,948 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8798a3a0-8444-4eb4-801b-fb01ec689bc6 1.543s 2018-08-12 20:20:54,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/8798a3a0-8444-4eb4-801b-fb01ec689bc6', u'date': 'Sun, 12 Aug 2018 20:20:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c79f80b2-f1bb-4230-b899-74b00d79c573'} Body: 2018-08-12 20:20:55,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7a36c34d-eba3-41a0-bf01-bd2cf30517b2 0.535s 2018-08-12 20:20:55,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/7a36c34d-eba3-41a0-bf01-bd2cf30517b2', u'date': 'Sun, 12 Aug 2018 20:20:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d6912ff-3bb1-47e4-8257-bfcae0f6b509'} Body: 2018-08-12 20:20:55.825 63 INFO tempest.lib.common.rest_client [req-3c3e2731-a8dd-4a6c-99ac-cffb47f40b67 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.316s 2018-08-12 20:20:55.825 63 DEBUG tempest.lib.common.rest_client [req-3c3e2731-a8dd-4a6c-99ac-cffb47f40b67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1732659298 description", "name": "tempest-secgroup-smoke-1732659298"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:20:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c3e2731-a8dd-4a6c-99ac-cffb47f40b67'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1732659298 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:55Z", "updated_at": "2018-08-12T20:20:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:20:55Z", "revision_number": 0, "id": "10b04b8f-9af7-435d-9a49-22f6d982c07c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:20:55Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:20:55Z", "revision_number": 0, "id": "88bc7f16-ec58-4875-a5fc-bcbec7aac603", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:20:55Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "name": "tempest-secgroup-smoke-1732659298"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:56.542 63 INFO tempest.lib.common.rest_client [req-ba06e277-c335-4068-8284-f0f05877bafb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.716s 2018-08-12 20:20:56.543 63 DEBUG tempest.lib.common.rest_client [req-ba06e277-c335-4068-8284-f0f05877bafb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba06e277-c335-4068-8284-f0f05877bafb'} 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-12T20:20:56Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ed922702-cc9b-4c4e-96e0-59e59e85e571"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:56.866 63 INFO tempest.lib.common.rest_client [req-7c4a4904-b568-447d-b312-a454e07eed6a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.322s 2018-08-12 20:20:56.867 63 DEBUG tempest.lib.common.rest_client [req-7c4a4904-b568-447d-b312-a454e07eed6a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c4a4904-b568-447d-b312-a454e07eed6a'} 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-12T20:20:56Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "40e77bf9-7b21-460d-a471-9e65b8a1831f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:57.118 63 INFO tempest.lib.common.rest_client [req-64e5af8a-7abc-4210-81d7-693b66c3d765 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.250s 2018-08-12 20:20:57.119 63 DEBUG tempest.lib.common.rest_client [req-64e5af8a-7abc-4210-81d7-693b66c3d765 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64e5af8a-7abc-4210-81d7-693b66c3d765'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f99c8fcc-74d4-42ef-8fa1-5dc6e640f0e1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:57.531 63 INFO tempest.lib.common.rest_client [req-00507164-38ce-4495-af4b-53baed020934 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.411s 2018-08-12 20:20:57.531 63 DEBUG tempest.lib.common.rest_client [req-00507164-38ce-4495-af4b-53baed020934 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00507164-38ce-4495-af4b-53baed020934'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b5b727f8-2665-4970-9bf4-139c49fcf95b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:57.722 63 INFO tempest.lib.common.rest_client [req-89ab9307-0cb9-4a21-a6ef-bd14d49831e3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-12 20:20:57.723 63 DEBUG tempest.lib.common.rest_client [req-89ab9307-0cb9-4a21-a6ef-bd14d49831e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89ab9307-0cb9-4a21-a6ef-bd14d49831e3'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "14a54fff-6b1a-4c80-8b15-7b349bb512a5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:57.902 63 INFO tempest.lib.common.rest_client [req-e4a7278d-ce7e-429f-a9c5-b079dffa5269 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-12 20:20:57.903 63 DEBUG tempest.lib.common.rest_client [req-e4a7278d-ce7e-429f-a9c5-b079dffa5269 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4a7278d-ce7e-429f-a9c5-b079dffa5269'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fe0f2273-af8d-4fb5-9a47-63f90bc0dea8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:58.255 63 INFO tempest.lib.common.rest_client [req-7cc2ca14-6966-4cfe-b7b4-7b56a7ad1bf9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.351s 2018-08-12 20:20:58.256 63 DEBUG tempest.lib.common.rest_client [req-7cc2ca14-6966-4cfe-b7b4-7b56a7ad1bf9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7cc2ca14-6966-4cfe-b7b4-7b56a7ad1bf9'} 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-12T20:20:58Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5f6b73b8-965c-4ab1-81e4-851832eb8a6a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:58.453 63 INFO tempest.lib.common.rest_client [req-fef5f408-f43a-4ea3-a810-9a2d44682ce5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-12 20:20:58.453 63 DEBUG tempest.lib.common.rest_client [req-fef5f408-f43a-4ea3-a810-9a2d44682ce5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fef5f408-f43a-4ea3-a810-9a2d44682ce5'} 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-12T20:20:58Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2c606ceb-2497-4e0f-a6d5-d8e83d5ec0ee"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:58.894 63 INFO tempest.lib.common.rest_client [req-a1a8613a-a3dd-4e31-97dc-e495e369ecb4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.439s 2018-08-12 20:20:58.894 63 DEBUG tempest.lib.common.rest_client [req-a1a8613a-a3dd-4e31-97dc-e495e369ecb4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-215644930"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1a8613a-a3dd-4e31-97dc-e495e369ecb4'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:20:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"9524d14f-0d92-4509-a147-8f5fb2980e73","name":"tempest-A-215644930"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:20:59.529 63 INFO tempest.lib.common.rest_client [req-0f33d98e-3db4-41f6-9921-f65a559445fe ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.634s 2018-08-12 20:20:59.530 63 DEBUG tempest.lib.common.rest_client [req-0f33d98e-3db4-41f6-9921-f65a559445fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "name": "tempest-subnet-A-1-1351382674"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:20:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f33d98e-3db4-41f6-9921-f65a559445fe'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9524d14f-0d92-4509-a147-8f5fb2980e73","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:59Z","dns_nameservers":[],"updated_at":"2018-08-12T20:20: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":"01ace95cf526467b9409c6248a7c6876","id":"a1ed5267-4f81-40bd-b1a0-fc863828472f","subnetpool_id":null,"name":"tempest-subnet-A-1-1351382674"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:00.084 63 INFO tempest.lib.common.rest_client [req-31f5e09f-bb14-499b-9fec-c1f5a4afdfb8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/networks 0.553s 2018-08-12 20:21:00.084 63 DEBUG tempest.lib.common.rest_client [req-31f5e09f-bb14-499b-9fec-c1f5a4afdfb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1192854444"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:21:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31f5e09f-bb14-499b-9fec-c1f5a4afdfb8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:20:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","name":"tempest-B-1192854444"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:01.440 63 INFO tempest.lib.common.rest_client [req-9923d435-3688-4fc2-8504-9e09198a85fb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.354s 2018-08-12 20:21:01.440 63 DEBUG tempest.lib.common.rest_client [req-9923d435-3688-4fc2-8504-9e09198a85fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "name": "tempest-subnet-B-1-761935424"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:21:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9923d435-3688-4fc2-8504-9e09198a85fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:21:00Z","dns_nameservers":[],"updated_at":"2018-08-12T20:21: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":"01ace95cf526467b9409c6248a7c6876","id":"74c85f52-5786-4c42-a859-22be2fc79474","subnetpool_id":null,"name":"tempest-subnet-B-1-761935424"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:02.040 63 INFO tempest.lib.common.rest_client [req-348ed2ce-16fe-4942-806a-7c55699b93a5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.598s 2018-08-12 20:21:02.040 63 DEBUG tempest.lib.common.rest_client [req-348ed2ce-16fe-4942-806a-7c55699b93a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--393952612", "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': 'Sun, 12 Aug 2018 20:21:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-348ed2ce-16fe-4942-806a-7c55699b93a5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:01Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:01Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "name": "tempest-router--393952612"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:03.929 63 INFO tempest.lib.common.rest_client [req-f38d5aa7-b496-4547-a0b8-d1d9a3995eca ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff 1.887s 2018-08-12 20:21:03.930 63 DEBUG tempest.lib.common.rest_client [req-f38d5aa7-b496-4547-a0b8-d1d9a3995eca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff', u'date': 'Sun, 12 Aug 2018 20:21:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f38d5aa7-b496-4547-a0b8-d1d9a3995eca'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:01Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:03Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "name": "tempest-router--393952612"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:06.243 63 INFO tempest.lib.common.rest_client [req-5728604f-2a7a-484d-a9c4-acb193a07a75 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/add_router_interface 2.312s 2018-08-12 20:21:06.243 63 DEBUG tempest.lib.common.rest_client [req-5728604f-2a7a-484d-a9c4-acb193a07a75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5728604f-2a7a-484d-a9c4-acb193a07a75'} Body: {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474", "subnet_ids": ["74c85f52-5786-4c42-a859-22be2fc79474"], "port_id": "a09d37d3-ebcd-490f-920e-0b2807ba808d", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:06.693 63 INFO tempest.lib.common.rest_client [req-2d9d317c-91ca-4323-8330-8b4d0095625d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.448s 2018-08-12 20:21:06.694 63 DEBUG tempest.lib.common.rest_client [req-2d9d317c-91ca-4323-8330-8b4d0095625d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d9d317c-91ca-4323-8330-8b4d0095625d'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "946e81fa-08f6-4c13-ba51-b3a72caebb19"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:06.985 63 INFO tempest.lib.common.rest_client [req-7df2353c-90a1-4730-9fc5-484c0333cc0f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19/network_associations 0.290s 2018-08-12 20:21:06.986 63 DEBUG tempest.lib.common.rest_client [req-7df2353c-90a1-4730-9fc5-484c0333cc0f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19/network_associations', u'date': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7df2353c-90a1-4730-9fc5-484c0333cc0f'} Body: {"network_association": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "id": "fe720ff3-4753-490f-bf5b-5b03c63857ec"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:07.793 63 INFO tempest.lib.common.rest_client [req-29c8d834-9b23-4b28-b90c-9f6c0ca6d0dd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19/router_associations 0.807s 2018-08-12 20:21:07.794 63 DEBUG tempest.lib.common.rest_client [req-29c8d834-9b23-4b28-b90c-9f6c0ca6d0dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19/router_associations', u'date': 'Sun, 12 Aug 2018 20:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29c8d834-9b23-4b28-b90c-9f6c0ca6d0dd'} Body: {"router_association": {"router_id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "id": "8b6a656a-f4d8-4bfc-b240-25cfaea3e7a7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:08.170 63 INFO tempest.lib.common.rest_client [req-7e2978dd-dc12-4136-806f-3cad8efb59b1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.375s 2018-08-12 20:21:08.171 63 DEBUG tempest.lib.common.rest_client [req-7e2978dd-dc12-4136-806f-3cad8efb59b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-579861285"}} 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-7e2978dd-dc12-4136-806f-3cad8efb59b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e2978dd-dc12-4136-806f-3cad8efb59b1'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiXdVevLZJfHrSBurS4kThCzyydJMyeAPDXcOWZSPOAT4OCxXPFiiQlEkVVECDsZvpkUh6WZReeLPxsq6xKqlqwnMVZvy4i+07qlByXdZy3ymBi4qWflLjJUC1s+6y+XcK2HN3lH2noRksw9F0rZjrjTv97pTFpnllqCal3KKMkITxGoqTu18AEzOjChtSwM/6PAyLckTQ1HNULHcyp/wM0X6CUNXsHrKfxbFkrFTJjvhUh8qfmqIMvEIoSGi8uuOoRcQr3pkehSYjwPvIXcfAj/jYo2DTAR+SpegOp4xaR0uBRC7gwCRsZjeNHtPHKOh0UapAqF4RUsx9X7qd8HSf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAol3VXry2SXx60gbq0uJE4Qs8snSTMngDw13DlmUjzgE+DgsV\nzxYokJRJFVRAg7Gb6ZFIelmUXniz8bKusSqpasJzFWb8uIvtO6pQcl3Wct8pgYuK\nln5S4yVAtbPusvl3Cthzd5R9p6EZLMPRdK2Y6407/e6UxaZ5ZagmpdyijJCE8RqK\nk7tfABMzowobUsDP+jwMi3JE0NRzVCx3Mqf8DNF+glDV7B6yn8WxZKxUyY74VIfK\nn5qiDLxCKEhovLrjqEXEK96ZHoUmI8D7yF3HwI/42KNg0wEfkqXoDqeMWkdLgUQu\n4MAkbGY3jR7TxyjodFGqQKheEVLMfV+6nfB0nwIDAQABAoIBAFbgtHnTqgoaJDHb\nZ6zdS5PLCnhGbji0BPd1ZWFEzuq8uXKUNeAv8BakcZKLGVYeI9nPViO5aO0/0rEC\nNf0wYaRxVVjfWVx56r9hO1hmo4elpzTc8JPkFf/agAx5scBsQWk5NleGydF3HtxY\nDuxKsyde0/nkvhAgKpbdaYiYTRW+qGT9E7DGE0Kur6smjsAYan/0hw3+YjNkyU6C\n7evG+2cqXhq/VlgdigUhEJBxqp4ZR85HOz6eswEXtVkCMgToFPz6iDUAg/Cdb1Tp\nwWqFNFi6g7h7cKXwKLONHARbH89T6KZKv3L4W9O2dUdEWeFppvpzJmuExT/EO6Gc\n8poCk8ECgYEAzLJaRM3UNxsbBp9UDZHhiNvuLPrBjbniBD1arvZnthhh7HhbMFPH\nt1OkTV51rIPKkRbtas2kpG+zAMw/Xgl8rVKkRL8B6Q7FYk7odTHO7IWNyFlB79PJ\nEQXov3wu/0G51QIKrYsEHCnQ556CeN+J4shZLNC/ZYLvH0mNeNUXeGECgYEAyw+D\nvZ+T+dEN+NVD0bX8d6fKbl69Bag+xKdmgD3osKtxEoYGbfpeg7pfLstDBgoYX0Wc\ndzYg/gQ2qtYi6BaxxQajP5v80vpbP1QH+48Zkg9ajJOQl9iweIXvt17BJOyqSOA4\nkLu6ggsZS2woK2kh0agDUTqYL/gM8Ez7M+3LDP8CgYEAsLYT6awLVVtIFIp9pI1Y\nt66tyhTb/T8ImIJjBAJifDhGaT9p8amSE3jYsZYnXjwUJvc1FOvdA7wOO1UYK1Vj\nVbmvaE3BF3KSAhF+6pWKPnP5d4leu+0IenKwgIZziBc0l2gA0drePHX5C8uydSj9\nv1MYcPDxGnBTgJ4dzL+hWGECgYEAxWJiY/vvooGlPEFKOFrXfBR9QQYUZaBiy1QR\n3gzP2JP+SMxBCby7DP8oMNtiXkeH42xOKM9UCLdd0Hhw2/vbd7L5Ewb1Hrw/4HI1\nhEFY0NLd6RI0FnaLK8y99RhFVTg8WrSiJ4ZkSK6zOs56yZ/bQOo5t0bm0pIjOZ8K\n/DJlE08CgYEAsgvEyFIQDRKEoW5eTQgq0XVXASIbjNWKDIxlVmrycJ+p0SIGDSpD\n7lpNAZewwCuX0zH1pV9sSGjzyRbcwAEM535zHQ3j9vZ1UnYuv7RM4t8x16rmY6SM\n1m7rB/yKEpQ5vx7HQsDW38bXu2jSw0Y+g8uXGjTamyW/UPhUd7XuUE0=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-579861285", "fingerprint": "ab:b9:66:fa:e4:7f:e8:6e:4d:ba:19:8e:75:1d:a3:73"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:09.254 63 INFO tempest.lib.common.rest_client [req-44024b26-6d4f-44b3-8d47-8051986fe978 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.079s 2018-08-12 20:21:09.255 63 DEBUG tempest.lib.common.rest_client [req-44024b26-6d4f-44b3-8d47-8051986fe978 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2116889249", "security_groups": ["7e645250-78f8-4e09-a77b-a1655e3073f4"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:21:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44024b26-6d4f-44b3-8d47-8051986fe978'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:21:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9524d14f-0d92-4509-a147-8f5fb2980e73","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:21:08Z","name":"tempest-port-smoke-2116889249","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a5:ff:b7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"a1ed5267-4f81-40bd-b1a0-fc863828472f","ip_address":"10.101.11.10"}],"id":"a95da2eb-39b9-4049-bac1-e4fde11f1a3b","security_groups":["7e645250-78f8-4e09-a77b-a1655e3073f4"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:12.575 63 INFO tempest.lib.common.rest_client [req-e63184af-7999-42bb-9b8a-ccab2b60daf0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.319s 2018-08-12 20:21:12.575 63 DEBUG tempest.lib.common.rest_client [req-e63184af-7999-42bb-9b8a-ccab2b60daf0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-579861285", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "9524d14f-0d92-4509-a147-8f5fb2980e73", "port": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e63184af-7999-42bb-9b8a-ccab2b60daf0', 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e63184af-7999-42bb-9b8a-ccab2b60daf0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "582f663e-1bfd-4060-829e-ee4545c61721", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "adminPass": "jiCLPX9YE54m"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:12.914 63 INFO tempest.lib.common.rest_client [req-e7ceb003-b5bf-4d9e-adf0-248236751502 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.335s 2018-08-12 20:21:12.915 63 DEBUG tempest.lib.common.rest_client [req-e7ceb003-b5bf-4d9e-adf0-248236751502 ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-e7ceb003-b5bf-4d9e-adf0-248236751502', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7ceb003-b5bf-4d9e-adf0-248236751502'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:14.292 63 INFO tempest.lib.common.rest_client [req-2f4ff1a1-9d80-4d4f-9c06-b2a3df54ac04 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.362s 2018-08-12 20:21:14.293 63 DEBUG tempest.lib.common.rest_client [req-2f4ff1a1-9d80-4d4f-9c06-b2a3df54ac04 ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-2f4ff1a1-9d80-4d4f-9c06-b2a3df54ac04', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f4ff1a1-9d80-4d4f-9c06-b2a3df54ac04'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:16.421 63 INFO tempest.lib.common.rest_client [req-d68a0682-26b9-4c7e-908c-433d40da4ebe ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 1.113s 2018-08-12 20:21:16.422 63 DEBUG tempest.lib.common.rest_client [req-d68a0682-26b9-4c7e-908c-433d40da4ebe ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-d68a0682-26b9-4c7e-908c-433d40da4ebe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d68a0682-26b9-4c7e-908c-433d40da4ebe'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:16.435 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 20:21:18.581 63 INFO tempest.lib.common.rest_client [req-7bfeb4e7-3089-4346-a128-94dc845b47cb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 1.144s 2018-08-12 20:21:18.581 63 DEBUG tempest.lib.common.rest_client [req-7bfeb4e7-3089-4346-a128-94dc845b47cb ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-7bfeb4e7-3089-4346-a128-94dc845b47cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bfeb4e7-3089-4346-a128-94dc845b47cb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:15Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:18.595 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:21:20.205 63 INFO tempest.lib.common.rest_client [req-eec374d4-ed90-4d39-ac83-bf45bfc9f938 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.608s 2018-08-12 20:21:20.206 63 DEBUG tempest.lib.common.rest_client [req-eec374d4-ed90-4d39-ac83-bf45bfc9f938 ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-eec374d4-ed90-4d39-ac83-bf45bfc9f938', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eec374d4-ed90-4d39-ac83-bf45bfc9f938'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:20.220 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:21:21.166 63 INFO tempest.lib.common.rest_client [req-56f78ad0-b6ae-4a15-b634-11f06921406c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.945s 2018-08-12 20:21:21.166 63 DEBUG tempest.lib.common.rest_client [req-56f78ad0-b6ae-4a15-b634-11f06921406c ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-56f78ad0-b6ae-4a15-b634-11f06921406c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56f78ad0-b6ae-4a15-b634-11f06921406c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:21.180 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 582f663e-1bfd-4060-829e-ee4545c61721 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:21:22.248 63 INFO tempest.lib.common.rest_client [req-b75cd3a5-2f8c-4183-9425-b54d31e3e517 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/ports 1.067s 2018-08-12 20:21:22.248 63 DEBUG tempest.lib.common.rest_client [req-b75cd3a5-2f8c-4183-9425-b54d31e3e517 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1402214793", "security_groups": ["7e645250-78f8-4e09-a77b-a1655e3073f4"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:21:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b75cd3a5-2f8c-4183-9425-b54d31e3e517'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:21:21Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:21:21Z","name":"tempest-port-smoke-1402214793","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:41:3d:7e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"74c85f52-5786-4c42-a859-22be2fc79474","ip_address":"10.102.21.20"}],"id":"d00662b1-577f-47b3-b908-9ade28625e22","security_groups":["7e645250-78f8-4e09-a77b-a1655e3073f4"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:25.647 63 INFO tempest.lib.common.rest_client [req-85695ee6-3f86-4431-8dfa-7d84d8d3556e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.23:8774/v2.1/servers 3.397s 2018-08-12 20:21:25.648 63 DEBUG tempest.lib.common.rest_client [req-85695ee6-3f86-4431-8dfa-7d84d8d3556e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-579861285", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "port": "d00662b1-577f-47b3-b908-9ade28625e22"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-85695ee6-3f86-4431-8dfa-7d84d8d3556e', 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85695ee6-3f86-4431-8dfa-7d84d8d3556e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "adminPass": "P3c6YALjX9fm"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:25.997 63 INFO tempest.lib.common.rest_client [req-90b3d2f9-1625-4d59-a6bf-f0a27f7997b6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.345s 2018-08-12 20:21:25.998 63 DEBUG tempest.lib.common.rest_client [req-90b3d2f9-1625-4d59-a6bf-f0a27f7997b6 ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-90b3d2f9-1625-4d59-a6bf-f0a27f7997b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90b3d2f9-1625-4d59-a6bf-f0a27f7997b6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:27.552 63 INFO tempest.lib.common.rest_client [req-1a359085-be25-493d-8dab-1e2e26c68f9a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.540s 2018-08-12 20:21:27.553 63 DEBUG tempest.lib.common.rest_client [req-1a359085-be25-493d-8dab-1e2e26c68f9a ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-1a359085-be25-493d-8dab-1e2e26c68f9a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a359085-be25-493d-8dab-1e2e26c68f9a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:29.168 63 INFO tempest.lib.common.rest_client [req-5a8c1099-1c48-4844-934a-f5b73a1ed2cc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.599s 2018-08-12 20:21:29.169 63 DEBUG tempest.lib.common.rest_client [req-5a8c1099-1c48-4844-934a-f5b73a1ed2cc ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-5a8c1099-1c48-4844-934a-f5b73a1ed2cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a8c1099-1c48-4844-934a-f5b73a1ed2cc'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:27Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:29.182 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:21:30.612 63 INFO tempest.lib.common.rest_client [req-b45e4038-d690-4f2f-8c09-768cfa96bc8f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.428s 2018-08-12 20:21:30.613 63 DEBUG tempest.lib.common.rest_client [req-b45e4038-d690-4f2f-8c09-768cfa96bc8f ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b45e4038-d690-4f2f-8c09-768cfa96bc8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b45e4038-d690-4f2f-8c09-768cfa96bc8f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:30.626 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:21:32.338 63 INFO tempest.lib.common.rest_client [req-41ed85b1-7ca9-4b90-bc0f-fcaf701db064 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.709s 2018-08-12 20:21:32.338 63 DEBUG tempest.lib.common.rest_client [req-41ed85b1-7ca9-4b90-bc0f-fcaf701db064 ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-41ed85b1-7ca9-4b90-bc0f-fcaf701db064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ed85b1-7ca9-4b90-bc0f-fcaf701db064'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:34.516 63 INFO tempest.lib.common.rest_client [req-f6b48182-0747-4ccb-a03d-de349ecff5a2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 1.163s 2018-08-12 20:21:34.517 63 DEBUG tempest.lib.common.rest_client [req-f6b48182-0747-4ccb-a03d-de349ecff5a2 ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-f6b48182-0747-4ccb-a03d-de349ecff5a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6b48182-0747-4ccb-a03d-de349ecff5a2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:32Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:34.531 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:21:35.294 63 INFO tempest.lib.common.rest_client [req-b3979f7a-d141-4c6b-b575-350ab0117358 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.763s 2018-08-12 20:21:35.295 63 DEBUG tempest.lib.common.rest_client [req-b3979f7a-d141-4c6b-b575-350ab0117358 ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b3979f7a-d141-4c6b-b575-350ab0117358', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3979f7a-d141-4c6b-b575-350ab0117358'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:32Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:35.308 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 933008fc-6237-4ecc-ad3c-daef412d6955 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:21:35.453 63 INFO tempest.lib.common.rest_client [req-2df94ab1-2f77-444e-9744-91118979992e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/routers 0.144s 2018-08-12 20:21:35.453 63 DEBUG tempest.lib.common.rest_client [req-2df94ab1-2f77-444e-9744-91118979992e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--222852585", "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': 'Sun, 12 Aug 2018 20:21:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2df94ab1-2f77-444e-9744-91118979992e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:35Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:35Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "name": "tempest-router--222852585"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:36.974 63 INFO tempest.lib.common.rest_client [req-35399ee1-d723-448a-b1c2-1af7ee4fa636 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36 1.519s 2018-08-12 20:21:36.975 63 DEBUG tempest.lib.common.rest_client [req-35399ee1-d723-448a-b1c2-1af7ee4fa636 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36', u'date': 'Sun, 12 Aug 2018 20:21:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35399ee1-d723-448a-b1c2-1af7ee4fa636'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:35Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:36Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "name": "tempest-router--222852585"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:39.362 63 INFO tempest.lib.common.rest_client [req-35fc6644-d153-45fd-b002-fd75bde2fcd9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/add_router_interface 2.386s 2018-08-12 20:21:39.362 63 DEBUG tempest.lib.common.rest_client [req-35fc6644-d153-45fd-b002-fd75bde2fcd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:21:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35fc6644-d153-45fd-b002-fd75bde2fcd9'} Body: {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f", "subnet_ids": ["a1ed5267-4f81-40bd-b1a0-fc863828472f"], "port_id": "8ed3bb78-0364-4e32-8d65-b18c0a366ae7", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:41.457 63 INFO tempest.lib.common.rest_client [req-effd907d-c599-4fcd-a8cb-99de9e610761 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.093s 2018-08-12 20:21:41.458 63 DEBUG tempest.lib.common.rest_client [req-effd907d-c599-4fcd-a8cb-99de9e610761 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:21:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-effd907d-c599-4fcd-a8cb-99de9e610761'} Body: {"floatingip": {"router_id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:21:40Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b", "id": "cc498768-eda1-462c-914e-e02ad02d07a3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:40Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:21:41.459 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:21:43.461 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:21:43.564 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:21:43.589 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:21:43.703 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-12 20:21:43.704 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:21:43.706 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:21:43.767 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:21:43.770 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:21:48.778 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:21:48.778 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-12 20:22:58.849 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-12 20:22:58.850 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:22:58.852 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:22:58.913 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:22:58.917 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:23:03.923 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:23:03.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.203.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:24:13.994 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-12 20:24:13.995 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-12 20:24:13.995 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:13.999 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14.060 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:24:14.064 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14.070 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:24:14.070 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:5e:72:93 [ether] on eth0 2018-08-12 20:24:14.070 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-12 20:24:14.071 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14.073 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14.132 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:24:14.137 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14.145 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 20:24:14.146 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-12 20:24:14.146 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14.148 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14.208 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:24:14.212 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14.219 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-12 20:24:14.219 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14.222 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14.285 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:24:14.285 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14.291 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:24:14.291 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:5e:72:93 [ether] on eth0 2018-08-12 20:24:14.291 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-12 20:24:14.292 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14.294 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14.352 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:24:14.357 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:19.363 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:24:19.364 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-12 20:25:29.401 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-12 20:25:29.402 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:25:29.406 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:25:29.508 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:25:29.534 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:25:34.543 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:25:34.544 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-12 20:26:44.598 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-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:26:46.095 63 INFO tempest.lib.common.rest_client [req-848400a3-a7c9-4ac4-abc8-5ef9eddd0e41 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/cc498768-eda1-462c-914e-e02ad02d07a3 1.494s 2018-08-12 20:26:46.095 63 DEBUG tempest.lib.common.rest_client [req-848400a3-a7c9-4ac4-abc8-5ef9eddd0e41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cc498768-eda1-462c-914e-e02ad02d07a3', u'date': 'Sun, 12 Aug 2018 20:26:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-848400a3-a7c9-4ac4-abc8-5ef9eddd0e41'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:47.972 63 INFO tempest.lib.common.rest_client [req-de36758c-507d-4a97-9697-805be561cb39 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/remove_router_interface 1.875s 2018-08-12 20:26:47.972 63 DEBUG tempest.lib.common.rest_client [req-de36758c-507d-4a97-9697-805be561cb39 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:26:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de36758c-507d-4a97-9697-805be561cb39'} Body: {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f", "subnet_ids": ["a1ed5267-4f81-40bd-b1a0-fc863828472f"], "port_id": "8ed3bb78-0364-4e32-8d65-b18c0a366ae7", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:49.757 63 INFO tempest.lib.common.rest_client [req-4308d78f-8341-4dd3-8a4e-7fce3cc11ea6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36 1.784s 2018-08-12 20:26:49.758 63 DEBUG tempest.lib.common.rest_client [req-4308d78f-8341-4dd3-8a4e-7fce3cc11ea6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d5388f31-f217-42a8-b81d-fbc6f6d5fa36', u'date': 'Sun, 12 Aug 2018 20:26:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4308d78f-8341-4dd3-8a4e-7fce3cc11ea6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:50.613 63 INFO tempest.lib.common.rest_client [req-ff169806-4841-42c8-8d77-d0b04b3d9ae6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.854s 2018-08-12 20:26:50.614 63 DEBUG tempest.lib.common.rest_client [req-ff169806-4841-42c8-8d77-d0b04b3d9ae6 ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-ff169806-4841-42c8-8d77-d0b04b3d9ae6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff169806-4841-42c8-8d77-d0b04b3d9ae6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:51.777 63 INFO tempest.lib.common.rest_client [req-b0a8dfe6-d055-455f-bd94-7dad2df14c40 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 1.162s 2018-08-12 20:26:51.778 63 DEBUG tempest.lib.common.rest_client [req-b0a8dfe6-d055-455f-bd94-7dad2df14c40 ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b0a8dfe6-d055-455f-bd94-7dad2df14c40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0a8dfe6-d055-455f-bd94-7dad2df14c40'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:26:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:52.845 63 INFO tempest.lib.common.rest_client [req-a78bbfa7-4eff-4174-8f67-93a8ce0aacf7 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.050s 2018-08-12 20:26:52.845 63 DEBUG tempest.lib.common.rest_client [req-a78bbfa7-4eff-4174-8f67-93a8ce0aacf7 ] 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-a78bbfa7-4eff-4174-8f67-93a8ce0aacf7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a78bbfa7-4eff-4174-8f67-93a8ce0aacf7'} Body: {"itemNotFound": {"message": "Instance 933008fc-6237-4ecc-ad3c-daef412d6955 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:53.720 63 INFO tempest.lib.common.rest_client [req-ce428b8d-f812-4d18-9a55-73707ca1c5c4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d00662b1-577f-47b3-b908-9ade28625e22 0.874s 2018-08-12 20:26:53.721 63 DEBUG tempest.lib.common.rest_client [req-ce428b8d-f812-4d18-9a55-73707ca1c5c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d00662b1-577f-47b3-b908-9ade28625e22', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce428b8d-f812-4d18-9a55-73707ca1c5c4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:53.919 63 INFO tempest.lib.common.rest_client [req-5ddd1a09-8f97-4bf1-96c8-1f63c6b6b703 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.197s 2018-08-12 20:26:53.919 63 DEBUG tempest.lib.common.rest_client [req-5ddd1a09-8f97-4bf1-96c8-1f63c6b6b703 ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-5ddd1a09-8f97-4bf1-96c8-1f63c6b6b703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5ddd1a09-8f97-4bf1-96c8-1f63c6b6b703'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:54.903 63 INFO tempest.lib.common.rest_client [req-b0d00db0-756e-43bb-8500-400147bf2413 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.983s 2018-08-12 20:26:54.903 63 DEBUG tempest.lib.common.rest_client [req-b0d00db0-756e-43bb-8500-400147bf2413 ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-b0d00db0-756e-43bb-8500-400147bf2413', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0d00db0-756e-43bb-8500-400147bf2413'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:26:53Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:55.970 63 INFO tempest.lib.common.rest_client [req-c74b8467-d2e5-4b5a-905a-1eb5189a972a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.053s 2018-08-12 20:26:55.971 63 DEBUG tempest.lib.common.rest_client [req-c74b8467-d2e5-4b5a-905a-1eb5189a972a ] 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-c74b8467-d2e5-4b5a-905a-1eb5189a972a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-c74b8467-d2e5-4b5a-905a-1eb5189a972a'} Body: {"itemNotFound": {"message": "Instance 582f663e-1bfd-4060-829e-ee4545c61721 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:56.895 63 INFO tempest.lib.common.rest_client [req-6e646870-cc4d-449c-8f80-f39d9a8a87ca ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a95da2eb-39b9-4049-bac1-e4fde11f1a3b 0.922s 2018-08-12 20:26:56.895 63 DEBUG tempest.lib.common.rest_client [req-6e646870-cc4d-449c-8f80-f39d9a8a87ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a95da2eb-39b9-4049-bac1-e4fde11f1a3b', u'date': 'Sun, 12 Aug 2018 20:26:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6e646870-cc4d-449c-8f80-f39d9a8a87ca'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:56.968 63 INFO tempest.lib.common.rest_client [req-bf1bd808-dc0a-41e3-a427-8cffab23c0ff ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-579861285 0.072s 2018-08-12 20:26:56.969 63 DEBUG tempest.lib.common.rest_client [req-bf1bd808-dc0a-41e3-a427-8cffab23c0ff ] 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-579861285', u'x-compute-request-id': 'req-bf1bd808-dc0a-41e3-a427-8cffab23c0ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf1bd808-dc0a-41e3-a427-8cffab23c0ff'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:26:58.604 63 INFO tempest.lib.common.rest_client [req-9086bc49-650e-41df-925c-918497fd49b8 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/remove_router_interface 1.634s 2018-08-12 20:26:58.605 63 DEBUG tempest.lib.common.rest_client [req-9086bc49-650e-41df-925c-918497fd49b8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:26:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9086bc49-650e-41df-925c-918497fd49b8'} Body: {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474", "subnet_ids": ["74c85f52-5786-4c42-a859-22be2fc79474"], "port_id": "a09d37d3-ebcd-490f-920e-0b2807ba808d", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:00.416 63 INFO tempest.lib.common.rest_client [req-6635e9ae-5651-49d8-b1f1-544d55737782 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff 1.809s 2018-08-12 20:27:00.416 63 DEBUG tempest.lib.common.rest_client [req-6635e9ae-5651-49d8-b1f1-544d55737782 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ef7d5931-dab2-4ada-ba0b-a26d07f454ff', u'date': 'Sun, 12 Aug 2018 20:27:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6635e9ae-5651-49d8-b1f1-544d55737782'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:02.743 63 INFO tempest.lib.common.rest_client [req-0f10fce4-8c68-4c56-9b4d-9657a8ed4ac7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/74c85f52-5786-4c42-a859-22be2fc79474 2.326s 2018-08-12 20:27:02.744 63 DEBUG tempest.lib.common.rest_client [req-0f10fce4-8c68-4c56-9b4d-9657a8ed4ac7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/74c85f52-5786-4c42-a859-22be2fc79474', u'date': 'Sun, 12 Aug 2018 20:27:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0f10fce4-8c68-4c56-9b4d-9657a8ed4ac7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:04.499 63 INFO tempest.lib.common.rest_client [req-cda449f5-ac79-4645-a906-b8ac3504f69d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a1e048e6-1600-4e4b-9055-8c1456fecc0b 1.754s 2018-08-12 20:27:04.499 63 DEBUG tempest.lib.common.rest_client [req-cda449f5-ac79-4645-a906-b8ac3504f69d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a1e048e6-1600-4e4b-9055-8c1456fecc0b', u'date': 'Sun, 12 Aug 2018 20:27:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cda449f5-ac79-4645-a906-b8ac3504f69d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:06.953 63 INFO tempest.lib.common.rest_client [req-4ca9c608-066a-46a6-8983-ae73b87be90a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a1ed5267-4f81-40bd-b1a0-fc863828472f 2.452s 2018-08-12 20:27:06.953 63 DEBUG tempest.lib.common.rest_client [req-4ca9c608-066a-46a6-8983-ae73b87be90a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a1ed5267-4f81-40bd-b1a0-fc863828472f', u'date': 'Sun, 12 Aug 2018 20:27:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4ca9c608-066a-46a6-8983-ae73b87be90a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:09.252 63 INFO tempest.lib.common.rest_client [req-0bef86bb-caec-4f60-a13c-edcaa7bff104 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/9524d14f-0d92-4509-a147-8f5fb2980e73 2.297s 2018-08-12 20:27:09.253 63 DEBUG tempest.lib.common.rest_client [req-0bef86bb-caec-4f60-a13c-edcaa7bff104 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/9524d14f-0d92-4509-a147-8f5fb2980e73', u'date': 'Sun, 12 Aug 2018 20:27:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0bef86bb-caec-4f60-a13c-edcaa7bff104'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:09.771 63 INFO tempest.lib.common.rest_client [req-a3b91795-eaec-4d42-8b8e-ced5eb64497d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7e645250-78f8-4e09-a77b-a1655e3073f4 0.517s 2018-08-12 20:27:09.771 63 DEBUG tempest.lib.common.rest_client [req-a3b91795-eaec-4d42-8b8e-ced5eb64497d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7e645250-78f8-4e09-a77b-a1655e3073f4', u'date': 'Sun, 12 Aug 2018 20:27:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3b91795-eaec-4d42-8b8e-ced5eb64497d'} 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 [374.264689s] ... 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 801, in test_bgpvpn_negative_delete_router_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-12 20:20:55,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.316s 2018-08-12 20:20:55,825 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1732659298 description", "name": "tempest-secgroup-smoke-1732659298"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:20:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c3e2731-a8dd-4a6c-99ac-cffb47f40b67'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1732659298 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:55Z", "updated_at": "2018-08-12T20:20:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:20:55Z", "revision_number": 0, "id": "10b04b8f-9af7-435d-9a49-22f6d982c07c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:20:55Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:20:55Z", "revision_number": 0, "id": "88bc7f16-ec58-4875-a5fc-bcbec7aac603", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:20:55Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "name": "tempest-secgroup-smoke-1732659298"}} 2018-08-12 20:20:56,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.716s 2018-08-12 20:20:56,543 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba06e277-c335-4068-8284-f0f05877bafb'} 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-12T20:20:56Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ed922702-cc9b-4c4e-96e0-59e59e85e571"}} 2018-08-12 20:20:56,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.322s 2018-08-12 20:20:56,867 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c4a4904-b568-447d-b312-a454e07eed6a'} 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-12T20:20:56Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "40e77bf9-7b21-460d-a471-9e65b8a1831f"}} 2018-08-12 20:20:57,118 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.250s 2018-08-12 20:20:57,119 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64e5af8a-7abc-4210-81d7-693b66c3d765'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f99c8fcc-74d4-42ef-8fa1-5dc6e640f0e1"}} 2018-08-12 20:20:57,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.411s 2018-08-12 20:20:57,531 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00507164-38ce-4495-af4b-53baed020934'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b5b727f8-2665-4970-9bf4-139c49fcf95b"}} 2018-08-12 20:20:57,722 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-12 20:20:57,723 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89ab9307-0cb9-4a21-a6ef-bd14d49831e3'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "14a54fff-6b1a-4c80-8b15-7b349bb512a5"}} 2018-08-12 20:20:57,902 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-12 20:20:57,903 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4a7278d-ce7e-429f-a9c5-b079dffa5269'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fe0f2273-af8d-4fb5-9a47-63f90bc0dea8"}} 2018-08-12 20:20:58,255 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-12 20:20:58,256 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7cc2ca14-6966-4cfe-b7b4-7b56a7ad1bf9'} 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-12T20:20:58Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5f6b73b8-965c-4ab1-81e4-851832eb8a6a"}} 2018-08-12 20:20:58,453 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-12 20:20:58,453 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fef5f408-f43a-4ea3-a810-9a2d44682ce5'} 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-12T20:20:58Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2c606ceb-2497-4e0f-a6d5-d8e83d5ec0ee"}} 2018-08-12 20:20:58,894 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.439s 2018-08-12 20:20:58,894 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-215644930"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1a8613a-a3dd-4e31-97dc-e495e369ecb4'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:20:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"9524d14f-0d92-4509-a147-8f5fb2980e73","name":"tempest-A-215644930"}} 2018-08-12 20:20:59,529 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.634s 2018-08-12 20:20:59,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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "name": "tempest-subnet-A-1-1351382674"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:20:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f33d98e-3db4-41f6-9921-f65a559445fe'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9524d14f-0d92-4509-a147-8f5fb2980e73","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:59Z","dns_nameservers":[],"updated_at":"2018-08-12T20:20: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":"01ace95cf526467b9409c6248a7c6876","id":"a1ed5267-4f81-40bd-b1a0-fc863828472f","subnetpool_id":null,"name":"tempest-subnet-A-1-1351382674"}} 2018-08-12 20:21:00,084 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.553s 2018-08-12 20:21:00,084 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1192854444"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:21:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31f5e09f-bb14-499b-9fec-c1f5a4afdfb8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:20:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","name":"tempest-B-1192854444"}} 2018-08-12 20:21:01,440 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.354s 2018-08-12 20:21:01,440 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "name": "tempest-subnet-B-1-761935424"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:21:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9923d435-3688-4fc2-8504-9e09198a85fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:21:00Z","dns_nameservers":[],"updated_at":"2018-08-12T20:21: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":"01ace95cf526467b9409c6248a7c6876","id":"74c85f52-5786-4c42-a859-22be2fc79474","subnetpool_id":null,"name":"tempest-subnet-B-1-761935424"}} 2018-08-12 20:21:02,040 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.598s 2018-08-12 20:21:02,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--393952612", "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': 'Sun, 12 Aug 2018 20:21:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-348ed2ce-16fe-4942-806a-7c55699b93a5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:01Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:01Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "name": "tempest-router--393952612"}} 2018-08-12 20:21:03,929 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/ef7d5931-dab2-4ada-ba0b-a26d07f454ff 1.887s 2018-08-12 20:21:03,930 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff', u'date': 'Sun, 12 Aug 2018 20:21:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f38d5aa7-b496-4547-a0b8-d1d9a3995eca'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:01Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:03Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "name": "tempest-router--393952612"}} 2018-08-12 20:21:06,243 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/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/add_router_interface 2.312s 2018-08-12 20:21:06,243 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5728604f-2a7a-484d-a9c4-acb193a07a75'} Body: {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474", "subnet_ids": ["74c85f52-5786-4c42-a859-22be2fc79474"], "port_id": "a09d37d3-ebcd-490f-920e-0b2807ba808d", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"} 2018-08-12 20:21:06,693 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.448s 2018-08-12 20:21:06,694 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d9d317c-91ca-4323-8330-8b4d0095625d'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "946e81fa-08f6-4c13-ba51-b3a72caebb19"}} 2018-08-12 20:21:06,985 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/946e81fa-08f6-4c13-ba51-b3a72caebb19/network_associations 0.290s 2018-08-12 20:21:06,986 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19/network_associations', u'date': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7df2353c-90a1-4730-9fc5-484c0333cc0f'} Body: {"network_association": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "id": "fe720ff3-4753-490f-bf5b-5b03c63857ec"}} 2018-08-12 20:21:07,793 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/946e81fa-08f6-4c13-ba51-b3a72caebb19/router_associations 0.807s 2018-08-12 20:21:07,794 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19/router_associations', u'date': 'Sun, 12 Aug 2018 20:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29c8d834-9b23-4b28-b90c-9f6c0ca6d0dd'} Body: {"router_association": {"router_id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "id": "8b6a656a-f4d8-4bfc-b240-25cfaea3e7a7"}} 2018-08-12 20:21:08,170 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.375s 2018-08-12 20:21:08,171 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-579861285"}} 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-7e2978dd-dc12-4136-806f-3cad8efb59b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e2978dd-dc12-4136-806f-3cad8efb59b1'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiXdVevLZJfHrSBurS4kThCzyydJMyeAPDXcOWZSPOAT4OCxXPFiiQlEkVVECDsZvpkUh6WZReeLPxsq6xKqlqwnMVZvy4i+07qlByXdZy3ymBi4qWflLjJUC1s+6y+XcK2HN3lH2noRksw9F0rZjrjTv97pTFpnllqCal3KKMkITxGoqTu18AEzOjChtSwM/6PAyLckTQ1HNULHcyp/wM0X6CUNXsHrKfxbFkrFTJjvhUh8qfmqIMvEIoSGi8uuOoRcQr3pkehSYjwPvIXcfAj/jYo2DTAR+SpegOp4xaR0uBRC7gwCRsZjeNHtPHKOh0UapAqF4RUsx9X7qd8HSf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAol3VXry2SXx60gbq0uJE4Qs8snSTMngDw13DlmUjzgE+DgsV\nzxYokJRJFVRAg7Gb6ZFIelmUXniz8bKusSqpasJzFWb8uIvtO6pQcl3Wct8pgYuK\nln5S4yVAtbPusvl3Cthzd5R9p6EZLMPRdK2Y6407/e6UxaZ5ZagmpdyijJCE8RqK\nk7tfABMzowobUsDP+jwMi3JE0NRzVCx3Mqf8DNF+glDV7B6yn8WxZKxUyY74VIfK\nn5qiDLxCKEhovLrjqEXEK96ZHoUmI8D7yF3HwI/42KNg0wEfkqXoDqeMWkdLgUQu\n4MAkbGY3jR7TxyjodFGqQKheEVLMfV+6nfB0nwIDAQABAoIBAFbgtHnTqgoaJDHb\nZ6zdS5PLCnhGbji0BPd1ZWFEzuq8uXKUNeAv8BakcZKLGVYeI9nPViO5aO0/0rEC\nNf0wYaRxVVjfWVx56r9hO1hmo4elpzTc8JPkFf/agAx5scBsQWk5NleGydF3HtxY\nDuxKsyde0/nkvhAgKpbdaYiYTRW+qGT9E7DGE0Kur6smjsAYan/0hw3+YjNkyU6C\n7evG+2cqXhq/VlgdigUhEJBxqp4ZR85HOz6eswEXtVkCMgToFPz6iDUAg/Cdb1Tp\nwWqFNFi6g7h7cKXwKLONHARbH89T6KZKv3L4W9O2dUdEWeFppvpzJmuExT/EO6Gc\n8poCk8ECgYEAzLJaRM3UNxsbBp9UDZHhiNvuLPrBjbniBD1arvZnthhh7HhbMFPH\nt1OkTV51rIPKkRbtas2kpG+zAMw/Xgl8rVKkRL8B6Q7FYk7odTHO7IWNyFlB79PJ\nEQXov3wu/0G51QIKrYsEHCnQ556CeN+J4shZLNC/ZYLvH0mNeNUXeGECgYEAyw+D\nvZ+T+dEN+NVD0bX8d6fKbl69Bag+xKdmgD3osKtxEoYGbfpeg7pfLstDBgoYX0Wc\ndzYg/gQ2qtYi6BaxxQajP5v80vpbP1QH+48Zkg9ajJOQl9iweIXvt17BJOyqSOA4\nkLu6ggsZS2woK2kh0agDUTqYL/gM8Ez7M+3LDP8CgYEAsLYT6awLVVtIFIp9pI1Y\nt66tyhTb/T8ImIJjBAJifDhGaT9p8amSE3jYsZYnXjwUJvc1FOvdA7wOO1UYK1Vj\nVbmvaE3BF3KSAhF+6pWKPnP5d4leu+0IenKwgIZziBc0l2gA0drePHX5C8uydSj9\nv1MYcPDxGnBTgJ4dzL+hWGECgYEAxWJiY/vvooGlPEFKOFrXfBR9QQYUZaBiy1QR\n3gzP2JP+SMxBCby7DP8oMNtiXkeH42xOKM9UCLdd0Hhw2/vbd7L5Ewb1Hrw/4HI1\nhEFY0NLd6RI0FnaLK8y99RhFVTg8WrSiJ4ZkSK6zOs56yZ/bQOo5t0bm0pIjOZ8K\n/DJlE08CgYEAsgvEyFIQDRKEoW5eTQgq0XVXASIbjNWKDIxlVmrycJ+p0SIGDSpD\n7lpNAZewwCuX0zH1pV9sSGjzyRbcwAEM535zHQ3j9vZ1UnYuv7RM4t8x16rmY6SM\n1m7rB/yKEpQ5vx7HQsDW38bXu2jSw0Y+g8uXGjTamyW/UPhUd7XuUE0=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-579861285", "fingerprint": "ab:b9:66:fa:e4:7f:e8:6e:4d:ba:19:8e:75:1d:a3:73"}} 2018-08-12 20:21:09,254 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.079s 2018-08-12 20:21:09,255 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2116889249", "security_groups": ["7e645250-78f8-4e09-a77b-a1655e3073f4"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:21:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44024b26-6d4f-44b3-8d47-8051986fe978'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:21:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9524d14f-0d92-4509-a147-8f5fb2980e73","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:21:08Z","name":"tempest-port-smoke-2116889249","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a5:ff:b7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"a1ed5267-4f81-40bd-b1a0-fc863828472f","ip_address":"10.101.11.10"}],"id":"a95da2eb-39b9-4049-bac1-e4fde11f1a3b","security_groups":["7e645250-78f8-4e09-a77b-a1655e3073f4"],"device_id":""}} 2018-08-12 20:21:12,575 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.319s 2018-08-12 20:21:12,575 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-579861285", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "9524d14f-0d92-4509-a147-8f5fb2980e73", "port": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e63184af-7999-42bb-9b8a-ccab2b60daf0', 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e63184af-7999-42bb-9b8a-ccab2b60daf0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "582f663e-1bfd-4060-829e-ee4545c61721", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "adminPass": "jiCLPX9YE54m"}} 2018-08-12 20:21:12,914 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/582f663e-1bfd-4060-829e-ee4545c61721 0.335s 2018-08-12 20:21:12,915 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-e7ceb003-b5bf-4d9e-adf0-248236751502', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7ceb003-b5bf-4d9e-adf0-248236751502'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:14,292 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/582f663e-1bfd-4060-829e-ee4545c61721 0.362s 2018-08-12 20:21:14,293 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-2f4ff1a1-9d80-4d4f-9c06-b2a3df54ac04', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f4ff1a1-9d80-4d4f-9c06-b2a3df54ac04'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:16,421 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/582f663e-1bfd-4060-829e-ee4545c61721 1.113s 2018-08-12 20:21:16,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': '1399', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-d68a0682-26b9-4c7e-908c-433d40da4ebe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d68a0682-26b9-4c7e-908c-433d40da4ebe'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:16,435 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 20:21:18,581 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/582f663e-1bfd-4060-829e-ee4545c61721 1.144s 2018-08-12 20:21:18,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-7bfeb4e7-3089-4346-a128-94dc845b47cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bfeb4e7-3089-4346-a128-94dc845b47cb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:15Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:18,595 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:21:20,205 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/582f663e-1bfd-4060-829e-ee4545c61721 0.608s 2018-08-12 20:21:20,206 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-eec374d4-ed90-4d39-ac83-bf45bfc9f938', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eec374d4-ed90-4d39-ac83-bf45bfc9f938'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:20,220 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:21:21,166 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/582f663e-1bfd-4060-829e-ee4545c61721 0.945s 2018-08-12 20:21:21,166 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-56f78ad0-b6ae-4a15-b634-11f06921406c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56f78ad0-b6ae-4a15-b634-11f06921406c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:21,180 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 582f663e-1bfd-4060-829e-ee4545c61721 with status: ACTIVE 2018-08-12 20:21:22,248 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.067s 2018-08-12 20:21:22,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1402214793", "security_groups": ["7e645250-78f8-4e09-a77b-a1655e3073f4"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:21:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b75cd3a5-2f8c-4183-9425-b54d31e3e517'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:21:21Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:21:21Z","name":"tempest-port-smoke-1402214793","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:41:3d:7e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"74c85f52-5786-4c42-a859-22be2fc79474","ip_address":"10.102.21.20"}],"id":"d00662b1-577f-47b3-b908-9ade28625e22","security_groups":["7e645250-78f8-4e09-a77b-a1655e3073f4"],"device_id":""}} 2018-08-12 20:21:25,647 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.397s 2018-08-12 20:21:25,648 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-579861285", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "port": "d00662b1-577f-47b3-b908-9ade28625e22"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-85695ee6-3f86-4431-8dfa-7d84d8d3556e', 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85695ee6-3f86-4431-8dfa-7d84d8d3556e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "adminPass": "P3c6YALjX9fm"}} 2018-08-12 20:21:25,997 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.345s 2018-08-12 20:21:25,998 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-90b3d2f9-1625-4d59-a6bf-f0a27f7997b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90b3d2f9-1625-4d59-a6bf-f0a27f7997b6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:27,552 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.540s 2018-08-12 20:21:27,553 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-1a359085-be25-493d-8dab-1e2e26c68f9a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a359085-be25-493d-8dab-1e2e26c68f9a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:29,168 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.599s 2018-08-12 20:21:29,169 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-5a8c1099-1c48-4844-934a-f5b73a1ed2cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a8c1099-1c48-4844-934a-f5b73a1ed2cc'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:27Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:29,182 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:21:30,612 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.428s 2018-08-12 20:21:30,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b45e4038-d690-4f2f-8c09-768cfa96bc8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b45e4038-d690-4f2f-8c09-768cfa96bc8f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:30,626 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:21:32,338 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.709s 2018-08-12 20:21:32,338 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-41ed85b1-7ca9-4b90-bc0f-fcaf701db064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ed85b1-7ca9-4b90-bc0f-fcaf701db064'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:34,516 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/933008fc-6237-4ecc-ad3c-daef412d6955 1.163s 2018-08-12 20:21:34,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-f6b48182-0747-4ccb-a03d-de349ecff5a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6b48182-0747-4ccb-a03d-de349ecff5a2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:32Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:34,531 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:21:35,294 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.763s 2018-08-12 20:21:35,295 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b3979f7a-d141-4c6b-b575-350ab0117358', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3979f7a-d141-4c6b-b575-350ab0117358'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:32Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:35,308 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 933008fc-6237-4ecc-ad3c-daef412d6955 with status: ACTIVE 2018-08-12 20:21:35,453 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.144s 2018-08-12 20:21:35,453 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--222852585", "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': 'Sun, 12 Aug 2018 20:21:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2df94ab1-2f77-444e-9744-91118979992e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:35Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:35Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "name": "tempest-router--222852585"}} 2018-08-12 20:21:36,974 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/d5388f31-f217-42a8-b81d-fbc6f6d5fa36 1.519s 2018-08-12 20:21:36,975 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36', u'date': 'Sun, 12 Aug 2018 20:21:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35399ee1-d723-448a-b1c2-1af7ee4fa636'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:35Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:36Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "name": "tempest-router--222852585"}} 2018-08-12 20:21:39,362 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/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/add_router_interface 2.386s 2018-08-12 20:21:39,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:21:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35fc6644-d153-45fd-b002-fd75bde2fcd9'} Body: {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f", "subnet_ids": ["a1ed5267-4f81-40bd-b1a0-fc863828472f"], "port_id": "8ed3bb78-0364-4e32-8d65-b18c0a366ae7", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36"} 2018-08-12 20:21:41,457 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/floatingips 2.093s 2018-08-12 20:21:41,458 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:21:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-effd907d-c599-4fcd-a8cb-99de9e610761'} Body: {"floatingip": {"router_id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:21:40Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b", "id": "cc498768-eda1-462c-914e-e02ad02d07a3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:40Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:21:41,459 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:21:43,461 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:21:43,564 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:21:43,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:21:43,703 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-12 20:21:43,704 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:21:43,706 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:21:43,767 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:21:43,770 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:21:48,778 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:21:48,778 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-12 20:22:58,849 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-12 20:22:58,850 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:22:58,852 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:22:58,913 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:22:58,917 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:23:03,923 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:23:03,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.203. 2018-08-12 20:24:13,994 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:24:13,995 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-12 20:24:13,995 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:13,999 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,060 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,064 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14,070 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:24:14,070 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:5e:72:93 [ether] on eth0 2018-08-12 20:24:14,070 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-12 20:24:14,071 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14,073 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,132 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,137 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14,145 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:24:14,146 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-12 20:24:14,146 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14,148 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,208 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,212 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14,219 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-12 20:24:14,219 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14,222 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,285 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,285 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14,291 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:24:14,291 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:5e:72:93 [ether] on eth0 2018-08-12 20:24:14,291 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-12 20:24:14,292 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14,294 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,352 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,357 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:19,363 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:24:19,364 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-12 20:25:29,401 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-12 20:25:29,402 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:25:29,406 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:25:29,508 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:25:29,534 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:25:34,543 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:25:34,544 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-12 20:26:44,598 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:26:44,599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:26:46,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/cc498768-eda1-462c-914e-e02ad02d07a3 1.494s 2018-08-12 20:26:46,095 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cc498768-eda1-462c-914e-e02ad02d07a3', u'date': 'Sun, 12 Aug 2018 20:26:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-848400a3-a7c9-4ac4-abc8-5ef9eddd0e41'} Body: 2018-08-12 20:26:47,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/remove_router_interface 1.875s 2018-08-12 20:26:47,972 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:26:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de36758c-507d-4a97-9697-805be561cb39'} Body: {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f", "subnet_ids": ["a1ed5267-4f81-40bd-b1a0-fc863828472f"], "port_id": "8ed3bb78-0364-4e32-8d65-b18c0a366ae7", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36"} 2018-08-12 20:26:49,757 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36 1.784s 2018-08-12 20:26:49,758 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d5388f31-f217-42a8-b81d-fbc6f6d5fa36', u'date': 'Sun, 12 Aug 2018 20:26:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4308d78f-8341-4dd3-8a4e-7fce3cc11ea6'} Body: 2018-08-12 20:26:50,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.854s 2018-08-12 20:26:50,614 63 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-ff169806-4841-42c8-8d77-d0b04b3d9ae6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff169806-4841-42c8-8d77-d0b04b3d9ae6'} Body: 2018-08-12 20:26:51,777 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 1.162s 2018-08-12 20:26:51,778 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b0a8dfe6-d055-455f-bd94-7dad2df14c40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0a8dfe6-d055-455f-bd94-7dad2df14c40'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:26:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:26:52,845 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.050s 2018-08-12 20:26:52,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-a78bbfa7-4eff-4174-8f67-93a8ce0aacf7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a78bbfa7-4eff-4174-8f67-93a8ce0aacf7'} Body: {"itemNotFound": {"message": "Instance 933008fc-6237-4ecc-ad3c-daef412d6955 could not be found.", "code": 404}} 2018-08-12 20:26:53,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d00662b1-577f-47b3-b908-9ade28625e22 0.874s 2018-08-12 20:26:53,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/d00662b1-577f-47b3-b908-9ade28625e22', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce428b8d-f812-4d18-9a55-73707ca1c5c4'} Body: 2018-08-12 20:26:53,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.197s 2018-08-12 20:26:53,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-5ddd1a09-8f97-4bf1-96c8-1f63c6b6b703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5ddd1a09-8f97-4bf1-96c8-1f63c6b6b703'} Body: 2018-08-12 20:26:54,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.983s 2018-08-12 20:26:54,903 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-b0d00db0-756e-43bb-8500-400147bf2413', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0d00db0-756e-43bb-8500-400147bf2413'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:26:53Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:26:55,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.053s 2018-08-12 20:26:55,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-c74b8467-d2e5-4b5a-905a-1eb5189a972a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-c74b8467-d2e5-4b5a-905a-1eb5189a972a'} Body: {"itemNotFound": {"message": "Instance 582f663e-1bfd-4060-829e-ee4545c61721 could not be found.", "code": 404}} 2018-08-12 20:26:56,895 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a95da2eb-39b9-4049-bac1-e4fde11f1a3b 0.922s 2018-08-12 20:26:56,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/ports/a95da2eb-39b9-4049-bac1-e4fde11f1a3b', u'date': 'Sun, 12 Aug 2018 20:26:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6e646870-cc4d-449c-8f80-f39d9a8a87ca'} Body: 2018-08-12 20:26:56,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-579861285 0.072s 2018-08-12 20:26:56,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-579861285', u'x-compute-request-id': 'req-bf1bd808-dc0a-41e3-a427-8cffab23c0ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf1bd808-dc0a-41e3-a427-8cffab23c0ff'} Body: 2018-08-12 20:26:58,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/remove_router_interface 1.634s 2018-08-12 20:26:58,605 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:26:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9086bc49-650e-41df-925c-918497fd49b8'} Body: {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474", "subnet_ids": ["74c85f52-5786-4c42-a859-22be2fc79474"], "port_id": "a09d37d3-ebcd-490f-920e-0b2807ba808d", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"} 2018-08-12 20:27:00,416 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff 1.809s 2018-08-12 20:27:00,416 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ef7d5931-dab2-4ada-ba0b-a26d07f454ff', u'date': 'Sun, 12 Aug 2018 20:27:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6635e9ae-5651-49d8-b1f1-544d55737782'} Body: 2018-08-12 20:27:02,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/74c85f52-5786-4c42-a859-22be2fc79474 2.326s 2018-08-12 20:27:02,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/74c85f52-5786-4c42-a859-22be2fc79474', u'date': 'Sun, 12 Aug 2018 20:27:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0f10fce4-8c68-4c56-9b4d-9657a8ed4ac7'} Body: 2018-08-12 20:27:04,499 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a1e048e6-1600-4e4b-9055-8c1456fecc0b 1.754s 2018-08-12 20:27:04,499 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a1e048e6-1600-4e4b-9055-8c1456fecc0b', u'date': 'Sun, 12 Aug 2018 20:27:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cda449f5-ac79-4645-a906-b8ac3504f69d'} Body: 2018-08-12 20:27:06,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a1ed5267-4f81-40bd-b1a0-fc863828472f 2.452s 2018-08-12 20:27:06,953 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a1ed5267-4f81-40bd-b1a0-fc863828472f', u'date': 'Sun, 12 Aug 2018 20:27:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4ca9c608-066a-46a6-8983-ae73b87be90a'} Body: 2018-08-12 20:27:09,252 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/9524d14f-0d92-4509-a147-8f5fb2980e73 2.297s 2018-08-12 20:27:09,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/9524d14f-0d92-4509-a147-8f5fb2980e73', u'date': 'Sun, 12 Aug 2018 20:27:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0bef86bb-caec-4f60-a13c-edcaa7bff104'} Body: 2018-08-12 20:27:09,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7e645250-78f8-4e09-a77b-a1655e3073f4 0.517s 2018-08-12 20:27:09,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/7e645250-78f8-4e09-a77b-a1655e3073f4', u'date': 'Sun, 12 Aug 2018 20:27:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3b91795-eaec-4d42-8b8e-ced5eb64497d'} Body: 2018-08-12 20:27:10.040 63 INFO tempest.lib.common.rest_client [req-5adddbee-0d5f-4887-bec1-2e05b26d07c6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.241s 2018-08-12 20:27:10.041 63 DEBUG tempest.lib.common.rest_client [req-5adddbee-0d5f-4887-bec1-2e05b26d07c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1021818802 description", "name": "tempest-secgroup-smoke-1021818802"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:27:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5adddbee-0d5f-4887-bec1-2e05b26d07c6'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1021818802 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:09Z", "updated_at": "2018-08-12T20:27:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:27:09Z", "revision_number": 0, "id": "0c9c7ccc-b56b-4d94-9c1b-7d45e952e6d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:27:09Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:27:09Z", "revision_number": 0, "id": "1ca06e60-b610-4470-8e3f-2fe94bbd577a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:27:09Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "name": "tempest-secgroup-smoke-1021818802"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:10.261 63 INFO tempest.lib.common.rest_client [req-dfd33097-3e28-4165-8c52-1d64d5639bf6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.218s 2018-08-12 20:27:10.262 63 DEBUG tempest.lib.common.rest_client [req-dfd33097-3e28-4165-8c52-1d64d5639bf6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "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': 'Sun, 12 Aug 2018 20:27:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dfd33097-3e28-4165-8c52-1d64d5639bf6'} 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-12T20:27:10Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:10Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e5b14da9-068b-433e-96e7-c80a8b8fb290"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:10.736 63 INFO tempest.lib.common.rest_client [req-e2af6ce0-91bf-4a44-a800-0f5f19b55e3e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.473s 2018-08-12 20:27:10.736 63 DEBUG tempest.lib.common.rest_client [req-e2af6ce0-91bf-4a44-a800-0f5f19b55e3e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "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': 'Sun, 12 Aug 2018 20:27:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2af6ce0-91bf-4a44-a800-0f5f19b55e3e'} 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-12T20:27:10Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:10Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a51ba5cb-9449-4e5a-8193-69f229545e13"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:10.939 63 INFO tempest.lib.common.rest_client [req-d5846e4b-456d-4c9a-9506-39461c472da2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.201s 2018-08-12 20:27:10.940 63 DEBUG tempest.lib.common.rest_client [req-d5846e4b-456d-4c9a-9506-39461c472da2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "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': 'Sun, 12 Aug 2018 20:27:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d5846e4b-456d-4c9a-9506-39461c472da2'} 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-12T20:27:10Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:10Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e69cd093-a0a5-4c16-9481-5a94768737ba"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:11.400 63 INFO tempest.lib.common.rest_client [req-cd2cfb0e-b720-4a0a-87d2-43821ff8e4fb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.459s 2018-08-12 20:27:11.401 63 DEBUG tempest.lib.common.rest_client [req-cd2cfb0e-b720-4a0a-87d2-43821ff8e4fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "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': 'Sun, 12 Aug 2018 20:27:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cd2cfb0e-b720-4a0a-87d2-43821ff8e4fb'} 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-12T20:27:11Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:11Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ca7dcd94-1a80-496a-a819-e7af06338a5d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:11.605 63 INFO tempest.lib.common.rest_client [req-c0a39d04-8fa2-4ac7-9a42-fcb8590564cf ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-12 20:27:11.605 63 DEBUG tempest.lib.common.rest_client [req-c0a39d04-8fa2-4ac7-9a42-fcb8590564cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:27:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0a39d04-8fa2-4ac7-9a42-fcb8590564cf'} 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-12T20:27:11Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:11Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "97728f7c-1e25-422c-a07c-3192bec99e06"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:11.747 63 INFO tempest.lib.common.rest_client [req-38aa032c-9c41-472c-b97f-2754eec64f0d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.141s 2018-08-12 20:27:11.748 63 DEBUG tempest.lib.common.rest_client [req-38aa032c-9c41-472c-b97f-2754eec64f0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:27:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-38aa032c-9c41-472c-b97f-2754eec64f0d'} 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-12T20:27:11Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:11Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fc53890a-0c0d-4a92-9253-e54f17fa18fe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:12.183 63 INFO tempest.lib.common.rest_client [req-2f2c12ce-6345-464e-8fff-ab12ad9b7a11 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-12 20:27:12.184 63 DEBUG tempest.lib.common.rest_client [req-2f2c12ce-6345-464e-8fff-ab12ad9b7a11 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "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': 'Sun, 12 Aug 2018 20:27:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f2c12ce-6345-464e-8fff-ab12ad9b7a11'} 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-12T20:27:12Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a4068195-9c58-4959-9de0-0b69ec2a5310"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:12.412 63 INFO tempest.lib.common.rest_client [req-68c62589-146b-40cd-8f5f-1f3bec2dad3b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.227s 2018-08-12 20:27:12.413 63 DEBUG tempest.lib.common.rest_client [req-68c62589-146b-40cd-8f5f-1f3bec2dad3b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "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': 'Sun, 12 Aug 2018 20:27:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-68c62589-146b-40cd-8f5f-1f3bec2dad3b'} 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-12T20:27:12Z", "security_group_id": "bb2c23fa-25d5-4710-a537-ab7d12797d62", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2e9228e1-48d7-468d-b052-a21b51d4b8d3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:12.927 63 INFO tempest.lib.common.rest_client [req-a8eac516-0d94-4305-878c-41884397a7a6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.513s 2018-08-12 20:27:12.928 63 DEBUG tempest.lib.common.rest_client [req-a8eac516-0d94-4305-878c-41884397a7a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-598546417"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:27:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8eac516-0d94-4305-878c-41884397a7a6'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:27:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:27:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"874b402e-10dc-41f8-b7ea-bcae4fe6bbee","name":"tempest-A-598546417"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:13.541 63 INFO tempest.lib.common.rest_client [req-56938088-e158-478d-8b9e-1b98e7a0c7d7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.612s 2018-08-12 20:27:13.541 63 DEBUG tempest.lib.common.rest_client [req-56938088-e158-478d-8b9e-1b98e7a0c7d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "874b402e-10dc-41f8-b7ea-bcae4fe6bbee", "name": "tempest-subnet-A-1-257535156"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:27:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56938088-e158-478d-8b9e-1b98e7a0c7d7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"874b402e-10dc-41f8-b7ea-bcae4fe6bbee","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:27:13Z","dns_nameservers":[],"updated_at":"2018-08-12T20:27:13Z","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":"01ace95cf526467b9409c6248a7c6876","id":"2b228523-8460-4b8d-9f17-e7c9295db374","subnetpool_id":null,"name":"tempest-subnet-A-1-257535156"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:14.028 63 INFO tempest.lib.common.rest_client [req-f93c8085-8dbf-45f7-8626-2d1876ff3144 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.486s 2018-08-12 20:27:14.029 63 DEBUG tempest.lib.common.rest_client [req-f93c8085-8dbf-45f7-8626-2d1876ff3144 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-777599483"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:27:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f93c8085-8dbf-45f7-8626-2d1876ff3144'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:27:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:27:13Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"174d3249-441c-4679-a7ee-cf10a0ae772a","name":"tempest-B-777599483"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:15.014 63 INFO tempest.lib.common.rest_client [req-8c337ef6-5c26-4289-ac29-27e2911a4e0f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.984s 2018-08-12 20:27:15.014 63 DEBUG tempest.lib.common.rest_client [req-8c337ef6-5c26-4289-ac29-27e2911a4e0f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "174d3249-441c-4679-a7ee-cf10a0ae772a", "name": "tempest-subnet-B-1-1658481385"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:27:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c337ef6-5c26-4289-ac29-27e2911a4e0f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"174d3249-441c-4679-a7ee-cf10a0ae772a","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:27:14Z","dns_nameservers":[],"updated_at":"2018-08-12T20:27: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":"01ace95cf526467b9409c6248a7c6876","id":"0a7ccf0b-8ebb-4821-ab93-0913bd6ca537","subnetpool_id":null,"name":"tempest-subnet-B-1-1658481385"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:15.483 63 INFO tempest.lib.common.rest_client [req-d0e28a2e-d5de-4787-a479-a7f94f3a4649 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.467s 2018-08-12 20:27:15.483 63 DEBUG tempest.lib.common.rest_client [req-d0e28a2e-d5de-4787-a479-a7f94f3a4649 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:27:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0e28a2e-d5de-4787-a479-a7f94f3a4649'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "bf592a60-d929-434a-a314-06148f68b06d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:16.115 63 INFO tempest.lib.common.rest_client [req-da11f81c-5deb-4405-8cc2-25d91fe44edf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bf592a60-d929-434a-a314-06148f68b06d/network_associations 0.631s 2018-08-12 20:27:16.116 63 DEBUG tempest.lib.common.rest_client [req-da11f81c-5deb-4405-8cc2-25d91fe44edf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "874b402e-10dc-41f8-b7ea-bcae4fe6bbee"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bf592a60-d929-434a-a314-06148f68b06d/network_associations', u'date': 'Sun, 12 Aug 2018 20:27:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da11f81c-5deb-4405-8cc2-25d91fe44edf'} Body: {"network_association": {"network_id": "874b402e-10dc-41f8-b7ea-bcae4fe6bbee", "id": "d9c38888-1eb3-452a-9345-46b65d67faea"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:16.706 63 INFO tempest.lib.common.rest_client [req-c4fc69dc-4712-445f-b57f-770544169310 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bf592a60-d929-434a-a314-06148f68b06d/network_associations 0.589s 2018-08-12 20:27:16.707 63 DEBUG tempest.lib.common.rest_client [req-c4fc69dc-4712-445f-b57f-770544169310 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "174d3249-441c-4679-a7ee-cf10a0ae772a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bf592a60-d929-434a-a314-06148f68b06d/network_associations', u'date': 'Sun, 12 Aug 2018 20:27:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4fc69dc-4712-445f-b57f-770544169310'} Body: {"network_association": {"network_id": "174d3249-441c-4679-a7ee-cf10a0ae772a", "id": "25610fdf-d336-4495-9353-bd5cbb1dfee1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:16.707 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-12 20:27:16.931 63 INFO tempest.lib.common.rest_client [req-8666c99c-5194-48e1-9909-84bea399f628 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.223s 2018-08-12 20:27:16.932 63 DEBUG tempest.lib.common.rest_client [req-8666c99c-5194-48e1-9909-84bea399f628 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-314735029"}} 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-8666c99c-5194-48e1-9909-84bea399f628', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8666c99c-5194-48e1-9909-84bea399f628'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNZIylI3XbGQW8F5oTHxTiUCVtmgLT2SYrIcLDjlG0xo9Nmc5D+OlRbEYgVPaEqOIqIAispRHaS9RUR25YxsldZi5VpRft0n6IYGQNH9JuSPGIN92L2udK8nv4f+ln0rqwEozKCJT9USth9pxR9IkZMq+k5HFktNE0mjmyP6GkJqTotN04KWp/qDeVuz1znZ79/OKMxqj2fXJPq9NFF/Z8y8Nipg9udaQ3x6QvwUuNDUqmicgpJbYZWI2+WwiXhs5YxjXxDExgLMRaRvej197sqoV0rgxS9ZreAFx/HW3vtFFsP0EiBk4bpFra0rnNVPa0C6LmnkIxLYcNn4BZUD39 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzWSMpSN12xkFvBeaEx8U4lAlbZoC09kmKyHCw45RtMaPTZnO\nQ/jpUWxGIFT2hKjiKiAIrKUR2kvUVEduWMbJXWYuVaUX7dJ+iGBkDR/SbkjxiDfd\ni9rnSvJ7+H/pZ9K6sBKMygiU/VErYfacUfSJGTKvpORxZLTRNJo5sj+hpCak6LTd\nOClqf6g3lbs9c52e/fzijMao9n1yT6vTRRf2fMvDYqYPbnWkN8ekL8FLjQ1KponI\nKSW2GViNvlsIl4bOWMY18QxMYCzEWkb3o9fe7KqFdK4MUvWa3gBcfx1t77RRbD9B\nIgZOG6Ra2tK5zVT2tAui5p5CMS2HDZ+AWVA9/QIDAQABAoIBAFW/0dwr9stXIgbK\nD8BF7LEjZszgTKfnc8D0Il0EcOY5M6DhQrUsGTSuMITVE+qEm4+cuiJh9BcgK3BY\nNiCINY9x1oxZFalrhPooy/ySuYbjmzsUn8EAzimDHPC9blOzLc/OnsrGVHWBysvm\napLotcg4Wg5MdW7m8qS0crwRRsnBvCtZC8sQOOH4NGTCnb+bF7XpPYy9xYvt2HOn\nT0ipVNm+mUdYYCYiMEvSLzAvACkyIPH/IiLOfYMSJmxO9yAvt1CmwmVXzV0m83W5\nI3aoMvWQK2epjR2zczSbJ0SBftIiCiORV0+e9WmNNvGZe53xJTF8wXlA0AeJoqDe\nv5cNxb0CgYEA/AHAHJfcHxKjtT20w9wTsQshc5pBBItHotsALYt0FDc4P4yaaDab\n66+b7ih7z8EH6WTuWv249yiMZPdq4ZJi0EvCPoNRYbpERbjdgD6899ePrukjUFD7\nYPqZ9iE8W8h8qNJ+ulpJFWQ2qO0lLb7UzYm2ha4sd2C7zTEYWnj5SNMCgYEA0KW2\nROpBMB9D55SK01riAeysTQyh+H+AIkh7hy+qScfeeAA1Z/bZOI4iuC+wcUmz3aOM\njG4LtTRo7iLoX4pi5mdg9YwLACipIwjZvcHBUaKZp5/Yf1RHvqBzo+zwxJLTlIaF\nK7SfHMYJjI0pr4EGZUPNEDcMN3naozk/A+odG+8CgYEAsuOjNijuzvfyUiP9f9Nn\n/xOBqYhkgw9DyO1hUPNfcUJJoYLz0OqDAGlmbUc7rJzAOwO0186oUHruPnYL3xiF\nIIvG1Y1uZctNz5iNVA41IlJY4rcIpGj4KT17sWaibB0DsOvLngmdO5wp2PyOmcyP\nT2BkuryLQCrg5aXmPcMGYpUCgYEAiT23GrWLk3+9RsKqXkPVjbaDz1qT38TeH67V\nsiJkPIu/hed9OZlhYJX9uHGF+b6lFRDTDjwEb3i93IYRm2aHj05ItLsdMUmNl4Hm\n165u3qe5skyuN3LUjks0RYtBA8wgZ/3j8s+oKWEKPu1Lkimob0udwyCyZHs+mUa6\ncHS6GPkCgYA6n9bxTf+fC1m3KnK7qSeg99dPSN/EngKSeCjGsLrb2KqB9nUKe4XJ\nnauiRYztM+K1gAhFdNYgK7ReSO7NtdZGnl9SRASZKLw1WgIoGVj5djZYz5fT80KP\n0FxaQd2yi+orwRZM7plB5fW1kawyQYn30wYmVjHhdZZY8wCkcW8KjA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-314735029", "fingerprint": "f2:cd:da:e3:c1:19:7b:ab:9a:43:85:b9:e5:e6:8e:e2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:18.416 63 INFO tempest.lib.common.rest_client [req-e99d3f77-ccee-4bf2-8000-f7fe279ee0db ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.476s 2018-08-12 20:27:18.416 63 DEBUG tempest.lib.common.rest_client [req-e99d3f77-ccee-4bf2-8000-f7fe279ee0db ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "874b402e-10dc-41f8-b7ea-bcae4fe6bbee", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-969450424", "security_groups": ["bb2c23fa-25d5-4710-a537-ab7d12797d62"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:27:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e99d3f77-ccee-4bf2-8000-f7fe279ee0db'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:27:17Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"874b402e-10dc-41f8-b7ea-bcae4fe6bbee","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:27:17Z","name":"tempest-port-smoke-969450424","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:46:c2:ce","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"2b228523-8460-4b8d-9f17-e7c9295db374","ip_address":"10.101.11.10"}],"id":"a20f7fda-3054-469a-a65d-d6125366cb8a","security_groups":["bb2c23fa-25d5-4710-a537-ab7d12797d62"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:22.186 63 INFO tempest.lib.common.rest_client [req-c9d8653e-4f0e-4508-99f6-fa0bf239db08 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 3.768s 2018-08-12 20:27:22.186 63 DEBUG tempest.lib.common.rest_client [req-c9d8653e-4f0e-4508-99f6-fa0bf239db08 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-314735029", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "874b402e-10dc-41f8-b7ea-bcae4fe6bbee", "port": "a20f7fda-3054-469a-a65d-d6125366cb8a"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-c9d8653e-4f0e-4508-99f6-fa0bf239db08', 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9d8653e-4f0e-4508-99f6-fa0bf239db08'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "adminPass": "i2eJRQ7G8ZcY"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:22.962 63 INFO tempest.lib.common.rest_client [req-69c3cd3b-435e-429c-b2b9-575cc43bf237 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 0.772s 2018-08-12 20:27:22.963 63 DEBUG tempest.lib.common.rest_client [req-69c3cd3b-435e-429c-b2b9-575cc43bf237 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-69c3cd3b-435e-429c-b2b9-575cc43bf237', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69c3cd3b-435e-429c-b2b9-575cc43bf237'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:27:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-1", "created": "2018-08-12T20:27:22Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:24.757 63 INFO tempest.lib.common.rest_client [req-194e5f5d-87d7-49c9-8c15-cbf924edf1e7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 0.779s 2018-08-12 20:27:24.757 63 DEBUG tempest.lib.common.rest_client [req-194e5f5d-87d7-49c9-8c15-cbf924edf1e7 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-194e5f5d-87d7-49c9-8c15-cbf924edf1e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-194e5f5d-87d7-49c9-8c15-cbf924edf1e7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:27:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-1", "created": "2018-08-12T20:27:22Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:27.113 63 INFO tempest.lib.common.rest_client [req-23f4806f-a4bf-4406-a8bf-c3038d2789da ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 1.341s 2018-08-12 20:27:27.114 63 DEBUG tempest.lib.common.rest_client [req-23f4806f-a4bf-4406-a8bf-c3038d2789da ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-23f4806f-a4bf-4406-a8bf-c3038d2789da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23f4806f-a4bf-4406-a8bf-c3038d2789da'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:27:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-1", "created": "2018-08-12T20:27:22Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:27.124 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:27:29.366 63 INFO tempest.lib.common.rest_client [req-3ae37eff-c376-491a-a81b-bb74a4b28945 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 1.240s 2018-08-12 20:27:29.366 63 DEBUG tempest.lib.common.rest_client [req-3ae37eff-c376-491a-a81b-bb74a4b28945 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-3ae37eff-c376-491a-a81b-bb74a4b28945', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ae37eff-c376-491a-a81b-bb74a4b28945'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:27:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-1", "created": "2018-08-12T20:27:22Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:30.916 63 INFO tempest.lib.common.rest_client [req-617d62a6-c9c9-4e2c-8ae8-854fc67f8b32 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 0.534s 2018-08-12 20:27:30.916 63 DEBUG tempest.lib.common.rest_client [req-617d62a6-c9c9-4e2c-8ae8-854fc67f8b32 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-617d62a6-c9c9-4e2c-8ae8-854fc67f8b32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-617d62a6-c9c9-4e2c-8ae8-854fc67f8b32'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-598546417": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:c2:ce", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:27:29.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:27:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-1", "created": "2018-08-12T20:27:22Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:30.930 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:27:32.078 63 INFO tempest.lib.common.rest_client [req-725c289c-ae23-428f-a5ed-14e33b620232 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 1.147s 2018-08-12 20:27:32.079 63 DEBUG tempest.lib.common.rest_client [req-725c289c-ae23-428f-a5ed-14e33b620232 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-725c289c-ae23-428f-a5ed-14e33b620232', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-725c289c-ae23-428f-a5ed-14e33b620232'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-598546417": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:c2:ce", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:27:29.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:27:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-1", "created": "2018-08-12T20:27:22Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:32.103 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 630c4143-65a7-47a7-8afe-475dfa875ab5 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:27:33.391 63 INFO tempest.lib.common.rest_client [req-4ab3a994-f184-46f6-bfbb-6360112a040e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.287s 2018-08-12 20:27:33.392 63 DEBUG tempest.lib.common.rest_client [req-4ab3a994-f184-46f6-bfbb-6360112a040e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "174d3249-441c-4679-a7ee-cf10a0ae772a", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1608744376", "security_groups": ["bb2c23fa-25d5-4710-a537-ab7d12797d62"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:27:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ab3a994-f184-46f6-bfbb-6360112a040e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:27:32Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"174d3249-441c-4679-a7ee-cf10a0ae772a","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:27:32Z","name":"tempest-port-smoke-1608744376","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2f:4d:28","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"0a7ccf0b-8ebb-4821-ab93-0913bd6ca537","ip_address":"10.102.21.20"}],"id":"c46529d0-d544-4c74-b1d0-720106964226","security_groups":["bb2c23fa-25d5-4710-a537-ab7d12797d62"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:36.863 63 INFO tempest.lib.common.rest_client [req-cc5683b7-daf6-4f1e-91e3-e385ab22b045 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 3.470s 2018-08-12 20:27:36.864 63 DEBUG tempest.lib.common.rest_client [req-cc5683b7-daf6-4f1e-91e3-e385ab22b045 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-314735029", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "174d3249-441c-4679-a7ee-cf10a0ae772a", "port": "c46529d0-d544-4c74-b1d0-720106964226"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-cc5683b7-daf6-4f1e-91e3-e385ab22b045', 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc5683b7-daf6-4f1e-91e3-e385ab22b045'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c7613098-560b-4734-b36a-b40ee01f042b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "bookmark"}], "adminPass": "Rg36Lfr7h3ax"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:37.184 63 INFO tempest.lib.common.rest_client [req-e815b268-41dd-40b0-a8e7-4412f4b08e17 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 0.316s 2018-08-12 20:27:37.185 63 DEBUG tempest.lib.common.rest_client [req-e815b268-41dd-40b0-a8e7-4412f4b08e17 ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-e815b268-41dd-40b0-a8e7-4412f4b08e17', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e815b268-41dd-40b0-a8e7-4412f4b08e17'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c7613098-560b-4734-b36a-b40ee01f042b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:27:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-2", "created": "2018-08-12T20:27:36Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:38.527 63 INFO tempest.lib.common.rest_client [req-00b30871-f374-4e28-a277-2f302421bcda ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 0.327s 2018-08-12 20:27:38.528 63 DEBUG tempest.lib.common.rest_client [req-00b30871-f374-4e28-a277-2f302421bcda ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-00b30871-f374-4e28-a277-2f302421bcda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00b30871-f374-4e28-a277-2f302421bcda'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c7613098-560b-4734-b36a-b40ee01f042b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:27:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-2", "created": "2018-08-12T20:27:36Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:40.234 63 INFO tempest.lib.common.rest_client [req-37bc9e04-6d70-46f1-83bf-a5fcad0fe120 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 0.692s 2018-08-12 20:27:40.234 63 DEBUG tempest.lib.common.rest_client [req-37bc9e04-6d70-46f1-83bf-a5fcad0fe120 ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-37bc9e04-6d70-46f1-83bf-a5fcad0fe120', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37bc9e04-6d70-46f1-83bf-a5fcad0fe120'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c7613098-560b-4734-b36a-b40ee01f042b", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:27:39Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-2", "created": "2018-08-12T20:27:36Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:40.247 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:27:41.951 63 INFO tempest.lib.common.rest_client [req-18454d62-2f9d-4278-95a6-d891e1de49ce ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 0.702s 2018-08-12 20:27:41.952 63 DEBUG tempest.lib.common.rest_client [req-18454d62-2f9d-4278-95a6-d891e1de49ce ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-18454d62-2f9d-4278-95a6-d891e1de49ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18454d62-2f9d-4278-95a6-d891e1de49ce'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c7613098-560b-4734-b36a-b40ee01f042b", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:27:39Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-2", "created": "2018-08-12T20:27:36Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:43.835 63 INFO tempest.lib.common.rest_client [req-2f7f2f38-b55e-454d-93d4-45410a699897 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 0.870s 2018-08-12 20:27:43.836 63 DEBUG tempest.lib.common.rest_client [req-2f7f2f38-b55e-454d-93d4-45410a699897 ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-2f7f2f38-b55e-454d-93d4-45410a699897', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f7f2f38-b55e-454d-93d4-45410a699897'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-777599483": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:4d:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:27:42.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c7613098-560b-4734-b36a-b40ee01f042b", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:27:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-2", "created": "2018-08-12T20:27:36Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:43.850 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-12 20:27:44.985 63 INFO tempest.lib.common.rest_client [req-5d8a014f-c877-4cce-aa70-d4455302666a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 1.134s 2018-08-12 20:27:44.986 63 DEBUG tempest.lib.common.rest_client [req-5d8a014f-c877-4cce-aa70-d4455302666a ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-5d8a014f-c877-4cce-aa70-d4455302666a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:27:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d8a014f-c877-4cce-aa70-d4455302666a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-777599483": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:4d:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:27:42.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c7613098-560b-4734-b36a-b40ee01f042b", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:27:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-2", "created": "2018-08-12T20:27:36Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:44.998 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c7613098-560b-4734-b36a-b40ee01f042b with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:27:45.135 63 INFO tempest.lib.common.rest_client [req-bf9db26f-d844-4e87-a7f9-3704eeadae3f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/routers 0.136s 2018-08-12 20:27:45.135 63 DEBUG tempest.lib.common.rest_client [req-bf9db26f-d844-4e87-a7f9-3704eeadae3f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1123171130", "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': 'Sun, 12 Aug 2018 20:27:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf9db26f-d844-4e87-a7f9-3704eeadae3f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:45Z", "admin_state_up": true, "updated_at": "2018-08-12T20:27:45Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7d11520a-a7a2-40fb-b8e2-432083516fce", "name": "tempest-router--1123171130"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:46.752 63 INFO tempest.lib.common.rest_client [req-ebe468ba-f261-4409-b16b-473e2585ca13 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/7d11520a-a7a2-40fb-b8e2-432083516fce 1.615s 2018-08-12 20:27:46.752 63 DEBUG tempest.lib.common.rest_client [req-ebe468ba-f261-4409-b16b-473e2585ca13 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7d11520a-a7a2-40fb-b8e2-432083516fce', u'date': 'Sun, 12 Aug 2018 20:27:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebe468ba-f261-4409-b16b-473e2585ca13'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:45Z", "admin_state_up": true, "updated_at": "2018-08-12T20:27:46Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7d11520a-a7a2-40fb-b8e2-432083516fce", "name": "tempest-router--1123171130"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:48.738 63 INFO tempest.lib.common.rest_client [req-bf2fe009-5390-4d04-b754-030ce9ee6ed6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/7d11520a-a7a2-40fb-b8e2-432083516fce/add_router_interface 1.985s 2018-08-12 20:27:48.739 63 DEBUG tempest.lib.common.rest_client [req-bf2fe009-5390-4d04-b754-030ce9ee6ed6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2b228523-8460-4b8d-9f17-e7c9295db374"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7d11520a-a7a2-40fb-b8e2-432083516fce/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:27:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf2fe009-5390-4d04-b754-030ce9ee6ed6'} Body: {"network_id": "874b402e-10dc-41f8-b7ea-bcae4fe6bbee", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "2b228523-8460-4b8d-9f17-e7c9295db374", "subnet_ids": ["2b228523-8460-4b8d-9f17-e7c9295db374"], "port_id": "f396fd44-5937-4a0e-b9bf-8f690811d2bf", "id": "7d11520a-a7a2-40fb-b8e2-432083516fce"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:50.642 63 INFO tempest.lib.common.rest_client [req-d06598f4-c038-455b-b18e-ec98977e5def ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.902s 2018-08-12 20:27:50.642 63 DEBUG tempest.lib.common.rest_client [req-d06598f4-c038-455b-b18e-ec98977e5def ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "a20f7fda-3054-469a-a65d-d6125366cb8a"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:27:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d06598f4-c038-455b-b18e-ec98977e5def'} Body: {"floatingip": {"router_id": "7d11520a-a7a2-40fb-b8e2-432083516fce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:27:49Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "a20f7fda-3054-469a-a65d-d6125366cb8a", "id": "922b9d38-3575-4fb8-95b0-5331c66301ad", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:27:49Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:27:50.643 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:28:06.681 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:28:06.745 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:28:06.746 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:28:06.861 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-12 20:28:06.861 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:28:06.863 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:28:06.924 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:28:06.927 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:28:11.935 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export) Executing command on 172.30.9.200 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-12 20:28:11.936 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:28:11.936 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075490 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 20:28:13.098 63 INFO tempest.lib.common.rest_client [req-9126af8e-f895-4f14-81bb-01a5f7232dfb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/922b9d38-3575-4fb8-95b0-5331c66301ad 1.161s 2018-08-12 20:28:13.098 63 DEBUG tempest.lib.common.rest_client [req-9126af8e-f895-4f14-81bb-01a5f7232dfb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/922b9d38-3575-4fb8-95b0-5331c66301ad', u'date': 'Sun, 12 Aug 2018 20:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9126af8e-f895-4f14-81bb-01a5f7232dfb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:14.733 63 INFO tempest.lib.common.rest_client [req-2572f974-abdf-4d9c-8d31-7b5d2c00f1c3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/7d11520a-a7a2-40fb-b8e2-432083516fce/remove_router_interface 1.634s 2018-08-12 20:28:14.734 63 DEBUG tempest.lib.common.rest_client [req-2572f974-abdf-4d9c-8d31-7b5d2c00f1c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2b228523-8460-4b8d-9f17-e7c9295db374"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7d11520a-a7a2-40fb-b8e2-432083516fce/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:28:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2572f974-abdf-4d9c-8d31-7b5d2c00f1c3'} Body: {"network_id": "874b402e-10dc-41f8-b7ea-bcae4fe6bbee", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "2b228523-8460-4b8d-9f17-e7c9295db374", "subnet_ids": ["2b228523-8460-4b8d-9f17-e7c9295db374"], "port_id": "f396fd44-5937-4a0e-b9bf-8f690811d2bf", "id": "7d11520a-a7a2-40fb-b8e2-432083516fce"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:16.188 63 INFO tempest.lib.common.rest_client [req-657e17f2-4e27-4bd2-8efb-c9ad24c1a100 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/7d11520a-a7a2-40fb-b8e2-432083516fce 1.453s 2018-08-12 20:28:16.189 63 DEBUG tempest.lib.common.rest_client [req-657e17f2-4e27-4bd2-8efb-c9ad24c1a100 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7d11520a-a7a2-40fb-b8e2-432083516fce', u'date': 'Sun, 12 Aug 2018 20:28:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-657e17f2-4e27-4bd2-8efb-c9ad24c1a100'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:16.380 63 INFO tempest.lib.common.rest_client [req-df879fe0-7a10-4fee-9311-2a6bb77b81c9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 0.189s 2018-08-12 20:28:16.381 63 DEBUG tempest.lib.common.rest_client [req-df879fe0-7a10-4fee-9311-2a6bb77b81c9 ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-df879fe0-7a10-4fee-9311-2a6bb77b81c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df879fe0-7a10-4fee-9311-2a6bb77b81c9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:17.532 63 INFO tempest.lib.common.rest_client [req-256b4b5c-5707-47c5-af1e-d52bef370d54 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 1.150s 2018-08-12 20:28:17.533 63 DEBUG tempest.lib.common.rest_client [req-256b4b5c-5707-47c5-af1e-d52bef370d54 ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-256b4b5c-5707-47c5-af1e-d52bef370d54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-256b4b5c-5707-47c5-af1e-d52bef370d54'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-777599483": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:4d:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c7613098-560b-4734-b36a-b40ee01f042b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:27:42.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c7613098-560b-4734-b36a-b40ee01f042b", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:28:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-2", "created": "2018-08-12T20:27:36Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:18.589 63 INFO tempest.lib.common.rest_client [req-1a47362d-38b4-403e-83e6-422724f260a5 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c7613098-560b-4734-b36a-b40ee01f042b 0.044s 2018-08-12 20:28:18.589 63 DEBUG tempest.lib.common.rest_client [req-1a47362d-38b4-403e-83e6-422724f260a5 ] 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/c7613098-560b-4734-b36a-b40ee01f042b', u'x-compute-request-id': 'req-1a47362d-38b4-403e-83e6-422724f260a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:18 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1a47362d-38b4-403e-83e6-422724f260a5'} Body: {"itemNotFound": {"message": "Instance c7613098-560b-4734-b36a-b40ee01f042b could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:19.756 63 INFO tempest.lib.common.rest_client [req-6e94b108-7cef-474b-b263-c77592f84d9a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c46529d0-d544-4c74-b1d0-720106964226 1.166s 2018-08-12 20:28:19.757 63 DEBUG tempest.lib.common.rest_client [req-6e94b108-7cef-474b-b263-c77592f84d9a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c46529d0-d544-4c74-b1d0-720106964226', u'date': 'Sun, 12 Aug 2018 20:28:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6e94b108-7cef-474b-b263-c77592f84d9a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:19.949 63 INFO tempest.lib.common.rest_client [req-2d189dc0-4bdd-48e7-8ba6-70d5bf502e05 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 0.191s 2018-08-12 20:28:19.950 63 DEBUG tempest.lib.common.rest_client [req-2d189dc0-4bdd-48e7-8ba6-70d5bf502e05 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-2d189dc0-4bdd-48e7-8ba6-70d5bf502e05', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d189dc0-4bdd-48e7-8ba6-70d5bf502e05'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:20.557 63 INFO tempest.lib.common.rest_client [req-a4226211-836c-4487-9155-104dcc559bb7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 0.607s 2018-08-12 20:28:20.558 63 DEBUG tempest.lib.common.rest_client [req-a4226211-836c-4487-9155-104dcc559bb7 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-a4226211-836c-4487-9155-104dcc559bb7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4226211-836c-4487-9155-104dcc559bb7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-598546417": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:c2:ce", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:27:29.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "security_groups": [{"name": "tempest-secgroup-smoke-1021818802"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:28:19Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-1", "created": "2018-08-12T20:27:22Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:22.360 63 INFO tempest.lib.common.rest_client [req-3be86e90-2ec7-44c8-aac4-6a1281d81652 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 0.787s 2018-08-12 20:28:22.361 63 DEBUG tempest.lib.common.rest_client [req-3be86e90-2ec7-44c8-aac4-6a1281d81652 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-3be86e90-2ec7-44c8-aac4-6a1281d81652', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3be86e90-2ec7-44c8-aac4-6a1281d81652'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/630c4143-65a7-47a7-8afe-475dfa875ab5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:27:29.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "630c4143-65a7-47a7-8afe-475dfa875ab5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:28:20Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-314735029", "name": "server-1", "created": "2018-08-12T20:27:22Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:23.417 63 INFO tempest.lib.common.rest_client [req-f51bf1a7-e16b-4fcf-a6cd-df5fc55e3888 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/630c4143-65a7-47a7-8afe-475dfa875ab5 0.042s 2018-08-12 20:28:23.418 63 DEBUG tempest.lib.common.rest_client [req-f51bf1a7-e16b-4fcf-a6cd-df5fc55e3888 ] 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/630c4143-65a7-47a7-8afe-475dfa875ab5', u'x-compute-request-id': 'req-f51bf1a7-e16b-4fcf-a6cd-df5fc55e3888', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:23 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f51bf1a7-e16b-4fcf-a6cd-df5fc55e3888'} Body: {"itemNotFound": {"message": "Instance 630c4143-65a7-47a7-8afe-475dfa875ab5 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:24.271 63 INFO tempest.lib.common.rest_client [req-ac6f68ab-af2f-4225-951b-015011767879 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a20f7fda-3054-469a-a65d-d6125366cb8a 0.853s 2018-08-12 20:28:24.272 63 DEBUG tempest.lib.common.rest_client [req-ac6f68ab-af2f-4225-951b-015011767879 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a20f7fda-3054-469a-a65d-d6125366cb8a', u'date': 'Sun, 12 Aug 2018 20:28:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ac6f68ab-af2f-4225-951b-015011767879'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:24.335 63 INFO tempest.lib.common.rest_client [req-b931c2ef-319b-4872-8079-086275a56676 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-314735029 0.062s 2018-08-12 20:28:24.335 63 DEBUG tempest.lib.common.rest_client [req-b931c2ef-319b-4872-8079-086275a56676 ] 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-314735029', u'x-compute-request-id': 'req-b931c2ef-319b-4872-8079-086275a56676', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b931c2ef-319b-4872-8079-086275a56676'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:26.915 63 INFO tempest.lib.common.rest_client [req-c182c2c1-b457-4b68-880b-6737949dd8de ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/0a7ccf0b-8ebb-4821-ab93-0913bd6ca537 2.579s 2018-08-12 20:28:26.916 63 DEBUG tempest.lib.common.rest_client [req-c182c2c1-b457-4b68-880b-6737949dd8de ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0a7ccf0b-8ebb-4821-ab93-0913bd6ca537', u'date': 'Sun, 12 Aug 2018 20:28:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c182c2c1-b457-4b68-880b-6737949dd8de'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:28.362 63 INFO tempest.lib.common.rest_client [req-aa2a5087-7875-4803-814b-4ed90c1febe0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/174d3249-441c-4679-a7ee-cf10a0ae772a 1.445s 2018-08-12 20:28:28.363 63 DEBUG tempest.lib.common.rest_client [req-aa2a5087-7875-4803-814b-4ed90c1febe0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/174d3249-441c-4679-a7ee-cf10a0ae772a', u'date': 'Sun, 12 Aug 2018 20:28:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aa2a5087-7875-4803-814b-4ed90c1febe0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:30.843 63 INFO tempest.lib.common.rest_client [req-dad12af2-f096-4d1d-b6fe-56f73e6917a7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/2b228523-8460-4b8d-9f17-e7c9295db374 2.478s 2018-08-12 20:28:30.844 63 DEBUG tempest.lib.common.rest_client [req-dad12af2-f096-4d1d-b6fe-56f73e6917a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/2b228523-8460-4b8d-9f17-e7c9295db374', u'date': 'Sun, 12 Aug 2018 20:28:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dad12af2-f096-4d1d-b6fe-56f73e6917a7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:32.726 63 INFO tempest.lib.common.rest_client [req-bbc449bd-7413-490e-8f01-5b3f543879ef ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/874b402e-10dc-41f8-b7ea-bcae4fe6bbee 1.880s 2018-08-12 20:28:32.728 63 DEBUG tempest.lib.common.rest_client [req-bbc449bd-7413-490e-8f01-5b3f543879ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/874b402e-10dc-41f8-b7ea-bcae4fe6bbee', u'date': 'Sun, 12 Aug 2018 20:28:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bbc449bd-7413-490e-8f01-5b3f543879ef'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:32.992 63 INFO tempest.lib.common.rest_client [req-1e796d5a-0b62-4685-8eb0-40757ad13193 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/bb2c23fa-25d5-4710-a537-ab7d12797d62 0.262s 2018-08-12 20:28:32.993 63 DEBUG tempest.lib.common.rest_client [req-1e796d5a-0b62-4685-8eb0-40757ad13193 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/bb2c23fa-25d5-4710-a537-ab7d12797d62', u'date': 'Sun, 12 Aug 2018 20:28:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1e796d5a-0b62-4685-8eb0-40757ad13193'} 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 [83.195947s] ... ok 2018-08-12 20:28:33.316 63 INFO tempest.lib.common.rest_client [req-a469613e-fffa-443c-b2ac-deb3c17bbbf8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.307s 2018-08-12 20:28:33.317 63 DEBUG tempest.lib.common.rest_client [req-a469613e-fffa-443c-b2ac-deb3c17bbbf8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-101186525 description", "name": "tempest-secgroup-smoke-101186525"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:28:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a469613e-fffa-443c-b2ac-deb3c17bbbf8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-101186525 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:33Z", "updated_at": "2018-08-12T20:28:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:28:33Z", "revision_number": 0, "id": "c5e9fee5-f072-4944-adaf-cca990f2a809", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:28:33Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:28:33Z", "revision_number": 0, "id": "d18f81c8-4013-44ff-a738-371ec8cf906f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:28:33Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "name": "tempest-secgroup-smoke-101186525"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:33.575 63 INFO tempest.lib.common.rest_client [req-dbb64475-54db-4755-913f-dcb0e31bf36f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.257s 2018-08-12 20:28:33.576 63 DEBUG tempest.lib.common.rest_client [req-dbb64475-54db-4755-913f-dcb0e31bf36f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "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': 'Sun, 12 Aug 2018 20:28:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbb64475-54db-4755-913f-dcb0e31bf36f'} 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-12T20:28:33Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "593c8718-2a3c-40cc-9330-b4df49d9cdac"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:33.788 63 INFO tempest.lib.common.rest_client [req-36cb1b7f-580e-4b83-b2dc-ab88bf123f9e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.211s 2018-08-12 20:28:33.788 63 DEBUG tempest.lib.common.rest_client [req-36cb1b7f-580e-4b83-b2dc-ab88bf123f9e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "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': 'Sun, 12 Aug 2018 20:28:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36cb1b7f-580e-4b83-b2dc-ab88bf123f9e'} 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-12T20:28:33Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "94009cb6-f902-4d57-a671-d7eda174c6da"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:34.208 63 INFO tempest.lib.common.rest_client [req-1a2e0442-0759-4991-b101-3bee46beeb87 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.418s 2018-08-12 20:28:34.209 63 DEBUG tempest.lib.common.rest_client [req-1a2e0442-0759-4991-b101-3bee46beeb87 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "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': 'Sun, 12 Aug 2018 20:28:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a2e0442-0759-4991-b101-3bee46beeb87'} 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-12T20:28:34Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5b26c610-0fa7-474f-8432-f9c19151f9c4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:34.447 63 INFO tempest.lib.common.rest_client [req-8aca6721-efaa-40cb-a944-d35dd1988b1e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.237s 2018-08-12 20:28:34.448 63 DEBUG tempest.lib.common.rest_client [req-8aca6721-efaa-40cb-a944-d35dd1988b1e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "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': 'Sun, 12 Aug 2018 20:28:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8aca6721-efaa-40cb-a944-d35dd1988b1e'} 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-12T20:28:34Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f9788809-226e-494e-ba1d-d5dc2541c0fa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:34.650 63 INFO tempest.lib.common.rest_client [req-410f4444-a338-4235-a291-dc35ed98d533 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.201s 2018-08-12 20:28:34.651 63 DEBUG tempest.lib.common.rest_client [req-410f4444-a338-4235-a291-dc35ed98d533 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:28:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-410f4444-a338-4235-a291-dc35ed98d533'} 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-12T20:28:34Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6f0d8471-bc31-4a9e-ab58-93035a0d783c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:34.860 63 INFO tempest.lib.common.rest_client [req-e25048a6-061c-4bd8-aa1a-a644266dc153 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-12 20:28:34.860 63 DEBUG tempest.lib.common.rest_client [req-e25048a6-061c-4bd8-aa1a-a644266dc153 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:28:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e25048a6-061c-4bd8-aa1a-a644266dc153'} 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-12T20:28:34Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4dda4dd8-d624-42c9-bef6-882e6cae0f62"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:35.099 63 INFO tempest.lib.common.rest_client [req-71341112-01f0-4aff-b083-0aae12a61edb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.237s 2018-08-12 20:28:35.100 63 DEBUG tempest.lib.common.rest_client [req-71341112-01f0-4aff-b083-0aae12a61edb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "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': 'Sun, 12 Aug 2018 20:28:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71341112-01f0-4aff-b083-0aae12a61edb'} 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-12T20:28:34Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b116fc1e-7fe8-4809-ada1-7255f2de1a91"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:35.303 63 INFO tempest.lib.common.rest_client [req-f7851c08-2d06-47ab-8724-40d290eb2941 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-12 20:28:35.304 63 DEBUG tempest.lib.common.rest_client [req-f7851c08-2d06-47ab-8724-40d290eb2941 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "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': 'Sun, 12 Aug 2018 20:28:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7851c08-2d06-47ab-8724-40d290eb2941'} 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-12T20:28:35Z", "security_group_id": "abdc2a7b-0825-4777-b2f6-27fca6805dbf", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:28:35Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a51128b2-28c1-49ae-b334-41cb44382f76"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:35.616 63 INFO tempest.lib.common.rest_client [req-adcb3ffb-0002-476d-a0b4-fca37370b6d3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.310s 2018-08-12 20:28:35.616 63 DEBUG tempest.lib.common.rest_client [req-adcb3ffb-0002-476d-a0b4-fca37370b6d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-213013182"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:28:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-adcb3ffb-0002-476d-a0b4-fca37370b6d3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:28:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:28:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"3c38ec1c-3016-4e58-a569-b6fa85135a33","name":"tempest-A-213013182"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:36.536 63 INFO tempest.lib.common.rest_client [req-b15492ae-088b-4250-a6aa-13672a2bd979 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.920s 2018-08-12 20:28:36.537 63 DEBUG tempest.lib.common.rest_client [req-b15492ae-088b-4250-a6aa-13672a2bd979 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "3c38ec1c-3016-4e58-a569-b6fa85135a33", "name": "tempest-subnet-A-1-1472649612"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:28:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b15492ae-088b-4250-a6aa-13672a2bd979'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c38ec1c-3016-4e58-a569-b6fa85135a33","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:28:35Z","dns_nameservers":[],"updated_at":"2018-08-12T20:28:35Z","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":"01ace95cf526467b9409c6248a7c6876","id":"cc7456f2-ca71-4292-a473-50c1e809533f","subnetpool_id":null,"name":"tempest-subnet-A-1-1472649612"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:36.786 63 INFO tempest.lib.common.rest_client [req-4cd8cdf5-3262-4926-9430-37d8cbd285a4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.248s 2018-08-12 20:28:36.787 63 DEBUG tempest.lib.common.rest_client [req-4cd8cdf5-3262-4926-9430-37d8cbd285a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-2053499575"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:28:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4cd8cdf5-3262-4926-9430-37d8cbd285a4'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:28:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:28:36Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"af5f1d50-84be-4e5d-a5bd-73b86748331d","name":"tempest-B-2053499575"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:37.481 63 INFO tempest.lib.common.rest_client [req-1cb1a604-0106-4226-a262-a5ff0efe99fb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.693s 2018-08-12 20:28:37.481 63 DEBUG tempest.lib.common.rest_client [req-1cb1a604-0106-4226-a262-a5ff0efe99fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "af5f1d50-84be-4e5d-a5bd-73b86748331d", "name": "tempest-subnet-B-1-530447527"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:28:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1cb1a604-0106-4226-a262-a5ff0efe99fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af5f1d50-84be-4e5d-a5bd-73b86748331d","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:28:37Z","dns_nameservers":[],"updated_at":"2018-08-12T20:28: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":"01ace95cf526467b9409c6248a7c6876","id":"624ce8f2-94f5-4c6a-87a7-931dd3526b3e","subnetpool_id":null,"name":"tempest-subnet-B-1-530447527"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:37.937 63 INFO tempest.lib.common.rest_client [req-5ecacf59-8c57-47df-a654-25315d6959ad ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.455s 2018-08-12 20:28:37.938 63 DEBUG tempest.lib.common.rest_client [req-5ecacf59-8c57-47df-a654-25315d6959ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:28:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ecacf59-8c57-47df-a654-25315d6959ad'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "b89a3be8-f702-4f16-9ab0-8b39eb94dcec"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:38.847 63 INFO tempest.lib.common.rest_client [req-e9436681-3b6f-44a5-96fb-eb171da533cf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b89a3be8-f702-4f16-9ab0-8b39eb94dcec/network_associations 0.908s 2018-08-12 20:28:38.847 63 DEBUG tempest.lib.common.rest_client [req-e9436681-3b6f-44a5-96fb-eb171da533cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3c38ec1c-3016-4e58-a569-b6fa85135a33"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b89a3be8-f702-4f16-9ab0-8b39eb94dcec/network_associations', u'date': 'Sun, 12 Aug 2018 20:28:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9436681-3b6f-44a5-96fb-eb171da533cf'} Body: {"network_association": {"network_id": "3c38ec1c-3016-4e58-a569-b6fa85135a33", "id": "39a70918-12bc-4158-bebe-b63fbe4771b9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:39.159 63 INFO tempest.lib.common.rest_client [req-bb7dcd66-62dd-42a4-b449-ff03bd58f495 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.311s 2018-08-12 20:28:39.160 63 DEBUG tempest.lib.common.rest_client [req-bb7dcd66-62dd-42a4-b449-ff03bd58f495 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-657199045"}} 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-bb7dcd66-62dd-42a4-b449-ff03bd58f495', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bb7dcd66-62dd-42a4-b449-ff03bd58f495'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmT8Gujsw47BodATLgyjPrL11FH4jxpWYUOPs68RTNYJPj9S/34H8TguvtQtAVmtqg9qpbjkmPqYMe4aOPQorhRoRAkEdyayJLW8zM/9qQUGgWQCJBBZvpyB1Ru1bzZ+z8bKjTj01As68UHWyw/1Y0SEqT41vvZdFiNX22P8izxOBxxOM5mnNhn7TYpekT4B9TYEpxPmtyNfHMi42a1+yi1Ve2xHleWTXxif/J20baMr/VwIGqLM9INAGR8uucbm2Sir04nl7i3Rg/+w3Pw3iFNFejp96fxLAqoGiZqIsl4+W3Qd6UMyP3IZd9Gl1pL3ifikAyYnJ6QYxgms6XcuJ9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA5k/Bro7MOOwaHQEy4Moz6y9dRR+I8aVmFDj7OvEUzWCT4/Uv\n9+B/E4Lr7ULQFZraoPaqW45Jj6mDHuGjj0KK4UaEQJBHcmsiS1vMzP/akFBoFkAi\nQQWb6cgdUbtW82fs/Gyo049NQLOvFB1ssP9WNEhKk+Nb72XRYjV9tj/Is8TgccTj\nOZpzYZ+02KXpE+AfU2BKcT5rcjXxzIuNmtfsotVXtsR5Xlk18Yn/ydtG2jK/1cCB\nqizPSDQBkfLrnG5tkoq9OJ5e4t0YP/sNz8N4hTRXo6fen8SwKqBomaiLJePlt0He\nlDMj9yGXfRpdaS94n4pAMmJyekGMYJrOl3LifQIDAQABAoIBAG9IBjuDv+WZHxz4\noU7AJMn0fsqRbCfmVSZcSfe22OhLS+oPZHgOvxf8YGapq8Vkp1KzHKlUXPLPYw2e\n1Nq5ukUTP3+6turwHQfweUpsLX0hfMmTf3mPbkBNcu006dR+WKG3FvPx/8/NgkDj\n3sq+9TYZ3/8JEjjgJ4WedvmCZEWHZmKsUieaqZ6+tijSRjPaM0qmaHdFwtufzLsJ\n2Pv+0Bd9wtdtRBW9gwG2XJ9PjCrDIxKOE3BeBd7EYuYP8IBycuivgEPLLBMVh+pj\nnr0ifylPtnpjCjzU3FLOE+bylWC760Z51+hRh5qdl6TNbNJ0ul6pxp34f99oFbbU\nxAH4U4ECgYEA/BZA4EaSp9c3pXkww7ZWpr6h/MebCJv2EBot+aV5a6LYz0IasxF/\nEgksIjv91Y17U1RB6CjES8VSSoYYUy3SKZPATwpl+rPBdf1sC7ZXRH1LlyIbf80n\nQ9cT38/pa7j7eMiNF35SGwoPgTmnyGyNbjw0dhIn7nDVOjuCLem3/NECgYEA6eL4\nyrLmBlnp53CXzbKESasn3DWDKSK0z62PCbul+Bi50Wptb84sUe4k3ivVGo1AbFB2\nKNqqBxHw2ggpH1+ZHi78i74kmhKKepD7GnnHS6/10Wrywxo3rhI9dp9MtcB9a6sH\n5e8kq19Xf1Mr0HkBuHtkn0O55QBq32+x6rnBxe0CgYBydrBSpfjlmUW9L0BDPcIu\nyJTJMOFmkVqziQ+jMc3mX/VOdtekw6cNS3jsuozRsQJ0neenQQuQ1DI/gI//BOlO\n07YYrcIMih6oMsAiuVL62GHAaE5QQ5k2pqxxjfiRX1dgSsA2ELe7a2AK72EOEqxN\nh6zSh//1tuo7HNZJfrx6YQKBgCtZkUlonS/iLHNkMA7FHrXUzl+HX5cZQrAXeCKS\nsDFqy84fzsbhTN+mpxiywR3Zvm4U/8GUvdzvm1eeGZkiC+xHQzHXfUs9UoNjKdd/\naMwDgildjD9TNazC3reE0SAC3Hw/SAh7Ka3Fzx7fWIicVRBPdpf6YpMqX6SoPC7I\nXT0FAoGAKCLV9SQn5QSqEKmrG3jmdRKbDvV0twgFWEy5ICV2kZhyEGzPUymV+36Z\nWxXfKSG2jiqxhYH3vJHVeraVXuPhmKpAA6I+k25dOF/PwHWeKd5MA9qaOQYT6JoO\nVXPNSrxV7PxvzDTsyD0hNhrQXjLVwGOhHg7uL6r7WOinGq1dpNY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-657199045", "fingerprint": "7d:74:ff:af:4f:61:ff:2a:39:8e:e4:03:61:db:61:16"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:40.367 63 INFO tempest.lib.common.rest_client [req-8f789ec2-ccd7-4e1e-89b5-04245cdc91e8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.203s 2018-08-12 20:28:40.368 63 DEBUG tempest.lib.common.rest_client [req-8f789ec2-ccd7-4e1e-89b5-04245cdc91e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3c38ec1c-3016-4e58-a569-b6fa85135a33", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-429565780", "security_groups": ["abdc2a7b-0825-4777-b2f6-27fca6805dbf"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:28:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f789ec2-ccd7-4e1e-89b5-04245cdc91e8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:28:39Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c38ec1c-3016-4e58-a569-b6fa85135a33","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:28:39Z","name":"tempest-port-smoke-429565780","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:be:c9:93","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"cc7456f2-ca71-4292-a473-50c1e809533f","ip_address":"10.101.11.10"}],"id":"6a6263a2-5021-4fc2-9e5f-5659456c76ef","security_groups":["abdc2a7b-0825-4777-b2f6-27fca6805dbf"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:45.383 63 INFO tempest.lib.common.rest_client [req-49509678-829c-4bf4-b6b6-bcaa7091ffe5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 5.014s 2018-08-12 20:28:45.383 63 DEBUG tempest.lib.common.rest_client [req-49509678-829c-4bf4-b6b6-bcaa7091ffe5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-657199045", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3c38ec1c-3016-4e58-a569-b6fa85135a33", "port": "6a6263a2-5021-4fc2-9e5f-5659456c76ef"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-49509678-829c-4bf4-b6b6-bcaa7091ffe5', 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49509678-829c-4bf4-b6b6-bcaa7091ffe5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "adminPass": "D9DziTGdsGzG"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:45.716 63 INFO tempest.lib.common.rest_client [req-4fd7bc68-ccb8-411b-9a1f-e83f606c692d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.328s 2018-08-12 20:28:45.716 63 DEBUG tempest.lib.common.rest_client [req-4fd7bc68-ccb8-411b-9a1f-e83f606c692d ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-4fd7bc68-ccb8-411b-9a1f-e83f606c692d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4fd7bc68-ccb8-411b-9a1f-e83f606c692d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:28:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:46.998 63 INFO tempest.lib.common.rest_client [req-7d1322f6-6a5e-4a05-bd96-294e4dd34eb6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.266s 2018-08-12 20:28:46.999 63 DEBUG tempest.lib.common.rest_client [req-7d1322f6-6a5e-4a05-bd96-294e4dd34eb6 ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-7d1322f6-6a5e-4a05-bd96-294e4dd34eb6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d1322f6-6a5e-4a05-bd96-294e4dd34eb6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:28:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:48.696 63 INFO tempest.lib.common.rest_client [req-b1b750eb-366c-492a-a628-47b74eea3f75 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.683s 2018-08-12 20:28:48.697 63 DEBUG tempest.lib.common.rest_client [req-b1b750eb-366c-492a-a628-47b74eea3f75 ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-b1b750eb-366c-492a-a628-47b74eea3f75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1b750eb-366c-492a-a628-47b74eea3f75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:28:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:48.711 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:28:50.614 63 INFO tempest.lib.common.rest_client [req-7e34cb62-13a1-4227-8bbd-d4fc4873aa60 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.901s 2018-08-12 20:28:50.615 63 DEBUG tempest.lib.common.rest_client [req-7e34cb62-13a1-4227-8bbd-d4fc4873aa60 ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-7e34cb62-13a1-4227-8bbd-d4fc4873aa60', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e34cb62-13a1-4227-8bbd-d4fc4873aa60'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:28:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:52.256 63 INFO tempest.lib.common.rest_client [req-ce7fb435-24cf-49a3-a7b0-6c7c92c0aedb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.626s 2018-08-12 20:28:52.257 63 DEBUG tempest.lib.common.rest_client [req-ce7fb435-24cf-49a3-a7b0-6c7c92c0aedb ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-ce7fb435-24cf-49a3-a7b0-6c7c92c0aedb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ce7fb435-24cf-49a3-a7b0-6c7c92c0aedb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:28:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:53.952 63 INFO tempest.lib.common.rest_client [req-dca5be63-8dea-4d17-9798-2554f282063d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.680s 2018-08-12 20:28:53.952 63 DEBUG tempest.lib.common.rest_client [req-dca5be63-8dea-4d17-9798-2554f282063d ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-dca5be63-8dea-4d17-9798-2554f282063d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dca5be63-8dea-4d17-9798-2554f282063d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:28:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:55.390 63 INFO tempest.lib.common.rest_client [req-b1b6f879-01e9-4f49-b012-8ab88c93b8c9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.423s 2018-08-12 20:28:55.391 63 DEBUG tempest.lib.common.rest_client [req-b1b6f879-01e9-4f49-b012-8ab88c93b8c9 ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-b1b6f879-01e9-4f49-b012-8ab88c93b8c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1b6f879-01e9-4f49-b012-8ab88c93b8c9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-213013182": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:c9:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:28:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:28:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:55.405 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:28:56.366 63 INFO tempest.lib.common.rest_client [req-48174325-aa76-4d9a-95ca-21b7069ece3a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.961s 2018-08-12 20:28:56.367 63 DEBUG tempest.lib.common.rest_client [req-48174325-aa76-4d9a-95ca-21b7069ece3a ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-48174325-aa76-4d9a-95ca-21b7069ece3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48174325-aa76-4d9a-95ca-21b7069ece3a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-213013182": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:c9:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:28:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:28:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:28:56.381 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d43d4878-5a25-45e4-ad9d-34e012a03972 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:28:57.409 63 INFO tempest.lib.common.rest_client [req-1743f5a8-05cd-4796-a5e8-f49066fe3cb2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.026s 2018-08-12 20:28:57.410 63 DEBUG tempest.lib.common.rest_client [req-1743f5a8-05cd-4796-a5e8-f49066fe3cb2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "af5f1d50-84be-4e5d-a5bd-73b86748331d", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2004943039", "security_groups": ["abdc2a7b-0825-4777-b2f6-27fca6805dbf"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:28:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1743f5a8-05cd-4796-a5e8-f49066fe3cb2'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:28:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"af5f1d50-84be-4e5d-a5bd-73b86748331d","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:28:57Z","name":"tempest-port-smoke-2004943039","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f4:03:67","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"624ce8f2-94f5-4c6a-87a7-931dd3526b3e","ip_address":"10.102.21.20"}],"id":"e41c9abf-d35a-400e-8e93-6c5dfa323f75","security_groups":["abdc2a7b-0825-4777-b2f6-27fca6805dbf"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:01.299 63 INFO tempest.lib.common.rest_client [req-82681676-f809-472e-bac7-502e440b8ac7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 3.888s 2018-08-12 20:29:01.300 63 DEBUG tempest.lib.common.rest_client [req-82681676-f809-472e-bac7-502e440b8ac7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-657199045", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "af5f1d50-84be-4e5d-a5bd-73b86748331d", "port": "e41c9abf-d35a-400e-8e93-6c5dfa323f75"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-82681676-f809-472e-bac7-502e440b8ac7', 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:28:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82681676-f809-472e-bac7-502e440b8ac7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "adminPass": "QTQXNsy6Y8TQ"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:01.606 63 INFO tempest.lib.common.rest_client [req-58c9e28d-fff9-4ea5-9b18-baf228d48c31 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.302s 2018-08-12 20:29:01.606 63 DEBUG tempest.lib.common.rest_client [req-58c9e28d-fff9-4ea5-9b18-baf228d48c31 ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-58c9e28d-fff9-4ea5-9b18-baf228d48c31', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58c9e28d-fff9-4ea5-9b18-baf228d48c31'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:29:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-2", "created": "2018-08-12T20:29:01Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:02.930 63 INFO tempest.lib.common.rest_client [req-5de7ae7b-6059-491e-b5c4-587bc7d8fca0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.309s 2018-08-12 20:29:02.931 63 DEBUG tempest.lib.common.rest_client [req-5de7ae7b-6059-491e-b5c4-587bc7d8fca0 ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-5de7ae7b-6059-491e-b5c4-587bc7d8fca0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5de7ae7b-6059-491e-b5c4-587bc7d8fca0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:29:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-2", "created": "2018-08-12T20:29:01Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:04.486 63 INFO tempest.lib.common.rest_client [req-4f3cf6cf-8c52-46cb-a52d-1011a3dfb5f8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.541s 2018-08-12 20:29:04.487 63 DEBUG tempest.lib.common.rest_client [req-4f3cf6cf-8c52-46cb-a52d-1011a3dfb5f8 ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-4f3cf6cf-8c52-46cb-a52d-1011a3dfb5f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f3cf6cf-8c52-46cb-a52d-1011a3dfb5f8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:29:03Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-2", "created": "2018-08-12T20:29:01Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:04.500 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:29:05.822 63 INFO tempest.lib.common.rest_client [req-d8008e7e-0668-44ca-b8f0-7f88775485ac ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.320s 2018-08-12 20:29:05.823 63 DEBUG tempest.lib.common.rest_client [req-d8008e7e-0668-44ca-b8f0-7f88775485ac ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-d8008e7e-0668-44ca-b8f0-7f88775485ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8008e7e-0668-44ca-b8f0-7f88775485ac'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:29:03Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-2", "created": "2018-08-12T20:29:01Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:07.799 63 INFO tempest.lib.common.rest_client [req-df0d7662-6f34-44fe-8ce4-ac751c134fcc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.960s 2018-08-12 20:29:07.799 63 DEBUG tempest.lib.common.rest_client [req-df0d7662-6f34-44fe-8ce4-ac751c134fcc ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-df0d7662-6f34-44fe-8ce4-ac751c134fcc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df0d7662-6f34-44fe-8ce4-ac751c134fcc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:29:03Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-2", "created": "2018-08-12T20:29:01Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:09.399 63 INFO tempest.lib.common.rest_client [req-c9f8bf5d-10df-4d20-b5fc-ffdb078fa963 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.586s 2018-08-12 20:29:09.400 63 DEBUG tempest.lib.common.rest_client [req-c9f8bf5d-10df-4d20-b5fc-ffdb078fa963 ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-c9f8bf5d-10df-4d20-b5fc-ffdb078fa963', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9f8bf5d-10df-4d20-b5fc-ffdb078fa963'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2053499575": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:03:67", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:29:08.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:29:08Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-2", "created": "2018-08-12T20:29:01Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:09.413 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:29:10.038 63 INFO tempest.lib.common.rest_client [req-0bf12e96-49b1-4598-98f8-ae764b3a67fe ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.624s 2018-08-12 20:29:10.039 63 DEBUG tempest.lib.common.rest_client [req-0bf12e96-49b1-4598-98f8-ae764b3a67fe ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-0bf12e96-49b1-4598-98f8-ae764b3a67fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0bf12e96-49b1-4598-98f8-ae764b3a67fe'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2053499575": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:03:67", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:29:08.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:29:08Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-2", "created": "2018-08-12T20:29:01Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:10.052 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b689bbe5-dbfe-4eb9-b917-823156c10797 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:29:10.231 63 INFO tempest.lib.common.rest_client [req-ecbda0d7-6f8c-4b77-a00a-5c31e0a16780 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/routers 0.178s 2018-08-12 20:29:10.232 63 DEBUG tempest.lib.common.rest_client [req-ecbda0d7-6f8c-4b77-a00a-5c31e0a16780 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1088012120", "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': 'Sun, 12 Aug 2018 20:29:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ecbda0d7-6f8c-4b77-a00a-5c31e0a16780'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:10Z", "admin_state_up": true, "updated_at": "2018-08-12T20:29:10Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "628ebf43-8a83-42d9-b786-b490b23c5f91", "name": "tempest-router--1088012120"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:11.669 63 INFO tempest.lib.common.rest_client [req-4b289915-8a4b-48f3-9bc0-98124e55c871 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/628ebf43-8a83-42d9-b786-b490b23c5f91 1.436s 2018-08-12 20:29:11.669 63 DEBUG tempest.lib.common.rest_client [req-4b289915-8a4b-48f3-9bc0-98124e55c871 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/628ebf43-8a83-42d9-b786-b490b23c5f91', u'date': 'Sun, 12 Aug 2018 20:29:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b289915-8a4b-48f3-9bc0-98124e55c871'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:10Z", "admin_state_up": true, "updated_at": "2018-08-12T20:29:11Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "628ebf43-8a83-42d9-b786-b490b23c5f91", "name": "tempest-router--1088012120"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:14.020 63 INFO tempest.lib.common.rest_client [req-92755684-486c-4aa4-ab4d-509c57f15d63 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/628ebf43-8a83-42d9-b786-b490b23c5f91/add_router_interface 2.349s 2018-08-12 20:29:14.020 63 DEBUG tempest.lib.common.rest_client [req-92755684-486c-4aa4-ab4d-509c57f15d63 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cc7456f2-ca71-4292-a473-50c1e809533f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/628ebf43-8a83-42d9-b786-b490b23c5f91/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:29:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92755684-486c-4aa4-ab4d-509c57f15d63'} Body: {"network_id": "3c38ec1c-3016-4e58-a569-b6fa85135a33", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "cc7456f2-ca71-4292-a473-50c1e809533f", "subnet_ids": ["cc7456f2-ca71-4292-a473-50c1e809533f"], "port_id": "b1523bb6-e186-464a-a2d7-701d2dd654f9", "id": "628ebf43-8a83-42d9-b786-b490b23c5f91"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:15.964 63 INFO tempest.lib.common.rest_client [req-0774db3d-ebdb-4579-bc71-5737ccbb9687 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.942s 2018-08-12 20:29:15.964 63 DEBUG tempest.lib.common.rest_client [req-0774db3d-ebdb-4579-bc71-5737ccbb9687 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "6a6263a2-5021-4fc2-9e5f-5659456c76ef"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:29:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0774db3d-ebdb-4579-bc71-5737ccbb9687'} Body: {"floatingip": {"router_id": "628ebf43-8a83-42d9-b786-b490b23c5f91", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:29:15Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "6a6263a2-5021-4fc2-9e5f-5659456c76ef", "id": "2826e952-a648-46eb-bc39-fb32a1814f5b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:15.966 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:29:31.992 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:29:32.056 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:29:32.057 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:29:32.171 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-12 20:29:32.172 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:29:32.173 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:29:32.234 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:29:32.238 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:29:37.245 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net) 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-12 20:29:37.245 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-12 20:29:37.246 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.074861 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 20:29:38.172 63 INFO tempest.lib.common.rest_client [req-51f66965-169a-4938-90ba-bc28f92d22e3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/2826e952-a648-46eb-bc39-fb32a1814f5b 0.925s 2018-08-12 20:29:38.172 63 DEBUG tempest.lib.common.rest_client [req-51f66965-169a-4938-90ba-bc28f92d22e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/2826e952-a648-46eb-bc39-fb32a1814f5b', u'date': 'Sun, 12 Aug 2018 20:29:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-51f66965-169a-4938-90ba-bc28f92d22e3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:39.914 63 INFO tempest.lib.common.rest_client [req-d41e7418-ef89-454e-a7df-51932b572f45 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/628ebf43-8a83-42d9-b786-b490b23c5f91/remove_router_interface 1.741s 2018-08-12 20:29:39.915 63 DEBUG tempest.lib.common.rest_client [req-d41e7418-ef89-454e-a7df-51932b572f45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cc7456f2-ca71-4292-a473-50c1e809533f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/628ebf43-8a83-42d9-b786-b490b23c5f91/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:29:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d41e7418-ef89-454e-a7df-51932b572f45'} Body: {"network_id": "3c38ec1c-3016-4e58-a569-b6fa85135a33", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "cc7456f2-ca71-4292-a473-50c1e809533f", "subnet_ids": ["cc7456f2-ca71-4292-a473-50c1e809533f"], "port_id": "b1523bb6-e186-464a-a2d7-701d2dd654f9", "id": "628ebf43-8a83-42d9-b786-b490b23c5f91"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:41.319 63 INFO tempest.lib.common.rest_client [req-ca06f9ec-0cf6-4f03-9616-1d2f6043974a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/628ebf43-8a83-42d9-b786-b490b23c5f91 1.402s 2018-08-12 20:29:41.320 63 DEBUG tempest.lib.common.rest_client [req-ca06f9ec-0cf6-4f03-9616-1d2f6043974a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/628ebf43-8a83-42d9-b786-b490b23c5f91', u'date': 'Sun, 12 Aug 2018 20:29:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ca06f9ec-0cf6-4f03-9616-1d2f6043974a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:41.494 63 INFO tempest.lib.common.rest_client [req-c9a8c164-2b99-4d6d-b267-6e84edb39c8b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.173s 2018-08-12 20:29:41.494 63 DEBUG tempest.lib.common.rest_client [req-c9a8c164-2b99-4d6d-b267-6e84edb39c8b ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-c9a8c164-2b99-4d6d-b267-6e84edb39c8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c9a8c164-2b99-4d6d-b267-6e84edb39c8b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:42.195 63 INFO tempest.lib.common.rest_client [req-c8454daf-c35e-4ab1-86c5-221255fb4404 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.700s 2018-08-12 20:29:42.196 63 DEBUG tempest.lib.common.rest_client [req-c8454daf-c35e-4ab1-86c5-221255fb4404 ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-c8454daf-c35e-4ab1-86c5-221255fb4404', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8454daf-c35e-4ab1-86c5-221255fb4404'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2053499575": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:03:67", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b689bbe5-dbfe-4eb9-b917-823156c10797", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:29:08.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b689bbe5-dbfe-4eb9-b917-823156c10797", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:29:41Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-2", "created": "2018-08-12T20:29:01Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:43.266 63 INFO tempest.lib.common.rest_client [req-c0a89d78-390d-432f-b608-da25ad427f17 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/b689bbe5-dbfe-4eb9-b917-823156c10797 0.054s 2018-08-12 20:29:43.266 63 DEBUG tempest.lib.common.rest_client [req-c0a89d78-390d-432f-b608-da25ad427f17 ] 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/b689bbe5-dbfe-4eb9-b917-823156c10797', u'x-compute-request-id': 'req-c0a89d78-390d-432f-b608-da25ad427f17', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-c0a89d78-390d-432f-b608-da25ad427f17'} Body: {"itemNotFound": {"message": "Instance b689bbe5-dbfe-4eb9-b917-823156c10797 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:43.830 63 INFO tempest.lib.common.rest_client [req-0424eb05-0109-4ef6-a7d0-07dfd2fc9e52 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e41c9abf-d35a-400e-8e93-6c5dfa323f75 0.563s 2018-08-12 20:29:43.831 63 DEBUG tempest.lib.common.rest_client [req-0424eb05-0109-4ef6-a7d0-07dfd2fc9e52 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e41c9abf-d35a-400e-8e93-6c5dfa323f75', u'date': 'Sun, 12 Aug 2018 20:29:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0424eb05-0109-4ef6-a7d0-07dfd2fc9e52'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:44.147 63 INFO tempest.lib.common.rest_client [req-8e1d5701-2cfd-4321-9002-b4fd77661418 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.315s 2018-08-12 20:29:44.148 63 DEBUG tempest.lib.common.rest_client [req-8e1d5701-2cfd-4321-9002-b4fd77661418 ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-8e1d5701-2cfd-4321-9002-b4fd77661418', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e1d5701-2cfd-4321-9002-b4fd77661418'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:44.911 63 INFO tempest.lib.common.rest_client [req-c3a19899-4a32-4163-b807-2cc0e064fba2 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.762s 2018-08-12 20:29:44.912 63 DEBUG tempest.lib.common.rest_client [req-c3a19899-4a32-4163-b807-2cc0e064fba2 ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-c3a19899-4a32-4163-b807-2cc0e064fba2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3a19899-4a32-4163-b807-2cc0e064fba2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-213013182": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:c9:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d43d4878-5a25-45e4-ad9d-34e012a03972", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:28:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d43d4878-5a25-45e4-ad9d-34e012a03972", "security_groups": [{"name": "tempest-secgroup-smoke-101186525"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:29:43Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-657199045", "name": "server-1", "created": "2018-08-12T20:28:45Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:45.972 63 INFO tempest.lib.common.rest_client [req-3a52f48b-03d7-4711-a198-38e041042566 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d43d4878-5a25-45e4-ad9d-34e012a03972 0.045s 2018-08-12 20:29:45.972 63 DEBUG tempest.lib.common.rest_client [req-3a52f48b-03d7-4711-a198-38e041042566 ] 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/d43d4878-5a25-45e4-ad9d-34e012a03972', u'x-compute-request-id': 'req-3a52f48b-03d7-4711-a198-38e041042566', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3a52f48b-03d7-4711-a198-38e041042566'} Body: {"itemNotFound": {"message": "Instance d43d4878-5a25-45e4-ad9d-34e012a03972 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:46.896 63 INFO tempest.lib.common.rest_client [req-0b8c18cf-1de1-4c9a-838b-e31568672d43 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6a6263a2-5021-4fc2-9e5f-5659456c76ef 0.922s 2018-08-12 20:29:46.896 63 DEBUG tempest.lib.common.rest_client [req-0b8c18cf-1de1-4c9a-838b-e31568672d43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6a6263a2-5021-4fc2-9e5f-5659456c76ef', u'date': 'Sun, 12 Aug 2018 20:29:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0b8c18cf-1de1-4c9a-838b-e31568672d43'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:46.956 63 INFO tempest.lib.common.rest_client [req-aa3e1e1e-533e-4503-a26f-5b230c338333 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-657199045 0.059s 2018-08-12 20:29:46.957 63 DEBUG tempest.lib.common.rest_client [req-aa3e1e1e-533e-4503-a26f-5b230c338333 ] 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-657199045', u'x-compute-request-id': 'req-aa3e1e1e-533e-4503-a26f-5b230c338333', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:29:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa3e1e1e-533e-4503-a26f-5b230c338333'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:49.284 63 INFO tempest.lib.common.rest_client [req-206199dd-e98d-4b95-b96e-c64f82e46014 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/624ce8f2-94f5-4c6a-87a7-931dd3526b3e 2.327s 2018-08-12 20:29:49.285 63 DEBUG tempest.lib.common.rest_client [req-206199dd-e98d-4b95-b96e-c64f82e46014 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/624ce8f2-94f5-4c6a-87a7-931dd3526b3e', u'date': 'Sun, 12 Aug 2018 20:29:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-206199dd-e98d-4b95-b96e-c64f82e46014'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:51.178 63 INFO tempest.lib.common.rest_client [req-28d0e977-3ae6-4c79-9e8c-0375a0d54dc0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/af5f1d50-84be-4e5d-a5bd-73b86748331d 1.892s 2018-08-12 20:29:51.179 63 DEBUG tempest.lib.common.rest_client [req-28d0e977-3ae6-4c79-9e8c-0375a0d54dc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/af5f1d50-84be-4e5d-a5bd-73b86748331d', u'date': 'Sun, 12 Aug 2018 20:29:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-28d0e977-3ae6-4c79-9e8c-0375a0d54dc0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:53.764 63 INFO tempest.lib.common.rest_client [req-3d756451-9372-47fd-8d64-5a506456e2da ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/cc7456f2-ca71-4292-a473-50c1e809533f 2.585s 2018-08-12 20:29:53.765 63 DEBUG tempest.lib.common.rest_client [req-3d756451-9372-47fd-8d64-5a506456e2da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cc7456f2-ca71-4292-a473-50c1e809533f', u'date': 'Sun, 12 Aug 2018 20:29:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3d756451-9372-47fd-8d64-5a506456e2da'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:55.778 63 INFO tempest.lib.common.rest_client [req-13fa5a7a-7d08-454a-b0f1-205e56c1ece8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3c38ec1c-3016-4e58-a569-b6fa85135a33 2.012s 2018-08-12 20:29:55.778 63 DEBUG tempest.lib.common.rest_client [req-13fa5a7a-7d08-454a-b0f1-205e56c1ece8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3c38ec1c-3016-4e58-a569-b6fa85135a33', u'date': 'Sun, 12 Aug 2018 20:29:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-13fa5a7a-7d08-454a-b0f1-205e56c1ece8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:56.040 63 INFO tempest.lib.common.rest_client [req-9a6610d8-99ba-4041-ac04-961c3c988c94 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/abdc2a7b-0825-4777-b2f6-27fca6805dbf 0.261s 2018-08-12 20:29:56.041 63 DEBUG tempest.lib.common.rest_client [req-9a6610d8-99ba-4041-ac04-961c3c988c94 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/abdc2a7b-0825-4777-b2f6-27fca6805dbf', u'date': 'Sun, 12 Aug 2018 20:29:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9a6610d8-99ba-4041-ac04-961c3c988c94'} 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 [83.033880s] ... ok 2018-08-12 20:29:56.314 63 INFO tempest.lib.common.rest_client [req-03a3f5a6-004a-4516-ba54-9bdd226e6e73 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.256s 2018-08-12 20:29:56.315 63 DEBUG tempest.lib.common.rest_client [req-03a3f5a6-004a-4516-ba54-9bdd226e6e73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-128668083 description", "name": "tempest-secgroup-smoke-128668083"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03a3f5a6-004a-4516-ba54-9bdd226e6e73'} Body: {"security_group": {"description": "tempest-secgroup-smoke-128668083 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "updated_at": "2018-08-12T20:29:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:29:56Z", "revision_number": 0, "id": "3ddf9959-18de-44e6-b11d-72aaa16a17a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:29:56Z", "revision_number": 0, "id": "eb914682-3bc7-40b7-b3f3-31ddc79f97ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "name": "tempest-secgroup-smoke-128668083"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:56.560 63 INFO tempest.lib.common.rest_client [req-7656e65a-cc77-4e54-b8ef-583283862e7b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.244s 2018-08-12 20:29:56.561 63 DEBUG tempest.lib.common.rest_client [req-7656e65a-cc77-4e54-b8ef-583283862e7b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7656e65a-cc77-4e54-b8ef-583283862e7b'} 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-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c4f66b44-dd59-4e44-b8dd-bf49bb77c704"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:56.818 63 INFO tempest.lib.common.rest_client [req-2551e0a8-4bd3-4e01-b1b5-ed4db017a689 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.256s 2018-08-12 20:29:56.819 63 DEBUG tempest.lib.common.rest_client [req-2551e0a8-4bd3-4e01-b1b5-ed4db017a689 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2551e0a8-4bd3-4e01-b1b5-ed4db017a689'} 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-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bfeb6277-b4c4-4bb3-aa2b-2b25f8fad178"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:57.351 63 INFO tempest.lib.common.rest_client [req-2b1c29bf-baa8-4cfb-8876-3d64a0321de7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.530s 2018-08-12 20:29:57.351 63 DEBUG tempest.lib.common.rest_client [req-2b1c29bf-baa8-4cfb-8876-3d64a0321de7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b1c29bf-baa8-4cfb-8876-3d64a0321de7'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bd52546c-7137-4f7d-bc3d-9f9ce91239aa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:57.560 63 INFO tempest.lib.common.rest_client [req-e78c1490-5256-4f78-9d1e-f643ec9eae42 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-12 20:29:57.560 63 DEBUG tempest.lib.common.rest_client [req-e78c1490-5256-4f78-9d1e-f643ec9eae42 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e78c1490-5256-4f78-9d1e-f643ec9eae42'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "02cd3db2-30df-4476-b8e8-8cb976ee40cd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:57.778 63 INFO tempest.lib.common.rest_client [req-e6281604-bedc-4457-8ef5-9a5a934a0ed2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.217s 2018-08-12 20:29:57.779 63 DEBUG tempest.lib.common.rest_client [req-e6281604-bedc-4457-8ef5-9a5a934a0ed2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6281604-bedc-4457-8ef5-9a5a934a0ed2'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d314a955-6754-44fc-97e8-f2d9723dfb47"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:57.977 63 INFO tempest.lib.common.rest_client [req-891020bf-2609-4049-8650-3eb5deb8d898 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.197s 2018-08-12 20:29:57.977 63 DEBUG tempest.lib.common.rest_client [req-891020bf-2609-4049-8650-3eb5deb8d898 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-891020bf-2609-4049-8650-3eb5deb8d898'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ed9722a-ff94-4309-9583-05d063da119d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:58.153 63 INFO tempest.lib.common.rest_client [req-2f42fef5-1428-4e0a-b3b0-7b54897aa663 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.174s 2018-08-12 20:29:58.153 63 DEBUG tempest.lib.common.rest_client [req-2f42fef5-1428-4e0a-b3b0-7b54897aa663 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f42fef5-1428-4e0a-b3b0-7b54897aa663'} 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-12T20:29:58Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2075d534-93cd-43fa-9979-24608735655d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:58.344 63 INFO tempest.lib.common.rest_client [req-a650130d-eba7-4031-ae3f-a666397c0379 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-12 20:29:58.345 63 DEBUG tempest.lib.common.rest_client [req-a650130d-eba7-4031-ae3f-a666397c0379 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a650130d-eba7-4031-ae3f-a666397c0379'} 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-12T20:29:58Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ed81b28-9e4e-412f-96af-95605f066f3d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:58.608 63 INFO tempest.lib.common.rest_client [req-93ddab81-1e77-4829-961b-c891be816ccc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.262s 2018-08-12 20:29:58.608 63 DEBUG tempest.lib.common.rest_client [req-93ddab81-1e77-4829-961b-c891be816ccc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1478397137"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93ddab81-1e77-4829-961b-c891be816ccc'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:29:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0e191052-6b24-411d-b324-00dcd3b5abaa","name":"tempest-A-1478397137"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:59.522 63 INFO tempest.lib.common.rest_client [req-f5fdc205-2b8d-4422-b2fe-709503db6653 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.913s 2018-08-12 20:29:59.524 63 DEBUG tempest.lib.common.rest_client [req-f5fdc205-2b8d-4422-b2fe-709503db6653 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "name": "tempest-subnet-A-1-727197509"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5fdc205-2b8d-4422-b2fe-709503db6653'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e191052-6b24-411d-b324-00dcd3b5abaa","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:59Z","dns_nameservers":[],"updated_at":"2018-08-12T20:29: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":"01ace95cf526467b9409c6248a7c6876","id":"7600b987-6e95-433b-8f82-baaf784e08e3","subnetpool_id":null,"name":"tempest-subnet-A-1-727197509"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:29:59.788 63 INFO tempest.lib.common.rest_client [req-650bb367-ec54-4737-8cf9-6982ab754f3f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/networks 0.263s 2018-08-12 20:29:59.788 63 DEBUG tempest.lib.common.rest_client [req-650bb367-ec54-4737-8cf9-6982ab754f3f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1495148893"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-650bb367-ec54-4737-8cf9-6982ab754f3f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:29:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","name":"tempest-B-1495148893"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:00.493 63 INFO tempest.lib.common.rest_client [req-11b050fc-1792-4aaa-86be-8b393966f1e7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.703s 2018-08-12 20:30:00.493 63 DEBUG tempest.lib.common.rest_client [req-11b050fc-1792-4aaa-86be-8b393966f1e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "name": "tempest-subnet-B-1-2132333213"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-11b050fc-1792-4aaa-86be-8b393966f1e7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:30:00Z","dns_nameservers":[],"updated_at":"2018-08-12T20:30: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":"01ace95cf526467b9409c6248a7c6876","id":"a0329f32-eca3-4c40-b965-670cd16f47b8","subnetpool_id":null,"name":"tempest-subnet-B-1-2132333213"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:00.982 63 INFO tempest.lib.common.rest_client [req-95b0d866-c1b4-40cf-9e59-3bd1a94c7011 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.488s 2018-08-12 20:30:00.983 63 DEBUG tempest.lib.common.rest_client [req-95b0d866-c1b4-40cf-9e59-3bd1a94c7011 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95b0d866-c1b4-40cf-9e59-3bd1a94c7011'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "396f3da5-d961-4b99-bad3-8616d7ddad23"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:01.348 63 INFO tempest.lib.common.rest_client [req-773683c6-fc6f-493f-9304-657795f6a6ee ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.365s 2018-08-12 20:30:01.349 63 DEBUG tempest.lib.common.rest_client [req-773683c6-fc6f-493f-9304-657795f6a6ee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1180470735"}} 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-773683c6-fc6f-493f-9304-657795f6a6ee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-773683c6-fc6f-493f-9304-657795f6a6ee'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIVLAs3CFORAwIFxdRiGZfua2uPw648iNlKYsvbN7wiipo1doAHGdZOAXoxWJZ9dL2b9ywwoEefhKLn57mnbW0qe0nUzMY8cayzJ65OBuUPT9s9ffpHXK4rWXlWyTyw4dJ/PRl9PCw011+5kWK61hdZ4bmDvJfb0F0xk99cvMdLXAmAIJknZmeVqa0I7Qy2CD/XPtGD15OunHdvKx42j5N9F8gHUSxH7tIwaXDSrOCefHF3Fnj199DnRizhgVE2yN0K1VCdvHVcys8xF50iS3ER9QrVX9EnwgU8wHiSv2PD4+trCm9AmxJiawgCAg5FXS/UuDGvWbhBf6+GleAOOz1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAyFSwLNwhTkQMCBcXUYhmX7mtrj8OuPIjZSmLL2ze8IoqaNXa\nABxnWTgF6MViWfXS9m/csMKBHn4Si5+e5p21tKntJ1MzGPHGssyeuTgblD0/bPX3\n6R1yuK1l5Vsk8sOHSfz0ZfTwsNNdfuZFiutYXWeG5g7yX29BdMZPfXLzHS1wJgCC\nZJ2ZnlamtCO0Mtgg/1z7Rg9eTrpx3byseNo+TfRfIB1EsR+7SMGlw0qzgnnxxdxZ\n49ffQ50Ys4YFRNsjdCtVQnbx1XMrPMRedIktxEfUK1V/RJ8IFPMB4kr9jw+Prawp\nvQJsSYmsIAgIORV0v1Lgxr1m4QX+vhpXgDjs9QIDAQABAoIBAAareyojMiCu90+V\npTsbtXzea7/vbYgO18rYdT/g+hM8JmlTJWz3hSFdUiUL3VhtbNazpr9j2nSvceKg\nL+QxwAkB11mF1Z+w/RKa6XX1PkXTPDdegSCL0HQBofDe9f33MJvwBhsW6qSYhPZi\nqFIVv91sQvuJ59vxklZW+/KLTzjbaUcKcn9SuVLCtQDBIpZE8d7JI+nSyrxy0H7L\n8IJLhISugy3xEAS65lkLLyZHX9WZVPuqnguFBP9sVacnPF01wwABYiHyjRhiHknV\nbWJEL0qYK/mJK4sZsEZH8pAdItb06vdQ2sdw1fRRby/UlMj5C1E0qVfA5jElSTCC\nzmAgUMECgYEA+g9MZnmSH2E4oFKnpB1DhHDKyJCErdf2sJr5NtalMNzPQW2YRTxB\nsvmNWuzbLXZKaSXLrACcJ5cV5Qt/ePQbYOsfXWgFb9Qh4ZsCxms/JidwPXfOkW8T\nWRBFRoKltIxKfXl3ACzXryDHY5wTZsiBTZq9h6ijDvOaZxRhqc8w47kCgYEAzRb4\ncg+Bqe692OwlFgU1zDjOa52GZmeQucw3ONUfXptCsqUdwgDYCjF1gGZyj43PBoN8\nLnVLJLuftqZHXgmi36it28Yu+vkyeFUPWpg9aSJrWX4gux5gWOgGkG0OS5S/ruu5\nBdy1BFtHnvOswaOEZcOtN7+/End0PCynrg0qqR0CgYEAn4VC59yGKx6KUTxpVXiV\nqdeKhYgsG/q5lNBIS4OCvjkevk575S8bemFYm7id2dKshYdm9sMs2tS3UvaSy0Zu\ncNWNnLjPPxfExXdtvcaM8noWUCAt1vlVDmwixWhy7UrR+lmSYLo6na37hL/8YIVo\nd2lPn0slOlSNG1UVOI7EUYECgYEAoT58GwFCCp7fuFsBVWzHPUc0U7vH3V9zlACR\nMietwC4FpHrZCJytPmZgYZEqZN8zc4WQ7t3dNIYnLe1Rkwe0fHAcMPyCF2QxYBZQ\nOgQT1ELxb60Qgs2BJqVV89sqMBZFFnvSPl+mGkTB7KDcpGmxQGk2GOyyhwxP4Lej\nJd7IOakCgYBf0kqtQsQI6+oT1ovqxj0sQgCSllL0UOxf2t8rQN8hT260YPZa/vLO\nZDNzjgPl7rPYPl55tzNms/1jGq17ezAz0LgdBr7lJK+KeMEH93YagagNZ8xrPgOs\nv4I8gD+/8CtznFvzPGrnZvQMqbZM2UUn0PT8i4f1DywaX8ZRiIhZng==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1180470735", "fingerprint": "b0:dc:38:46:27:1e:bb:a5:82:f5:80:1b:4c:96:dc:b5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:02.398 63 INFO tempest.lib.common.rest_client [req-51e01b5d-c2c5-45b0-accd-71c40fc07398 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 1.045s 2018-08-12 20:30:02.398 63 DEBUG tempest.lib.common.rest_client [req-51e01b5d-c2c5-45b0-accd-71c40fc07398 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1043140016", "security_groups": ["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51e01b5d-c2c5-45b0-accd-71c40fc07398'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:30:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0e191052-6b24-411d-b324-00dcd3b5abaa","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:30:01Z","name":"tempest-port-smoke-1043140016","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4d:a7:fa","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"7600b987-6e95-433b-8f82-baaf784e08e3","ip_address":"10.101.11.10"}],"id":"9d6464dd-7d10-40aa-ade0-31bead5b7e07","security_groups":["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:05.387 63 INFO tempest.lib.common.rest_client [req-788e86f7-426c-433b-9b4e-f25fbe167b30 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.988s 2018-08-12 20:30:05.388 63 DEBUG tempest.lib.common.rest_client [req-788e86f7-426c-433b-9b4e-f25fbe167b30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1180470735", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0e191052-6b24-411d-b324-00dcd3b5abaa", "port": "9d6464dd-7d10-40aa-ade0-31bead5b7e07"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-788e86f7-426c-433b-9b4e-f25fbe167b30', 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-788e86f7-426c-433b-9b4e-f25fbe167b30'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "adminPass": "63dtpNcGMCVa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:05.746 63 INFO tempest.lib.common.rest_client [req-ab5d727a-307b-40af-ab75-999f28731dcf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.353s 2018-08-12 20:30:05.746 63 DEBUG tempest.lib.common.rest_client [req-ab5d727a-307b-40af-ab75-999f28731dcf ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-ab5d727a-307b-40af-ab75-999f28731dcf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ab5d727a-307b-40af-ab75-999f28731dcf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:07.160 63 INFO tempest.lib.common.rest_client [req-f8384cce-b9d7-430e-838e-93e0f89b2558 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.399s 2018-08-12 20:30:07.161 63 DEBUG tempest.lib.common.rest_client [req-f8384cce-b9d7-430e-838e-93e0f89b2558 ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-f8384cce-b9d7-430e-838e-93e0f89b2558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8384cce-b9d7-430e-838e-93e0f89b2558'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:08.873 63 INFO tempest.lib.common.rest_client [req-13cd03a4-8811-4e49-bb08-b0f8ab3badba ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.697s 2018-08-12 20:30:08.873 63 DEBUG tempest.lib.common.rest_client [req-13cd03a4-8811-4e49-bb08-b0f8ab3badba ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-13cd03a4-8811-4e49-bb08-b0f8ab3badba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13cd03a4-8811-4e49-bb08-b0f8ab3badba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:08.885 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:30:10.573 63 INFO tempest.lib.common.rest_client [req-5228b1b0-d636-4799-922f-3c09b55b82d4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.687s 2018-08-12 20:30:10.574 63 DEBUG tempest.lib.common.rest_client [req-5228b1b0-d636-4799-922f-3c09b55b82d4 ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-5228b1b0-d636-4799-922f-3c09b55b82d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5228b1b0-d636-4799-922f-3c09b55b82d4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:12.014 63 INFO tempest.lib.common.rest_client [req-c1a6431b-0c95-414b-8580-b54be2e4f0d6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.425s 2018-08-12 20:30:12.014 63 DEBUG tempest.lib.common.rest_client [req-c1a6431b-0c95-414b-8580-b54be2e4f0d6 ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-c1a6431b-0c95-414b-8580-b54be2e4f0d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1a6431b-0c95-414b-8580-b54be2e4f0d6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:13.733 63 INFO tempest.lib.common.rest_client [req-c916ba24-b1b9-4a26-9eff-88c9e35e653c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.703s 2018-08-12 20:30:13.733 63 DEBUG tempest.lib.common.rest_client [req-c916ba24-b1b9-4a26-9eff-88c9e35e653c ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-c916ba24-b1b9-4a26-9eff-88c9e35e653c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c916ba24-b1b9-4a26-9eff-88c9e35e653c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:13.747 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:30:14.460 63 INFO tempest.lib.common.rest_client [req-61a9bdd6-3920-44e0-8954-2b3f62ab8bea ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.711s 2018-08-12 20:30:14.460 63 DEBUG tempest.lib.common.rest_client [req-61a9bdd6-3920-44e0-8954-2b3f62ab8bea ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-61a9bdd6-3920-44e0-8954-2b3f62ab8bea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61a9bdd6-3920-44e0-8954-2b3f62ab8bea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:14.472 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:30:15.265 63 INFO tempest.lib.common.rest_client [req-e9c88293-4d33-48fd-89df-557fb8e21dc4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/ports 0.792s 2018-08-12 20:30:15.266 63 DEBUG tempest.lib.common.rest_client [req-e9c88293-4d33-48fd-89df-557fb8e21dc4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1084123450", "security_groups": ["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:30:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9c88293-4d33-48fd-89df-557fb8e21dc4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:30:14Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:30:14Z","name":"tempest-port-smoke-1084123450","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ff:7c:ba","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"a0329f32-eca3-4c40-b965-670cd16f47b8","ip_address":"10.102.21.20"}],"id":"f7b76b76-9f4f-4525-997d-3b61b025f5ac","security_groups":["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:17.896 63 INFO tempest.lib.common.rest_client [req-dab9a36f-d450-4923-8289-92d664d7675c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.23:8774/v2.1/servers 2.629s 2018-08-12 20:30:17.897 63 DEBUG tempest.lib.common.rest_client [req-dab9a36f-d450-4923-8289-92d664d7675c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1180470735", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "port": "f7b76b76-9f4f-4525-997d-3b61b025f5ac"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-dab9a36f-d450-4923-8289-92d664d7675c', 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dab9a36f-d450-4923-8289-92d664d7675c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "adminPass": "j8ciKQiBoMWw"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:18.235 63 INFO tempest.lib.common.rest_client [req-9cfcc566-7747-422a-b771-1577f6c42c21 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.334s 2018-08-12 20:30:18.236 63 DEBUG tempest.lib.common.rest_client [req-9cfcc566-7747-422a-b771-1577f6c42c21 ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-9cfcc566-7747-422a-b771-1577f6c42c21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cfcc566-7747-422a-b771-1577f6c42c21'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:19.622 63 INFO tempest.lib.common.rest_client [req-627102b6-d288-4c45-82bf-da02b95b4aa4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.372s 2018-08-12 20:30:19.623 63 DEBUG tempest.lib.common.rest_client [req-627102b6-d288-4c45-82bf-da02b95b4aa4 ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-627102b6-d288-4c45-82bf-da02b95b4aa4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-627102b6-d288-4c45-82bf-da02b95b4aa4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:20.729 63 INFO tempest.lib.common.rest_client [req-6b77162c-7494-4427-aef5-98c28f7f6bdd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.091s 2018-08-12 20:30:20.730 63 DEBUG tempest.lib.common.rest_client [req-6b77162c-7494-4427-aef5-98c28f7f6bdd ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6b77162c-7494-4427-aef5-98c28f7f6bdd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b77162c-7494-4427-aef5-98c28f7f6bdd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:20Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:20.743 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 20:30:22.367 63 INFO tempest.lib.common.rest_client [req-bd5f7852-1d1b-40cc-9259-f03f74529d80 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.623s 2018-08-12 20:30:22.368 63 DEBUG tempest.lib.common.rest_client [req-bd5f7852-1d1b-40cc-9259-f03f74529d80 ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-bd5f7852-1d1b-40cc-9259-f03f74529d80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd5f7852-1d1b-40cc-9259-f03f74529d80'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:22.380 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:30:24.063 63 INFO tempest.lib.common.rest_client [req-6a41d433-228c-478f-9de8-2c757b359207 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.681s 2018-08-12 20:30:24.064 63 DEBUG tempest.lib.common.rest_client [req-6a41d433-228c-478f-9de8-2c757b359207 ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6a41d433-228c-478f-9de8-2c757b359207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a41d433-228c-478f-9de8-2c757b359207'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:25.499 63 INFO tempest.lib.common.rest_client [req-6f7616d4-2849-4b95-a9ae-905d4a6316b6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.419s 2018-08-12 20:30:25.500 63 DEBUG tempest.lib.common.rest_client [req-6f7616d4-2849-4b95-a9ae-905d4a6316b6 ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6f7616d4-2849-4b95-a9ae-905d4a6316b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f7616d4-2849-4b95-a9ae-905d4a6316b6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:27.472 63 INFO tempest.lib.common.rest_client [req-56a066b5-f1fd-41d9-a42d-c8260efc5c79 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.957s 2018-08-12 20:30:27.473 63 DEBUG tempest.lib.common.rest_client [req-56a066b5-f1fd-41d9-a42d-c8260efc5c79 ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-56a066b5-f1fd-41d9-a42d-c8260efc5c79', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56a066b5-f1fd-41d9-a42d-c8260efc5c79'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:25Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:27.487 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:30:28.200 63 INFO tempest.lib.common.rest_client [req-bb865602-06e9-43b5-9757-2c3162520d8d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.712s 2018-08-12 20:30:28.200 63 DEBUG tempest.lib.common.rest_client [req-bb865602-06e9-43b5-9757-2c3162520d8d ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-bb865602-06e9-43b5-9757-2c3162520d8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bb865602-06e9-43b5-9757-2c3162520d8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:25Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:28.213 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 7f36ed37-8d18-4e61-9816-f5fd10341e14 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:30:28.486 63 INFO tempest.lib.common.rest_client [req-d0c3367a-487c-4071-93d2-e701bb6bb761 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations 0.273s 2018-08-12 20:30:28.487 63 DEBUG tempest.lib.common.rest_client [req-d0c3367a-487c-4071-93d2-e701bb6bb761 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations', u'date': 'Sun, 12 Aug 2018 20:30:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c3367a-487c-4071-93d2-e701bb6bb761'} Body: {"network_association": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "id": "c5e7cbf0-a5ca-49a4-8b11-f89fc3d85066"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:28.792 63 INFO tempest.lib.common.rest_client [req-3917834a-4cd6-4e68-9661-aa692b417b56 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations 0.305s 2018-08-12 20:30:28.793 63 DEBUG tempest.lib.common.rest_client [req-3917834a-4cd6-4e68-9661-aa692b417b56 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations', u'date': 'Sun, 12 Aug 2018 20:30:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3917834a-4cd6-4e68-9661-aa692b417b56'} Body: {"network_association": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "id": "133ec37b-c4ca-4993-acc4-7e31b189c0f0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:28.794 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-12 20:30:29.051 63 INFO tempest.lib.common.rest_client [req-ea013287-3f8d-43db-be48-a7e0beb2aec6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/routers 0.256s 2018-08-12 20:30:29.051 63 DEBUG tempest.lib.common.rest_client [req-ea013287-3f8d-43db-be48-a7e0beb2aec6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--540412424", "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': 'Sun, 12 Aug 2018 20:30:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea013287-3f8d-43db-be48-a7e0beb2aec6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:28Z", "admin_state_up": true, "updated_at": "2018-08-12T20:30:28Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "name": "tempest-router--540412424"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:30.459 63 INFO tempest.lib.common.rest_client [req-107bba81-4762-4554-bdd0-cd2991353b42 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d 1.406s 2018-08-12 20:30:30.459 63 DEBUG tempest.lib.common.rest_client [req-107bba81-4762-4554-bdd0-cd2991353b42 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d', u'date': 'Sun, 12 Aug 2018 20:30:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-107bba81-4762-4554-bdd0-cd2991353b42'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:28Z", "admin_state_up": true, "updated_at": "2018-08-12T20:30:30Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "name": "tempest-router--540412424"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:32.511 63 INFO tempest.lib.common.rest_client [req-8e11f3fd-3825-4d39-b9d7-04f860f68425 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/add_router_interface 2.051s 2018-08-12 20:30:32.512 63 DEBUG tempest.lib.common.rest_client [req-8e11f3fd-3825-4d39-b9d7-04f860f68425 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:30:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e11f3fd-3825-4d39-b9d7-04f860f68425'} Body: {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3", "subnet_ids": ["7600b987-6e95-433b-8f82-baaf784e08e3"], "port_id": "4a612459-b475-48e6-96fb-8b010ec5ea54", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:34.461 63 INFO tempest.lib.common.rest_client [req-33d3f2fa-6b26-4811-ad79-32b5e04ffaaf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.948s 2018-08-12 20:30:34.461 63 DEBUG tempest.lib.common.rest_client [req-33d3f2fa-6b26-4811-ad79-32b5e04ffaaf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "9d6464dd-7d10-40aa-ade0-31bead5b7e07"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33d3f2fa-6b26-4811-ad79-32b5e04ffaaf'} Body: {"floatingip": {"router_id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:30:33Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "9d6464dd-7d10-40aa-ade0-31bead5b7e07", "id": "97a1f549-4762-4319-8f0c-d964feb9452e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:30:34.462 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:30:37.474 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:30:37.579 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:30:37.602 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:30:37.717 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-12 20:30:37.717 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:30:37.719 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:30:37.780 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:30:37.784 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:30:42.792 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:30:42.792 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-12 20:31:52.835 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-12 20:31:52.836 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:31:52.840 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:31:52.903 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:31:52.905 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:31:57.912 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:31:57.912 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-12 20:33:07.970 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-12 20:33:07.970 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-12 20:33:07.971 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:07.975 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08.034 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:33:08.039 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08.045 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:33:08.045 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:c2:75:50 [ether] on eth0 2018-08-12 20:33:08.046 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-12 20:33:08.046 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08.048 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08.106 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:33:08.112 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08.122 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 20:33:08.122 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-12 20:33:08.122 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08.124 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08.182 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:33:08.188 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08.194 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-12 20:33:08.194 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08.196 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08.254 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:33:08.261 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08.266 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:33:08.267 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:c2:75:50 [ether] on eth0 2018-08-12 20:33:08.267 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-12 20:33:08.267 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08.269 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08.330 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:33:08.333 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:13.340 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:33:13.341 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-12 20:34:23.401 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-12 20:34:23.402 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:34:23.406 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:34:23.468 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:34:23.471 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:34:28.478 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:34:28.479 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-12 20:35:38.543 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-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:35:40.037 63 INFO tempest.lib.common.rest_client [req-418f0eff-2f56-40c1-8a5a-09b280628fe9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/97a1f549-4762-4319-8f0c-d964feb9452e 1.490s 2018-08-12 20:35:40.038 63 DEBUG tempest.lib.common.rest_client [req-418f0eff-2f56-40c1-8a5a-09b280628fe9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/97a1f549-4762-4319-8f0c-d964feb9452e', u'date': 'Sun, 12 Aug 2018 20:35:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-418f0eff-2f56-40c1-8a5a-09b280628fe9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:42.025 63 INFO tempest.lib.common.rest_client [req-cc646564-3e8b-4ca7-a47c-393ff60347f2 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/remove_router_interface 1.985s 2018-08-12 20:35:42.025 63 DEBUG tempest.lib.common.rest_client [req-cc646564-3e8b-4ca7-a47c-393ff60347f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:35:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc646564-3e8b-4ca7-a47c-393ff60347f2'} Body: {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3", "subnet_ids": ["7600b987-6e95-433b-8f82-baaf784e08e3"], "port_id": "4a612459-b475-48e6-96fb-8b010ec5ea54", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:43.762 63 INFO tempest.lib.common.rest_client [req-efd22957-af7f-4720-9b45-4281bf41b19d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d 1.736s 2018-08-12 20:35:43.763 63 DEBUG tempest.lib.common.rest_client [req-efd22957-af7f-4720-9b45-4281bf41b19d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4c384f81-9b91-41a1-b890-aa4022eb3c5d', u'date': 'Sun, 12 Aug 2018 20:35:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-efd22957-af7f-4720-9b45-4281bf41b19d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:44.194 63 INFO tempest.lib.common.rest_client [req-ef3ee97b-1446-427b-a714-6aade5dc09ea ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.430s 2018-08-12 20:35:44.194 63 DEBUG tempest.lib.common.rest_client [req-ef3ee97b-1446-427b-a714-6aade5dc09ea ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-ef3ee97b-1446-427b-a714-6aade5dc09ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef3ee97b-1446-427b-a714-6aade5dc09ea'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:45.169 63 INFO tempest.lib.common.rest_client [req-a9026e6c-cbdb-48a9-99d5-d3c482c1113a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.973s 2018-08-12 20:35:45.169 63 DEBUG tempest.lib.common.rest_client [req-a9026e6c-cbdb-48a9-99d5-d3c482c1113a ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-a9026e6c-cbdb-48a9-99d5-d3c482c1113a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9026e6c-cbdb-48a9-99d5-d3c482c1113a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:44Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:46.823 63 INFO tempest.lib.common.rest_client [req-88b764d7-1415-4684-a4b6-be534cb70ebc ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.638s 2018-08-12 20:35:46.824 63 DEBUG tempest.lib.common.rest_client [req-88b764d7-1415-4684-a4b6-be534cb70ebc ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-88b764d7-1415-4684-a4b6-be534cb70ebc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b764d7-1415-4684-a4b6-be534cb70ebc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:44Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:47.881 63 INFO tempest.lib.common.rest_client [req-b3879ed9-6dae-48ce-a5b3-5602a3f541bc ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.042s 2018-08-12 20:35:47.881 63 DEBUG tempest.lib.common.rest_client [req-b3879ed9-6dae-48ce-a5b3-5602a3f541bc ] 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-b3879ed9-6dae-48ce-a5b3-5602a3f541bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:47 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b3879ed9-6dae-48ce-a5b3-5602a3f541bc'} Body: {"itemNotFound": {"message": "Instance 7f36ed37-8d18-4e61-9816-f5fd10341e14 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:48.719 63 INFO tempest.lib.common.rest_client [req-1725acdf-0813-4bea-b0dd-1d9cb6586cfd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f7b76b76-9f4f-4525-997d-3b61b025f5ac 0.837s 2018-08-12 20:35:48.720 63 DEBUG tempest.lib.common.rest_client [req-1725acdf-0813-4bea-b0dd-1d9cb6586cfd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f7b76b76-9f4f-4525-997d-3b61b025f5ac', u'date': 'Sun, 12 Aug 2018 20:35:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1725acdf-0813-4bea-b0dd-1d9cb6586cfd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:49.056 63 INFO tempest.lib.common.rest_client [req-5d6624ad-1d66-4ade-953c-738740578e66 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.335s 2018-08-12 20:35:49.056 63 DEBUG tempest.lib.common.rest_client [req-5d6624ad-1d66-4ade-953c-738740578e66 ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-5d6624ad-1d66-4ade-953c-738740578e66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d6624ad-1d66-4ade-953c-738740578e66'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:50.183 63 INFO tempest.lib.common.rest_client [req-e7870af6-d30f-4bda-81e0-e3c57759c733 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 1.126s 2018-08-12 20:35:50.184 63 DEBUG tempest.lib.common.rest_client [req-e7870af6-d30f-4bda-81e0-e3c57759c733 ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-e7870af6-d30f-4bda-81e0-e3c57759c733', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7870af6-d30f-4bda-81e0-e3c57759c733'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:51.247 63 INFO tempest.lib.common.rest_client [req-79d55a7a-3a88-48f9-85ae-cd499126ff8a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.048s 2018-08-12 20:35:51.247 63 DEBUG tempest.lib.common.rest_client [req-79d55a7a-3a88-48f9-85ae-cd499126ff8a ] 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-79d55a7a-3a88-48f9-85ae-cd499126ff8a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-79d55a7a-3a88-48f9-85ae-cd499126ff8a'} Body: {"itemNotFound": {"message": "Instance fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:52.096 63 INFO tempest.lib.common.rest_client [req-79d9df4a-57a7-467d-8c53-71c970220d34 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/9d6464dd-7d10-40aa-ade0-31bead5b7e07 0.847s 2018-08-12 20:35:52.096 63 DEBUG tempest.lib.common.rest_client [req-79d9df4a-57a7-467d-8c53-71c970220d34 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/9d6464dd-7d10-40aa-ade0-31bead5b7e07', u'date': 'Sun, 12 Aug 2018 20:35:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79d9df4a-57a7-467d-8c53-71c970220d34'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:52.165 63 INFO tempest.lib.common.rest_client [req-5d5a4e69-aa6b-4062-9194-d9196b6a0388 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1180470735 0.068s 2018-08-12 20:35:52.166 63 DEBUG tempest.lib.common.rest_client [req-5d5a4e69-aa6b-4062-9194-d9196b6a0388 ] 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-1180470735', u'x-compute-request-id': 'req-5d5a4e69-aa6b-4062-9194-d9196b6a0388', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5a4e69-aa6b-4062-9194-d9196b6a0388'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:54.801 63 INFO tempest.lib.common.rest_client [req-e91a36a9-6211-40c2-b63e-1df56bcc727b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a0329f32-eca3-4c40-b965-670cd16f47b8 2.634s 2018-08-12 20:35:54.802 63 DEBUG tempest.lib.common.rest_client [req-e91a36a9-6211-40c2-b63e-1df56bcc727b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a0329f32-eca3-4c40-b965-670cd16f47b8', u'date': 'Sun, 12 Aug 2018 20:35:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e91a36a9-6211-40c2-b63e-1df56bcc727b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:56.354 63 INFO tempest.lib.common.rest_client [req-50fc9fc2-95ce-48ba-882f-75e662da3def ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/2c3e5ab1-44bc-478a-8b4e-531a2626f7f0 1.552s 2018-08-12 20:35:56.355 63 DEBUG tempest.lib.common.rest_client [req-50fc9fc2-95ce-48ba-882f-75e662da3def ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/2c3e5ab1-44bc-478a-8b4e-531a2626f7f0', u'date': 'Sun, 12 Aug 2018 20:35:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50fc9fc2-95ce-48ba-882f-75e662da3def'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:35:58.963 63 INFO tempest.lib.common.rest_client [req-fdfcd8e0-dcbf-4fc3-8c0c-bd5b71b86064 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/7600b987-6e95-433b-8f82-baaf784e08e3 2.607s 2018-08-12 20:35:58.964 63 DEBUG tempest.lib.common.rest_client [req-fdfcd8e0-dcbf-4fc3-8c0c-bd5b71b86064 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7600b987-6e95-433b-8f82-baaf784e08e3', u'date': 'Sun, 12 Aug 2018 20:35:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fdfcd8e0-dcbf-4fc3-8c0c-bd5b71b86064'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:00.708 63 INFO tempest.lib.common.rest_client [req-97c19135-a592-4967-88f6-08d5d8dcd7ac ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0e191052-6b24-411d-b324-00dcd3b5abaa 1.743s 2018-08-12 20:36:00.709 63 DEBUG tempest.lib.common.rest_client [req-97c19135-a592-4967-88f6-08d5d8dcd7ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0e191052-6b24-411d-b324-00dcd3b5abaa', u'date': 'Sun, 12 Aug 2018 20:36:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-97c19135-a592-4967-88f6-08d5d8dcd7ac'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:01.004 63 INFO tempest.lib.common.rest_client [req-69ca05bf-6c43-43ca-b3d2-bf9f4aa52fe2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e 0.294s 2018-08-12 20:36:01.004 63 DEBUG tempest.lib.common.rest_client [req-69ca05bf-6c43-43ca-b3d2-bf9f4aa52fe2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e', u'date': 'Sun, 12 Aug 2018 20:36:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-69ca05bf-6c43-43ca-b3d2-bf9f4aa52fe2'} 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 [364.947908s] ... 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-12 20:29:56,314 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.256s 2018-08-12 20:29:56,315 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-128668083 description", "name": "tempest-secgroup-smoke-128668083"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03a3f5a6-004a-4516-ba54-9bdd226e6e73'} Body: {"security_group": {"description": "tempest-secgroup-smoke-128668083 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "updated_at": "2018-08-12T20:29:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:29:56Z", "revision_number": 0, "id": "3ddf9959-18de-44e6-b11d-72aaa16a17a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:29:56Z", "revision_number": 0, "id": "eb914682-3bc7-40b7-b3f3-31ddc79f97ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "name": "tempest-secgroup-smoke-128668083"}} 2018-08-12 20:29:56,560 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-12 20:29:56,561 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7656e65a-cc77-4e54-b8ef-583283862e7b'} 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-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c4f66b44-dd59-4e44-b8dd-bf49bb77c704"}} 2018-08-12 20:29:56,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.256s 2018-08-12 20:29:56,819 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2551e0a8-4bd3-4e01-b1b5-ed4db017a689'} 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-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bfeb6277-b4c4-4bb3-aa2b-2b25f8fad178"}} 2018-08-12 20:29:57,351 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.530s 2018-08-12 20:29:57,351 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b1c29bf-baa8-4cfb-8876-3d64a0321de7'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bd52546c-7137-4f7d-bc3d-9f9ce91239aa"}} 2018-08-12 20:29:57,560 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-12 20:29:57,560 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e78c1490-5256-4f78-9d1e-f643ec9eae42'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "02cd3db2-30df-4476-b8e8-8cb976ee40cd"}} 2018-08-12 20:29:57,778 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.217s 2018-08-12 20:29:57,779 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6281604-bedc-4457-8ef5-9a5a934a0ed2'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d314a955-6754-44fc-97e8-f2d9723dfb47"}} 2018-08-12 20:29:57,977 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-12 20:29:57,977 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-891020bf-2609-4049-8650-3eb5deb8d898'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ed9722a-ff94-4309-9583-05d063da119d"}} 2018-08-12 20:29:58,153 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.174s 2018-08-12 20:29:58,153 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f42fef5-1428-4e0a-b3b0-7b54897aa663'} 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-12T20:29:58Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2075d534-93cd-43fa-9979-24608735655d"}} 2018-08-12 20:29:58,344 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-12 20:29:58,345 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a650130d-eba7-4031-ae3f-a666397c0379'} 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-12T20:29:58Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ed81b28-9e4e-412f-96af-95605f066f3d"}} 2018-08-12 20:29:58,608 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.262s 2018-08-12 20:29:58,608 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1478397137"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93ddab81-1e77-4829-961b-c891be816ccc'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:29:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0e191052-6b24-411d-b324-00dcd3b5abaa","name":"tempest-A-1478397137"}} 2018-08-12 20:29:59,522 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.913s 2018-08-12 20:29:59,524 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "name": "tempest-subnet-A-1-727197509"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5fdc205-2b8d-4422-b2fe-709503db6653'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e191052-6b24-411d-b324-00dcd3b5abaa","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:59Z","dns_nameservers":[],"updated_at":"2018-08-12T20:29: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":"01ace95cf526467b9409c6248a7c6876","id":"7600b987-6e95-433b-8f82-baaf784e08e3","subnetpool_id":null,"name":"tempest-subnet-A-1-727197509"}} 2018-08-12 20:29:59,788 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.263s 2018-08-12 20:29:59,788 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1495148893"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-650bb367-ec54-4737-8cf9-6982ab754f3f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:29:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","name":"tempest-B-1495148893"}} 2018-08-12 20:30:00,493 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.703s 2018-08-12 20:30:00,493 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "name": "tempest-subnet-B-1-2132333213"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-11b050fc-1792-4aaa-86be-8b393966f1e7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:30:00Z","dns_nameservers":[],"updated_at":"2018-08-12T20:30: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":"01ace95cf526467b9409c6248a7c6876","id":"a0329f32-eca3-4c40-b965-670cd16f47b8","subnetpool_id":null,"name":"tempest-subnet-B-1-2132333213"}} 2018-08-12 20:30:00,982 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.488s 2018-08-12 20:30:00,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95b0d866-c1b4-40cf-9e59-3bd1a94c7011'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "396f3da5-d961-4b99-bad3-8616d7ddad23"}} 2018-08-12 20:30:01,348 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.365s 2018-08-12 20:30:01,349 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1180470735"}} 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-773683c6-fc6f-493f-9304-657795f6a6ee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-773683c6-fc6f-493f-9304-657795f6a6ee'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIVLAs3CFORAwIFxdRiGZfua2uPw648iNlKYsvbN7wiipo1doAHGdZOAXoxWJZ9dL2b9ywwoEefhKLn57mnbW0qe0nUzMY8cayzJ65OBuUPT9s9ffpHXK4rWXlWyTyw4dJ/PRl9PCw011+5kWK61hdZ4bmDvJfb0F0xk99cvMdLXAmAIJknZmeVqa0I7Qy2CD/XPtGD15OunHdvKx42j5N9F8gHUSxH7tIwaXDSrOCefHF3Fnj199DnRizhgVE2yN0K1VCdvHVcys8xF50iS3ER9QrVX9EnwgU8wHiSv2PD4+trCm9AmxJiawgCAg5FXS/UuDGvWbhBf6+GleAOOz1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAyFSwLNwhTkQMCBcXUYhmX7mtrj8OuPIjZSmLL2ze8IoqaNXa\nABxnWTgF6MViWfXS9m/csMKBHn4Si5+e5p21tKntJ1MzGPHGssyeuTgblD0/bPX3\n6R1yuK1l5Vsk8sOHSfz0ZfTwsNNdfuZFiutYXWeG5g7yX29BdMZPfXLzHS1wJgCC\nZJ2ZnlamtCO0Mtgg/1z7Rg9eTrpx3byseNo+TfRfIB1EsR+7SMGlw0qzgnnxxdxZ\n49ffQ50Ys4YFRNsjdCtVQnbx1XMrPMRedIktxEfUK1V/RJ8IFPMB4kr9jw+Prawp\nvQJsSYmsIAgIORV0v1Lgxr1m4QX+vhpXgDjs9QIDAQABAoIBAAareyojMiCu90+V\npTsbtXzea7/vbYgO18rYdT/g+hM8JmlTJWz3hSFdUiUL3VhtbNazpr9j2nSvceKg\nL+QxwAkB11mF1Z+w/RKa6XX1PkXTPDdegSCL0HQBofDe9f33MJvwBhsW6qSYhPZi\nqFIVv91sQvuJ59vxklZW+/KLTzjbaUcKcn9SuVLCtQDBIpZE8d7JI+nSyrxy0H7L\n8IJLhISugy3xEAS65lkLLyZHX9WZVPuqnguFBP9sVacnPF01wwABYiHyjRhiHknV\nbWJEL0qYK/mJK4sZsEZH8pAdItb06vdQ2sdw1fRRby/UlMj5C1E0qVfA5jElSTCC\nzmAgUMECgYEA+g9MZnmSH2E4oFKnpB1DhHDKyJCErdf2sJr5NtalMNzPQW2YRTxB\nsvmNWuzbLXZKaSXLrACcJ5cV5Qt/ePQbYOsfXWgFb9Qh4ZsCxms/JidwPXfOkW8T\nWRBFRoKltIxKfXl3ACzXryDHY5wTZsiBTZq9h6ijDvOaZxRhqc8w47kCgYEAzRb4\ncg+Bqe692OwlFgU1zDjOa52GZmeQucw3ONUfXptCsqUdwgDYCjF1gGZyj43PBoN8\nLnVLJLuftqZHXgmi36it28Yu+vkyeFUPWpg9aSJrWX4gux5gWOgGkG0OS5S/ruu5\nBdy1BFtHnvOswaOEZcOtN7+/End0PCynrg0qqR0CgYEAn4VC59yGKx6KUTxpVXiV\nqdeKhYgsG/q5lNBIS4OCvjkevk575S8bemFYm7id2dKshYdm9sMs2tS3UvaSy0Zu\ncNWNnLjPPxfExXdtvcaM8noWUCAt1vlVDmwixWhy7UrR+lmSYLo6na37hL/8YIVo\nd2lPn0slOlSNG1UVOI7EUYECgYEAoT58GwFCCp7fuFsBVWzHPUc0U7vH3V9zlACR\nMietwC4FpHrZCJytPmZgYZEqZN8zc4WQ7t3dNIYnLe1Rkwe0fHAcMPyCF2QxYBZQ\nOgQT1ELxb60Qgs2BJqVV89sqMBZFFnvSPl+mGkTB7KDcpGmxQGk2GOyyhwxP4Lej\nJd7IOakCgYBf0kqtQsQI6+oT1ovqxj0sQgCSllL0UOxf2t8rQN8hT260YPZa/vLO\nZDNzjgPl7rPYPl55tzNms/1jGq17ezAz0LgdBr7lJK+KeMEH93YagagNZ8xrPgOs\nv4I8gD+/8CtznFvzPGrnZvQMqbZM2UUn0PT8i4f1DywaX8ZRiIhZng==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1180470735", "fingerprint": "b0:dc:38:46:27:1e:bb:a5:82:f5:80:1b:4c:96:dc:b5"}} 2018-08-12 20:30:02,398 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.045s 2018-08-12 20:30:02,398 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1043140016", "security_groups": ["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51e01b5d-c2c5-45b0-accd-71c40fc07398'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:30:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0e191052-6b24-411d-b324-00dcd3b5abaa","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:30:01Z","name":"tempest-port-smoke-1043140016","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4d:a7:fa","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"7600b987-6e95-433b-8f82-baaf784e08e3","ip_address":"10.101.11.10"}],"id":"9d6464dd-7d10-40aa-ade0-31bead5b7e07","security_groups":["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"],"device_id":""}} 2018-08-12 20:30:05,387 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.988s 2018-08-12 20:30:05,388 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-1180470735", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0e191052-6b24-411d-b324-00dcd3b5abaa", "port": "9d6464dd-7d10-40aa-ade0-31bead5b7e07"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-788e86f7-426c-433b-9b4e-f25fbe167b30', 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-788e86f7-426c-433b-9b4e-f25fbe167b30'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "adminPass": "63dtpNcGMCVa"}} 2018-08-12 20:30:05,746 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.353s 2018-08-12 20:30:05,746 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-ab5d727a-307b-40af-ab75-999f28731dcf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ab5d727a-307b-40af-ab75-999f28731dcf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:07,160 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.399s 2018-08-12 20:30:07,161 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-f8384cce-b9d7-430e-838e-93e0f89b2558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8384cce-b9d7-430e-838e-93e0f89b2558'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:08,873 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.697s 2018-08-12 20:30:08,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-13cd03a4-8811-4e49-bb08-b0f8ab3badba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13cd03a4-8811-4e49-bb08-b0f8ab3badba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:08,885 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:30:10,573 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.687s 2018-08-12 20:30:10,574 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-5228b1b0-d636-4799-922f-3c09b55b82d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5228b1b0-d636-4799-922f-3c09b55b82d4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:12,014 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.425s 2018-08-12 20:30:12,014 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-c1a6431b-0c95-414b-8580-b54be2e4f0d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1a6431b-0c95-414b-8580-b54be2e4f0d6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:13,733 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.703s 2018-08-12 20:30:13,733 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-c916ba24-b1b9-4a26-9eff-88c9e35e653c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c916ba24-b1b9-4a26-9eff-88c9e35e653c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:13,747 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:30:14,460 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.711s 2018-08-12 20:30:14,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-61a9bdd6-3920-44e0-8954-2b3f62ab8bea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61a9bdd6-3920-44e0-8954-2b3f62ab8bea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:14,472 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 with status: ACTIVE 2018-08-12 20:30:15,265 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 0.792s 2018-08-12 20:30:15,266 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1084123450", "security_groups": ["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:30:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9c88293-4d33-48fd-89df-557fb8e21dc4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:30:14Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:30:14Z","name":"tempest-port-smoke-1084123450","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ff:7c:ba","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"a0329f32-eca3-4c40-b965-670cd16f47b8","ip_address":"10.102.21.20"}],"id":"f7b76b76-9f4f-4525-997d-3b61b025f5ac","security_groups":["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"],"device_id":""}} 2018-08-12 20:30:17,896 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.629s 2018-08-12 20:30:17,897 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-1180470735", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "port": "f7b76b76-9f4f-4525-997d-3b61b025f5ac"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-dab9a36f-d450-4923-8289-92d664d7675c', 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dab9a36f-d450-4923-8289-92d664d7675c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "adminPass": "j8ciKQiBoMWw"}} 2018-08-12 20:30:18,235 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.334s 2018-08-12 20:30:18,236 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-9cfcc566-7747-422a-b771-1577f6c42c21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cfcc566-7747-422a-b771-1577f6c42c21'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:19,622 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.372s 2018-08-12 20:30:19,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-627102b6-d288-4c45-82bf-da02b95b4aa4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-627102b6-d288-4c45-82bf-da02b95b4aa4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:20,729 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.091s 2018-08-12 20:30:20,730 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6b77162c-7494-4427-aef5-98c28f7f6bdd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b77162c-7494-4427-aef5-98c28f7f6bdd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:20Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:20,743 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 20:30:22,367 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.623s 2018-08-12 20:30:22,368 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-bd5f7852-1d1b-40cc-9259-f03f74529d80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd5f7852-1d1b-40cc-9259-f03f74529d80'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:22,380 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:30:24,063 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.681s 2018-08-12 20:30:24,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6a41d433-228c-478f-9de8-2c757b359207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a41d433-228c-478f-9de8-2c757b359207'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:25,499 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.419s 2018-08-12 20:30:25,500 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6f7616d4-2849-4b95-a9ae-905d4a6316b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f7616d4-2849-4b95-a9ae-905d4a6316b6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:27,472 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.957s 2018-08-12 20:30:27,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-56a066b5-f1fd-41d9-a42d-c8260efc5c79', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56a066b5-f1fd-41d9-a42d-c8260efc5c79'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:25Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:27,487 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:30:28,200 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.712s 2018-08-12 20:30:28,200 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-bb865602-06e9-43b5-9757-2c3162520d8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bb865602-06e9-43b5-9757-2c3162520d8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:25Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:28,213 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7f36ed37-8d18-4e61-9816-f5fd10341e14 with status: ACTIVE 2018-08-12 20:30:28,486 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/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations 0.273s 2018-08-12 20:30:28,487 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations', u'date': 'Sun, 12 Aug 2018 20:30:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c3367a-487c-4071-93d2-e701bb6bb761'} Body: {"network_association": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "id": "c5e7cbf0-a5ca-49a4-8b11-f89fc3d85066"}} 2018-08-12 20:30:28,792 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/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations 0.305s 2018-08-12 20:30:28,793 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations', u'date': 'Sun, 12 Aug 2018 20:30:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3917834a-4cd6-4e68-9661-aa692b417b56'} Body: {"network_association": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "id": "133ec37b-c4ca-4993-acc4-7e31b189c0f0"}} 2018-08-12 20:30:28,794 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:30:29,051 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.256s 2018-08-12 20:30:29,051 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--540412424", "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': 'Sun, 12 Aug 2018 20:30:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea013287-3f8d-43db-be48-a7e0beb2aec6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:28Z", "admin_state_up": true, "updated_at": "2018-08-12T20:30:28Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "name": "tempest-router--540412424"}} 2018-08-12 20:30:30,459 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/4c384f81-9b91-41a1-b890-aa4022eb3c5d 1.406s 2018-08-12 20:30:30,459 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d', u'date': 'Sun, 12 Aug 2018 20:30:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-107bba81-4762-4554-bdd0-cd2991353b42'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:28Z", "admin_state_up": true, "updated_at": "2018-08-12T20:30:30Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "name": "tempest-router--540412424"}} 2018-08-12 20:30:32,511 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/4c384f81-9b91-41a1-b890-aa4022eb3c5d/add_router_interface 2.051s 2018-08-12 20:30:32,512 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:30:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e11f3fd-3825-4d39-b9d7-04f860f68425'} Body: {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3", "subnet_ids": ["7600b987-6e95-433b-8f82-baaf784e08e3"], "port_id": "4a612459-b475-48e6-96fb-8b010ec5ea54", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d"} 2018-08-12 20:30:34,461 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 1.948s 2018-08-12 20:30:34,461 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "9d6464dd-7d10-40aa-ade0-31bead5b7e07"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33d3f2fa-6b26-4811-ad79-32b5e04ffaaf'} Body: {"floatingip": {"router_id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:30:33Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "9d6464dd-7d10-40aa-ade0-31bead5b7e07", "id": "97a1f549-4762-4319-8f0c-d964feb9452e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:30:34,462 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:30:37,474 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:30:37,579 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:30:37,602 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:30:37,717 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-12 20:30:37,717 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:30:37,719 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:30:37,780 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:30:37,784 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:30:42,792 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:30:42,792 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-12 20:31:52,835 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-12 20:31:52,836 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:31:52,840 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:31:52,903 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:31:52,905 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:31:57,912 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:31:57,912 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-12 20:33:07,970 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:33:07,970 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-12 20:33:07,971 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:07,975 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,034 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,039 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08,045 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:33:08,045 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:c2:75:50 [ether] on eth0 2018-08-12 20:33:08,046 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-12 20:33:08,046 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08,048 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,106 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,112 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08,122 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:33:08,122 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-12 20:33:08,122 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08,124 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,182 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,188 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08,194 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-12 20:33:08,194 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08,196 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,254 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,261 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08,266 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:33:08,267 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:c2:75:50 [ether] on eth0 2018-08-12 20:33:08,267 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-12 20:33:08,267 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08,269 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,330 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,333 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:13,340 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:33:13,341 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-12 20:34:23,401 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-12 20:34:23,402 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:34:23,406 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:34:23,468 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:34:23,471 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:34:28,478 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:34:28,479 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-12 20:35:38,543 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:35:38,543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:35:40,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/97a1f549-4762-4319-8f0c-d964feb9452e 1.490s 2018-08-12 20:35:40,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/97a1f549-4762-4319-8f0c-d964feb9452e', u'date': 'Sun, 12 Aug 2018 20:35:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-418f0eff-2f56-40c1-8a5a-09b280628fe9'} Body: 2018-08-12 20:35:42,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/remove_router_interface 1.985s 2018-08-12 20:35:42,025 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:35:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc646564-3e8b-4ca7-a47c-393ff60347f2'} Body: {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3", "subnet_ids": ["7600b987-6e95-433b-8f82-baaf784e08e3"], "port_id": "4a612459-b475-48e6-96fb-8b010ec5ea54", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d"} 2018-08-12 20:35:43,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d 1.736s 2018-08-12 20:35:43,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4c384f81-9b91-41a1-b890-aa4022eb3c5d', u'date': 'Sun, 12 Aug 2018 20:35:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-efd22957-af7f-4720-9b45-4281bf41b19d'} Body: 2018-08-12 20:35:44,194 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.430s 2018-08-12 20:35:44,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-ef3ee97b-1446-427b-a714-6aade5dc09ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef3ee97b-1446-427b-a714-6aade5dc09ea'} Body: 2018-08-12 20:35:45,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.973s 2018-08-12 20:35:45,169 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-a9026e6c-cbdb-48a9-99d5-d3c482c1113a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9026e6c-cbdb-48a9-99d5-d3c482c1113a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:44Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:35:46,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.638s 2018-08-12 20:35:46,824 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-88b764d7-1415-4684-a4b6-be534cb70ebc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b764d7-1415-4684-a4b6-be534cb70ebc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:44Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:35:47,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.042s 2018-08-12 20:35:47,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-b3879ed9-6dae-48ce-a5b3-5602a3f541bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:47 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b3879ed9-6dae-48ce-a5b3-5602a3f541bc'} Body: {"itemNotFound": {"message": "Instance 7f36ed37-8d18-4e61-9816-f5fd10341e14 could not be found.", "code": 404}} 2018-08-12 20:35:48,719 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f7b76b76-9f4f-4525-997d-3b61b025f5ac 0.837s 2018-08-12 20:35:48,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/ports/f7b76b76-9f4f-4525-997d-3b61b025f5ac', u'date': 'Sun, 12 Aug 2018 20:35:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1725acdf-0813-4bea-b0dd-1d9cb6586cfd'} Body: 2018-08-12 20:35:49,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.335s 2018-08-12 20:35:49,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-5d6624ad-1d66-4ade-953c-738740578e66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d6624ad-1d66-4ade-953c-738740578e66'} Body: 2018-08-12 20:35:50,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 1.126s 2018-08-12 20:35:50,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': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-e7870af6-d30f-4bda-81e0-e3c57759c733', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7870af6-d30f-4bda-81e0-e3c57759c733'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:35:51,247 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.048s 2018-08-12 20:35:51,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-79d55a7a-3a88-48f9-85ae-cd499126ff8a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-79d55a7a-3a88-48f9-85ae-cd499126ff8a'} Body: {"itemNotFound": {"message": "Instance fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 could not be found.", "code": 404}} 2018-08-12 20:35:52,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/9d6464dd-7d10-40aa-ade0-31bead5b7e07 0.847s 2018-08-12 20:35:52,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/ports/9d6464dd-7d10-40aa-ade0-31bead5b7e07', u'date': 'Sun, 12 Aug 2018 20:35:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79d9df4a-57a7-467d-8c53-71c970220d34'} Body: 2018-08-12 20:35:52,165 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-1180470735 0.068s 2018-08-12 20:35:52,166 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-1180470735', u'x-compute-request-id': 'req-5d5a4e69-aa6b-4062-9194-d9196b6a0388', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5a4e69-aa6b-4062-9194-d9196b6a0388'} Body: 2018-08-12 20:35:54,801 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a0329f32-eca3-4c40-b965-670cd16f47b8 2.634s 2018-08-12 20:35:54,802 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a0329f32-eca3-4c40-b965-670cd16f47b8', u'date': 'Sun, 12 Aug 2018 20:35:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e91a36a9-6211-40c2-b63e-1df56bcc727b'} Body: 2018-08-12 20:35:56,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/2c3e5ab1-44bc-478a-8b4e-531a2626f7f0 1.552s 2018-08-12 20:35:56,355 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/2c3e5ab1-44bc-478a-8b4e-531a2626f7f0', u'date': 'Sun, 12 Aug 2018 20:35:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50fc9fc2-95ce-48ba-882f-75e662da3def'} Body: 2018-08-12 20:35:58,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/7600b987-6e95-433b-8f82-baaf784e08e3 2.607s 2018-08-12 20:35:58,964 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7600b987-6e95-433b-8f82-baaf784e08e3', u'date': 'Sun, 12 Aug 2018 20:35:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fdfcd8e0-dcbf-4fc3-8c0c-bd5b71b86064'} Body: 2018-08-12 20:36:00,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0e191052-6b24-411d-b324-00dcd3b5abaa 1.743s 2018-08-12 20:36:00,709 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0e191052-6b24-411d-b324-00dcd3b5abaa', u'date': 'Sun, 12 Aug 2018 20:36:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-97c19135-a592-4967-88f6-08d5d8dcd7ac'} Body: 2018-08-12 20:36:01,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e 0.294s 2018-08-12 20:36:01,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e', u'date': 'Sun, 12 Aug 2018 20:36:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-69ca05bf-6c43-43ca-b3d2-bf9f4aa52fe2'} Body: 2018-08-12 20:36:01.608 63 INFO tempest.lib.common.rest_client [req-21acacb3-c2db-49f3-b280-76d04c40d565 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.576s 2018-08-12 20:36:01.608 63 DEBUG tempest.lib.common.rest_client [req-21acacb3-c2db-49f3-b280-76d04c40d565 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1460964988 description", "name": "tempest-secgroup-smoke-1460964988"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:36:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21acacb3-c2db-49f3-b280-76d04c40d565'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1460964988 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:01Z", "updated_at": "2018-08-12T20:36:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:36:01Z", "revision_number": 0, "id": "63023461-0ae2-4493-85bd-2fd92e572fbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:36:01Z", "revision_number": 0, "id": "d3ab774c-a0a7-4840-b554-869920ea037c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5c231091-9218-4ddb-814a-643d9e42aa41", "name": "tempest-secgroup-smoke-1460964988"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:02.098 63 INFO tempest.lib.common.rest_client [req-d6f1f2a2-dcd7-4134-81c9-a5f7ca5ed63f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.489s 2018-08-12 20:36:02.099 63 DEBUG tempest.lib.common.rest_client [req-d6f1f2a2-dcd7-4134-81c9-a5f7ca5ed63f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6f1f2a2-dcd7-4134-81c9-a5f7ca5ed63f'} 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-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3875e04a-7237-44b8-9f0f-8e5f6b3693ac"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:02.565 63 INFO tempest.lib.common.rest_client [req-04beef66-364e-45cb-abdd-1a0ce46ae300 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.465s 2018-08-12 20:36:02.566 63 DEBUG tempest.lib.common.rest_client [req-04beef66-364e-45cb-abdd-1a0ce46ae300 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04beef66-364e-45cb-abdd-1a0ce46ae300'} 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-12T20:36:02Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e0cb5ca7-db24-4bc6-9273-84d4f8e16589"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:03.010 63 INFO tempest.lib.common.rest_client [req-44f99745-27c2-429d-afcf-4e6561b104ab ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.443s 2018-08-12 20:36:03.011 63 DEBUG tempest.lib.common.rest_client [req-44f99745-27c2-429d-afcf-4e6561b104ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44f99745-27c2-429d-afcf-4e6561b104ab'} 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-12T20:36:02Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b0b9ac7a-6822-4716-9ccb-073c5d96b8e4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:03.661 63 INFO tempest.lib.common.rest_client [req-cecc95f2-e476-46df-873e-0a9c65363a44 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.649s 2018-08-12 20:36:03.662 63 DEBUG tempest.lib.common.rest_client [req-cecc95f2-e476-46df-873e-0a9c65363a44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cecc95f2-e476-46df-873e-0a9c65363a44'} 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-12T20:36:03Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7299ab8b-6fc8-4d66-ba2e-802359cad22b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:03.883 63 INFO tempest.lib.common.rest_client [req-ccc1df94-a00a-4a01-bdec-bd85aa57d395 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.220s 2018-08-12 20:36:03.883 63 DEBUG tempest.lib.common.rest_client [req-ccc1df94-a00a-4a01-bdec-bd85aa57d395 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccc1df94-a00a-4a01-bdec-bd85aa57d395'} 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-12T20:36:03Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f5e921f5-e18d-4326-af71-18b27bd327d9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:04.093 63 INFO tempest.lib.common.rest_client [req-c9bdaeab-bc94-4fbc-b298-2893778e6b79 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-12 20:36:04.094 63 DEBUG tempest.lib.common.rest_client [req-c9bdaeab-bc94-4fbc-b298-2893778e6b79 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9bdaeab-bc94-4fbc-b298-2893778e6b79'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5e25cbe8-4dbb-4af7-bda5-8829184d5e08"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:04.541 63 INFO tempest.lib.common.rest_client [req-4921e3a8-fca5-4814-9061-0badf9d179a0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.446s 2018-08-12 20:36:04.542 63 DEBUG tempest.lib.common.rest_client [req-4921e3a8-fca5-4814-9061-0badf9d179a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4921e3a8-fca5-4814-9061-0badf9d179a0'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "343d8208-433e-4022-8cb2-04932219309c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:04.733 63 INFO tempest.lib.common.rest_client [req-4a1d0fde-b12d-4348-8fae-8ce7088895bb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-12 20:36:04.734 63 DEBUG tempest.lib.common.rest_client [req-4a1d0fde-b12d-4348-8fae-8ce7088895bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a1d0fde-b12d-4348-8fae-8ce7088895bb'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5b5d787b-941b-4497-b843-6e661419069c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:05.031 63 INFO tempest.lib.common.rest_client [req-a166bad8-6601-4e43-8483-911148d24ab9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/networks 0.296s 2018-08-12 20:36:05.031 63 DEBUG tempest.lib.common.rest_client [req-a166bad8-6601-4e43-8483-911148d24ab9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-84115726"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a166bad8-6601-4e43-8483-911148d24ab9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:36:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"6399794d-a5b9-430b-ab34-f5a7f751a006","name":"tempest-A-84115726"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:05.720 63 INFO tempest.lib.common.rest_client [req-9f4676b9-d79c-477d-8789-0ed5a84990c7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.688s 2018-08-12 20:36:05.720 63 DEBUG tempest.lib.common.rest_client [req-9f4676b9-d79c-477d-8789-0ed5a84990c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "name": "tempest-subnet-A-1-634819892"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f4676b9-d79c-477d-8789-0ed5a84990c7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6399794d-a5b9-430b-ab34-f5a7f751a006","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:05Z","dns_nameservers":[],"updated_at":"2018-08-12T20:36: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":"01ace95cf526467b9409c6248a7c6876","id":"c63e9c6a-e2ae-40f0-8237-c93d92963095","subnetpool_id":null,"name":"tempest-subnet-A-1-634819892"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:05.941 63 INFO tempest.lib.common.rest_client [req-c2e4ba2f-ffa7-4c34-89f1-e58f83502428 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/networks 0.219s 2018-08-12 20:36:05.941 63 DEBUG tempest.lib.common.rest_client [req-c2e4ba2f-ffa7-4c34-89f1-e58f83502428 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-608470697"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2e4ba2f-ffa7-4c34-89f1-e58f83502428'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:36:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","name":"tempest-B-608470697"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:07.073 63 INFO tempest.lib.common.rest_client [req-a64ca3cf-5f90-4265-8c7e-8446dbc64761 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.131s 2018-08-12 20:36:07.073 63 DEBUG tempest.lib.common.rest_client [req-a64ca3cf-5f90-4265-8c7e-8446dbc64761 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "name": "tempest-subnet-B-1-304708386"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a64ca3cf-5f90-4265-8c7e-8446dbc64761'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:06Z","dns_nameservers":[],"updated_at":"2018-08-12T20:36: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":"01ace95cf526467b9409c6248a7c6876","id":"2e1c513f-1ae2-45cc-b504-39767ce6711f","subnetpool_id":null,"name":"tempest-subnet-B-1-304708386"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:07.685 63 INFO tempest.lib.common.rest_client [req-5d9517b6-59d8-4c08-ab62-739d939978da ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.610s 2018-08-12 20:36:07.686 63 DEBUG tempest.lib.common.rest_client [req-5d9517b6-59d8-4c08-ab62-739d939978da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d9517b6-59d8-4c08-ab62-739d939978da'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "391a7562-eae4-4aae-a726-3ac670a49aa5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:08.036 63 INFO tempest.lib.common.rest_client [req-fc380f47-2b82-41af-a110-906aa9e501eb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.349s 2018-08-12 20:36:08.037 63 DEBUG tempest.lib.common.rest_client [req-fc380f47-2b82-41af-a110-906aa9e501eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1272305042"}} 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-fc380f47-2b82-41af-a110-906aa9e501eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc380f47-2b82-41af-a110-906aa9e501eb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDklnUbTFP2Gha9QPvChUlju3OpJ0QuOne/GEisPj2TFt4fgJXIPER6E/3HgqiJ8t4lxJKIWfJG9NN4D/YLR+8DsszdEVj6ONArBydsdbRdgr280K57W4+bT0b9esjwChx+j9wmKJZw5xrP2NX2sRXaqORNB7mJnvSoETchoLZicbqwFpmgXC3HFowP8ZJMnx7JRGopnsBwC8GpyqyBQ4tFM1zbBYXeg2tge+XRxKL+DpJxWkgpm8sv6ZUnEANax2QN3lzSAVk97Xhd4OkF4VoUObUfR7JSxBhlNF8UTbL/8i++xcjcAonTGn/MmmfgQOzbUA52MoMcHlLcuRYoQGB5 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA5JZ1G0xT9hoWvUD7woVJY7tzqSdELjp3vxhIrD49kxbeH4CV\nyDxEehP9x4KoifLeJcSSiFnyRvTTeA/2C0fvA7LM3RFY+jjQKwcnbHW0XYK9vNCu\ne1uPm09G/XrI8Aocfo/cJiiWcOcaz9jV9rEV2qjkTQe5iZ70qBE3IaC2YnG6sBaZ\noFwtxxaMD/GSTJ8eyURqKZ7AcAvBqcqsgUOLRTNc2wWF3oNrYHvl0cSi/g6ScVpI\nKZvLL+mVJxADWsdkDd5c0gFZPe14XeDpBeFaFDm1H0eyUsQYZTRfFE2y//IvvsXI\n3AKJ0xp/zJpn4EDs21AOdjKDHB5S3LkWKEBgeQIDAQABAoIBAG9pPa6OZyW91XNs\nZsiKOhjX1imNr9dwO8jxxwncVBqKvLxR6a7sYNu3Pqus7QQ/UTLLOjgmzsTystcD\nwIIDD2WYEe11dQ6P/jXaiMZ+H+irvlp2w3PwTm/+FbWZ0LHd28F70GrwwVJJ8XF4\nV+CisuoeAxfgOffvd4Mq0NodAIe9xst3shPv/Nq9oDHTb+WXpwKCgoDIyRgFhP79\n2SjmNmqHPBHINuHS5V90+0EqKG+JXXif1ckCNZCnmRi61SgjsZm/8TfRCByQ+M9a\nRTfiTqJFKkKtDhWVnY5eXUBu7iHTcnpsiB7QvgoRYGz0xCODumkv0ZdjuyFaaeBS\ndADLCNkCgYEA9rDz76wl6SZn9xpLrl1khC+Bg1aR7tDC7iq2CKUzT6cpBpL0TEG0\nrG86Zt0z1+yZL/RKJh4Nn7sbyPrZYCTrRSJ52UL5awaGnLySo9fQeTYXFilC/ooX\nzZrVaEEEdOZqnSzwlmHyzNoOWLNz/5nR+n+jYyS+trO7ypLLa9sx/zMCgYEA7Taf\nwhzYWPZzFy8ZXaq5b92qDGsPLRPXw90uMG2tJZJLO9+epODuz3cs/TLweU5zX329\n5pISOoAov5ZXpGu6B3D/mm8hk90mSCkD29oPvHYLT3ll4V2JiDKsMfdVgBG6D8YM\nH9cabDZEYPHF63BJS4lSyb9mqqA3vbESnA6lkaMCgYEA0ORAe5gTNh1udeDPayPs\nRL6RdeytgENIfTKvmByDmZRb+hQgSB5vZoB9PLNc/h98DA5ZZ3OVZ8eiHIrF3VMF\n4jHyahX7bDRHcpt/tLu/7ZPu8rYX48B9rX3J7hD4PCEM8HEofL8OQYb4FQZIWI0h\nMHQ6n25zC/SgNUYeeQNQj98CgYBEI0Gml3SJsVkD2tKVdjnH6Us0P/hfAWkj6L+g\nx5BJz4juzOAcCkRusZPpsx0iKye20T6gIWs9BJ0v0zafkxYflxTEvpFNkOOzLJzg\nJPYKM3oyPPPH1X9w8OVHgP09SVpBt6i56Ka9WKUxl6E7bMiQ+wQd0W3jKxx3z4pB\n628hswKBgGQb6RI/8BykRLSzX5sORn/N+gTuFNDPyxJOYfbzGzN9ZdaPUo9zosiD\nVp3JKgJqTPNCU4glIMJ/mbky0c/bIPD5HzDX90WvCsVIF3huGgPgEQPpaATymFZr\nz0LipX5p0+YCeXpm2Wp7LGCxyDGF9rcaUtdAYgMVNTRlZIntdVR4\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1272305042", "fingerprint": "99:25:ab:7d:f3:ff:82:51:1f:12:f6:08:5b:e2:33:3d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:09.666 63 INFO tempest.lib.common.rest_client [req-e443eaf8-3b16-4e88-99c6-5e74a9af143f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/ports 1.625s 2018-08-12 20:36:09.666 63 DEBUG tempest.lib.common.rest_client [req-e443eaf8-3b16-4e88-99c6-5e74a9af143f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-522702310", "security_groups": ["5c231091-9218-4ddb-814a-643d9e42aa41"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:36:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e443eaf8-3b16-4e88-99c6-5e74a9af143f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:36:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6399794d-a5b9-430b-ab34-f5a7f751a006","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:36:08Z","name":"tempest-port-smoke-522702310","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:05:c8:21","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c63e9c6a-e2ae-40f0-8237-c93d92963095","ip_address":"10.101.11.10"}],"id":"a34917cd-0357-4854-a3a6-799e4dc490cb","security_groups":["5c231091-9218-4ddb-814a-643d9e42aa41"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:13.390 63 INFO tempest.lib.common.rest_client [req-574dfaf2-ff2d-41bd-9a53-27bd0b86a820 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.23:8774/v2.1/servers 3.722s 2018-08-12 20:36:13.391 63 DEBUG tempest.lib.common.rest_client [req-574dfaf2-ff2d-41bd-9a53-27bd0b86a820 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1272305042", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "6399794d-a5b9-430b-ab34-f5a7f751a006", "port": "a34917cd-0357-4854-a3a6-799e4dc490cb"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-574dfaf2-ff2d-41bd-9a53-27bd0b86a820', 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-574dfaf2-ff2d-41bd-9a53-27bd0b86a820'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "adminPass": "AH5x3Y38pwu3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:13.644 63 INFO tempest.lib.common.rest_client [req-6450d86a-9cbd-4b70-a088-c405dea00ec6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.249s 2018-08-12 20:36:13.645 63 DEBUG tempest.lib.common.rest_client [req-6450d86a-9cbd-4b70-a088-c405dea00ec6 ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-6450d86a-9cbd-4b70-a088-c405dea00ec6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6450d86a-9cbd-4b70-a088-c405dea00ec6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:14.996 63 INFO tempest.lib.common.rest_client [req-dfd3bfcf-6ede-4717-a036-c2b87a3b4a73 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.336s 2018-08-12 20:36:14.996 63 DEBUG tempest.lib.common.rest_client [req-dfd3bfcf-6ede-4717-a036-c2b87a3b4a73 ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-dfd3bfcf-6ede-4717-a036-c2b87a3b4a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfd3bfcf-6ede-4717-a036-c2b87a3b4a73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:16.502 63 INFO tempest.lib.common.rest_client [req-c5bf130c-18f0-40c4-9e5a-bcd7989b0581 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.490s 2018-08-12 20:36:16.503 63 DEBUG tempest.lib.common.rest_client [req-c5bf130c-18f0-40c4-9e5a-bcd7989b0581 ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-c5bf130c-18f0-40c4-9e5a-bcd7989b0581', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5bf130c-18f0-40c4-9e5a-bcd7989b0581'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:15Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:16.515 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:36:18.316 63 INFO tempest.lib.common.rest_client [req-81fe3d39-49ce-4c09-bc72-fce5037c2f41 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.799s 2018-08-12 20:36:18.317 63 DEBUG tempest.lib.common.rest_client [req-81fe3d39-49ce-4c09-bc72-fce5037c2f41 ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-81fe3d39-49ce-4c09-bc72-fce5037c2f41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81fe3d39-49ce-4c09-bc72-fce5037c2f41'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:18.331 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:36:20.281 63 INFO tempest.lib.common.rest_client [req-8674b0a6-ccbc-45a8-90fc-5eda20450ad1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.948s 2018-08-12 20:36:20.282 63 DEBUG tempest.lib.common.rest_client [req-8674b0a6-ccbc-45a8-90fc-5eda20450ad1 ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-8674b0a6-ccbc-45a8-90fc-5eda20450ad1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8674b0a6-ccbc-45a8-90fc-5eda20450ad1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:22.174 63 INFO tempest.lib.common.rest_client [req-2378ec1e-b2d2-49b9-8380-e35a5fcd65ba ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.877s 2018-08-12 20:36:22.175 63 DEBUG tempest.lib.common.rest_client [req-2378ec1e-b2d2-49b9-8380-e35a5fcd65ba ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-2378ec1e-b2d2-49b9-8380-e35a5fcd65ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2378ec1e-b2d2-49b9-8380-e35a5fcd65ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:22.189 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:36:22.931 63 INFO tempest.lib.common.rest_client [req-bd35ed5f-6a5b-4836-851b-d41247143257 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.742s 2018-08-12 20:36:22.932 63 DEBUG tempest.lib.common.rest_client [req-bd35ed5f-6a5b-4836-851b-d41247143257 ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-bd35ed5f-6a5b-4836-851b-d41247143257', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd35ed5f-6a5b-4836-851b-d41247143257'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:22.946 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: a5dc22c1-1dd7-4f52-9b21-b059fc423c14 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:36:24.288 63 INFO tempest.lib.common.rest_client [req-6496c9de-8a5c-4b59-87c2-e90f576300c9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/ports 1.341s 2018-08-12 20:36:24.289 63 DEBUG tempest.lib.common.rest_client [req-6496c9de-8a5c-4b59-87c2-e90f576300c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1166006390", "security_groups": ["5c231091-9218-4ddb-814a-643d9e42aa41"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:36:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6496c9de-8a5c-4b59-87c2-e90f576300c9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:36:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:36:23Z","name":"tempest-port-smoke-1166006390","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a7:56:44","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"2e1c513f-1ae2-45cc-b504-39767ce6711f","ip_address":"10.102.21.20"}],"id":"24691d75-5e9e-44c1-8873-e7564998cbc6","security_groups":["5c231091-9218-4ddb-814a-643d9e42aa41"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:27.251 63 INFO tempest.lib.common.rest_client [req-a7890e21-4e59-4fa2-82f4-4b9e47c37dfb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.23:8774/v2.1/servers 2.960s 2018-08-12 20:36:27.251 63 DEBUG tempest.lib.common.rest_client [req-a7890e21-4e59-4fa2-82f4-4b9e47c37dfb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1272305042", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "port": "24691d75-5e9e-44c1-8873-e7564998cbc6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-a7890e21-4e59-4fa2-82f4-4b9e47c37dfb', 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7890e21-4e59-4fa2-82f4-4b9e47c37dfb'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "adminPass": "n8tbKbw973Yf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:27.578 63 INFO tempest.lib.common.rest_client [req-954bcd6b-bbb8-44d6-a9d1-204847b96808 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.323s 2018-08-12 20:36:27.579 63 DEBUG tempest.lib.common.rest_client [req-954bcd6b-bbb8-44d6-a9d1-204847b96808 ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-954bcd6b-bbb8-44d6-a9d1-204847b96808', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-954bcd6b-bbb8-44d6-a9d1-204847b96808'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:29.229 63 INFO tempest.lib.common.rest_client [req-7b4f1d37-b02b-47b3-ba88-268a221a13f9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.636s 2018-08-12 20:36:29.229 63 DEBUG tempest.lib.common.rest_client [req-7b4f1d37-b02b-47b3-ba88-268a221a13f9 ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-7b4f1d37-b02b-47b3-ba88-268a221a13f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b4f1d37-b02b-47b3-ba88-268a221a13f9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:30.588 63 INFO tempest.lib.common.rest_client [req-e0f1dcfe-420c-4110-b93b-8850fa4fdbcd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.342s 2018-08-12 20:36:30.588 63 DEBUG tempest.lib.common.rest_client [req-e0f1dcfe-420c-4110-b93b-8850fa4fdbcd ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-e0f1dcfe-420c-4110-b93b-8850fa4fdbcd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0f1dcfe-420c-4110-b93b-8850fa4fdbcd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:29Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:30.602 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:36:32.555 63 INFO tempest.lib.common.rest_client [req-5cd026fd-ffe2-486d-8015-2235a90ed0a2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.951s 2018-08-12 20:36:32.556 63 DEBUG tempest.lib.common.rest_client [req-5cd026fd-ffe2-486d-8015-2235a90ed0a2 ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-5cd026fd-ffe2-486d-8015-2235a90ed0a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5cd026fd-ffe2-486d-8015-2235a90ed0a2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:32.569 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:36:33.936 63 INFO tempest.lib.common.rest_client [req-8664fc8f-0e65-456c-b2a0-590c93b6608a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.366s 2018-08-12 20:36:33.936 63 DEBUG tempest.lib.common.rest_client [req-8664fc8f-0e65-456c-b2a0-590c93b6608a ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-8664fc8f-0e65-456c-b2a0-590c93b6608a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8664fc8f-0e65-456c-b2a0-590c93b6608a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:35.649 63 INFO tempest.lib.common.rest_client [req-ea0a53ea-7224-4ffb-918a-cb9ff4d40909 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.699s 2018-08-12 20:36:35.650 63 DEBUG tempest.lib.common.rest_client [req-ea0a53ea-7224-4ffb-918a-cb9ff4d40909 ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-ea0a53ea-7224-4ffb-918a-cb9ff4d40909', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ea0a53ea-7224-4ffb-918a-cb9ff4d40909'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:37.267 63 INFO tempest.lib.common.rest_client [req-a1d383ad-0d0a-4e40-bc18-fdf68a6a0723 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.602s 2018-08-12 20:36:37.267 63 DEBUG tempest.lib.common.rest_client [req-a1d383ad-0d0a-4e40-bc18-fdf68a6a0723 ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-a1d383ad-0d0a-4e40-bc18-fdf68a6a0723', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a1d383ad-0d0a-4e40-bc18-fdf68a6a0723'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:37.280 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:36:37.612 63 INFO tempest.lib.common.rest_client [req-ec36647b-bdb0-4f7e-bfb3-25c700e82b13 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.330s 2018-08-12 20:36:37.612 63 DEBUG tempest.lib.common.rest_client [req-ec36647b-bdb0-4f7e-bfb3-25c700e82b13 ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-ec36647b-bdb0-4f7e-bfb3-25c700e82b13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec36647b-bdb0-4f7e-bfb3-25c700e82b13'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:37.626 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 7f663005-1c3d-4917-8a87-19829ba5d12b with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:36:37.914 63 INFO tempest.lib.common.rest_client [req-e15aac58-bb1c-4999-9981-ae3fcdff74ea ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations 0.288s 2018-08-12 20:36:37.915 63 DEBUG tempest.lib.common.rest_client [req-e15aac58-bb1c-4999-9981-ae3fcdff74ea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations', u'date': 'Sun, 12 Aug 2018 20:36:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e15aac58-bb1c-4999-9981-ae3fcdff74ea'} Body: {"network_association": {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "id": "11750839-069c-4ca4-98ae-f9baf0798d2b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:38.249 63 INFO tempest.lib.common.rest_client [req-aed3ac6d-6eec-4b18-9127-0e2a0484984a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations 0.333s 2018-08-12 20:36:38.249 63 DEBUG tempest.lib.common.rest_client [req-aed3ac6d-6eec-4b18-9127-0e2a0484984a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations', u'date': 'Sun, 12 Aug 2018 20:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aed3ac6d-6eec-4b18-9127-0e2a0484984a'} Body: {"network_association": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "id": "a8c2f80a-e712-436c-8bfe-82ace304b22d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:38.250 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-12 20:36:38.446 63 INFO tempest.lib.common.rest_client [req-0311c21b-b24c-4727-83c5-2f42b5bcdbfa ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/routers 0.195s 2018-08-12 20:36:38.446 63 DEBUG tempest.lib.common.rest_client [req-0311c21b-b24c-4727-83c5-2f42b5bcdbfa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--309062584", "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': 'Sun, 12 Aug 2018 20:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0311c21b-b24c-4727-83c5-2f42b5bcdbfa'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:38Z", "admin_state_up": true, "updated_at": "2018-08-12T20:36:38Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "00450bbb-ed90-437c-9866-7925db58ea20", "name": "tempest-router--309062584"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:39.893 63 INFO tempest.lib.common.rest_client [req-07de0405-1209-4623-93d7-ac51d7c87d53 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20 1.446s 2018-08-12 20:36:39.894 63 DEBUG tempest.lib.common.rest_client [req-07de0405-1209-4623-93d7-ac51d7c87d53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20', u'date': 'Sun, 12 Aug 2018 20:36:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07de0405-1209-4623-93d7-ac51d7c87d53'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:38Z", "admin_state_up": true, "updated_at": "2018-08-12T20:36:39Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "00450bbb-ed90-437c-9866-7925db58ea20", "name": "tempest-router--309062584"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:41.953 63 INFO tempest.lib.common.rest_client [req-e9069e06-e761-4e42-b24c-6b2113071848 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/add_router_interface 2.058s 2018-08-12 20:36:41.954 63 DEBUG tempest.lib.common.rest_client [req-e9069e06-e761-4e42-b24c-6b2113071848 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:36:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9069e06-e761-4e42-b24c-6b2113071848'} Body: {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095", "subnet_ids": ["c63e9c6a-e2ae-40f0-8237-c93d92963095"], "port_id": "71a16a76-7d3e-4b21-ab16-fd94280f9c2c", "id": "00450bbb-ed90-437c-9866-7925db58ea20"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:43.897 63 INFO tempest.lib.common.rest_client [req-f6a54a5c-ba88-4cbb-ba14-8fbf4e0e165a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.942s 2018-08-12 20:36:43.897 63 DEBUG tempest.lib.common.rest_client [req-f6a54a5c-ba88-4cbb-ba14-8fbf4e0e165a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "a34917cd-0357-4854-a3a6-799e4dc490cb"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:36:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f6a54a5c-ba88-4cbb-ba14-8fbf4e0e165a'} Body: {"floatingip": {"router_id": "00450bbb-ed90-437c-9866-7925db58ea20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:36:43Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "a34917cd-0357-4854-a3a6-799e4dc490cb", "id": "26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:43Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:36:43.899 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:36:46.905 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:36:46.970 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:36:47.002 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:36:47.116 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-12 20:36:47.117 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:36:47.119 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:36:47.180 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:36:47.183 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:36:52.191 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:36:52.192 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-12 20:38:02.257 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-12 20:38:02.258 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:38:02.262 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:38:02.327 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:38:02.358 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:38:07.365 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:38:07.366 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-12 20:39:17.422 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-12 20:39:17.423 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-12 20:39:17.424 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17.429 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17.531 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:39:17.556 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17.562 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:39:17.563 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:1f:07:8f [ether] on eth0 2018-08-12 20:39:17.563 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-12 20:39:17.564 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17.566 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17.627 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:39:17.630 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17.640 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 20:39:17.640 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-12 20:39:17.641 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17.642 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17.703 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:39:17.707 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17.713 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-12 20:39:17.714 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17.716 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17.775 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:39:17.780 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17.786 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:39:17.786 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:1f:07:8f [ether] on eth0 2018-08-12 20:39:17.787 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-12 20:39:17.787 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17.791 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17.851 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:39:17.855 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:22.862 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:39:22.863 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-12 20:40:32.908 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-12 20:40:32.909 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:40:32.914 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:40:32.976 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:40:32.979 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:40:37.987 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:40:37.988 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-12 20:41:48.053 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-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:41:49.510 63 INFO tempest.lib.common.rest_client [req-1b2a8586-13af-4509-829f-1f7447b68077 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0 1.453s 2018-08-12 20:41:49.511 63 DEBUG tempest.lib.common.rest_client [req-1b2a8586-13af-4509-829f-1f7447b68077 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0', u'date': 'Sun, 12 Aug 2018 20:41:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b2a8586-13af-4509-829f-1f7447b68077'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:51.557 63 INFO tempest.lib.common.rest_client [req-9b38e8e3-5aa3-488f-966e-edbabbc0a8a1 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/remove_router_interface 2.045s 2018-08-12 20:41:51.558 63 DEBUG tempest.lib.common.rest_client [req-9b38e8e3-5aa3-488f-966e-edbabbc0a8a1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:41:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b38e8e3-5aa3-488f-966e-edbabbc0a8a1'} Body: {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095", "subnet_ids": ["c63e9c6a-e2ae-40f0-8237-c93d92963095"], "port_id": "71a16a76-7d3e-4b21-ab16-fd94280f9c2c", "id": "00450bbb-ed90-437c-9866-7925db58ea20"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:53.304 63 INFO tempest.lib.common.rest_client [req-002d02e9-a59e-4fdb-a399-eaaa9de53560 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20 1.746s 2018-08-12 20:41:53.305 63 DEBUG tempest.lib.common.rest_client [req-002d02e9-a59e-4fdb-a399-eaaa9de53560 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/00450bbb-ed90-437c-9866-7925db58ea20', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-002d02e9-a59e-4fdb-a399-eaaa9de53560'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:53.725 63 INFO tempest.lib.common.rest_client [req-46fc5646-9bc9-46d8-b4d8-2875f855f784 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.419s 2018-08-12 20:41:53.726 63 DEBUG tempest.lib.common.rest_client [req-46fc5646-9bc9-46d8-b4d8-2875f855f784 ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-46fc5646-9bc9-46d8-b4d8-2875f855f784', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-46fc5646-9bc9-46d8-b4d8-2875f855f784'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:55.087 63 INFO tempest.lib.common.rest_client [req-56058960-8deb-4605-bcc0-6fe82995970a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 1.360s 2018-08-12 20:41:55.088 63 DEBUG tempest.lib.common.rest_client [req-56058960-8deb-4605-bcc0-6fe82995970a ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-56058960-8deb-4605-bcc0-6fe82995970a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56058960-8deb-4605-bcc0-6fe82995970a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:41:53Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:56.163 63 INFO tempest.lib.common.rest_client [req-cefe392f-ce62-40ad-809f-d85ef7369bc9 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.059s 2018-08-12 20:41:56.163 63 DEBUG tempest.lib.common.rest_client [req-cefe392f-ce62-40ad-809f-d85ef7369bc9 ] 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-cefe392f-ce62-40ad-809f-d85ef7369bc9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:56 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cefe392f-ce62-40ad-809f-d85ef7369bc9'} Body: {"itemNotFound": {"message": "Instance 7f663005-1c3d-4917-8a87-19829ba5d12b could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:57.288 63 INFO tempest.lib.common.rest_client [req-dbd14493-5004-4296-99dd-e21a417c0877 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/24691d75-5e9e-44c1-8873-e7564998cbc6 1.123s 2018-08-12 20:41:57.288 63 DEBUG tempest.lib.common.rest_client [req-dbd14493-5004-4296-99dd-e21a417c0877 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/24691d75-5e9e-44c1-8873-e7564998cbc6', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dbd14493-5004-4296-99dd-e21a417c0877'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:57.456 63 INFO tempest.lib.common.rest_client [req-3dacc1bc-f9f4-4b36-a420-f8dafb973e4d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.167s 2018-08-12 20:41:57.457 63 DEBUG tempest.lib.common.rest_client [req-3dacc1bc-f9f4-4b36-a420-f8dafb973e4d ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-3dacc1bc-f9f4-4b36-a420-f8dafb973e4d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dacc1bc-f9f4-4b36-a420-f8dafb973e4d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:58.395 63 INFO tempest.lib.common.rest_client [req-cf15ec25-7df0-4b63-9399-ba8ad7bdfad5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.937s 2018-08-12 20:41:58.396 63 DEBUG tempest.lib.common.rest_client [req-cf15ec25-7df0-4b63-9399-ba8ad7bdfad5 ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-cf15ec25-7df0-4b63-9399-ba8ad7bdfad5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf15ec25-7df0-4b63-9399-ba8ad7bdfad5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:41:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:41:59.463 63 INFO tempest.lib.common.rest_client [req-4c72eed1-3b69-48d4-a013-a42d4e98f71f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.050s 2018-08-12 20:41:59.463 63 DEBUG tempest.lib.common.rest_client [req-4c72eed1-3b69-48d4-a013-a42d4e98f71f ] 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-4c72eed1-3b69-48d4-a013-a42d4e98f71f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:59 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4c72eed1-3b69-48d4-a013-a42d4e98f71f'} Body: {"itemNotFound": {"message": "Instance a5dc22c1-1dd7-4f52-9b21-b059fc423c14 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:00.421 63 INFO tempest.lib.common.rest_client [req-91ab638c-e489-4f02-8b00-4cc7b0fb7cf9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a34917cd-0357-4854-a3a6-799e4dc490cb 0.957s 2018-08-12 20:42:00.422 63 DEBUG tempest.lib.common.rest_client [req-91ab638c-e489-4f02-8b00-4cc7b0fb7cf9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a34917cd-0357-4854-a3a6-799e4dc490cb', u'date': 'Sun, 12 Aug 2018 20:42:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-91ab638c-e489-4f02-8b00-4cc7b0fb7cf9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:00.458 63 INFO tempest.lib.common.rest_client [req-cf00d858-3ac9-4bfd-a963-e87db78122bc ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1272305042 0.035s 2018-08-12 20:42:00.458 63 DEBUG tempest.lib.common.rest_client [req-cf00d858-3ac9-4bfd-a963-e87db78122bc ] 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-1272305042', u'x-compute-request-id': 'req-cf00d858-3ac9-4bfd-a963-e87db78122bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf00d858-3ac9-4bfd-a963-e87db78122bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:03.148 63 INFO tempest.lib.common.rest_client [req-401c8c26-81ec-4b17-b96a-7ae72e7842a0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/2e1c513f-1ae2-45cc-b504-39767ce6711f 2.689s 2018-08-12 20:42:03.149 63 DEBUG tempest.lib.common.rest_client [req-401c8c26-81ec-4b17-b96a-7ae72e7842a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/2e1c513f-1ae2-45cc-b504-39767ce6711f', u'date': 'Sun, 12 Aug 2018 20:42:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-401c8c26-81ec-4b17-b96a-7ae72e7842a0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:04.611 63 INFO tempest.lib.common.rest_client [req-a14f9770-e9c1-4ff6-8311-5a0816277af7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/24e0b90d-a651-40a9-8fb8-8250b390d5d4 1.461s 2018-08-12 20:42:04.612 63 DEBUG tempest.lib.common.rest_client [req-a14f9770-e9c1-4ff6-8311-5a0816277af7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/24e0b90d-a651-40a9-8fb8-8250b390d5d4', u'date': 'Sun, 12 Aug 2018 20:42:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a14f9770-e9c1-4ff6-8311-5a0816277af7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:07.300 63 INFO tempest.lib.common.rest_client [req-b9706e76-c544-4395-814b-116c9e704c77 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c63e9c6a-e2ae-40f0-8237-c93d92963095 2.687s 2018-08-12 20:42:07.301 63 DEBUG tempest.lib.common.rest_client [req-b9706e76-c544-4395-814b-116c9e704c77 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c63e9c6a-e2ae-40f0-8237-c93d92963095', u'date': 'Sun, 12 Aug 2018 20:42:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b9706e76-c544-4395-814b-116c9e704c77'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:09.078 63 INFO tempest.lib.common.rest_client [req-972757a5-98c5-42ad-92b4-bcbcc162845e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/6399794d-a5b9-430b-ab34-f5a7f751a006 1.776s 2018-08-12 20:42:09.079 63 DEBUG tempest.lib.common.rest_client [req-972757a5-98c5-42ad-92b4-bcbcc162845e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6399794d-a5b9-430b-ab34-f5a7f751a006', u'date': 'Sun, 12 Aug 2018 20:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-972757a5-98c5-42ad-92b4-bcbcc162845e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:09.333 63 INFO tempest.lib.common.rest_client [req-b0a4da44-d710-483d-a938-9db766bccb8b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/5c231091-9218-4ddb-814a-643d9e42aa41 0.253s 2018-08-12 20:42:09.333 63 DEBUG tempest.lib.common.rest_client [req-b0a4da44-d710-483d-a938-9db766bccb8b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5c231091-9218-4ddb-814a-643d9e42aa41', u'date': 'Sun, 12 Aug 2018 20:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b0a4da44-d710-483d-a938-9db766bccb8b'} 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 [368.304014s] ... 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-12 20:36:01,608 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.576s 2018-08-12 20:36:01,608 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1460964988 description", "name": "tempest-secgroup-smoke-1460964988"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:36:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21acacb3-c2db-49f3-b280-76d04c40d565'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1460964988 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:01Z", "updated_at": "2018-08-12T20:36:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:36:01Z", "revision_number": 0, "id": "63023461-0ae2-4493-85bd-2fd92e572fbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:36:01Z", "revision_number": 0, "id": "d3ab774c-a0a7-4840-b554-869920ea037c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5c231091-9218-4ddb-814a-643d9e42aa41", "name": "tempest-secgroup-smoke-1460964988"}} 2018-08-12 20:36:02,098 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-12 20:36:02,099 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6f1f2a2-dcd7-4134-81c9-a5f7ca5ed63f'} 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-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3875e04a-7237-44b8-9f0f-8e5f6b3693ac"}} 2018-08-12 20:36:02,565 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.465s 2018-08-12 20:36:02,566 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04beef66-364e-45cb-abdd-1a0ce46ae300'} 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-12T20:36:02Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e0cb5ca7-db24-4bc6-9273-84d4f8e16589"}} 2018-08-12 20:36:03,010 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-12 20:36:03,011 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44f99745-27c2-429d-afcf-4e6561b104ab'} 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-12T20:36:02Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b0b9ac7a-6822-4716-9ccb-073c5d96b8e4"}} 2018-08-12 20:36:03,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.649s 2018-08-12 20:36:03,662 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cecc95f2-e476-46df-873e-0a9c65363a44'} 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-12T20:36:03Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7299ab8b-6fc8-4d66-ba2e-802359cad22b"}} 2018-08-12 20:36:03,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.220s 2018-08-12 20:36:03,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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccc1df94-a00a-4a01-bdec-bd85aa57d395'} 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-12T20:36:03Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f5e921f5-e18d-4326-af71-18b27bd327d9"}} 2018-08-12 20:36:04,093 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-12 20:36:04,094 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9bdaeab-bc94-4fbc-b298-2893778e6b79'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5e25cbe8-4dbb-4af7-bda5-8829184d5e08"}} 2018-08-12 20:36:04,541 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.446s 2018-08-12 20:36:04,542 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4921e3a8-fca5-4814-9061-0badf9d179a0'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "343d8208-433e-4022-8cb2-04932219309c"}} 2018-08-12 20:36:04,733 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-12 20:36:04,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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a1d0fde-b12d-4348-8fae-8ce7088895bb'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5b5d787b-941b-4497-b843-6e661419069c"}} 2018-08-12 20:36:05,031 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.296s 2018-08-12 20:36:05,031 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-84115726"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a166bad8-6601-4e43-8483-911148d24ab9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:36:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"6399794d-a5b9-430b-ab34-f5a7f751a006","name":"tempest-A-84115726"}} 2018-08-12 20:36:05,720 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.688s 2018-08-12 20:36:05,720 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "name": "tempest-subnet-A-1-634819892"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f4676b9-d79c-477d-8789-0ed5a84990c7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6399794d-a5b9-430b-ab34-f5a7f751a006","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:05Z","dns_nameservers":[],"updated_at":"2018-08-12T20:36: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":"01ace95cf526467b9409c6248a7c6876","id":"c63e9c6a-e2ae-40f0-8237-c93d92963095","subnetpool_id":null,"name":"tempest-subnet-A-1-634819892"}} 2018-08-12 20:36:05,941 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.219s 2018-08-12 20:36:05,941 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-608470697"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2e4ba2f-ffa7-4c34-89f1-e58f83502428'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:36:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","name":"tempest-B-608470697"}} 2018-08-12 20:36:07,073 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.131s 2018-08-12 20:36:07,073 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "name": "tempest-subnet-B-1-304708386"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a64ca3cf-5f90-4265-8c7e-8446dbc64761'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:06Z","dns_nameservers":[],"updated_at":"2018-08-12T20:36: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":"01ace95cf526467b9409c6248a7c6876","id":"2e1c513f-1ae2-45cc-b504-39767ce6711f","subnetpool_id":null,"name":"tempest-subnet-B-1-304708386"}} 2018-08-12 20:36:07,685 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.610s 2018-08-12 20:36:07,686 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d9517b6-59d8-4c08-ab62-739d939978da'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "391a7562-eae4-4aae-a726-3ac670a49aa5"}} 2018-08-12 20:36:08,036 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.349s 2018-08-12 20:36:08,037 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1272305042"}} 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-fc380f47-2b82-41af-a110-906aa9e501eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc380f47-2b82-41af-a110-906aa9e501eb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDklnUbTFP2Gha9QPvChUlju3OpJ0QuOne/GEisPj2TFt4fgJXIPER6E/3HgqiJ8t4lxJKIWfJG9NN4D/YLR+8DsszdEVj6ONArBydsdbRdgr280K57W4+bT0b9esjwChx+j9wmKJZw5xrP2NX2sRXaqORNB7mJnvSoETchoLZicbqwFpmgXC3HFowP8ZJMnx7JRGopnsBwC8GpyqyBQ4tFM1zbBYXeg2tge+XRxKL+DpJxWkgpm8sv6ZUnEANax2QN3lzSAVk97Xhd4OkF4VoUObUfR7JSxBhlNF8UTbL/8i++xcjcAonTGn/MmmfgQOzbUA52MoMcHlLcuRYoQGB5 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA5JZ1G0xT9hoWvUD7woVJY7tzqSdELjp3vxhIrD49kxbeH4CV\nyDxEehP9x4KoifLeJcSSiFnyRvTTeA/2C0fvA7LM3RFY+jjQKwcnbHW0XYK9vNCu\ne1uPm09G/XrI8Aocfo/cJiiWcOcaz9jV9rEV2qjkTQe5iZ70qBE3IaC2YnG6sBaZ\noFwtxxaMD/GSTJ8eyURqKZ7AcAvBqcqsgUOLRTNc2wWF3oNrYHvl0cSi/g6ScVpI\nKZvLL+mVJxADWsdkDd5c0gFZPe14XeDpBeFaFDm1H0eyUsQYZTRfFE2y//IvvsXI\n3AKJ0xp/zJpn4EDs21AOdjKDHB5S3LkWKEBgeQIDAQABAoIBAG9pPa6OZyW91XNs\nZsiKOhjX1imNr9dwO8jxxwncVBqKvLxR6a7sYNu3Pqus7QQ/UTLLOjgmzsTystcD\nwIIDD2WYEe11dQ6P/jXaiMZ+H+irvlp2w3PwTm/+FbWZ0LHd28F70GrwwVJJ8XF4\nV+CisuoeAxfgOffvd4Mq0NodAIe9xst3shPv/Nq9oDHTb+WXpwKCgoDIyRgFhP79\n2SjmNmqHPBHINuHS5V90+0EqKG+JXXif1ckCNZCnmRi61SgjsZm/8TfRCByQ+M9a\nRTfiTqJFKkKtDhWVnY5eXUBu7iHTcnpsiB7QvgoRYGz0xCODumkv0ZdjuyFaaeBS\ndADLCNkCgYEA9rDz76wl6SZn9xpLrl1khC+Bg1aR7tDC7iq2CKUzT6cpBpL0TEG0\nrG86Zt0z1+yZL/RKJh4Nn7sbyPrZYCTrRSJ52UL5awaGnLySo9fQeTYXFilC/ooX\nzZrVaEEEdOZqnSzwlmHyzNoOWLNz/5nR+n+jYyS+trO7ypLLa9sx/zMCgYEA7Taf\nwhzYWPZzFy8ZXaq5b92qDGsPLRPXw90uMG2tJZJLO9+epODuz3cs/TLweU5zX329\n5pISOoAov5ZXpGu6B3D/mm8hk90mSCkD29oPvHYLT3ll4V2JiDKsMfdVgBG6D8YM\nH9cabDZEYPHF63BJS4lSyb9mqqA3vbESnA6lkaMCgYEA0ORAe5gTNh1udeDPayPs\nRL6RdeytgENIfTKvmByDmZRb+hQgSB5vZoB9PLNc/h98DA5ZZ3OVZ8eiHIrF3VMF\n4jHyahX7bDRHcpt/tLu/7ZPu8rYX48B9rX3J7hD4PCEM8HEofL8OQYb4FQZIWI0h\nMHQ6n25zC/SgNUYeeQNQj98CgYBEI0Gml3SJsVkD2tKVdjnH6Us0P/hfAWkj6L+g\nx5BJz4juzOAcCkRusZPpsx0iKye20T6gIWs9BJ0v0zafkxYflxTEvpFNkOOzLJzg\nJPYKM3oyPPPH1X9w8OVHgP09SVpBt6i56Ka9WKUxl6E7bMiQ+wQd0W3jKxx3z4pB\n628hswKBgGQb6RI/8BykRLSzX5sORn/N+gTuFNDPyxJOYfbzGzN9ZdaPUo9zosiD\nVp3JKgJqTPNCU4glIMJ/mbky0c/bIPD5HzDX90WvCsVIF3huGgPgEQPpaATymFZr\nz0LipX5p0+YCeXpm2Wp7LGCxyDGF9rcaUtdAYgMVNTRlZIntdVR4\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1272305042", "fingerprint": "99:25:ab:7d:f3:ff:82:51:1f:12:f6:08:5b:e2:33:3d"}} 2018-08-12 20:36:09,666 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.625s 2018-08-12 20:36:09,666 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-522702310", "security_groups": ["5c231091-9218-4ddb-814a-643d9e42aa41"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:36:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e443eaf8-3b16-4e88-99c6-5e74a9af143f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:36:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6399794d-a5b9-430b-ab34-f5a7f751a006","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:36:08Z","name":"tempest-port-smoke-522702310","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:05:c8:21","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c63e9c6a-e2ae-40f0-8237-c93d92963095","ip_address":"10.101.11.10"}],"id":"a34917cd-0357-4854-a3a6-799e4dc490cb","security_groups":["5c231091-9218-4ddb-814a-643d9e42aa41"],"device_id":""}} 2018-08-12 20:36:13,390 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.722s 2018-08-12 20:36:13,391 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-1272305042", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "6399794d-a5b9-430b-ab34-f5a7f751a006", "port": "a34917cd-0357-4854-a3a6-799e4dc490cb"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-574dfaf2-ff2d-41bd-9a53-27bd0b86a820', 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-574dfaf2-ff2d-41bd-9a53-27bd0b86a820'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "adminPass": "AH5x3Y38pwu3"}} 2018-08-12 20:36:13,644 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.249s 2018-08-12 20:36:13,645 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-6450d86a-9cbd-4b70-a088-c405dea00ec6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6450d86a-9cbd-4b70-a088-c405dea00ec6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:14,996 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.336s 2018-08-12 20:36:14,996 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-dfd3bfcf-6ede-4717-a036-c2b87a3b4a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfd3bfcf-6ede-4717-a036-c2b87a3b4a73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:16,502 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.490s 2018-08-12 20:36:16,503 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-c5bf130c-18f0-40c4-9e5a-bcd7989b0581', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5bf130c-18f0-40c4-9e5a-bcd7989b0581'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:15Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:16,515 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:36:18,316 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.799s 2018-08-12 20:36:18,317 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-81fe3d39-49ce-4c09-bc72-fce5037c2f41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81fe3d39-49ce-4c09-bc72-fce5037c2f41'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:18,331 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:36:20,281 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.948s 2018-08-12 20:36:20,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-8674b0a6-ccbc-45a8-90fc-5eda20450ad1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8674b0a6-ccbc-45a8-90fc-5eda20450ad1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:22,174 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.877s 2018-08-12 20:36:22,175 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-2378ec1e-b2d2-49b9-8380-e35a5fcd65ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2378ec1e-b2d2-49b9-8380-e35a5fcd65ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:22,189 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:36:22,931 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.742s 2018-08-12 20:36:22,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-bd35ed5f-6a5b-4836-851b-d41247143257', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd35ed5f-6a5b-4836-851b-d41247143257'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:22,946 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a5dc22c1-1dd7-4f52-9b21-b059fc423c14 with status: ACTIVE 2018-08-12 20:36:24,288 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.341s 2018-08-12 20:36:24,289 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1166006390", "security_groups": ["5c231091-9218-4ddb-814a-643d9e42aa41"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:36:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6496c9de-8a5c-4b59-87c2-e90f576300c9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:36:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:36:23Z","name":"tempest-port-smoke-1166006390","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a7:56:44","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"2e1c513f-1ae2-45cc-b504-39767ce6711f","ip_address":"10.102.21.20"}],"id":"24691d75-5e9e-44c1-8873-e7564998cbc6","security_groups":["5c231091-9218-4ddb-814a-643d9e42aa41"],"device_id":""}} 2018-08-12 20:36:27,251 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 2.960s 2018-08-12 20:36:27,251 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-1272305042", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "port": "24691d75-5e9e-44c1-8873-e7564998cbc6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-a7890e21-4e59-4fa2-82f4-4b9e47c37dfb', 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7890e21-4e59-4fa2-82f4-4b9e47c37dfb'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "adminPass": "n8tbKbw973Yf"}} 2018-08-12 20:36:27,578 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.323s 2018-08-12 20:36:27,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-954bcd6b-bbb8-44d6-a9d1-204847b96808', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-954bcd6b-bbb8-44d6-a9d1-204847b96808'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:29,229 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.636s 2018-08-12 20:36:29,229 63 DEBUG [tempest.lib.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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-7b4f1d37-b02b-47b3-ba88-268a221a13f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b4f1d37-b02b-47b3-ba88-268a221a13f9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:30,588 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.342s 2018-08-12 20:36:30,588 63 DEBUG [tempest.lib.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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-e0f1dcfe-420c-4110-b93b-8850fa4fdbcd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0f1dcfe-420c-4110-b93b-8850fa4fdbcd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:29Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:30,602 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:36:32,555 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.951s 2018-08-12 20:36:32,556 63 DEBUG [tempest.lib.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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-5cd026fd-ffe2-486d-8015-2235a90ed0a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5cd026fd-ffe2-486d-8015-2235a90ed0a2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:32,569 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:36:33,936 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.366s 2018-08-12 20:36:33,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-8664fc8f-0e65-456c-b2a0-590c93b6608a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8664fc8f-0e65-456c-b2a0-590c93b6608a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:35,649 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.699s 2018-08-12 20:36:35,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-ea0a53ea-7224-4ffb-918a-cb9ff4d40909', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ea0a53ea-7224-4ffb-918a-cb9ff4d40909'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:37,267 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.602s 2018-08-12 20:36:37,267 63 DEBUG [tempest.lib.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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-a1d383ad-0d0a-4e40-bc18-fdf68a6a0723', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a1d383ad-0d0a-4e40-bc18-fdf68a6a0723'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:37,280 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:36:37,612 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.330s 2018-08-12 20:36:37,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-ec36647b-bdb0-4f7e-bfb3-25c700e82b13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec36647b-bdb0-4f7e-bfb3-25c700e82b13'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:37,626 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7f663005-1c3d-4917-8a87-19829ba5d12b with status: ACTIVE 2018-08-12 20:36:37,914 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/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations 0.288s 2018-08-12 20:36:37,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": "6399794d-a5b9-430b-ab34-f5a7f751a006"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations', u'date': 'Sun, 12 Aug 2018 20:36:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e15aac58-bb1c-4999-9981-ae3fcdff74ea'} Body: {"network_association": {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "id": "11750839-069c-4ca4-98ae-f9baf0798d2b"}} 2018-08-12 20:36:38,249 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/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations 0.333s 2018-08-12 20:36:38,249 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations', u'date': 'Sun, 12 Aug 2018 20:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aed3ac6d-6eec-4b18-9127-0e2a0484984a'} Body: {"network_association": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "id": "a8c2f80a-e712-436c-8bfe-82ace304b22d"}} 2018-08-12 20:36:38,250 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:36:38,446 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.195s 2018-08-12 20:36:38,446 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--309062584", "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': 'Sun, 12 Aug 2018 20:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0311c21b-b24c-4727-83c5-2f42b5bcdbfa'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:38Z", "admin_state_up": true, "updated_at": "2018-08-12T20:36:38Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "00450bbb-ed90-437c-9866-7925db58ea20", "name": "tempest-router--309062584"}} 2018-08-12 20:36:39,893 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/00450bbb-ed90-437c-9866-7925db58ea20 1.446s 2018-08-12 20:36:39,894 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20', u'date': 'Sun, 12 Aug 2018 20:36:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07de0405-1209-4623-93d7-ac51d7c87d53'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:38Z", "admin_state_up": true, "updated_at": "2018-08-12T20:36:39Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "00450bbb-ed90-437c-9866-7925db58ea20", "name": "tempest-router--309062584"}} 2018-08-12 20:36:41,953 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/00450bbb-ed90-437c-9866-7925db58ea20/add_router_interface 2.058s 2018-08-12 20:36:41,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:36:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9069e06-e761-4e42-b24c-6b2113071848'} Body: {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095", "subnet_ids": ["c63e9c6a-e2ae-40f0-8237-c93d92963095"], "port_id": "71a16a76-7d3e-4b21-ab16-fd94280f9c2c", "id": "00450bbb-ed90-437c-9866-7925db58ea20"} 2018-08-12 20:36:43,897 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 1.942s 2018-08-12 20:36:43,897 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "a34917cd-0357-4854-a3a6-799e4dc490cb"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:36:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f6a54a5c-ba88-4cbb-ba14-8fbf4e0e165a'} Body: {"floatingip": {"router_id": "00450bbb-ed90-437c-9866-7925db58ea20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:36:43Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "a34917cd-0357-4854-a3a6-799e4dc490cb", "id": "26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:43Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:36:43,899 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:36:46,905 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:36:46,970 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:36:47,002 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:36:47,116 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-12 20:36:47,117 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:36:47,119 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:36:47,180 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:36:47,183 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:36:52,191 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:36:52,192 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-12 20:38:02,257 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-12 20:38:02,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:38:02,262 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:38:02,327 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:38:02,358 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:38:07,365 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:38:07,366 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-12 20:39:17,422 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:39:17,423 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-12 20:39:17,424 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,429 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,531 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,556 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17,562 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:39:17,563 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:1f:07:8f [ether] on eth0 2018-08-12 20:39:17,563 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-12 20:39:17,564 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,566 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,627 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,630 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17,640 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:39:17,640 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-12 20:39:17,641 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,642 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,703 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,707 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17,713 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-12 20:39:17,714 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,716 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,775 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,780 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17,786 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:39:17,786 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:1f:07:8f [ether] on eth0 2018-08-12 20:39:17,787 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-12 20:39:17,787 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,791 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,851 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,855 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:22,862 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:39:22,863 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-12 20:40:32,908 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-12 20:40:32,909 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:40:32,914 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:40:32,976 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:40:32,979 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:40:37,987 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:40:37,988 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-12 20:41:48,053 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:41:48,054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:41:49,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0 1.453s 2018-08-12 20:41:49,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/floatingips/26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0', u'date': 'Sun, 12 Aug 2018 20:41:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b2a8586-13af-4509-829f-1f7447b68077'} Body: 2018-08-12 20:41:51,557 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/remove_router_interface 2.045s 2018-08-12 20:41:51,558 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:41:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b38e8e3-5aa3-488f-966e-edbabbc0a8a1'} Body: {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095", "subnet_ids": ["c63e9c6a-e2ae-40f0-8237-c93d92963095"], "port_id": "71a16a76-7d3e-4b21-ab16-fd94280f9c2c", "id": "00450bbb-ed90-437c-9866-7925db58ea20"} 2018-08-12 20:41:53,304 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20 1.746s 2018-08-12 20:41:53,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-002d02e9-a59e-4fdb-a399-eaaa9de53560'} Body: 2018-08-12 20:41:53,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.419s 2018-08-12 20:41:53,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-46fc5646-9bc9-46d8-b4d8-2875f855f784', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-46fc5646-9bc9-46d8-b4d8-2875f855f784'} Body: 2018-08-12 20:41:55,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 1.360s 2018-08-12 20:41:55,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': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-56058960-8deb-4605-bcc0-6fe82995970a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56058960-8deb-4605-bcc0-6fe82995970a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:41:53Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:41:56,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.059s 2018-08-12 20:41:56,163 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-cefe392f-ce62-40ad-809f-d85ef7369bc9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:56 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cefe392f-ce62-40ad-809f-d85ef7369bc9'} Body: {"itemNotFound": {"message": "Instance 7f663005-1c3d-4917-8a87-19829ba5d12b could not be found.", "code": 404}} 2018-08-12 20:41:57,288 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/24691d75-5e9e-44c1-8873-e7564998cbc6 1.123s 2018-08-12 20:41:57,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/24691d75-5e9e-44c1-8873-e7564998cbc6', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dbd14493-5004-4296-99dd-e21a417c0877'} Body: 2018-08-12 20:41:57,456 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.167s 2018-08-12 20:41:57,457 63 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-3dacc1bc-f9f4-4b36-a420-f8dafb973e4d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dacc1bc-f9f4-4b36-a420-f8dafb973e4d'} Body: 2018-08-12 20:41:58,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.937s 2018-08-12 20:41:58,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': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-cf15ec25-7df0-4b63-9399-ba8ad7bdfad5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf15ec25-7df0-4b63-9399-ba8ad7bdfad5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:41:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:41:59,463 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.050s 2018-08-12 20:41:59,463 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-4c72eed1-3b69-48d4-a013-a42d4e98f71f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:59 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4c72eed1-3b69-48d4-a013-a42d4e98f71f'} Body: {"itemNotFound": {"message": "Instance a5dc22c1-1dd7-4f52-9b21-b059fc423c14 could not be found.", "code": 404}} 2018-08-12 20:42:00,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a34917cd-0357-4854-a3a6-799e4dc490cb 0.957s 2018-08-12 20:42:00,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/a34917cd-0357-4854-a3a6-799e4dc490cb', u'date': 'Sun, 12 Aug 2018 20:42:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-91ab638c-e489-4f02-8b00-4cc7b0fb7cf9'} Body: 2018-08-12 20:42:00,458 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-1272305042 0.035s 2018-08-12 20:42:00,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-1272305042', u'x-compute-request-id': 'req-cf00d858-3ac9-4bfd-a963-e87db78122bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf00d858-3ac9-4bfd-a963-e87db78122bc'} Body: 2018-08-12 20:42:03,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/2e1c513f-1ae2-45cc-b504-39767ce6711f 2.689s 2018-08-12 20:42:03,149 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/2e1c513f-1ae2-45cc-b504-39767ce6711f', u'date': 'Sun, 12 Aug 2018 20:42:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-401c8c26-81ec-4b17-b96a-7ae72e7842a0'} Body: 2018-08-12 20:42:04,611 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/24e0b90d-a651-40a9-8fb8-8250b390d5d4 1.461s 2018-08-12 20:42:04,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/24e0b90d-a651-40a9-8fb8-8250b390d5d4', u'date': 'Sun, 12 Aug 2018 20:42:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a14f9770-e9c1-4ff6-8311-5a0816277af7'} Body: 2018-08-12 20:42:07,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c63e9c6a-e2ae-40f0-8237-c93d92963095 2.687s 2018-08-12 20:42:07,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c63e9c6a-e2ae-40f0-8237-c93d92963095', u'date': 'Sun, 12 Aug 2018 20:42:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b9706e76-c544-4395-814b-116c9e704c77'} Body: 2018-08-12 20:42:09,078 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/6399794d-a5b9-430b-ab34-f5a7f751a006 1.776s 2018-08-12 20:42:09,079 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6399794d-a5b9-430b-ab34-f5a7f751a006', u'date': 'Sun, 12 Aug 2018 20:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-972757a5-98c5-42ad-92b4-bcbcc162845e'} Body: 2018-08-12 20:42:09,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/5c231091-9218-4ddb-814a-643d9e42aa41 0.253s 2018-08-12 20:42:09,333 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5c231091-9218-4ddb-814a-643d9e42aa41', u'date': 'Sun, 12 Aug 2018 20:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b0a4da44-d710-483d-a938-9db766bccb8b'} Body: 2018-08-12 20:42:09.900 63 INFO tempest.lib.common.rest_client [req-d2bdaffe-7d2d-4382-b5e0-875804014caa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.538s 2018-08-12 20:42:09.901 63 DEBUG tempest.lib.common.rest_client [req-d2bdaffe-7d2d-4382-b5e0-875804014caa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1684620380 description", "name": "tempest-secgroup-smoke-1684620380"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:42:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2bdaffe-7d2d-4382-b5e0-875804014caa'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1684620380 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:09Z", "updated_at": "2018-08-12T20:42:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:09Z", "revision_number": 0, "id": "ac2f6a22-eacd-4943-be09-91bfa39c23e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:09Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:09Z", "revision_number": 0, "id": "e9232697-db20-4692-810b-24043896eb10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:09Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "name": "tempest-secgroup-smoke-1684620380"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:10.475 63 INFO tempest.lib.common.rest_client [req-24d44eab-3f32-4871-8574-5aaa45bb6311 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.573s 2018-08-12 20:42:10.476 63 DEBUG tempest.lib.common.rest_client [req-24d44eab-3f32-4871-8574-5aaa45bb6311 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "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': 'Sun, 12 Aug 2018 20:42:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-24d44eab-3f32-4871-8574-5aaa45bb6311'} 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-12T20:42:10Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:10Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b055cd06-3acd-491f-9ecd-0ca6edc2512f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:10.828 63 INFO tempest.lib.common.rest_client [req-4b628b1e-8539-4f53-ab64-aa9f5ccf9ffd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.351s 2018-08-12 20:42:10.828 63 DEBUG tempest.lib.common.rest_client [req-4b628b1e-8539-4f53-ab64-aa9f5ccf9ffd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "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': 'Sun, 12 Aug 2018 20:42:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b628b1e-8539-4f53-ab64-aa9f5ccf9ffd'} 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-12T20:42:10Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:10Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d8795dec-a145-4081-aa25-90301a7a16fa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:11.038 63 INFO tempest.lib.common.rest_client [req-b540f3ac-1df7-4767-8262-e1871339e9cc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-12 20:42:11.038 63 DEBUG tempest.lib.common.rest_client [req-b540f3ac-1df7-4767-8262-e1871339e9cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "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': 'Sun, 12 Aug 2018 20:42:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b540f3ac-1df7-4767-8262-e1871339e9cc'} 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-12T20:42:10Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:10Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6b98c013-69b8-412d-8a17-eb007e9a9177"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:11.763 63 INFO tempest.lib.common.rest_client [req-e24eb458-d31b-4e77-b8bf-b71c09a13c5d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.723s 2018-08-12 20:42:11.763 63 DEBUG tempest.lib.common.rest_client [req-e24eb458-d31b-4e77-b8bf-b71c09a13c5d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "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': 'Sun, 12 Aug 2018 20:42:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e24eb458-d31b-4e77-b8bf-b71c09a13c5d'} 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-12T20:42:11Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:11Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6ff68cfb-7d81-422a-a6ce-935081703094"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:12.230 63 INFO tempest.lib.common.rest_client [req-4c6528b6-592f-46e3-be74-b1d11b479621 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.465s 2018-08-12 20:42:12.231 63 DEBUG tempest.lib.common.rest_client [req-4c6528b6-592f-46e3-be74-b1d11b479621 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4c6528b6-592f-46e3-be74-b1d11b479621'} 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-12T20:42:12Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6fdb1e4d-b13f-4983-b78f-64cd1d80ebd2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:12.685 63 INFO tempest.lib.common.rest_client [req-016b44ba-c871-49e9-a67b-3ec685a14f65 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.453s 2018-08-12 20:42:12.686 63 DEBUG tempest.lib.common.rest_client [req-016b44ba-c871-49e9-a67b-3ec685a14f65 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-016b44ba-c871-49e9-a67b-3ec685a14f65'} 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-12T20:42:12Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fd7d5ff5-2364-447f-8945-d026fe0b573b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:13.132 63 INFO tempest.lib.common.rest_client [req-43bf6389-a6aa-479d-b583-aa6e05767cd9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.444s 2018-08-12 20:42:13.132 63 DEBUG tempest.lib.common.rest_client [req-43bf6389-a6aa-479d-b583-aa6e05767cd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "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': 'Sun, 12 Aug 2018 20:42:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-43bf6389-a6aa-479d-b583-aa6e05767cd9'} 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-12T20:42:13Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "42389219-a661-47ec-b16b-a3297cb6a798"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:13.307 63 INFO tempest.lib.common.rest_client [req-2736066f-8824-46ee-9061-266a3e50d68a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.174s 2018-08-12 20:42:13.308 63 DEBUG tempest.lib.common.rest_client [req-2736066f-8824-46ee-9061-266a3e50d68a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "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': 'Sun, 12 Aug 2018 20:42:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2736066f-8824-46ee-9061-266a3e50d68a'} 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-12T20:42:13Z", "security_group_id": "cf62a2c9-c5cb-47f6-97a2-afe6254048ca", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6b81e4e3-2596-4fd1-9761-6c5e2efaf392"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:13.494 63 INFO tempest.lib.common.rest_client [req-89aaedf7-88b6-4e93-8dfc-40e34b7787d0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/cf62a2c9-c5cb-47f6-97a2-afe6254048ca 0.185s 2018-08-12 20:42:13.495 63 DEBUG tempest.lib.common.rest_client [req-89aaedf7-88b6-4e93-8dfc-40e34b7787d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cf62a2c9-c5cb-47f6-97a2-afe6254048ca', u'date': 'Sun, 12 Aug 2018 20:42:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-89aaedf7-88b6-4e93-8dfc-40e34b7787d0'} 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-12 20:42:13.696 63 INFO tempest.lib.common.rest_client [req-6815acff-966b-4f67-9178-b3c04e76cdae ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.198s 2018-08-12 20:42:13.697 63 DEBUG tempest.lib.common.rest_client [req-6815acff-966b-4f67-9178-b3c04e76cdae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-702356026 description", "name": "tempest-secgroup-smoke-702356026"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:42:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6815acff-966b-4f67-9178-b3c04e76cdae'} Body: {"security_group": {"description": "tempest-secgroup-smoke-702356026 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:13Z", "updated_at": "2018-08-12T20:42:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:13Z", "revision_number": 0, "id": "0540e7fe-5b07-41e5-a59c-8770dc81094c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:13Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:13Z", "revision_number": 0, "id": "b6e0361c-e7a1-453b-bb27-c74a78b115b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:13Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9c5f201a-f638-430a-8b53-f3a89b387660", "name": "tempest-secgroup-smoke-702356026"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:13.938 63 INFO tempest.lib.common.rest_client [req-1f627c60-33bf-4331-8f46-b1c05e6d843d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.240s 2018-08-12 20:42:13.939 63 DEBUG tempest.lib.common.rest_client [req-1f627c60-33bf-4331-8f46-b1c05e6d843d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "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': 'Sun, 12 Aug 2018 20:42:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f627c60-33bf-4331-8f46-b1c05e6d843d'} 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-12T20:42:13Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "53612b39-7eaa-4436-a32b-90f5896004f7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:14.122 63 INFO tempest.lib.common.rest_client [req-1973a941-de07-4008-9122-9ed36c6ccae3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.182s 2018-08-12 20:42:14.122 63 DEBUG tempest.lib.common.rest_client [req-1973a941-de07-4008-9122-9ed36c6ccae3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "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': 'Sun, 12 Aug 2018 20:42:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1973a941-de07-4008-9122-9ed36c6ccae3'} 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-12T20:42:14Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "42e23cbe-dab9-44e4-807a-d44249e5ab8e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:14.487 63 INFO tempest.lib.common.rest_client [req-2f0ecc5c-79ca-4ff9-be83-6da1c5113e31 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.363s 2018-08-12 20:42:14.487 63 DEBUG tempest.lib.common.rest_client [req-2f0ecc5c-79ca-4ff9-be83-6da1c5113e31 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "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': 'Sun, 12 Aug 2018 20:42:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f0ecc5c-79ca-4ff9-be83-6da1c5113e31'} 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-12T20:42:14Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4e33a898-992f-44b9-be87-c421d9454a6e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:14.913 63 INFO tempest.lib.common.rest_client [req-b8183769-59d7-4f86-ac81-286bba03686f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.424s 2018-08-12 20:42:14.913 63 DEBUG tempest.lib.common.rest_client [req-b8183769-59d7-4f86-ac81-286bba03686f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "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': 'Sun, 12 Aug 2018 20:42:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8183769-59d7-4f86-ac81-286bba03686f'} 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-12T20:42:14Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bdc3f5a6-5a06-4019-9da9-7d14e9187771"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:15.355 63 INFO tempest.lib.common.rest_client [req-51018ba0-df3a-4850-9586-a4c83883ac6d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.441s 2018-08-12 20:42:15.356 63 DEBUG tempest.lib.common.rest_client [req-51018ba0-df3a-4850-9586-a4c83883ac6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51018ba0-df3a-4850-9586-a4c83883ac6d'} 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-12T20:42:15Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "610c57b8-ed60-49db-a4fc-77e244496fc6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:15.708 63 INFO tempest.lib.common.rest_client [req-8880fbe9-71bc-4339-b614-e1e52c898b9b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.351s 2018-08-12 20:42:15.708 63 DEBUG tempest.lib.common.rest_client [req-8880fbe9-71bc-4339-b614-e1e52c898b9b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8880fbe9-71bc-4339-b614-e1e52c898b9b'} 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-12T20:42:15Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3374f0b8-496e-4700-acb1-9abea1ccd5df"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:15.913 63 INFO tempest.lib.common.rest_client [req-309ebaa3-f948-4918-b2e2-5b90fa0891c7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.203s 2018-08-12 20:42:15.913 63 DEBUG tempest.lib.common.rest_client [req-309ebaa3-f948-4918-b2e2-5b90fa0891c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "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': 'Sun, 12 Aug 2018 20:42:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-309ebaa3-f948-4918-b2e2-5b90fa0891c7'} 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-12T20:42:15Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2a77aecf-6bc3-43f5-abb8-ebce2aadb12f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:16.080 63 INFO tempest.lib.common.rest_client [req-c4d1e906-3f32-4e2a-8718-b362347803ad ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.165s 2018-08-12 20:42:16.080 63 DEBUG tempest.lib.common.rest_client [req-c4d1e906-3f32-4e2a-8718-b362347803ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "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': 'Sun, 12 Aug 2018 20:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4d1e906-3f32-4e2a-8718-b362347803ad'} 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-12T20:42:16Z", "security_group_id": "9c5f201a-f638-430a-8b53-f3a89b387660", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "eb7ae3ba-b5e4-4245-b40f-e63a4a09fc3c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:16.272 63 INFO tempest.lib.common.rest_client [req-842173a2-0236-4808-9c8a-9c8fd60fb627 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/9c5f201a-f638-430a-8b53-f3a89b387660 0.190s 2018-08-12 20:42:16.272 63 DEBUG tempest.lib.common.rest_client [req-842173a2-0236-4808-9c8a-9c8fd60fb627 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/9c5f201a-f638-430a-8b53-f3a89b387660', u'date': 'Sun, 12 Aug 2018 20:42:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-842173a2-0236-4808-9c8a-9c8fd60fb627'} 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-12 20:42:16.703 63 INFO tempest.lib.common.rest_client [req-1681f14e-2ce8-4415-baab-62e356afd9c5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.427s 2018-08-12 20:42:16.703 63 DEBUG tempest.lib.common.rest_client [req-1681f14e-2ce8-4415-baab-62e356afd9c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1206292902 description", "name": "tempest-secgroup-smoke-1206292902"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1681f14e-2ce8-4415-baab-62e356afd9c5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1206292902 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:16Z", "updated_at": "2018-08-12T20:42:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:16Z", "revision_number": 0, "id": "598e91a3-7415-433d-8a87-7a252efc7d70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:16Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:16Z", "revision_number": 0, "id": "746074af-b3ed-41ac-9f34-9af5c5cace73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:16Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "name": "tempest-secgroup-smoke-1206292902"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:17.331 63 INFO tempest.lib.common.rest_client [req-5d8e19eb-8a4b-4224-ba72-470a87aea356 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.626s 2018-08-12 20:42:17.332 63 DEBUG tempest.lib.common.rest_client [req-5d8e19eb-8a4b-4224-ba72-470a87aea356 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "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': 'Sun, 12 Aug 2018 20:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d8e19eb-8a4b-4224-ba72-470a87aea356'} 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-12T20:42:17Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d66355a9-e315-4791-9f57-3ec039069fbf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:17.768 63 INFO tempest.lib.common.rest_client [req-efd81625-c04e-48ca-b9a9-d83cbec34b37 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-12 20:42:17.769 63 DEBUG tempest.lib.common.rest_client [req-efd81625-c04e-48ca-b9a9-d83cbec34b37 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "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': 'Sun, 12 Aug 2018 20:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efd81625-c04e-48ca-b9a9-d83cbec34b37'} 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-12T20:42:17Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8e94b63f-4a79-4ab2-a286-695985ec837f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:17.972 63 INFO tempest.lib.common.rest_client [req-59cf446d-f948-4086-8172-9fd06107537a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-12 20:42:17.972 63 DEBUG tempest.lib.common.rest_client [req-59cf446d-f948-4086-8172-9fd06107537a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "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': 'Sun, 12 Aug 2018 20:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59cf446d-f948-4086-8172-9fd06107537a'} 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-12T20:42:17Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cf4ac8e2-9c45-4181-80e6-a1bc1693f3f0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:18.146 63 INFO tempest.lib.common.rest_client [req-71c772ad-a637-4cdf-a512-b378c98709d5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.172s 2018-08-12 20:42:18.146 63 DEBUG tempest.lib.common.rest_client [req-71c772ad-a637-4cdf-a512-b378c98709d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "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': 'Sun, 12 Aug 2018 20:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71c772ad-a637-4cdf-a512-b378c98709d5'} 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-12T20:42:18Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b7732469-8fca-4646-bb66-fa959eb41aa2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:18.343 63 INFO tempest.lib.common.rest_client [req-c480cc3b-27aa-478f-8b33-0400345a615c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-12 20:42:18.344 63 DEBUG tempest.lib.common.rest_client [req-c480cc3b-27aa-478f-8b33-0400345a615c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c480cc3b-27aa-478f-8b33-0400345a615c'} 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-12T20:42:18Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "703909e1-ee65-4648-8c13-c2a95ea23146"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:18.794 63 INFO tempest.lib.common.rest_client [req-e4879f8f-e80a-4604-a4b1-7e404bdf96ce ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.449s 2018-08-12 20:42:18.795 63 DEBUG tempest.lib.common.rest_client [req-e4879f8f-e80a-4604-a4b1-7e404bdf96ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4879f8f-e80a-4604-a4b1-7e404bdf96ce'} 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-12T20:42:18Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2cf88fcf-876a-4f2a-93e7-7b79d9b7a831"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:19.217 63 INFO tempest.lib.common.rest_client [req-ba7c6842-c564-41a4-bf3d-8042cae39599 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.421s 2018-08-12 20:42:19.217 63 DEBUG tempest.lib.common.rest_client [req-ba7c6842-c564-41a4-bf3d-8042cae39599 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "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': 'Sun, 12 Aug 2018 20:42:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba7c6842-c564-41a4-bf3d-8042cae39599'} 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-12T20:42:19Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:19Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a2637771-92b3-405b-8681-be90499ea420"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:19.710 63 INFO tempest.lib.common.rest_client [req-085db631-9794-4d65-8470-091510be4fb4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.491s 2018-08-12 20:42:19.710 63 DEBUG tempest.lib.common.rest_client [req-085db631-9794-4d65-8470-091510be4fb4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "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': 'Sun, 12 Aug 2018 20:42:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-085db631-9794-4d65-8470-091510be4fb4'} 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-12T20:42:19Z", "security_group_id": "68c7a8f2-423e-4633-85f4-37ed85fd6aba", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:19Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5e12ccb5-1a88-40f9-8fb3-5148fabf4c9b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:19.918 63 INFO tempest.lib.common.rest_client [req-702b02fd-f93e-4f09-9e7d-ec91d3fae5f7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/68c7a8f2-423e-4633-85f4-37ed85fd6aba 0.207s 2018-08-12 20:42:19.919 63 DEBUG tempest.lib.common.rest_client [req-702b02fd-f93e-4f09-9e7d-ec91d3fae5f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/68c7a8f2-423e-4633-85f4-37ed85fd6aba', u'date': 'Sun, 12 Aug 2018 20:42:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-702b02fd-f93e-4f09-9e7d-ec91d3fae5f7'} 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-12 20:42:20.451 63 INFO tempest.lib.common.rest_client [req-eee0df99-9bcf-477e-a543-c0d768abacd4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.530s 2018-08-12 20:42:20.452 63 DEBUG tempest.lib.common.rest_client [req-eee0df99-9bcf-477e-a543-c0d768abacd4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1766874108 description", "name": "tempest-secgroup-smoke-1766874108"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eee0df99-9bcf-477e-a543-c0d768abacd4'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1766874108 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "updated_at": "2018-08-12T20:42:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:20Z", "revision_number": 0, "id": "b587a902-3e60-4db2-9d84-9d2a7b422219", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:20Z", "revision_number": 0, "id": "b8555794-d417-4adf-aa45-9cee97635bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "name": "tempest-secgroup-smoke-1766874108"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:20.673 63 INFO tempest.lib.common.rest_client [req-10d96f2e-71b4-4947-9530-81c505bbd6b8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.219s 2018-08-12 20:42:20.673 63 DEBUG tempest.lib.common.rest_client [req-10d96f2e-71b4-4947-9530-81c505bbd6b8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10d96f2e-71b4-4947-9530-81c505bbd6b8'} 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-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ff4af9c8-95a6-4690-b937-10c3fea07d41"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:21.128 63 INFO tempest.lib.common.rest_client [req-4a271cc1-e539-42a2-85e8-2c0bd43e9f67 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:42:21.128 63 DEBUG tempest.lib.common.rest_client [req-4a271cc1-e539-42a2-85e8-2c0bd43e9f67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a271cc1-e539-42a2-85e8-2c0bd43e9f67'} 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-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f80e462b-ff9e-4893-a05d-89ef1998c1cb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:21.308 63 INFO tempest.lib.common.rest_client [req-540030fb-1cfb-43ec-b1c7-1f83c460135a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.179s 2018-08-12 20:42:21.309 63 DEBUG tempest.lib.common.rest_client [req-540030fb-1cfb-43ec-b1c7-1f83c460135a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-540030fb-1cfb-43ec-b1c7-1f83c460135a'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ea9a31c6-51e8-487b-a06e-3aead58f08e1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:21.499 63 INFO tempest.lib.common.rest_client [req-2e3eceee-6845-4294-beae-917c4fd5def1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-12 20:42:21.499 63 DEBUG tempest.lib.common.rest_client [req-2e3eceee-6845-4294-beae-917c4fd5def1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e3eceee-6845-4294-beae-917c4fd5def1'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7ee14c93-9bd2-4ace-8a5c-b4768a70f77d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:21.744 63 INFO tempest.lib.common.rest_client [req-b2ae8c9c-bfb5-4d8f-96a2-8fe2a3c52c3b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.244s 2018-08-12 20:42:21.745 63 DEBUG tempest.lib.common.rest_client [req-b2ae8c9c-bfb5-4d8f-96a2-8fe2a3c52c3b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2ae8c9c-bfb5-4d8f-96a2-8fe2a3c52c3b'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a868a27e-9666-42ca-a0ed-3a0462410c5d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:21.949 63 INFO tempest.lib.common.rest_client [req-9bd077bd-572e-4942-b188-896c5f1384b0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.203s 2018-08-12 20:42:21.949 63 DEBUG tempest.lib.common.rest_client [req-9bd077bd-572e-4942-b188-896c5f1384b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9bd077bd-572e-4942-b188-896c5f1384b0'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cecd1d7d-4e31-4f6c-bd81-852dbad76425"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:22.146 63 INFO tempest.lib.common.rest_client [req-5842349e-7c86-4c70-ad5d-558a8de1d842 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.195s 2018-08-12 20:42:22.147 63 DEBUG tempest.lib.common.rest_client [req-5842349e-7c86-4c70-ad5d-558a8de1d842 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5842349e-7c86-4c70-ad5d-558a8de1d842'} 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-12T20:42:22Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:22Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "08dcefce-6ae3-46d6-8bfb-371796f1c0ae"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:22.326 63 INFO tempest.lib.common.rest_client [req-3aaa19c9-7b91-4b5d-b28c-facad348fc27 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-12 20:42:22.326 63 DEBUG tempest.lib.common.rest_client [req-3aaa19c9-7b91-4b5d-b28c-facad348fc27 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3aaa19c9-7b91-4b5d-b28c-facad348fc27'} 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-12T20:42:22Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:22Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6acfa217-50b5-4a09-b43d-a70d67acf415"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:22.707 63 INFO tempest.lib.common.rest_client [req-2bd8758d-1c4e-4d7c-bb68-d8d4b80bb215 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/networks 0.379s 2018-08-12 20:42:22.707 63 DEBUG tempest.lib.common.rest_client [req-2bd8758d-1c4e-4d7c-bb68-d8d4b80bb215 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1626848630"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bd8758d-1c4e-4d7c-bb68-d8d4b80bb215'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:42:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","name":"tempest-A-1626848630"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:23.347 63 INFO tempest.lib.common.rest_client [req-51a63e87-d386-435e-b3f3-80ebce09e838 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.639s 2018-08-12 20:42:23.348 63 DEBUG tempest.lib.common.rest_client [req-51a63e87-d386-435e-b3f3-80ebce09e838 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "name": "tempest-subnet-A-1-774389932"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51a63e87-d386-435e-b3f3-80ebce09e838'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:22Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:22Z","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":"01ace95cf526467b9409c6248a7c6876","id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","subnetpool_id":null,"name":"tempest-subnet-A-1-774389932"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:24.127 63 INFO tempest.lib.common.rest_client [req-0578ec74-9841-4cce-8044-8a269ed78ad0 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.778s 2018-08-12 20:42:24.128 63 DEBUG tempest.lib.common.rest_client [req-0578ec74-9841-4cce-8044-8a269ed78ad0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.12.0/24", "network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "name": "tempest-subnet-A-2-2020211725"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0578ec74-9841-4cce-8044-8a269ed78ad0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:23Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:23Z","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":"01ace95cf526467b9409c6248a7c6876","id":"b8e363f1-c15e-43b6-b26a-8bde183b3e48","subnetpool_id":null,"name":"tempest-subnet-A-2-2020211725"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:24.366 63 INFO tempest.lib.common.rest_client [req-0663fa11-b677-4b77-82bc-47ea4ad621a0 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/networks 0.237s 2018-08-12 20:42:24.367 63 DEBUG tempest.lib.common.rest_client [req-0663fa11-b677-4b77-82bc-47ea4ad621a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-Bis-269749071"}} Response - Headers: {'status': '201', u'content-length': '560', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0663fa11-b677-4b77-82bc-47ea4ad621a0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:42:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","name":"tempest-A-Bis-269749071"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:25.182 63 INFO tempest.lib.common.rest_client [req-799562ab-e369-4dff-b069-56fde0709408 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.814s 2018-08-12 20:42:25.182 63 DEBUG tempest.lib.common.rest_client [req-799562ab-e369-4dff-b069-56fde0709408 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "name": "tempest-subnet-A-Bis-1-442301171"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-799562ab-e369-4dff-b069-56fde0709408'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:24Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:24Z","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":"01ace95cf526467b9409c6248a7c6876","id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","subnetpool_id":null,"name":"tempest-subnet-A-Bis-1-442301171"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:25.983 63 INFO tempest.lib.common.rest_client [req-bd874360-bd15-4be9-97c8-4cb0db8cb685 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.799s 2018-08-12 20:42:25.983 63 DEBUG tempest.lib.common.rest_client [req-bd874360-bd15-4be9-97c8-4cb0db8cb685 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.12.0/24", "network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "name": "tempest-subnet-A-Bis-2-635949855"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd874360-bd15-4be9-97c8-4cb0db8cb685'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:25Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:25Z","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":"01ace95cf526467b9409c6248a7c6876","id":"3ba042ee-026e-4799-9cdf-8dcc9986a326","subnetpool_id":null,"name":"tempest-subnet-A-Bis-2-635949855"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:26.499 63 INFO tempest.lib.common.rest_client [req-8e28c06c-33bd-48fc-88b8-ae487d4549cb ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.515s 2018-08-12 20:42:26.500 63 DEBUG tempest.lib.common.rest_client [req-8e28c06c-33bd-48fc-88b8-ae487d4549cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:42:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e28c06c-33bd-48fc-88b8-ae487d4549cb'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "116cd076-f2e2-4f7b-bd04-45d454f3dfc8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:27.242 63 INFO tempest.lib.common.rest_client [req-f53dc8a7-c648-4df4-aae0-dcb713ccbc41 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.741s 2018-08-12 20:42:27.243 63 DEBUG tempest.lib.common.rest_client [req-f53dc8a7-c648-4df4-aae0-dcb713ccbc41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f53dc8a7-c648-4df4-aae0-dcb713ccbc41'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:2"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "7d8db7a8-9d37-41c7-992b-daea54c07743"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:27.581 63 INFO tempest.lib.common.rest_client [req-8f54d1e6-9847-44ca-a3a8-a6c04bd83a66 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/116cd076-f2e2-4f7b-bd04-45d454f3dfc8/network_associations 0.337s 2018-08-12 20:42:27.581 63 DEBUG tempest.lib.common.rest_client [req-8f54d1e6-9847-44ca-a3a8-a6c04bd83a66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/116cd076-f2e2-4f7b-bd04-45d454f3dfc8/network_associations', u'date': 'Sun, 12 Aug 2018 20:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f54d1e6-9847-44ca-a3a8-a6c04bd83a66'} Body: {"network_association": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "id": "7067a138-118f-4219-8ed5-b06cddde3ed7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:28.006 63 INFO tempest.lib.common.rest_client [req-4b83280d-0306-4cce-bf02-b806c3b37f40 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7d8db7a8-9d37-41c7-992b-daea54c07743/network_associations 0.424s 2018-08-12 20:42:28.007 63 DEBUG tempest.lib.common.rest_client [req-4b83280d-0306-4cce-bf02-b806c3b37f40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7d8db7a8-9d37-41c7-992b-daea54c07743/network_associations', u'date': 'Sun, 12 Aug 2018 20:42:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b83280d-0306-4cce-bf02-b806c3b37f40'} Body: {"network_association": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "id": "dd58f8d0-5bf4-428f-97d8-b6f8ad802130"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:28.171 63 INFO tempest.lib.common.rest_client [req-4f7397f8-eb77-4b87-998c-e2027fb6d3c3 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.163s 2018-08-12 20:42:28.172 63 DEBUG tempest.lib.common.rest_client [req-4f7397f8-eb77-4b87-998c-e2027fb6d3c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1682375418"}} 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-4f7397f8-eb77-4b87-998c-e2027fb6d3c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f7397f8-eb77-4b87-998c-e2027fb6d3c3'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKuLFYmxhk8rF09QAqZnUgumPOomcl5B4SJmEbNLcUdU9qVLLr35wBx/I/l/nUy55UEz6wTIRsBgnOUg39/dojBHcW2NURN1+eOPuYhZgwiqWCz1PN6sbEL27pdvbs2MeqXln65aY+CmtMOjIax44jVI5/thDZ8Tz/K4wbXnAeRsjFC8dVEEPTAoRdRMwgDRmsrKwlWClJaY44DEAV2GY4d5FVdsQPBpVvBsQ/XZOSUlONm3xyMUsmU27DZ5bu5B1jc5LMzI+yMGgbWia4f/+d+RMQx+tyi5I9wgc6SGTX5JUlg2Ydnfx29vcbczBGPF6A8tZG/ajvoK+zWzwyki4R Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAyrixWJsYZPKxdPUAKmZ1ILpjzqJnJeQeEiZhGzS3FHVPalSy\n69+cAcfyP5f51MueVBM+sEyEbAYJzlIN/f3aIwR3FtjVETdfnjj7mIWYMIqlgs9T\nzerGxC9u6Xb27NjHql5Z+uWmPgprTDoyGseOI1SOf7YQ2fE8/yuMG15wHkbIxQvH\nVRBD0wKEXUTMIA0ZrKysJVgpSWmOOAxAFdhmOHeRVXbEDwaVbwbEP12TklJTjZt8\ncjFLJlNuw2eW7uQdY3OSzMyPsjBoG1omuH//nfkTEMfrcouSPcIHOkhk1+SVJYNm\nHZ38dvb3G3MwRjxegPLWRv2o76Cvs1s8MpIuEQIDAQABAoIBAGQpf061SwdNtoqA\nJzXL6+Fg1sGZEnfxTz5OgjpMAI12LOfvs3vBvzZOEY6ES6dtd+w4mgfHtsIc9alg\nd5NgYvBcW28JcbUQ9AicRQumLn0FdCO+xrx+XPlAKn/mDLkXnwe5mKHT6CDNSxid\nxHXg1YT1WXcWgRr+C9JUNOSs856xHz58RIlV9ZtSKCHu3/OuQRiTpAHlLVfKkbDj\nPuQdk5/HjHfFTtrVmwJrTPS2LZkKMAfOIyEDpjASubvRiqh3P/0VkheV1D60qSvc\n99RRFp13NOKRaEdVTWS4QnLyFTOYIOWkf6H5ExkcRPi788kgBZpTokKrS+bYCsH9\n1pXu+LECgYEA8GItlUxnPKxdFvO2Jq9S6e+B4M0IRc9mn+3q6qdN3d9NpRGn1UUR\n8sKH/6pjrp3TFlvkmNqy3m3rGHX3K7QuihAAngHwdk0IZrwc5q319bQ5tL8y37AQ\nygLWH/1D3z4tQHIlK8nJyfK+gfn2seQ05gW2+ohNh8BtK66opSEo8R0CgYEA1+Qo\nEVaZrt8t0uQxaclBbxkRLLejvIJCCiFkSlAz3tn9EinAmjX0PctxuGIRtlkl+zAp\n3VhN0Vs6yv0lGpDQFpOb0f1S1LZt6v6Ilm8sdyLebYYA9FIh8i+6wlD5zOPm977H\n8WZk6epYfdG/kB+Cvbnk1XUScUkZ73mEmNtGcoUCgYAyR5bZP53oZvUhs+BJvypM\nnDhCWSB92Z/Rm+YjJtN2sRqAiGzegw/6Aw6HP5CSGZjpeFccUcJQHBWsjCAjGBET\n97zpT+aIGBzFwFsbNQ/ZUNUxJTzy5NTeLDG1hzgHHe5BKJ71xcNbZlbKwQoEs4MN\nCez4AkKVPn6XQHUt9P2nUQKBgBSryNZYJ2DiB54wsTaCyZwcl1Njxe6vvikAJ30i\nDsVgs+WAT+u0DM255AqWgUGnaYaShv+li9Xm2UtET8Aqa3It8fZ6PesWCJI+is90\nl5pUoV11PjQmhQ+OWGBwpmpiy+OexcAsYK8w/AYYBjKDgd4upWV2zyw/ppcSWIrW\nO/mNAoGAQlPKRwpvHBn9kp05fxszfglXaOQkc48HDgv+pIedE21XZFX6QS4hqkm5\nTrmsg7RSYYjg8fvVgSWJ+hy2mCvvPW9bDpq+NKup3l8HIaNGtzAeyayb36p677pa\nuEkFSGMETMG1ZCEFtfssE8s634TfV39TmwFsLOXJlVSZ61qOW4M=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1682375418", "fingerprint": "21:37:6c:cd:89:94:47:23:ca:0c:59:d3:1c:84:82:93"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:29.144 63 INFO tempest.lib.common.rest_client [req-cde95365-48ac-483c-a49c-67602fe682a6 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/ports 0.968s 2018-08-12 20:42:29.145 63 DEBUG tempest.lib.common.rest_client [req-cde95365-48ac-483c-a49c-67602fe682a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-475827547", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cde95365-48ac-483c-a49c-67602fe682a6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:28Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:28Z","name":"tempest-port-smoke-475827547","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0b:2b:c1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.10"}],"id":"a346ffb2-58f5-4017-a82c-d792566d3990","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:32.184 63 INFO tempest.lib.common.rest_client [req-3e1970f8-0db8-4728-994b-0a06bd1a72b5 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.23:8774/v2.1/servers 3.038s 2018-08-12 20:42:32.186 63 DEBUG tempest.lib.common.rest_client [req-3e1970f8-0db8-4728-994b-0a06bd1a72b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "a346ffb2-58f5-4017-a82c-d792566d3990"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-3e1970f8-0db8-4728-994b-0a06bd1a72b5', 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e1970f8-0db8-4728-994b-0a06bd1a72b5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7581a754-c262-46c2-84ab-2e09a825b757", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "adminPass": "Mc9k9rkS8y6W"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:32.534 63 INFO tempest.lib.common.rest_client [req-e1f21187-dee1-4ad2-a0fe-63e0684d24ed ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.344s 2018-08-12 20:42:32.535 63 DEBUG tempest.lib.common.rest_client [req-e1f21187-dee1-4ad2-a0fe-63e0684d24ed ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-e1f21187-dee1-4ad2-a0fe-63e0684d24ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1f21187-dee1-4ad2-a0fe-63e0684d24ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:33.881 63 INFO tempest.lib.common.rest_client [req-d28bd087-bff4-4f12-a6d2-783869960c94 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.331s 2018-08-12 20:42:33.882 63 DEBUG tempest.lib.common.rest_client [req-d28bd087-bff4-4f12-a6d2-783869960c94 ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-d28bd087-bff4-4f12-a6d2-783869960c94', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d28bd087-bff4-4f12-a6d2-783869960c94'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:35.236 63 INFO tempest.lib.common.rest_client [req-f2508a16-8559-4e1f-8c7a-2ae2a03d337e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.338s 2018-08-12 20:42:35.237 63 DEBUG tempest.lib.common.rest_client [req-f2508a16-8559-4e1f-8c7a-2ae2a03d337e ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-f2508a16-8559-4e1f-8c7a-2ae2a03d337e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f2508a16-8559-4e1f-8c7a-2ae2a03d337e'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:35.250 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:42:37.064 63 INFO tempest.lib.common.rest_client [req-6c48badf-a75e-4268-8995-eed6715f5ac5 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.812s 2018-08-12 20:42:37.065 63 DEBUG tempest.lib.common.rest_client [req-6c48badf-a75e-4268-8995-eed6715f5ac5 ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-6c48badf-a75e-4268-8995-eed6715f5ac5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6c48badf-a75e-4268-8995-eed6715f5ac5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:37.077 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:42:39.034 63 INFO tempest.lib.common.rest_client [req-030446db-098a-40da-a055-6e832760ec7b ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.955s 2018-08-12 20:42:39.035 63 DEBUG tempest.lib.common.rest_client [req-030446db-098a-40da-a055-6e832760ec7b ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-030446db-098a-40da-a055-6e832760ec7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-030446db-098a-40da-a055-6e832760ec7b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:41.163 63 INFO tempest.lib.common.rest_client [req-1d86cbcc-40e8-49f9-a480-e078905ffe89 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 1.114s 2018-08-12 20:42:41.163 63 DEBUG tempest.lib.common.rest_client [req-1d86cbcc-40e8-49f9-a480-e078905ffe89 ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-1d86cbcc-40e8-49f9-a480-e078905ffe89', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d86cbcc-40e8-49f9-a480-e078905ffe89'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:42.612 63 INFO tempest.lib.common.rest_client [req-cb94b98a-90bd-41d6-bf2b-043a25d3d229 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.435s 2018-08-12 20:42:42.613 63 DEBUG tempest.lib.common.rest_client [req-cb94b98a-90bd-41d6-bf2b-043a25d3d229 ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-cb94b98a-90bd-41d6-bf2b-043a25d3d229', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb94b98a-90bd-41d6-bf2b-043a25d3d229'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:40Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:42.627 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:42:43.803 63 INFO tempest.lib.common.rest_client [req-b9639634-c7fc-449a-8fb7-f2ee3c47259a ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 1.174s 2018-08-12 20:42:43.803 63 DEBUG tempest.lib.common.rest_client [req-b9639634-c7fc-449a-8fb7-f2ee3c47259a ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-b9639634-c7fc-449a-8fb7-f2ee3c47259a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9639634-c7fc-449a-8fb7-f2ee3c47259a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:40Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:43.816 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 7581a754-c262-46c2-84ab-2e09a825b757 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:42:44.833 63 INFO tempest.lib.common.rest_client [req-d8070ffb-6962-4dc4-8f04-9e41dec3fc20 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/ports 1.015s 2018-08-12 20:42:44.833 63 DEBUG tempest.lib.common.rest_client [req-d8070ffb-6962-4dc4-8f04-9e41dec3fc20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1058721411", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:42:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8070ffb-6962-4dc4-8f04-9e41dec3fc20'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:44Z","name":"tempest-port-smoke-1058721411","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e6:c7:1b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","ip_address":"10.101.11.30"}],"id":"1884f108-7988-4911-8947-6452c4a5ecdd","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:47.884 63 INFO tempest.lib.common.rest_client [req-9d6e2db7-f13b-44b7-aff6-3397a48dd88d ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.23:8774/v2.1/servers 3.049s 2018-08-12 20:42:47.885 63 DEBUG tempest.lib.common.rest_client [req-9d6e2db7-f13b-44b7-aff6-3397a48dd88d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "port": "1884f108-7988-4911-8947-6452c4a5ecdd"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9d6e2db7-f13b-44b7-aff6-3397a48dd88d', 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d6e2db7-f13b-44b7-aff6-3397a48dd88d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "adminPass": "AjK3cC3gKE2w"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:48.249 63 INFO tempest.lib.common.rest_client [req-73f0b6d9-02c8-4788-a351-6fd03e858d7f ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.359s 2018-08-12 20:42:48.249 63 DEBUG tempest.lib.common.rest_client [req-73f0b6d9-02c8-4788-a351-6fd03e858d7f ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-73f0b6d9-02c8-4788-a351-6fd03e858d7f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73f0b6d9-02c8-4788-a351-6fd03e858d7f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:49.596 63 INFO tempest.lib.common.rest_client [req-05b40dd2-ab76-4266-96d2-d1c0f23680b5 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.332s 2018-08-12 20:42:49.596 63 DEBUG tempest.lib.common.rest_client [req-05b40dd2-ab76-4266-96d2-d1c0f23680b5 ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-05b40dd2-ab76-4266-96d2-d1c0f23680b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05b40dd2-ab76-4266-96d2-d1c0f23680b5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:50.955 63 INFO tempest.lib.common.rest_client [req-ac774842-ebf3-4187-b0e9-3b5594188caf ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.345s 2018-08-12 20:42:50.956 63 DEBUG tempest.lib.common.rest_client [req-ac774842-ebf3-4187-b0e9-3b5594188caf ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-ac774842-ebf3-4187-b0e9-3b5594188caf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac774842-ebf3-4187-b0e9-3b5594188caf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:52.814 63 INFO tempest.lib.common.rest_client [req-2576f183-baa9-4684-af2e-0040277b2a81 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.843s 2018-08-12 20:42:52.814 63 DEBUG tempest.lib.common.rest_client [req-2576f183-baa9-4684-af2e-0040277b2a81 ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2576f183-baa9-4684-af2e-0040277b2a81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2576f183-baa9-4684-af2e-0040277b2a81'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:52.828 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:42:54.536 63 INFO tempest.lib.common.rest_client [req-1be54d3e-7a0a-4805-a8d6-24e9f78e7a03 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.706s 2018-08-12 20:42:54.536 63 DEBUG tempest.lib.common.rest_client [req-1be54d3e-7a0a-4805-a8d6-24e9f78e7a03 ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-1be54d3e-7a0a-4805-a8d6-24e9f78e7a03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1be54d3e-7a0a-4805-a8d6-24e9f78e7a03'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:56.451 63 INFO tempest.lib.common.rest_client [req-2d2f8bfe-f962-4599-b51d-1b57d14ba29f ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.899s 2018-08-12 20:42:56.452 63 DEBUG tempest.lib.common.rest_client [req-2d2f8bfe-f962-4599-b51d-1b57d14ba29f ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2d2f8bfe-f962-4599-b51d-1b57d14ba29f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d2f8bfe-f962-4599-b51d-1b57d14ba29f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:58.151 63 INFO tempest.lib.common.rest_client [req-60f37d93-0435-4397-91e4-4900bf2a9771 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.684s 2018-08-12 20:42:58.152 63 DEBUG tempest.lib.common.rest_client [req-60f37d93-0435-4397-91e4-4900bf2a9771 ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-60f37d93-0435-4397-91e4-4900bf2a9771', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60f37d93-0435-4397-91e4-4900bf2a9771'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:56Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:58.170 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:42:58.869 63 INFO tempest.lib.common.rest_client [req-2149439a-bb1b-4995-9a23-1a4ea73009d6 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.698s 2018-08-12 20:42:58.870 63 DEBUG tempest.lib.common.rest_client [req-2149439a-bb1b-4995-9a23-1a4ea73009d6 ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2149439a-bb1b-4995-9a23-1a4ea73009d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2149439a-bb1b-4995-9a23-1a4ea73009d6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:56Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:42:58.884 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 623e942b-0662-4e24-9f3c-3e86a52fe46b with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:43:00.042 63 INFO tempest.lib.common.rest_client [req-c9b60958-2f28-47d3-ad7f-d3fd20a50d9c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/ports 1.157s 2018-08-12 20:43:00.043 63 DEBUG tempest.lib.common.rest_client [req-c9b60958-2f28-47d3-ad7f-d3fd20a50d9c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-2120983789", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9b60958-2f28-47d3-ad7f-d3fd20a50d9c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:59Z","name":"tempest-port-smoke-2120983789","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b2:e4:f8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.30"}],"id":"9f086aaa-6efd-4eb1-9a6f-01b1841167e6","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:03.410 63 INFO tempest.lib.common.rest_client [req-562ff5cd-bb79-4506-8514-cc9b91a7b298 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.23:8774/v2.1/servers 3.366s 2018-08-12 20:43:03.411 63 DEBUG tempest.lib.common.rest_client [req-562ff5cd-bb79-4506-8514-cc9b91a7b298 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "9f086aaa-6efd-4eb1-9a6f-01b1841167e6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-562ff5cd-bb79-4506-8514-cc9b91a7b298', 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-562ff5cd-bb79-4506-8514-cc9b91a7b298'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "adminPass": "pQZa4Zc5iWBc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:03.644 63 INFO tempest.lib.common.rest_client [req-7a362614-2e91-4ab6-922d-1c1bf2547c98 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.229s 2018-08-12 20:43:03.644 63 DEBUG tempest.lib.common.rest_client [req-7a362614-2e91-4ab6-922d-1c1bf2547c98 ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-7a362614-2e91-4ab6-922d-1c1bf2547c98', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a362614-2e91-4ab6-922d-1c1bf2547c98'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:04.897 63 INFO tempest.lib.common.rest_client [req-c21d4d79-42ab-42b9-8524-2fbe46a879c6 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.236s 2018-08-12 20:43:04.898 63 DEBUG tempest.lib.common.rest_client [req-c21d4d79-42ab-42b9-8524-2fbe46a879c6 ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-c21d4d79-42ab-42b9-8524-2fbe46a879c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c21d4d79-42ab-42b9-8524-2fbe46a879c6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:07.297 63 INFO tempest.lib.common.rest_client [req-1d703e8f-b288-41e1-bf77-0abb7aef9cf4 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 1.385s 2018-08-12 20:43:07.298 63 DEBUG tempest.lib.common.rest_client [req-1d703e8f-b288-41e1-bf77-0abb7aef9cf4 ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-1d703e8f-b288-41e1-bf77-0abb7aef9cf4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d703e8f-b288-41e1-bf77-0abb7aef9cf4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:07.310 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:43:09.182 63 INFO tempest.lib.common.rest_client [req-3f2d77e1-e23a-4dee-b89a-928cf6cb7249 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.870s 2018-08-12 20:43:09.183 63 DEBUG tempest.lib.common.rest_client [req-3f2d77e1-e23a-4dee-b89a-928cf6cb7249 ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-3f2d77e1-e23a-4dee-b89a-928cf6cb7249', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f2d77e1-e23a-4dee-b89a-928cf6cb7249'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:10.867 63 INFO tempest.lib.common.rest_client [req-79eb533d-708a-4d07-a764-5a8fafb816ba ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.668s 2018-08-12 20:43:10.867 63 DEBUG tempest.lib.common.rest_client [req-79eb533d-708a-4d07-a764-5a8fafb816ba ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-79eb533d-708a-4d07-a764-5a8fafb816ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-79eb533d-708a-4d07-a764-5a8fafb816ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:09Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:10.883 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-12 20:43:11.724 63 INFO tempest.lib.common.rest_client [req-cb2e9e79-abbc-492f-b5e0-5bf57209855d ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.840s 2018-08-12 20:43:11.725 63 DEBUG tempest.lib.common.rest_client [req-cb2e9e79-abbc-492f-b5e0-5bf57209855d ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-cb2e9e79-abbc-492f-b5e0-5bf57209855d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb2e9e79-abbc-492f-b5e0-5bf57209855d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:09Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:11.738 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 19eebf3e-a8af-4d75-91e4-449d6ecc21d9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:43:12.838 63 INFO tempest.lib.common.rest_client [req-2b18c2d6-3a9a-4b65-941d-15d01dfb1d47 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/ports 1.099s 2018-08-12 20:43:12.839 63 DEBUG tempest.lib.common.rest_client [req-2b18c2d6-3a9a-4b65-941d-15d01dfb1d47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-1801695150", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b18c2d6-3a9a-4b65-941d-15d01dfb1d47'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:43:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:43:12Z","name":"tempest-port-smoke-1801695150","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:14:d7:2c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","ip_address":"10.101.11.50"}],"id":"35a45484-6444-4c63-a9a3-a3f573b41853","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:15.727 63 INFO tempest.lib.common.rest_client [req-c68b7607-6ebb-4fcc-9363-31c78dbcaa4c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.23:8774/v2.1/servers 2.887s 2018-08-12 20:43:15.728 63 DEBUG tempest.lib.common.rest_client [req-c68b7607-6ebb-4fcc-9363-31c78dbcaa4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "port": "35a45484-6444-4c63-a9a3-a3f573b41853"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-c68b7607-6ebb-4fcc-9363-31c78dbcaa4c', 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c68b7607-6ebb-4fcc-9363-31c78dbcaa4c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "adminPass": "ndj3DYmFW9fd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:16.047 63 INFO tempest.lib.common.rest_client [req-07e5c47c-d316-40c6-a39a-a4aa137980dd ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.315s 2018-08-12 20:43:16.047 63 DEBUG tempest.lib.common.rest_client [req-07e5c47c-d316-40c6-a39a-a4aa137980dd ] 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-07e5c47c-d316-40c6-a39a-a4aa137980dd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07e5c47c-d316-40c6-a39a-a4aa137980dd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:17.385 63 INFO tempest.lib.common.rest_client [req-c8443490-b491-4a9f-b873-5c7369ee8904 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.324s 2018-08-12 20:43:17.386 63 DEBUG tempest.lib.common.rest_client [req-c8443490-b491-4a9f-b873-5c7369ee8904 ] 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-c8443490-b491-4a9f-b873-5c7369ee8904', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8443490-b491-4a9f-b873-5c7369ee8904'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:18.742 63 INFO tempest.lib.common.rest_client [req-fb9e1641-2f38-4488-bc93-57262d44834c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.340s 2018-08-12 20:43:18.743 63 DEBUG tempest.lib.common.rest_client [req-fb9e1641-2f38-4488-bc93-57262d44834c ] 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-fb9e1641-2f38-4488-bc93-57262d44834c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb9e1641-2f38-4488-bc93-57262d44834c'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:18.756 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-12 20:43:20.847 63 INFO tempest.lib.common.rest_client [req-929b2299-2642-4127-a0ec-d62f049e6fb4 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 1.089s 2018-08-12 20:43:20.848 63 DEBUG tempest.lib.common.rest_client [req-929b2299-2642-4127-a0ec-d62f049e6fb4 ] 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-929b2299-2642-4127-a0ec-d62f049e6fb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-929b2299-2642-4127-a0ec-d62f049e6fb4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:20.860 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:43:22.496 63 INFO tempest.lib.common.rest_client [req-558318c4-2bce-4178-9ff4-481285cc766e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.634s 2018-08-12 20:43:22.497 63 DEBUG tempest.lib.common.rest_client [req-558318c4-2bce-4178-9ff4-481285cc766e ] 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-558318c4-2bce-4178-9ff4-481285cc766e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-558318c4-2bce-4178-9ff4-481285cc766e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:22.510 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-12 20:43:23.200 63 INFO tempest.lib.common.rest_client [req-d56cee88-856e-413d-a922-3fbddb8f1dda ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.690s 2018-08-12 20:43:23.201 63 DEBUG tempest.lib.common.rest_client [req-d56cee88-856e-413d-a922-3fbddb8f1dda ] 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-d56cee88-856e-413d-a922-3fbddb8f1dda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d56cee88-856e-413d-a922-3fbddb8f1dda'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:23.214 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 6bc947ca-aded-4193-a123-7cabfaee6847 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:43:24.282 63 INFO tempest.lib.common.rest_client [req-2b27cfcb-3b9a-4951-a0ea-a93d2d302099 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.23:9696/v2.0/ports 1.067s 2018-08-12 20:43:24.282 63 DEBUG tempest.lib.common.rest_client [req-2b27cfcb-3b9a-4951-a0ea-a93d2d302099 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-1845791932", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b27cfcb-3b9a-4951-a0ea-a93d2d302099'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:43:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:43:23Z","name":"tempest-port-smoke-1845791932","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:24:49:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.50"}],"id":"3beac31f-1cdb-4bbb-82ef-4df412a864f6","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:26.913 63 INFO tempest.lib.common.rest_client [req-d71ca907-8f86-45f2-a4b9-60d1220c50f4 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.23:8774/v2.1/servers 2.630s 2018-08-12 20:43:26.914 63 DEBUG tempest.lib.common.rest_client [req-d71ca907-8f86-45f2-a4b9-60d1220c50f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "3beac31f-1cdb-4bbb-82ef-4df412a864f6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "name": "server-5"}} 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-d71ca907-8f86-45f2-a4b9-60d1220c50f4', 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d71ca907-8f86-45f2-a4b9-60d1220c50f4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "adminPass": "8yLsmoJSGwpQ"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:27.257 63 INFO tempest.lib.common.rest_client [req-ad9437f8-b07f-413b-b6e3-99fa79d16977 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2 0.338s 2018-08-12 20:43:27.257 63 DEBUG tempest.lib.common.rest_client [req-ad9437f8-b07f-413b-b6e3-99fa79d16977 ] 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ad9437f8-b07f-413b-b6e3-99fa79d16977', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad9437f8-b07f-413b-b6e3-99fa79d16977'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-5", "created": "2018-08-12T20:43:26Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:28.637 63 INFO tempest.lib.common.rest_client [req-ccaf6cf6-8c2a-4033-89c2-b1aa9f9e4ef8 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2 0.365s 2018-08-12 20:43:28.638 63 DEBUG tempest.lib.common.rest_client [req-ccaf6cf6-8c2a-4033-89c2-b1aa9f9e4ef8 ] 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ccaf6cf6-8c2a-4033-89c2-b1aa9f9e4ef8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccaf6cf6-8c2a-4033-89c2-b1aa9f9e4ef8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-12T20:43:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-5", "created": "2018-08-12T20:43:26Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-12T20:43:27Z"}, "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:28.650 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2018-08-12 20:43:30.177 63 INFO tempest.lib.common.rest_client [req-ee248f99-08c1-4e94-8df5-26fb5c3d3392 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 204 DELETE http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2 1.526s 2018-08-12 20:43:30.177 63 DEBUG tempest.lib.common.rest_client [req-ee248f99-08c1-4e94-8df5-26fb5c3d3392 ] 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ee248f99-08c1-4e94-8df5-26fb5c3d3392', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee248f99-08c1-4e94-8df5-26fb5c3d3392'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:30.226 63 INFO tempest.lib.common.rest_client [req-93b971fa-6dae-47f2-b0b2-ae521fffb683 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 404 GET http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2 0.047s 2018-08-12 20:43:30.226 63 DEBUG tempest.lib.common.rest_client [req-93b971fa-6dae-47f2-b0b2-ae521fffb683 ] 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-93b971fa-6dae-47f2-b0b2-ae521fffb683', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-93b971fa-6dae-47f2-b0b2-ae521fffb683'} Body: {"itemNotFound": {"message": "Instance 8d048a02-2112-4d71-8a46-36bb16362cf2 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:30.804 63 INFO tempest.lib.common.rest_client [req-14036e52-da4c-45e2-ab2b-6c5024940cb5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3beac31f-1cdb-4bbb-82ef-4df412a864f6 0.574s 2018-08-12 20:43:30.804 63 DEBUG tempest.lib.common.rest_client [req-14036e52-da4c-45e2-ab2b-6c5024940cb5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3beac31f-1cdb-4bbb-82ef-4df412a864f6', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14036e52-da4c-45e2-ab2b-6c5024940cb5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:30.977 63 INFO tempest.lib.common.rest_client [req-9872e56d-bf01-4602-950b-ce82b1fd26c5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.172s 2018-08-12 20:43:30.977 63 DEBUG tempest.lib.common.rest_client [req-9872e56d-bf01-4602-950b-ce82b1fd26c5 ] 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-9872e56d-bf01-4602-950b-ce82b1fd26c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9872e56d-bf01-4602-950b-ce82b1fd26c5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:31.639 63 INFO tempest.lib.common.rest_client [req-9974c072-8c5c-4673-b36a-972c26c5c352 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.660s 2018-08-12 20:43:31.639 63 DEBUG tempest.lib.common.rest_client [req-9974c072-8c5c-4673-b36a-972c26c5c352 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1554', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-9974c072-8c5c-4673-b36a-972c26c5c352', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9974c072-8c5c-4673-b36a-972c26c5c352'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:33.081 63 INFO tempest.lib.common.rest_client [req-af9bbec9-8d65-4d01-ba78-97e822ee2043 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.428s 2018-08-12 20:43:33.082 63 DEBUG tempest.lib.common.rest_client [req-af9bbec9-8d65-4d01-ba78-97e822ee2043 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-af9bbec9-8d65-4d01-ba78-97e822ee2043', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-af9bbec9-8d65-4d01-ba78-97e822ee2043'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:34.143 63 INFO tempest.lib.common.rest_client [req-82396ea7-35dd-40d5-a937-957ee09aa7c1 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.046s 2018-08-12 20:43:34.143 63 DEBUG tempest.lib.common.rest_client [req-82396ea7-35dd-40d5-a937-957ee09aa7c1 ] 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-82396ea7-35dd-40d5-a937-957ee09aa7c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-82396ea7-35dd-40d5-a937-957ee09aa7c1'} Body: {"itemNotFound": {"message": "Instance 6bc947ca-aded-4193-a123-7cabfaee6847 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:34.887 63 INFO tempest.lib.common.rest_client [req-1c7ba8b2-1fac-4f06-982f-58a056d83c82 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/35a45484-6444-4c63-a9a3-a3f573b41853 0.743s 2018-08-12 20:43:34.888 63 DEBUG tempest.lib.common.rest_client [req-1c7ba8b2-1fac-4f06-982f-58a056d83c82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/35a45484-6444-4c63-a9a3-a3f573b41853', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c7ba8b2-1fac-4f06-982f-58a056d83c82'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:35.037 63 INFO tempest.lib.common.rest_client [req-5d56eb30-571f-46e8-9f1a-2206011f4cb4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.147s 2018-08-12 20:43:35.037 63 DEBUG tempest.lib.common.rest_client [req-5d56eb30-571f-46e8-9f1a-2206011f4cb4 ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-5d56eb30-571f-46e8-9f1a-2206011f4cb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d56eb30-571f-46e8-9f1a-2206011f4cb4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:35.465 63 INFO tempest.lib.common.rest_client [req-9e30e15a-ee75-442a-85fa-f0e19f9a96ff ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.427s 2018-08-12 20:43:35.466 63 DEBUG tempest.lib.common.rest_client [req-9e30e15a-ee75-442a-85fa-f0e19f9a96ff ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-9e30e15a-ee75-442a-85fa-f0e19f9a96ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e30e15a-ee75-442a-85fa-f0e19f9a96ff'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:37.212 63 INFO tempest.lib.common.rest_client [req-b0bea946-c836-4924-9dbc-77cf909c6ad7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.731s 2018-08-12 20:43:37.213 63 DEBUG tempest.lib.common.rest_client [req-b0bea946-c836-4924-9dbc-77cf909c6ad7 ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-b0bea946-c836-4924-9dbc-77cf909c6ad7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0bea946-c836-4924-9dbc-77cf909c6ad7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:38.270 63 INFO tempest.lib.common.rest_client [req-6572059b-c5ee-438e-890b-7a3eaa1166dc ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.041s 2018-08-12 20:43:38.270 63 DEBUG tempest.lib.common.rest_client [req-6572059b-c5ee-438e-890b-7a3eaa1166dc ] 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-6572059b-c5ee-438e-890b-7a3eaa1166dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6572059b-c5ee-438e-890b-7a3eaa1166dc'} Body: {"itemNotFound": {"message": "Instance 19eebf3e-a8af-4d75-91e4-449d6ecc21d9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:39.275 63 INFO tempest.lib.common.rest_client [req-2de9ed01-ad2e-40f1-af86-08987e562f07 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/9f086aaa-6efd-4eb1-9a6f-01b1841167e6 1.004s 2018-08-12 20:43:39.276 63 DEBUG tempest.lib.common.rest_client [req-2de9ed01-ad2e-40f1-af86-08987e562f07 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/9f086aaa-6efd-4eb1-9a6f-01b1841167e6', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2de9ed01-ad2e-40f1-af86-08987e562f07'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:39.438 63 INFO tempest.lib.common.rest_client [req-ae7f191c-e2b5-4bd3-87c0-26568e9781c0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.161s 2018-08-12 20:43:39.439 63 DEBUG tempest.lib.common.rest_client [req-ae7f191c-e2b5-4bd3-87c0-26568e9781c0 ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-ae7f191c-e2b5-4bd3-87c0-26568e9781c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae7f191c-e2b5-4bd3-87c0-26568e9781c0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:40.147 63 INFO tempest.lib.common.rest_client [req-c2c94960-f712-44a7-bac6-fb323c2b7f20 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.708s 2018-08-12 20:43:40.148 63 DEBUG tempest.lib.common.rest_client [req-c2c94960-f712-44a7-bac6-fb323c2b7f20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1554', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-c2c94960-f712-44a7-bac6-fb323c2b7f20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c2c94960-f712-44a7-bac6-fb323c2b7f20'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:39Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:41.211 63 INFO tempest.lib.common.rest_client [req-f7b81153-a000-4dcf-94fa-ab9c7d281cba ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.049s 2018-08-12 20:43:41.212 63 DEBUG tempest.lib.common.rest_client [req-f7b81153-a000-4dcf-94fa-ab9c7d281cba ] 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-f7b81153-a000-4dcf-94fa-ab9c7d281cba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f7b81153-a000-4dcf-94fa-ab9c7d281cba'} Body: {"itemNotFound": {"message": "Instance 623e942b-0662-4e24-9f3c-3e86a52fe46b could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:42.066 63 INFO tempest.lib.common.rest_client [req-5bdd6e17-b460-400d-a18e-961ee7e57149 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1884f108-7988-4911-8947-6452c4a5ecdd 0.853s 2018-08-12 20:43:42.066 63 DEBUG tempest.lib.common.rest_client [req-5bdd6e17-b460-400d-a18e-961ee7e57149 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1884f108-7988-4911-8947-6452c4a5ecdd', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5bdd6e17-b460-400d-a18e-961ee7e57149'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:42.402 63 INFO tempest.lib.common.rest_client [req-2b4ad283-0af6-4ada-a5e4-26ebd4a53250 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.335s 2018-08-12 20:43:42.403 63 DEBUG tempest.lib.common.rest_client [req-2b4ad283-0af6-4ada-a5e4-26ebd4a53250 ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-2b4ad283-0af6-4ada-a5e4-26ebd4a53250', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b4ad283-0af6-4ada-a5e4-26ebd4a53250'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:43.158 63 INFO tempest.lib.common.rest_client [req-b4ad85e5-ba2c-4686-880e-1cb4207712db ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.754s 2018-08-12 20:43:43.158 63 DEBUG tempest.lib.common.rest_client [req-b4ad85e5-ba2c-4686-880e-1cb4207712db ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-b4ad85e5-ba2c-4686-880e-1cb4207712db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b4ad85e5-ba2c-4686-880e-1cb4207712db'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:44.215 63 INFO tempest.lib.common.rest_client [req-adbfd128-b429-4c8e-be49-80a8be69b790 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.042s 2018-08-12 20:43:44.216 63 DEBUG tempest.lib.common.rest_client [req-adbfd128-b429-4c8e-be49-80a8be69b790 ] 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-adbfd128-b429-4c8e-be49-80a8be69b790', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-adbfd128-b429-4c8e-be49-80a8be69b790'} Body: {"itemNotFound": {"message": "Instance 7581a754-c262-46c2-84ab-2e09a825b757 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:44.826 63 INFO tempest.lib.common.rest_client [req-95d31aa3-3416-494d-874c-788d88827483 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a346ffb2-58f5-4017-a82c-d792566d3990 0.609s 2018-08-12 20:43:44.827 63 DEBUG tempest.lib.common.rest_client [req-95d31aa3-3416-494d-874c-788d88827483 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a346ffb2-58f5-4017-a82c-d792566d3990', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-95d31aa3-3416-494d-874c-788d88827483'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:44.883 63 INFO tempest.lib.common.rest_client [req-bc42437c-b2c5-48ff-ad21-8fd4ef5c9fe2 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1682375418 0.054s 2018-08-12 20:43:44.883 63 DEBUG tempest.lib.common.rest_client [req-bc42437c-b2c5-48ff-ad21-8fd4ef5c9fe2 ] 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-1682375418', u'x-compute-request-id': 'req-bc42437c-b2c5-48ff-ad21-8fd4ef5c9fe2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bc42437c-b2c5-48ff-ad21-8fd4ef5c9fe2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:47.438 63 INFO tempest.lib.common.rest_client [req-52944351-fee3-442c-a674-8e55f01139bd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3ba042ee-026e-4799-9cdf-8dcc9986a326 2.553s 2018-08-12 20:43:47.438 63 DEBUG tempest.lib.common.rest_client [req-52944351-fee3-442c-a674-8e55f01139bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3ba042ee-026e-4799-9cdf-8dcc9986a326', u'date': 'Sun, 12 Aug 2018 20:43:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-52944351-fee3-442c-a674-8e55f01139bd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:50.018 63 INFO tempest.lib.common.rest_client [req-656bbdaa-a7cb-4ed0-92d8-ffdac929e6d6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3a2ee48d-13b5-4015-9b45-3f8783beda28 2.578s 2018-08-12 20:43:50.019 63 DEBUG tempest.lib.common.rest_client [req-656bbdaa-a7cb-4ed0-92d8-ffdac929e6d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3a2ee48d-13b5-4015-9b45-3f8783beda28', u'date': 'Sun, 12 Aug 2018 20:43:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-656bbdaa-a7cb-4ed0-92d8-ffdac929e6d6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:51.976 63 INFO tempest.lib.common.rest_client [req-278a5c58-33a5-48bf-b263-b8c4ecbf2b05 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8d071859-4c3f-4c4f-b8d4-c30b39cda581 1.956s 2018-08-12 20:43:51.977 63 DEBUG tempest.lib.common.rest_client [req-278a5c58-33a5-48bf-b263-b8c4ecbf2b05 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/8d071859-4c3f-4c4f-b8d4-c30b39cda581', u'date': 'Sun, 12 Aug 2018 20:43:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-278a5c58-33a5-48bf-b263-b8c4ecbf2b05'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:54.533 63 INFO tempest.lib.common.rest_client [req-6167a1ae-7652-46ae-8748-1a69eeee3bb6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b8e363f1-c15e-43b6-b26a-8bde183b3e48 2.555s 2018-08-12 20:43:54.534 63 DEBUG tempest.lib.common.rest_client [req-6167a1ae-7652-46ae-8748-1a69eeee3bb6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b8e363f1-c15e-43b6-b26a-8bde183b3e48', u'date': 'Sun, 12 Aug 2018 20:43:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6167a1ae-7652-46ae-8748-1a69eeee3bb6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:56.964 63 INFO tempest.lib.common.rest_client [req-542ed589-b1cf-440e-9253-5175bd86857e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/50cb11bb-9bba-493f-86e1-f26c4c64c178 2.429s 2018-08-12 20:43:56.965 63 DEBUG tempest.lib.common.rest_client [req-542ed589-b1cf-440e-9253-5175bd86857e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/50cb11bb-9bba-493f-86e1-f26c4c64c178', u'date': 'Sun, 12 Aug 2018 20:43:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-542ed589-b1cf-440e-9253-5175bd86857e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:58.856 63 INFO tempest.lib.common.rest_client [req-b545cbf2-8b19-45dc-81fd-a7a913ea834d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0a51ff58-8714-435f-a7d9-1a71ae1bea4f 1.891s 2018-08-12 20:43:58.857 63 DEBUG tempest.lib.common.rest_client [req-b545cbf2-8b19-45dc-81fd-a7a913ea834d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0a51ff58-8714-435f-a7d9-1a71ae1bea4f', u'date': 'Sun, 12 Aug 2018 20:43:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b545cbf2-8b19-45dc-81fd-a7a913ea834d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:59.152 63 INFO tempest.lib.common.rest_client [req-30e9657f-8fd1-45d0-a038-661afda54409 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/fa2f829f-7e5e-4ebe-9860-377da3cc796b 0.294s 2018-08-12 20:43:59.153 63 DEBUG tempest.lib.common.rest_client [req-30e9657f-8fd1-45d0-a038-661afda54409 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/fa2f829f-7e5e-4ebe-9860-377da3cc796b', u'date': 'Sun, 12 Aug 2018 20:43:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-30e9657f-8fd1-45d0-a038-661afda54409'} 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 [99.233063s] ... 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 8d048a02-2112-4d71-8a46-36bb16362cf2 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-12T20:43:27Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-12 20:42:20,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.530s 2018-08-12 20:42:20,452 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1766874108 description", "name": "tempest-secgroup-smoke-1766874108"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eee0df99-9bcf-477e-a543-c0d768abacd4'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1766874108 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "updated_at": "2018-08-12T20:42:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:20Z", "revision_number": 0, "id": "b587a902-3e60-4db2-9d84-9d2a7b422219", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:20Z", "revision_number": 0, "id": "b8555794-d417-4adf-aa45-9cee97635bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "name": "tempest-secgroup-smoke-1766874108"}} 2018-08-12 20:42:20,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.219s 2018-08-12 20:42:20,673 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10d96f2e-71b4-4947-9530-81c505bbd6b8'} 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-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ff4af9c8-95a6-4690-b937-10c3fea07d41"}} 2018-08-12 20:42:21,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:42:21,128 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a271cc1-e539-42a2-85e8-2c0bd43e9f67'} 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-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f80e462b-ff9e-4893-a05d-89ef1998c1cb"}} 2018-08-12 20:42:21,308 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.179s 2018-08-12 20:42:21,309 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-540030fb-1cfb-43ec-b1c7-1f83c460135a'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ea9a31c6-51e8-487b-a06e-3aead58f08e1"}} 2018-08-12 20:42:21,499 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-12 20:42:21,499 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e3eceee-6845-4294-beae-917c4fd5def1'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7ee14c93-9bd2-4ace-8a5c-b4768a70f77d"}} 2018-08-12 20:42:21,744 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-12 20:42:21,745 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2ae8c9c-bfb5-4d8f-96a2-8fe2a3c52c3b'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a868a27e-9666-42ca-a0ed-3a0462410c5d"}} 2018-08-12 20:42:21,949 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-12 20:42:21,949 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9bd077bd-572e-4942-b188-896c5f1384b0'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cecd1d7d-4e31-4f6c-bd81-852dbad76425"}} 2018-08-12 20:42:22,146 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-12 20:42:22,147 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5842349e-7c86-4c70-ad5d-558a8de1d842'} 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-12T20:42:22Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:22Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "08dcefce-6ae3-46d6-8bfb-371796f1c0ae"}} 2018-08-12 20:42:22,326 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-12 20:42:22,326 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3aaa19c9-7b91-4b5d-b28c-facad348fc27'} 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-12T20:42:22Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:22Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6acfa217-50b5-4a09-b43d-a70d67acf415"}} 2018-08-12 20:42:22,707 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.379s 2018-08-12 20:42:22,707 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1626848630"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bd8758d-1c4e-4d7c-bb68-d8d4b80bb215'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:42:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","name":"tempest-A-1626848630"}} 2018-08-12 20:42:23,347 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.639s 2018-08-12 20:42:23,348 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "name": "tempest-subnet-A-1-774389932"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51a63e87-d386-435e-b3f3-80ebce09e838'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:22Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:22Z","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":"01ace95cf526467b9409c6248a7c6876","id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","subnetpool_id":null,"name":"tempest-subnet-A-1-774389932"}} 2018-08-12 20:42:24,127 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.778s 2018-08-12 20:42:24,128 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.12.0/24", "network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "name": "tempest-subnet-A-2-2020211725"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0578ec74-9841-4cce-8044-8a269ed78ad0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:23Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:23Z","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":"01ace95cf526467b9409c6248a7c6876","id":"b8e363f1-c15e-43b6-b26a-8bde183b3e48","subnetpool_id":null,"name":"tempest-subnet-A-2-2020211725"}} 2018-08-12 20:42:24,366 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.237s 2018-08-12 20:42:24,367 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-Bis-269749071"}} Response - Headers: {'status': '201', u'content-length': '560', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0663fa11-b677-4b77-82bc-47ea4ad621a0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:42:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","name":"tempest-A-Bis-269749071"}} 2018-08-12 20:42:25,182 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.814s 2018-08-12 20:42:25,182 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "name": "tempest-subnet-A-Bis-1-442301171"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-799562ab-e369-4dff-b069-56fde0709408'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:24Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:24Z","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":"01ace95cf526467b9409c6248a7c6876","id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","subnetpool_id":null,"name":"tempest-subnet-A-Bis-1-442301171"}} 2018-08-12 20:42:25,983 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.799s 2018-08-12 20:42:25,983 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.12.0/24", "network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "name": "tempest-subnet-A-Bis-2-635949855"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd874360-bd15-4be9-97c8-4cb0db8cb685'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:25Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:25Z","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":"01ace95cf526467b9409c6248a7c6876","id":"3ba042ee-026e-4799-9cdf-8dcc9986a326","subnetpool_id":null,"name":"tempest-subnet-A-Bis-2-635949855"}} 2018-08-12 20:42:26,499 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.515s 2018-08-12 20:42:26,500 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:42:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e28c06c-33bd-48fc-88b8-ae487d4549cb'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "116cd076-f2e2-4f7b-bd04-45d454f3dfc8"}} 2018-08-12 20:42:27,242 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.741s 2018-08-12 20:42:27,243 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f53dc8a7-c648-4df4-aae0-dcb713ccbc41'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:2"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "7d8db7a8-9d37-41c7-992b-daea54c07743"}} 2018-08-12 20:42:27,581 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/116cd076-f2e2-4f7b-bd04-45d454f3dfc8/network_associations 0.337s 2018-08-12 20:42:27,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/116cd076-f2e2-4f7b-bd04-45d454f3dfc8/network_associations', u'date': 'Sun, 12 Aug 2018 20:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f54d1e6-9847-44ca-a3a8-a6c04bd83a66'} Body: {"network_association": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "id": "7067a138-118f-4219-8ed5-b06cddde3ed7"}} 2018-08-12 20:42:28,006 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/7d8db7a8-9d37-41c7-992b-daea54c07743/network_associations 0.424s 2018-08-12 20:42:28,007 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7d8db7a8-9d37-41c7-992b-daea54c07743/network_associations', u'date': 'Sun, 12 Aug 2018 20:42:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b83280d-0306-4cce-bf02-b806c3b37f40'} Body: {"network_association": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "id": "dd58f8d0-5bf4-428f-97d8-b6f8ad802130"}} 2018-08-12 20:42:28,171 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.163s 2018-08-12 20:42:28,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1682375418"}} 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-4f7397f8-eb77-4b87-998c-e2027fb6d3c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f7397f8-eb77-4b87-998c-e2027fb6d3c3'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKuLFYmxhk8rF09QAqZnUgumPOomcl5B4SJmEbNLcUdU9qVLLr35wBx/I/l/nUy55UEz6wTIRsBgnOUg39/dojBHcW2NURN1+eOPuYhZgwiqWCz1PN6sbEL27pdvbs2MeqXln65aY+CmtMOjIax44jVI5/thDZ8Tz/K4wbXnAeRsjFC8dVEEPTAoRdRMwgDRmsrKwlWClJaY44DEAV2GY4d5FVdsQPBpVvBsQ/XZOSUlONm3xyMUsmU27DZ5bu5B1jc5LMzI+yMGgbWia4f/+d+RMQx+tyi5I9wgc6SGTX5JUlg2Ydnfx29vcbczBGPF6A8tZG/ajvoK+zWzwyki4R Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAyrixWJsYZPKxdPUAKmZ1ILpjzqJnJeQeEiZhGzS3FHVPalSy\n69+cAcfyP5f51MueVBM+sEyEbAYJzlIN/f3aIwR3FtjVETdfnjj7mIWYMIqlgs9T\nzerGxC9u6Xb27NjHql5Z+uWmPgprTDoyGseOI1SOf7YQ2fE8/yuMG15wHkbIxQvH\nVRBD0wKEXUTMIA0ZrKysJVgpSWmOOAxAFdhmOHeRVXbEDwaVbwbEP12TklJTjZt8\ncjFLJlNuw2eW7uQdY3OSzMyPsjBoG1omuH//nfkTEMfrcouSPcIHOkhk1+SVJYNm\nHZ38dvb3G3MwRjxegPLWRv2o76Cvs1s8MpIuEQIDAQABAoIBAGQpf061SwdNtoqA\nJzXL6+Fg1sGZEnfxTz5OgjpMAI12LOfvs3vBvzZOEY6ES6dtd+w4mgfHtsIc9alg\nd5NgYvBcW28JcbUQ9AicRQumLn0FdCO+xrx+XPlAKn/mDLkXnwe5mKHT6CDNSxid\nxHXg1YT1WXcWgRr+C9JUNOSs856xHz58RIlV9ZtSKCHu3/OuQRiTpAHlLVfKkbDj\nPuQdk5/HjHfFTtrVmwJrTPS2LZkKMAfOIyEDpjASubvRiqh3P/0VkheV1D60qSvc\n99RRFp13NOKRaEdVTWS4QnLyFTOYIOWkf6H5ExkcRPi788kgBZpTokKrS+bYCsH9\n1pXu+LECgYEA8GItlUxnPKxdFvO2Jq9S6e+B4M0IRc9mn+3q6qdN3d9NpRGn1UUR\n8sKH/6pjrp3TFlvkmNqy3m3rGHX3K7QuihAAngHwdk0IZrwc5q319bQ5tL8y37AQ\nygLWH/1D3z4tQHIlK8nJyfK+gfn2seQ05gW2+ohNh8BtK66opSEo8R0CgYEA1+Qo\nEVaZrt8t0uQxaclBbxkRLLejvIJCCiFkSlAz3tn9EinAmjX0PctxuGIRtlkl+zAp\n3VhN0Vs6yv0lGpDQFpOb0f1S1LZt6v6Ilm8sdyLebYYA9FIh8i+6wlD5zOPm977H\n8WZk6epYfdG/kB+Cvbnk1XUScUkZ73mEmNtGcoUCgYAyR5bZP53oZvUhs+BJvypM\nnDhCWSB92Z/Rm+YjJtN2sRqAiGzegw/6Aw6HP5CSGZjpeFccUcJQHBWsjCAjGBET\n97zpT+aIGBzFwFsbNQ/ZUNUxJTzy5NTeLDG1hzgHHe5BKJ71xcNbZlbKwQoEs4MN\nCez4AkKVPn6XQHUt9P2nUQKBgBSryNZYJ2DiB54wsTaCyZwcl1Njxe6vvikAJ30i\nDsVgs+WAT+u0DM255AqWgUGnaYaShv+li9Xm2UtET8Aqa3It8fZ6PesWCJI+is90\nl5pUoV11PjQmhQ+OWGBwpmpiy+OexcAsYK8w/AYYBjKDgd4upWV2zyw/ppcSWIrW\nO/mNAoGAQlPKRwpvHBn9kp05fxszfglXaOQkc48HDgv+pIedE21XZFX6QS4hqkm5\nTrmsg7RSYYjg8fvVgSWJ+hy2mCvvPW9bDpq+NKup3l8HIaNGtzAeyayb36p677pa\nuEkFSGMETMG1ZCEFtfssE8s634TfV39TmwFsLOXJlVSZ61qOW4M=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1682375418", "fingerprint": "21:37:6c:cd:89:94:47:23:ca:0c:59:d3:1c:84:82:93"}} 2018-08-12 20:42:29,144 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 0.968s 2018-08-12 20:42:29,145 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-475827547", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cde95365-48ac-483c-a49c-67602fe682a6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:28Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:28Z","name":"tempest-port-smoke-475827547","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0b:2b:c1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.10"}],"id":"a346ffb2-58f5-4017-a82c-d792566d3990","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:42:32,184 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 3.038s 2018-08-12 20:42:32,186 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "a346ffb2-58f5-4017-a82c-d792566d3990"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-3e1970f8-0db8-4728-994b-0a06bd1a72b5', 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e1970f8-0db8-4728-994b-0a06bd1a72b5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7581a754-c262-46c2-84ab-2e09a825b757", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "adminPass": "Mc9k9rkS8y6W"}} 2018-08-12 20:42:32,534 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/7581a754-c262-46c2-84ab-2e09a825b757 0.344s 2018-08-12 20:42:32,535 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-e1f21187-dee1-4ad2-a0fe-63e0684d24ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1f21187-dee1-4ad2-a0fe-63e0684d24ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:33,881 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/7581a754-c262-46c2-84ab-2e09a825b757 0.331s 2018-08-12 20:42:33,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-d28bd087-bff4-4f12-a6d2-783869960c94', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d28bd087-bff4-4f12-a6d2-783869960c94'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:35,236 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/7581a754-c262-46c2-84ab-2e09a825b757 0.338s 2018-08-12 20:42:35,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': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-f2508a16-8559-4e1f-8c7a-2ae2a03d337e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f2508a16-8559-4e1f-8c7a-2ae2a03d337e'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:35,250 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:42:37,064 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/7581a754-c262-46c2-84ab-2e09a825b757 0.812s 2018-08-12 20:42:37,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-6c48badf-a75e-4268-8995-eed6715f5ac5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6c48badf-a75e-4268-8995-eed6715f5ac5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:37,077 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:42:39,034 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/7581a754-c262-46c2-84ab-2e09a825b757 0.955s 2018-08-12 20:42:39,035 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-030446db-098a-40da-a055-6e832760ec7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-030446db-098a-40da-a055-6e832760ec7b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:41,163 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/7581a754-c262-46c2-84ab-2e09a825b757 1.114s 2018-08-12 20:42:41,163 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-1d86cbcc-40e8-49f9-a480-e078905ffe89', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d86cbcc-40e8-49f9-a480-e078905ffe89'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:42,612 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/7581a754-c262-46c2-84ab-2e09a825b757 0.435s 2018-08-12 20:42:42,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-cb94b98a-90bd-41d6-bf2b-043a25d3d229', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb94b98a-90bd-41d6-bf2b-043a25d3d229'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:40Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:42,627 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:42:43,803 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/7581a754-c262-46c2-84ab-2e09a825b757 1.174s 2018-08-12 20:42:43,803 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-b9639634-c7fc-449a-8fb7-f2ee3c47259a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9639634-c7fc-449a-8fb7-f2ee3c47259a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:40Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:43,816 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7581a754-c262-46c2-84ab-2e09a825b757 with status: ACTIVE 2018-08-12 20:42:44,833 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.015s 2018-08-12 20:42:44,833 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1058721411", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:42:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8070ffb-6962-4dc4-8f04-9e41dec3fc20'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:44Z","name":"tempest-port-smoke-1058721411","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e6:c7:1b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","ip_address":"10.101.11.30"}],"id":"1884f108-7988-4911-8947-6452c4a5ecdd","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:42:47,884 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 3.049s 2018-08-12 20:42:47,885 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "port": "1884f108-7988-4911-8947-6452c4a5ecdd"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9d6e2db7-f13b-44b7-aff6-3397a48dd88d', 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d6e2db7-f13b-44b7-aff6-3397a48dd88d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "adminPass": "AjK3cC3gKE2w"}} 2018-08-12 20:42:48,249 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.359s 2018-08-12 20:42:48,249 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-73f0b6d9-02c8-4788-a351-6fd03e858d7f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73f0b6d9-02c8-4788-a351-6fd03e858d7f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:49,596 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.332s 2018-08-12 20:42:49,596 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-05b40dd2-ab76-4266-96d2-d1c0f23680b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05b40dd2-ab76-4266-96d2-d1c0f23680b5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:50,955 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.345s 2018-08-12 20:42:50,956 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-ac774842-ebf3-4187-b0e9-3b5594188caf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac774842-ebf3-4187-b0e9-3b5594188caf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:52,814 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.843s 2018-08-12 20:42:52,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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2576f183-baa9-4684-af2e-0040277b2a81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2576f183-baa9-4684-af2e-0040277b2a81'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:52,828 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:42:54,536 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.706s 2018-08-12 20:42:54,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-1be54d3e-7a0a-4805-a8d6-24e9f78e7a03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1be54d3e-7a0a-4805-a8d6-24e9f78e7a03'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:56,451 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.899s 2018-08-12 20:42:56,452 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2d2f8bfe-f962-4599-b51d-1b57d14ba29f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d2f8bfe-f962-4599-b51d-1b57d14ba29f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:58,151 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.684s 2018-08-12 20:42:58,152 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-60f37d93-0435-4397-91e4-4900bf2a9771', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60f37d93-0435-4397-91e4-4900bf2a9771'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:56Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:58,170 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:42:58,869 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.698s 2018-08-12 20:42:58,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': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2149439a-bb1b-4995-9a23-1a4ea73009d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2149439a-bb1b-4995-9a23-1a4ea73009d6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:56Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:58,884 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 623e942b-0662-4e24-9f3c-3e86a52fe46b with status: ACTIVE 2018-08-12 20:43:00,042 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.157s 2018-08-12 20:43:00,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-2120983789", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9b60958-2f28-47d3-ad7f-d3fd20a50d9c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:59Z","name":"tempest-port-smoke-2120983789","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b2:e4:f8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.30"}],"id":"9f086aaa-6efd-4eb1-9a6f-01b1841167e6","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:43:03,410 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 3.366s 2018-08-12 20:43:03,411 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "9f086aaa-6efd-4eb1-9a6f-01b1841167e6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-562ff5cd-bb79-4506-8514-cc9b91a7b298', 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-562ff5cd-bb79-4506-8514-cc9b91a7b298'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "adminPass": "pQZa4Zc5iWBc"}} 2018-08-12 20:43:03,644 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.229s 2018-08-12 20:43:03,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-7a362614-2e91-4ab6-922d-1c1bf2547c98', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a362614-2e91-4ab6-922d-1c1bf2547c98'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:04,897 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.236s 2018-08-12 20:43:04,898 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-c21d4d79-42ab-42b9-8524-2fbe46a879c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c21d4d79-42ab-42b9-8524-2fbe46a879c6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:07,297 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 1.385s 2018-08-12 20:43:07,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-1d703e8f-b288-41e1-bf77-0abb7aef9cf4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d703e8f-b288-41e1-bf77-0abb7aef9cf4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:07,310 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:43:09,182 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.870s 2018-08-12 20:43:09,183 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-3f2d77e1-e23a-4dee-b89a-928cf6cb7249', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f2d77e1-e23a-4dee-b89a-928cf6cb7249'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:10,867 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.668s 2018-08-12 20:43:10,867 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-79eb533d-708a-4d07-a764-5a8fafb816ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-79eb533d-708a-4d07-a764-5a8fafb816ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:09Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:10,883 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-12 20:43:11,724 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.840s 2018-08-12 20:43:11,725 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-cb2e9e79-abbc-492f-b5e0-5bf57209855d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb2e9e79-abbc-492f-b5e0-5bf57209855d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:09Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:11,738 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 19eebf3e-a8af-4d75-91e4-449d6ecc21d9 with status: ACTIVE 2018-08-12 20:43:12,838 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.099s 2018-08-12 20:43:12,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-1801695150", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b18c2d6-3a9a-4b65-941d-15d01dfb1d47'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:43:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:43:12Z","name":"tempest-port-smoke-1801695150","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:14:d7:2c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","ip_address":"10.101.11.50"}],"id":"35a45484-6444-4c63-a9a3-a3f573b41853","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:43:15,727 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 2.887s 2018-08-12 20:43:15,728 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "port": "35a45484-6444-4c63-a9a3-a3f573b41853"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-c68b7607-6ebb-4fcc-9363-31c78dbcaa4c', 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c68b7607-6ebb-4fcc-9363-31c78dbcaa4c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "adminPass": "ndj3DYmFW9fd"}} 2018-08-12 20:43:16,047 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.315s 2018-08-12 20:43:16,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-07e5c47c-d316-40c6-a39a-a4aa137980dd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07e5c47c-d316-40c6-a39a-a4aa137980dd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:17,385 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.324s 2018-08-12 20:43:17,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-c8443490-b491-4a9f-b873-5c7369ee8904', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8443490-b491-4a9f-b873-5c7369ee8904'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:18,742 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.340s 2018-08-12 20:43:18,743 63 DEBUG [tempest.lib.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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-fb9e1641-2f38-4488-bc93-57262d44834c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb9e1641-2f38-4488-bc93-57262d44834c'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:18,756 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-12 20:43:20,847 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/6bc947ca-aded-4193-a123-7cabfaee6847 1.089s 2018-08-12 20:43:20,848 63 DEBUG [tempest.lib.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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-929b2299-2642-4127-a0ec-d62f049e6fb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-929b2299-2642-4127-a0ec-d62f049e6fb4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:20,860 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:43:22,496 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.634s 2018-08-12 20:43:22,497 63 DEBUG [tempest.lib.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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-558318c4-2bce-4178-9ff4-481285cc766e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-558318c4-2bce-4178-9ff4-481285cc766e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:22,510 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-12 20:43:23,200 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.690s 2018-08-12 20:43:23,201 63 DEBUG [tempest.lib.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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-d56cee88-856e-413d-a922-3fbddb8f1dda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d56cee88-856e-413d-a922-3fbddb8f1dda'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:23,214 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6bc947ca-aded-4193-a123-7cabfaee6847 with status: ACTIVE 2018-08-12 20:43:24,282 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.067s 2018-08-12 20:43:24,282 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-1845791932", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b27cfcb-3b9a-4951-a0ea-a93d2d302099'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:43:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:43:23Z","name":"tempest-port-smoke-1845791932","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:24:49:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.50"}],"id":"3beac31f-1cdb-4bbb-82ef-4df412a864f6","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:43:26,913 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 2.630s 2018-08-12 20:43:26,914 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "3beac31f-1cdb-4bbb-82ef-4df412a864f6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "name": "server-5"}} 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-d71ca907-8f86-45f2-a4b9-60d1220c50f4', 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d71ca907-8f86-45f2-a4b9-60d1220c50f4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "adminPass": "8yLsmoJSGwpQ"}} 2018-08-12 20:43:27,257 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/8d048a02-2112-4d71-8a46-36bb16362cf2 0.338s 2018-08-12 20:43:27,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ad9437f8-b07f-413b-b6e3-99fa79d16977', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad9437f8-b07f-413b-b6e3-99fa79d16977'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-5", "created": "2018-08-12T20:43:26Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:28,637 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/8d048a02-2112-4d71-8a46-36bb16362cf2 0.365s 2018-08-12 20:43:28,638 63 DEBUG [tempest.lib.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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ccaf6cf6-8c2a-4033-89c2-b1aa9f9e4ef8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccaf6cf6-8c2a-4033-89c2-b1aa9f9e4ef8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-12T20:43:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-5", "created": "2018-08-12T20:43:26Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-12T20:43:27Z"}, "metadata": {}}} 2018-08-12 20:43:28,650 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2018-08-12 20:43:30,177 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/8d048a02-2112-4d71-8a46-36bb16362cf2 1.526s 2018-08-12 20:43:30,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ee248f99-08c1-4e94-8df5-26fb5c3d3392', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee248f99-08c1-4e94-8df5-26fb5c3d3392'} Body: 2018-08-12 20:43:30,226 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/8d048a02-2112-4d71-8a46-36bb16362cf2 0.047s 2018-08-12 20:43:30,226 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-93b971fa-6dae-47f2-b0b2-ae521fffb683', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-93b971fa-6dae-47f2-b0b2-ae521fffb683'} Body: {"itemNotFound": {"message": "Instance 8d048a02-2112-4d71-8a46-36bb16362cf2 could not be found.", "code": 404}} 2018-08-12 20:43:30,804 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3beac31f-1cdb-4bbb-82ef-4df412a864f6 0.574s 2018-08-12 20:43:30,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/ports/3beac31f-1cdb-4bbb-82ef-4df412a864f6', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14036e52-da4c-45e2-ab2b-6c5024940cb5'} Body: 2018-08-12 20:43:30,977 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.172s 2018-08-12 20:43:30,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-9872e56d-bf01-4602-950b-ce82b1fd26c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9872e56d-bf01-4602-950b-ce82b1fd26c5'} Body: 2018-08-12 20:43:31,639 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.660s 2018-08-12 20:43:31,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': '200', u'content-length': '1554', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-9974c072-8c5c-4673-b36a-972c26c5c352', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9974c072-8c5c-4673-b36a-972c26c5c352'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:33,081 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.428s 2018-08-12 20:43:33,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': '1343', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-af9bbec9-8d65-4d01-ba78-97e822ee2043', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-af9bbec9-8d65-4d01-ba78-97e822ee2043'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:34,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.046s 2018-08-12 20:43:34,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': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-82396ea7-35dd-40d5-a937-957ee09aa7c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-82396ea7-35dd-40d5-a937-957ee09aa7c1'} Body: {"itemNotFound": {"message": "Instance 6bc947ca-aded-4193-a123-7cabfaee6847 could not be found.", "code": 404}} 2018-08-12 20:43:34,887 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/35a45484-6444-4c63-a9a3-a3f573b41853 0.743s 2018-08-12 20:43:34,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/ports/35a45484-6444-4c63-a9a3-a3f573b41853', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c7ba8b2-1fac-4f06-982f-58a056d83c82'} Body: 2018-08-12 20:43:35,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.147s 2018-08-12 20:43:35,037 63 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-5d56eb30-571f-46e8-9f1a-2206011f4cb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d56eb30-571f-46e8-9f1a-2206011f4cb4'} Body: 2018-08-12 20:43:35,465 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.427s 2018-08-12 20:43:35,466 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-9e30e15a-ee75-442a-85fa-f0e19f9a96ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e30e15a-ee75-442a-85fa-f0e19f9a96ff'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:37,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.731s 2018-08-12 20:43:37,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': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-b0bea946-c836-4924-9dbc-77cf909c6ad7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0bea946-c836-4924-9dbc-77cf909c6ad7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:38,270 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.041s 2018-08-12 20:43:38,270 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-6572059b-c5ee-438e-890b-7a3eaa1166dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6572059b-c5ee-438e-890b-7a3eaa1166dc'} Body: {"itemNotFound": {"message": "Instance 19eebf3e-a8af-4d75-91e4-449d6ecc21d9 could not be found.", "code": 404}} 2018-08-12 20:43:39,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/9f086aaa-6efd-4eb1-9a6f-01b1841167e6 1.004s 2018-08-12 20:43:39,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/9f086aaa-6efd-4eb1-9a6f-01b1841167e6', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2de9ed01-ad2e-40f1-af86-08987e562f07'} Body: 2018-08-12 20:43:39,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.161s 2018-08-12 20:43:39,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-ae7f191c-e2b5-4bd3-87c0-26568e9781c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae7f191c-e2b5-4bd3-87c0-26568e9781c0'} Body: 2018-08-12 20:43:40,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.708s 2018-08-12 20:43:40,148 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1554', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-c2c94960-f712-44a7-bac6-fb323c2b7f20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c2c94960-f712-44a7-bac6-fb323c2b7f20'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:39Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:41,211 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.049s 2018-08-12 20:43:41,212 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-f7b81153-a000-4dcf-94fa-ab9c7d281cba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f7b81153-a000-4dcf-94fa-ab9c7d281cba'} Body: {"itemNotFound": {"message": "Instance 623e942b-0662-4e24-9f3c-3e86a52fe46b could not be found.", "code": 404}} 2018-08-12 20:43:42,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1884f108-7988-4911-8947-6452c4a5ecdd 0.853s 2018-08-12 20:43:42,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1884f108-7988-4911-8947-6452c4a5ecdd', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5bdd6e17-b460-400d-a18e-961ee7e57149'} Body: 2018-08-12 20:43:42,402 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.335s 2018-08-12 20:43:42,403 63 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-2b4ad283-0af6-4ada-a5e4-26ebd4a53250', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b4ad283-0af6-4ada-a5e4-26ebd4a53250'} Body: 2018-08-12 20:43:43,158 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.754s 2018-08-12 20:43:43,158 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-b4ad85e5-ba2c-4686-880e-1cb4207712db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b4ad85e5-ba2c-4686-880e-1cb4207712db'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:44,215 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.042s 2018-08-12 20:43:44,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-adbfd128-b429-4c8e-be49-80a8be69b790', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-adbfd128-b429-4c8e-be49-80a8be69b790'} Body: {"itemNotFound": {"message": "Instance 7581a754-c262-46c2-84ab-2e09a825b757 could not be found.", "code": 404}} 2018-08-12 20:43:44,826 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a346ffb2-58f5-4017-a82c-d792566d3990 0.609s 2018-08-12 20:43:44,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a346ffb2-58f5-4017-a82c-d792566d3990', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-95d31aa3-3416-494d-874c-788d88827483'} Body: 2018-08-12 20:43:44,883 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-1682375418 0.054s 2018-08-12 20:43:44,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1682375418', u'x-compute-request-id': 'req-bc42437c-b2c5-48ff-ad21-8fd4ef5c9fe2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bc42437c-b2c5-48ff-ad21-8fd4ef5c9fe2'} Body: 2018-08-12 20:43:47,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3ba042ee-026e-4799-9cdf-8dcc9986a326 2.553s 2018-08-12 20:43:47,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3ba042ee-026e-4799-9cdf-8dcc9986a326', u'date': 'Sun, 12 Aug 2018 20:43:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-52944351-fee3-442c-a674-8e55f01139bd'} Body: 2018-08-12 20:43:50,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3a2ee48d-13b5-4015-9b45-3f8783beda28 2.578s 2018-08-12 20:43:50,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3a2ee48d-13b5-4015-9b45-3f8783beda28', u'date': 'Sun, 12 Aug 2018 20:43:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-656bbdaa-a7cb-4ed0-92d8-ffdac929e6d6'} Body: 2018-08-12 20:43:51,976 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8d071859-4c3f-4c4f-b8d4-c30b39cda581 1.956s 2018-08-12 20:43:51,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/8d071859-4c3f-4c4f-b8d4-c30b39cda581', u'date': 'Sun, 12 Aug 2018 20:43:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-278a5c58-33a5-48bf-b263-b8c4ecbf2b05'} Body: 2018-08-12 20:43:54,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b8e363f1-c15e-43b6-b26a-8bde183b3e48 2.555s 2018-08-12 20:43:54,534 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b8e363f1-c15e-43b6-b26a-8bde183b3e48', u'date': 'Sun, 12 Aug 2018 20:43:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6167a1ae-7652-46ae-8748-1a69eeee3bb6'} Body: 2018-08-12 20:43:56,964 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/50cb11bb-9bba-493f-86e1-f26c4c64c178 2.429s 2018-08-12 20:43:56,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/50cb11bb-9bba-493f-86e1-f26c4c64c178', u'date': 'Sun, 12 Aug 2018 20:43:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-542ed589-b1cf-440e-9253-5175bd86857e'} Body: 2018-08-12 20:43:58,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0a51ff58-8714-435f-a7d9-1a71ae1bea4f 1.891s 2018-08-12 20:43:58,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/0a51ff58-8714-435f-a7d9-1a71ae1bea4f', u'date': 'Sun, 12 Aug 2018 20:43:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b545cbf2-8b19-45dc-81fd-a7a913ea834d'} Body: 2018-08-12 20:43:59,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/fa2f829f-7e5e-4ebe-9860-377da3cc796b 0.294s 2018-08-12 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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/fa2f829f-7e5e-4ebe-9860-377da3cc796b', u'date': 'Sun, 12 Aug 2018 20:43:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-30e9657f-8fd1-45d0-a038-661afda54409'} Body: 2018-08-12 20:43:59.427 63 INFO tempest.lib.common.rest_client [req-187709d6-4f78-4558-b7c8-217db4c02805 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.241s 2018-08-12 20:43:59.427 63 DEBUG tempest.lib.common.rest_client [req-187709d6-4f78-4558-b7c8-217db4c02805 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-2013536119 description", "name": "tempest-secgroup-smoke-2013536119"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-187709d6-4f78-4558-b7c8-217db4c02805'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2013536119 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:43:59Z", "updated_at": "2018-08-12T20:43:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:43:59Z", "revision_number": 0, "id": "5573a292-b30c-4c0b-b1f7-d3ea2fb06e8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:43:59Z", "revision_number": 0, "id": "da0f7a7b-8f91-456c-951e-1e93eaea0014", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "22e62076-e533-4315-b917-22c8e21f0886", "name": "tempest-secgroup-smoke-2013536119"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:43:59.936 63 INFO tempest.lib.common.rest_client [req-ba20af35-c21c-4293-bd91-87176b5e0fb3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.507s 2018-08-12 20:43:59.936 63 DEBUG tempest.lib.common.rest_client [req-ba20af35-c21c-4293-bd91-87176b5e0fb3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba20af35-c21c-4293-bd91-87176b5e0fb3'} 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-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:43:59Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f5691cd2-8549-4e65-88f1-29f17cc69bf3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:00.187 63 INFO tempest.lib.common.rest_client [req-1715583a-9f5c-40a3-83ee-5fb9cd8d8e4c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.250s 2018-08-12 20:44:00.188 63 DEBUG tempest.lib.common.rest_client [req-1715583a-9f5c-40a3-83ee-5fb9cd8d8e4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1715583a-9f5c-40a3-83ee-5fb9cd8d8e4c'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d7c5dfab-60a7-4d2a-9fd8-83287ffd96ec"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:00.469 63 INFO tempest.lib.common.rest_client [req-e217e24a-6b72-453a-ab80-aa95e8f802eb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.280s 2018-08-12 20:44:00.469 63 DEBUG tempest.lib.common.rest_client [req-e217e24a-6b72-453a-ab80-aa95e8f802eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e217e24a-6b72-453a-ab80-aa95e8f802eb'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3bd0b1c-4357-47c6-9b9d-5c6c4d7b6041"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:01.008 63 INFO tempest.lib.common.rest_client [req-161a1718-ae04-47f2-a2f2-077de79fa581 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.537s 2018-08-12 20:44:01.008 63 DEBUG tempest.lib.common.rest_client [req-161a1718-ae04-47f2-a2f2-077de79fa581 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-161a1718-ae04-47f2-a2f2-077de79fa581'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f1866f47-41f9-4701-ae5d-a50261bcdbda"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:01.230 63 INFO tempest.lib.common.rest_client [req-d981bdb1-fc0f-4785-8d59-6e674545e802 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.220s 2018-08-12 20:44:01.230 63 DEBUG tempest.lib.common.rest_client [req-d981bdb1-fc0f-4785-8d59-6e674545e802 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d981bdb1-fc0f-4785-8d59-6e674545e802'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6757440c-6151-43aa-aeba-ecbec9949f67"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:01.439 63 INFO tempest.lib.common.rest_client [req-ea44d1e3-cf90-4d1a-acc2-5668edee6cb7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.207s 2018-08-12 20:44:01.439 63 DEBUG tempest.lib.common.rest_client [req-ea44d1e3-cf90-4d1a-acc2-5668edee6cb7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea44d1e3-cf90-4d1a-acc2-5668edee6cb7'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5a664cec-bdee-48a9-bbbb-216304b6d630"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:01.709 63 INFO tempest.lib.common.rest_client [req-e7c9bb82-86b3-4bd7-ac2e-cbeee83dd5df ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.268s 2018-08-12 20:44:01.709 63 DEBUG tempest.lib.common.rest_client [req-e7c9bb82-86b3-4bd7-ac2e-cbeee83dd5df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e7c9bb82-86b3-4bd7-ac2e-cbeee83dd5df'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "228faa5d-7c67-4653-8d7f-05ae36dba03c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:02.229 63 INFO tempest.lib.common.rest_client [req-d8f069d5-843d-44a7-b9a4-e4867b39a1c5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.519s 2018-08-12 20:44:02.230 63 DEBUG tempest.lib.common.rest_client [req-d8f069d5-843d-44a7-b9a4-e4867b39a1c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8f069d5-843d-44a7-b9a4-e4867b39a1c5'} 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-12T20:44:02Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a4bac0a2-f713-4b6d-9a47-a795052754fd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:02.875 63 INFO tempest.lib.common.rest_client [req-b96622d7-a297-450c-9c46-cf92c089f039 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.643s 2018-08-12 20:44:02.875 63 DEBUG tempest.lib.common.rest_client [req-b96622d7-a297-450c-9c46-cf92c089f039 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1810433612"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:44:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b96622d7-a297-450c-9c46-cf92c089f039'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:44:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c7397818-42ba-4992-ba71-d264d445c45f","name":"tempest-A-1810433612"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:03.826 63 INFO tempest.lib.common.rest_client [req-ef21a414-bec6-4142-9b50-b3b87465bc28 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.950s 2018-08-12 20:44:03.827 63 DEBUG tempest.lib.common.rest_client [req-ef21a414-bec6-4142-9b50-b3b87465bc28 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "name": "tempest-subnet-A-1-1391233609"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:44:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef21a414-bec6-4142-9b50-b3b87465bc28'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7397818-42ba-4992-ba71-d264d445c45f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:03Z","dns_nameservers":[],"updated_at":"2018-08-12T20:44:03Z","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":"01ace95cf526467b9409c6248a7c6876","id":"914d407d-e2a5-49fc-a8bf-e766d8a8bd04","subnetpool_id":null,"name":"tempest-subnet-A-1-1391233609"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:04.112 63 INFO tempest.lib.common.rest_client [req-afd507f1-d495-46f5-9d7e-1ce634695906 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/networks 0.284s 2018-08-12 20:44:04.113 63 DEBUG tempest.lib.common.rest_client [req-afd507f1-d495-46f5-9d7e-1ce634695906 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-52358568"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:44:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afd507f1-d495-46f5-9d7e-1ce634695906'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:44:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","name":"tempest-B-52358568"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:05.341 63 INFO tempest.lib.common.rest_client [req-c0dafe10-8e61-4ce6-8ff4-db3de8d7a78c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.227s 2018-08-12 20:44:05.342 63 DEBUG tempest.lib.common.rest_client [req-c0dafe10-8e61-4ce6-8ff4-db3de8d7a78c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "name": "tempest-subnet-B-1-156063646"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:44:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0dafe10-8e61-4ce6-8ff4-db3de8d7a78c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:04Z","dns_nameservers":[],"updated_at":"2018-08-12T20:44:04Z","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":"01ace95cf526467b9409c6248a7c6876","id":"79563a8f-c3cb-4390-9d06-c8985111f915","subnetpool_id":null,"name":"tempest-subnet-B-1-156063646"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:05.629 63 INFO tempest.lib.common.rest_client [req-57bcb44a-f390-4195-8d1b-90d782597f36 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.286s 2018-08-12 20:44:05.630 63 DEBUG tempest.lib.common.rest_client [req-57bcb44a-f390-4195-8d1b-90d782597f36 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-437056432"}} 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-57bcb44a-f390-4195-8d1b-90d782597f36', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57bcb44a-f390-4195-8d1b-90d782597f36'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0xwK1ZTqeYutYrwstUbkSQs5xOO4RG5DOY71vnZ5N0G3OEY3KpI6izlbMoFm+Sy37HP8NP7jSW7M5W4i1khF/zY7Zfo0vqdaO1n30F9G8rcYM+6/sUBq5iAalO+KSeD0qpVWNs0/12SM0DOfJUBBdWmcEhDw94+rP5AQ49F96EKDgyUDfe9zSv6Jv4wVTqbFOsgxQ0cg5R+s/en1UeO2rmaS2Avj3af2LW5UdyvRq6k2V6ljVCuCJZ+HH2UGVmPcyfzFKRqPZkiPokN+yCqXYnxVgvGsAGmf+OlynWik3oPyINRGmD3KZG/WxeKAHgruu/pjSAAO3DXXyjB7rWeH1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtMcCtWU6nmLrWK8LLVG5EkLOcTjuERuQzmO9b52eTdBtzhGN\nyqSOos5WzKBZvkst+xz/DT+40luzOVuItZIRf82O2X6NL6nWjtZ99BfRvK3GDPuv\n7FAauYgGpTvikng9KqVVjbNP9dkjNAznyVAQXVpnBIQ8PePqz+QEOPRfehCg4MlA\n33vc0r+ib+MFU6mxTrIMUNHIOUfrP3p9VHjtq5mktgL492n9i1uVHcr0aupNlepY\n1QrgiWfhx9lBlZj3Mn8xSkaj2ZIj6JDfsgql2J8VYLxrABpn/jpcp1opN6D8iDUR\npg9ymRv1sXigB4K7rv6Y0gADtw118owe61nh9QIDAQABAoIBABth9bgSUFHDfBCf\n2xqPQXBRrEGcNPtkaIfKtdwdTOhOhQNsx0SFrpFcnes68r0PWDSsTLnuCAndGAW9\nJrUSHhJ0yYmKUMqCeFyEgumhXgStcc1vplMuQw4NW6xVqNk021cFWjMvkRIVRO7S\ncZ2dwgzR777QZOufBWdeC4GxCnFLqEAHc+7P4UA6Z7DTfFGjx0q3V7T4vI9pZSb5\naTV7FUTF9KUCE0rScOKifgJaqylq2PZ29/RzLosCexpURjeR+Zlve20jkeDKkLey\nR29LrcEK3pByUT7KwfmGXEJwEBG0AuSzw6wyvMHiJP1wrj9k2lqOtruvGQoHhy7f\n9DLM34ECgYEA4qenqJXvrNkpaHUHDgQcFWIGiwP5ET/Llrr1L2k7RbrJmZPps9cX\n6/tbePdlRYpilceQXxUgzw4p5gmjL89Z1Z2taDOLJvugtpT3nIDXtghN7PAsJPxa\nu6LICiV4StKoW3oj5ekNlfIxh0APochv7uXmkaRjRt4lEST8qR3tiKECgYEAzC7F\nootP/vl3fS2bIXIOKlCBdZWO1+2ZMs2J3ToenQkz2+p0cxVkq2MyTZcMcURHZGyx\ncEL+FIT9TbP2qvXslB9GRkzwe3B142DhNVQ+BkG3ul4GXaje70U791ngXCTcClR6\nU2A1510p837Nf37EkJxmrLp/cwm8cfHQrUDmtNUCgYB3Wo/4P9Rxcf3TKuUnJVTg\nkbkeVV5ADhcYbaUVbVWwF3d37yL++AJ52uhFYAmtP/1AIFHPMCIRxsSbhXGwiIEm\n8xxQpeveAF2WKAXoHRT6n47heWvVoinpawPqC+c3h4zudvgWZs4nqt0X+s0Ahbsj\n017CTQ2WUP6184M1TzQ5YQKBgGx9NZnGN/0chDbI8rJ0rb4iBId7rehhYJMzztrz\nNKzv5NQm4TT82v6NuH6tkXjldKGRdz5U+jfg6c5NnvT7snaJn4de/jA4cwsbwM3b\nMxGT/ZFSwEMnpTyxJsmowaN0Gk6K0GxYpIuIXu/4IixqKPtFfvCsL2fqdmx8tgo4\nf9z5AoGBAKpLcrbxQhRLmKm4cHrFYH3B6xlXYA9QjCIbxmJcfruQUy0xhv3XZt2U\ni8VWm7DSHLkVDb6e4KHcq8MTlH92v8gZu80ZDZ/OKNTumi/xi8u7Gk2+GMUPBeBM\nrm7vyRilk6aCmnM4/ScQG4W25aNIzpTA9FpjQib84HAxqAh/T9+V\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-437056432", "fingerprint": "b3:c6:d4:40:5e:f3:7c:5b:92:35:e1:94:11:0c:88:45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:06.660 63 INFO tempest.lib.common.rest_client [req-a2953331-7fdc-49b0-98fb-6ff2e439f3e9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 1.026s 2018-08-12 20:44:06.661 63 DEBUG tempest.lib.common.rest_client [req-a2953331-7fdc-49b0-98fb-6ff2e439f3e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1371923690", "security_groups": ["22e62076-e533-4315-b917-22c8e21f0886"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2953331-7fdc-49b0-98fb-6ff2e439f3e9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:44:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c7397818-42ba-4992-ba71-d264d445c45f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:44:06Z","name":"tempest-port-smoke-1371923690","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e2:cf:f6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"914d407d-e2a5-49fc-a8bf-e766d8a8bd04","ip_address":"10.101.11.10"}],"id":"85f171b6-3422-412f-a2b1-61e1b65ef22f","security_groups":["22e62076-e533-4315-b917-22c8e21f0886"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:09.981 63 INFO tempest.lib.common.rest_client [req-a94f651e-b71c-4dcb-819f-eec8d22fff67 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 3.318s 2018-08-12 20:44:09.982 63 DEBUG tempest.lib.common.rest_client [req-a94f651e-b71c-4dcb-819f-eec8d22fff67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-437056432", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c7397818-42ba-4992-ba71-d264d445c45f", "port": "85f171b6-3422-412f-a2b1-61e1b65ef22f"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-a94f651e-b71c-4dcb-819f-eec8d22fff67', 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94f651e-b71c-4dcb-819f-eec8d22fff67'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "adminPass": "hFfPpA9hvbUG"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:10.317 63 INFO tempest.lib.common.rest_client [req-eb339edf-5933-4549-999f-7c9f7435fc61 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.331s 2018-08-12 20:44:10.318 63 DEBUG tempest.lib.common.rest_client [req-eb339edf-5933-4549-999f-7c9f7435fc61 ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-eb339edf-5933-4549-999f-7c9f7435fc61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb339edf-5933-4549-999f-7c9f7435fc61'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:11.675 63 INFO tempest.lib.common.rest_client [req-e6bf1d86-eba3-411d-b3b4-71a37173c10a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.341s 2018-08-12 20:44:11.675 63 DEBUG tempest.lib.common.rest_client [req-e6bf1d86-eba3-411d-b3b4-71a37173c10a ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-e6bf1d86-eba3-411d-b3b4-71a37173c10a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6bf1d86-eba3-411d-b3b4-71a37173c10a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:13.059 63 INFO tempest.lib.common.rest_client [req-87904b8f-314d-45cd-b617-f6b4ed6bb52e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.367s 2018-08-12 20:44:13.059 63 DEBUG tempest.lib.common.rest_client [req-87904b8f-314d-45cd-b617-f6b4ed6bb52e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-87904b8f-314d-45cd-b617-f6b4ed6bb52e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87904b8f-314d-45cd-b617-f6b4ed6bb52e'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:13.073 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2018-08-12 20:44:14.825 63 INFO tempest.lib.common.rest_client [req-268d5e9d-a5be-44e4-847e-fa2adebbc971 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.749s 2018-08-12 20:44:14.825 63 DEBUG tempest.lib.common.rest_client [req-268d5e9d-a5be-44e4-847e-fa2adebbc971 ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-268d5e9d-a5be-44e4-847e-fa2adebbc971', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-268d5e9d-a5be-44e4-847e-fa2adebbc971'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:14.838 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:44:16.445 63 INFO tempest.lib.common.rest_client [req-56bd0beb-857a-486c-aa2a-c952975c7dbd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.605s 2018-08-12 20:44:16.446 63 DEBUG tempest.lib.common.rest_client [req-56bd0beb-857a-486c-aa2a-c952975c7dbd ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-56bd0beb-857a-486c-aa2a-c952975c7dbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56bd0beb-857a-486c-aa2a-c952975c7dbd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:18.165 63 INFO tempest.lib.common.rest_client [req-880b3826-0337-48d6-9319-f3276206ba6f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.705s 2018-08-12 20:44:18.166 63 DEBUG tempest.lib.common.rest_client [req-880b3826-0337-48d6-9319-f3276206ba6f ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-880b3826-0337-48d6-9319-f3276206ba6f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-880b3826-0337-48d6-9319-f3276206ba6f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:18.179 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:44:18.866 63 INFO tempest.lib.common.rest_client [req-5f3a4ce9-3f24-41a5-9396-f96125096ee6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.686s 2018-08-12 20:44:18.867 63 DEBUG tempest.lib.common.rest_client [req-5f3a4ce9-3f24-41a5-9396-f96125096ee6 ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-5f3a4ce9-3f24-41a5-9396-f96125096ee6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5f3a4ce9-3f24-41a5-9396-f96125096ee6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:18.880 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: cc02165e-37b0-421e-91a2-f5672414bb09 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:44:19.696 63 INFO tempest.lib.common.rest_client [req-fabee01e-8f44-4dd8-b2bc-10cc6fafe692 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/ports 0.814s 2018-08-12 20:44:19.697 63 DEBUG tempest.lib.common.rest_client [req-fabee01e-8f44-4dd8-b2bc-10cc6fafe692 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1372407631", "security_groups": ["22e62076-e533-4315-b917-22c8e21f0886"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:44:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fabee01e-8f44-4dd8-b2bc-10cc6fafe692'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:44:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:44:19Z","name":"tempest-port-smoke-1372407631","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e3:5b:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"79563a8f-c3cb-4390-9d06-c8985111f915","ip_address":"10.102.21.20"}],"id":"62c740d5-53f1-4e24-9e1f-eaf96719e9aa","security_groups":["22e62076-e533-4315-b917-22c8e21f0886"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:21.967 63 INFO tempest.lib.common.rest_client [req-b594ae15-be43-43aa-ab8c-ef511383d354 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.23:8774/v2.1/servers 2.267s 2018-08-12 20:44:21.968 63 DEBUG tempest.lib.common.rest_client [req-b594ae15-be43-43aa-ab8c-ef511383d354 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-437056432", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "port": "62c740d5-53f1-4e24-9e1f-eaf96719e9aa"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-b594ae15-be43-43aa-ab8c-ef511383d354', 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b594ae15-be43-43aa-ab8c-ef511383d354'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "adminPass": "btE27SwRnZeL"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:22.282 63 INFO tempest.lib.common.rest_client [req-a46ab323-bcb4-46fe-aa91-f2b43f4f6fca ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.309s 2018-08-12 20:44:22.282 63 DEBUG tempest.lib.common.rest_client [req-a46ab323-bcb4-46fe-aa91-f2b43f4f6fca ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-a46ab323-bcb4-46fe-aa91-f2b43f4f6fca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a46ab323-bcb4-46fe-aa91-f2b43f4f6fca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:23.524 63 INFO tempest.lib.common.rest_client [req-827de5d4-1ca5-4427-ad40-e7326f18a6aa ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.225s 2018-08-12 20:44:23.525 63 DEBUG tempest.lib.common.rest_client [req-827de5d4-1ca5-4427-ad40-e7326f18a6aa ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-827de5d4-1ca5-4427-ad40-e7326f18a6aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-827de5d4-1ca5-4427-ad40-e7326f18a6aa'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:25.269 63 INFO tempest.lib.common.rest_client [req-05649f82-54bc-4c4f-adda-af5f1d922d55 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.728s 2018-08-12 20:44:25.270 63 DEBUG tempest.lib.common.rest_client [req-05649f82-54bc-4c4f-adda-af5f1d922d55 ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-05649f82-54bc-4c4f-adda-af5f1d922d55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05649f82-54bc-4c4f-adda-af5f1d922d55'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:25.283 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:44:26.902 63 INFO tempest.lib.common.rest_client [req-624e49b0-dec3-4599-89e5-fc7810e962b2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.617s 2018-08-12 20:44:26.903 63 DEBUG tempest.lib.common.rest_client [req-624e49b0-dec3-4599-89e5-fc7810e962b2 ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-624e49b0-dec3-4599-89e5-fc7810e962b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-624e49b0-dec3-4599-89e5-fc7810e962b2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:28.680 63 INFO tempest.lib.common.rest_client [req-27045a58-f8d9-4e14-9ac3-75ede0654637 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.762s 2018-08-12 20:44:28.680 63 DEBUG tempest.lib.common.rest_client [req-27045a58-f8d9-4e14-9ac3-75ede0654637 ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-27045a58-f8d9-4e14-9ac3-75ede0654637', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27045a58-f8d9-4e14-9ac3-75ede0654637'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:30.398 63 INFO tempest.lib.common.rest_client [req-6f4eea9f-1f0c-4d3a-b9b9-df96c96ea196 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.703s 2018-08-12 20:44:30.399 63 DEBUG tempest.lib.common.rest_client [req-6f4eea9f-1f0c-4d3a-b9b9-df96c96ea196 ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-6f4eea9f-1f0c-4d3a-b9b9-df96c96ea196', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f4eea9f-1f0c-4d3a-b9b9-df96c96ea196'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:30.414 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:44:31.132 63 INFO tempest.lib.common.rest_client [req-bd1a1ebf-8cff-4f24-a703-dc87828770c2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.716s 2018-08-12 20:44:31.132 63 DEBUG tempest.lib.common.rest_client [req-bd1a1ebf-8cff-4f24-a703-dc87828770c2 ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-bd1a1ebf-8cff-4f24-a703-dc87828770c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd1a1ebf-8cff-4f24-a703-dc87828770c2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:31.146 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 05d6d9c3-b68f-414a-8ac6-cad5bec658c4 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:44:31.295 63 INFO tempest.lib.common.rest_client [req-3ce5e1a7-c6d4-43af-84a4-28c511e7cf81 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/routers 0.148s 2018-08-12 20:44:31.296 63 DEBUG tempest.lib.common.rest_client [req-3ce5e1a7-c6d4-43af-84a4-28c511e7cf81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--26935315", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Sun, 12 Aug 2018 20:44:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ce5e1a7-c6d4-43af-84a4-28c511e7cf81'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:31Z", "admin_state_up": true, "updated_at": "2018-08-12T20:44:31Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "db216f29-a5a5-477d-832a-6a290020b1d4", "name": "tempest-router--26935315"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:32.728 63 INFO tempest.lib.common.rest_client [req-aa499391-a6d4-4d3e-b0da-f4c475a85a23 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4 1.431s 2018-08-12 20:44:32.729 63 DEBUG tempest.lib.common.rest_client [req-aa499391-a6d4-4d3e-b0da-f4c475a85a23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4', u'date': 'Sun, 12 Aug 2018 20:44:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa499391-a6d4-4d3e-b0da-f4c475a85a23'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:31Z", "admin_state_up": true, "updated_at": "2018-08-12T20:44:32Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "db216f29-a5a5-477d-832a-6a290020b1d4", "name": "tempest-router--26935315"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:34.797 63 INFO tempest.lib.common.rest_client [req-63bb4885-2568-45bc-b519-99cfbd5add19 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/add_router_interface 2.067s 2018-08-12 20:44:34.798 63 DEBUG tempest.lib.common.rest_client [req-63bb4885-2568-45bc-b519-99cfbd5add19 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:44:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63bb4885-2568-45bc-b519-99cfbd5add19'} Body: {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04", "subnet_ids": ["914d407d-e2a5-49fc-a8bf-e766d8a8bd04"], "port_id": "438c53f8-3592-4205-afc0-d2bacf1bb174", "id": "db216f29-a5a5-477d-832a-6a290020b1d4"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:37.110 63 INFO tempest.lib.common.rest_client [req-1747c1d8-9f4c-4fb5-b760-04bfbe581de1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.311s 2018-08-12 20:44:37.111 63 DEBUG tempest.lib.common.rest_client [req-1747c1d8-9f4c-4fb5-b760-04bfbe581de1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "85f171b6-3422-412f-a2b1-61e1b65ef22f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1747c1d8-9f4c-4fb5-b760-04bfbe581de1'} Body: {"floatingip": {"router_id": "db216f29-a5a5-477d-832a-6a290020b1d4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:44:35Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "85f171b6-3422-412f-a2b1-61e1b65ef22f", "id": "5a7b630f-86f7-4964-a306-4dc1317b3647", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:35Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:37.229 63 INFO tempest.lib.common.rest_client [req-4976b779-f84c-4d56-8b9b-4bd30f68eb42 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.116s 2018-08-12 20:44:37.230 63 DEBUG tempest.lib.common.rest_client [req-4976b779-f84c-4d56-8b9b-4bd30f68eb42 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4976b779-f84c-4d56-8b9b-4bd30f68eb42'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:37.701 63 INFO tempest.lib.common.rest_client [req-37b6eb97-2626-453f-a7fa-3a445b6e302b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations 0.470s 2018-08-12 20:44:37.702 63 DEBUG tempest.lib.common.rest_client [req-37b6eb97-2626-453f-a7fa-3a445b6e302b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations', u'date': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37b6eb97-2626-453f-a7fa-3a445b6e302b'} Body: {"network_association": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "id": "412b7409-5c8a-421f-960c-8ea014095a1d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:37.704 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:45.719 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:45.783 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:44:45.784 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:45.899 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-12 20:44:45.899 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:45.901 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:45.961 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:44:45.966 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:50.973 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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-12 20:44:50.974 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-12 20:44:50.974 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075324 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 20:44:51.307 63 INFO tempest.lib.common.rest_client [req-e0846eab-b2dc-43c6-9f89-2832364cda4d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations 0.332s 2018-08-12 20:44:51.307 63 DEBUG tempest.lib.common.rest_client [req-e0846eab-b2dc-43c6-9f89-2832364cda4d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations', u'date': 'Sun, 12 Aug 2018 20:44:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e0846eab-b2dc-43c6-9f89-2832364cda4d'} Body: {"network_association": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "id": "45d46d84-b364-4a56-85e2-0d3819203c49"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:51.308 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:51.310 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:51.375 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:44:51.407 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:51.521 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-12 20:44:51.522 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:51.525 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:51.585 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:44:51.589 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:56.596 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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-12 20:44:56.597 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-12 20:44:56.598 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.076447 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 20:44:56.598 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Updating targets in BGPVPN ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688 _update_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:990 2018-08-12 20:44:56.962 63 INFO tempest.lib.common.rest_client [req-ebb31212-d011-437b-bcb1-4605a54189af ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688 0.363s 2018-08-12 20:44:56.963 63 DEBUG tempest.lib.common.rest_client [req-ebb31212-d011-437b-bcb1-4605a54189af ] 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688', u'date': 'Sun, 12 Aug 2018 20:44:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebb31212-d011-437b-bcb1-4605a54189af'} 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-12 20:44:58.119 63 INFO tempest.lib.common.rest_client [req-eb933297-3271-4d77-be2c-1b35c119fefc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/5a7b630f-86f7-4964-a306-4dc1317b3647 1.153s 2018-08-12 20:44:58.119 63 DEBUG tempest.lib.common.rest_client [req-eb933297-3271-4d77-be2c-1b35c119fefc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5a7b630f-86f7-4964-a306-4dc1317b3647', u'date': 'Sun, 12 Aug 2018 20:44:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eb933297-3271-4d77-be2c-1b35c119fefc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:44:59.915 63 INFO tempest.lib.common.rest_client [req-ffea7a67-cd74-4827-98ff-c52282c2e794 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/remove_router_interface 1.794s 2018-08-12 20:44:59.916 63 DEBUG tempest.lib.common.rest_client [req-ffea7a67-cd74-4827-98ff-c52282c2e794 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:44:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffea7a67-cd74-4827-98ff-c52282c2e794'} Body: {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04", "subnet_ids": ["914d407d-e2a5-49fc-a8bf-e766d8a8bd04"], "port_id": "438c53f8-3592-4205-afc0-d2bacf1bb174", "id": "db216f29-a5a5-477d-832a-6a290020b1d4"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:01.439 63 INFO tempest.lib.common.rest_client [req-367999f8-130e-4b70-81bd-6ce7caed307a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4 1.522s 2018-08-12 20:45:01.439 63 DEBUG tempest.lib.common.rest_client [req-367999f8-130e-4b70-81bd-6ce7caed307a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/db216f29-a5a5-477d-832a-6a290020b1d4', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-367999f8-130e-4b70-81bd-6ce7caed307a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:01.635 63 INFO tempest.lib.common.rest_client [req-f9f7daca-dd02-4b7d-a46d-15f73eaef218 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.195s 2018-08-12 20:45:01.636 63 DEBUG tempest.lib.common.rest_client [req-f9f7daca-dd02-4b7d-a46d-15f73eaef218 ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-f9f7daca-dd02-4b7d-a46d-15f73eaef218', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f9f7daca-dd02-4b7d-a46d-15f73eaef218'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:02.288 63 INFO tempest.lib.common.rest_client [req-37098479-a4fb-4752-b9d7-8c4320ce3049 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.651s 2018-08-12 20:45:02.289 63 DEBUG tempest.lib.common.rest_client [req-37098479-a4fb-4752-b9d7-8c4320ce3049 ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-37098479-a4fb-4752-b9d7-8c4320ce3049', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37098479-a4fb-4752-b9d7-8c4320ce3049'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:01Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:03.352 63 INFO tempest.lib.common.rest_client [req-76718db3-c681-4d10-ae1b-98d9606d5d2f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.047s 2018-08-12 20:45:03.353 63 DEBUG tempest.lib.common.rest_client [req-76718db3-c681-4d10-ae1b-98d9606d5d2f ] 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-76718db3-c681-4d10-ae1b-98d9606d5d2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-76718db3-c681-4d10-ae1b-98d9606d5d2f'} Body: {"itemNotFound": {"message": "Instance 05d6d9c3-b68f-414a-8ac6-cad5bec658c4 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:03.952 63 INFO tempest.lib.common.rest_client [req-81052282-194b-4460-ae49-f8042d85ec2c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/62c740d5-53f1-4e24-9e1f-eaf96719e9aa 0.598s 2018-08-12 20:45:03.952 63 DEBUG tempest.lib.common.rest_client [req-81052282-194b-4460-ae49-f8042d85ec2c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/62c740d5-53f1-4e24-9e1f-eaf96719e9aa', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81052282-194b-4460-ae49-f8042d85ec2c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:04.126 63 INFO tempest.lib.common.rest_client [req-bd7441d4-3d85-4cf7-b34e-306f5cadc3b8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.173s 2018-08-12 20:45:04.127 63 DEBUG tempest.lib.common.rest_client [req-bd7441d4-3d85-4cf7-b34e-306f5cadc3b8 ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-bd7441d4-3d85-4cf7-b34e-306f5cadc3b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd7441d4-3d85-4cf7-b34e-306f5cadc3b8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:04.814 63 INFO tempest.lib.common.rest_client [req-68376967-2e07-4ec6-b288-c6f1eb3db25a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.686s 2018-08-12 20:45:04.815 63 DEBUG tempest.lib.common.rest_client [req-68376967-2e07-4ec6-b288-c6f1eb3db25a ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-68376967-2e07-4ec6-b288-c6f1eb3db25a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68376967-2e07-4ec6-b288-c6f1eb3db25a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:04Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:05.872 63 INFO tempest.lib.common.rest_client [req-2f83bcf1-59c6-4ace-9da0-76748b9261cc ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.042s 2018-08-12 20:45:05.873 63 DEBUG tempest.lib.common.rest_client [req-2f83bcf1-59c6-4ace-9da0-76748b9261cc ] 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-2f83bcf1-59c6-4ace-9da0-76748b9261cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2f83bcf1-59c6-4ace-9da0-76748b9261cc'} Body: {"itemNotFound": {"message": "Instance cc02165e-37b0-421e-91a2-f5672414bb09 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:06.478 63 INFO tempest.lib.common.rest_client [req-42c1bdd0-bf50-4297-9ed8-23798d0d4da1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/85f171b6-3422-412f-a2b1-61e1b65ef22f 0.604s 2018-08-12 20:45:06.479 63 DEBUG tempest.lib.common.rest_client [req-42c1bdd0-bf50-4297-9ed8-23798d0d4da1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/85f171b6-3422-412f-a2b1-61e1b65ef22f', u'date': 'Sun, 12 Aug 2018 20:45:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-42c1bdd0-bf50-4297-9ed8-23798d0d4da1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:06.529 63 INFO tempest.lib.common.rest_client [req-0f47523b-7a14-44da-8b03-f62c97734c4b ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-437056432 0.049s 2018-08-12 20:45:06.530 63 DEBUG tempest.lib.common.rest_client [req-0f47523b-7a14-44da-8b03-f62c97734c4b ] 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-437056432', u'x-compute-request-id': 'req-0f47523b-7a14-44da-8b03-f62c97734c4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f47523b-7a14-44da-8b03-f62c97734c4b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:08.926 63 INFO tempest.lib.common.rest_client [req-094cc954-d61a-458f-b10d-daaa77be2c14 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/79563a8f-c3cb-4390-9d06-c8985111f915 2.395s 2018-08-12 20:45:08.926 63 DEBUG tempest.lib.common.rest_client [req-094cc954-d61a-458f-b10d-daaa77be2c14 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/79563a8f-c3cb-4390-9d06-c8985111f915', u'date': 'Sun, 12 Aug 2018 20:45:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-094cc954-d61a-458f-b10d-daaa77be2c14'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:10.928 63 INFO tempest.lib.common.rest_client [req-521e2735-5cf1-4c36-8116-1f1783af702f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/726c8abd-4a47-4ebb-a8ec-31a346a7f3d1 2.001s 2018-08-12 20:45:10.929 63 DEBUG tempest.lib.common.rest_client [req-521e2735-5cf1-4c36-8116-1f1783af702f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/726c8abd-4a47-4ebb-a8ec-31a346a7f3d1', u'date': 'Sun, 12 Aug 2018 20:45:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-521e2735-5cf1-4c36-8116-1f1783af702f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:13.386 63 INFO tempest.lib.common.rest_client [req-1d3c9b80-4a14-4a77-857e-63079e6c53a4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/914d407d-e2a5-49fc-a8bf-e766d8a8bd04 2.456s 2018-08-12 20:45:13.386 63 DEBUG tempest.lib.common.rest_client [req-1d3c9b80-4a14-4a77-857e-63079e6c53a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/914d407d-e2a5-49fc-a8bf-e766d8a8bd04', u'date': 'Sun, 12 Aug 2018 20:45:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1d3c9b80-4a14-4a77-857e-63079e6c53a4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:15.322 63 INFO tempest.lib.common.rest_client [req-f5444a1b-7d18-40f0-a088-945abefd3b8d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c7397818-42ba-4992-ba71-d264d445c45f 1.934s 2018-08-12 20:45:15.323 63 DEBUG tempest.lib.common.rest_client [req-f5444a1b-7d18-40f0-a088-945abefd3b8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c7397818-42ba-4992-ba71-d264d445c45f', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f5444a1b-7d18-40f0-a088-945abefd3b8d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:15.609 63 INFO tempest.lib.common.rest_client [req-a202b03e-7bc1-4d5d-9294-8002b23590b3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/22e62076-e533-4315-b917-22c8e21f0886 0.285s 2018-08-12 20:45:15.610 63 DEBUG tempest.lib.common.rest_client [req-a202b03e-7bc1-4d5d-9294-8002b23590b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/22e62076-e533-4315-b917-22c8e21f0886', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a202b03e-7bc1-4d5d-9294-8002b23590b3'} 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 [76.426711s] ... 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-12 20:43:59,427 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.241s 2018-08-12 20:43:59,427 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-2013536119 description", "name": "tempest-secgroup-smoke-2013536119"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-187709d6-4f78-4558-b7c8-217db4c02805'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2013536119 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:43:59Z", "updated_at": "2018-08-12T20:43:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:43:59Z", "revision_number": 0, "id": "5573a292-b30c-4c0b-b1f7-d3ea2fb06e8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:43:59Z", "revision_number": 0, "id": "da0f7a7b-8f91-456c-951e-1e93eaea0014", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "22e62076-e533-4315-b917-22c8e21f0886", "name": "tempest-secgroup-smoke-2013536119"}} 2018-08-12 20:43:59,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.507s 2018-08-12 20:43:59,936 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba20af35-c21c-4293-bd91-87176b5e0fb3'} 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-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:43:59Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f5691cd2-8549-4e65-88f1-29f17cc69bf3"}} 2018-08-12 20:44:00,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.250s 2018-08-12 20:44:00,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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1715583a-9f5c-40a3-83ee-5fb9cd8d8e4c'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d7c5dfab-60a7-4d2a-9fd8-83287ffd96ec"}} 2018-08-12 20:44:00,469 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.280s 2018-08-12 20:44:00,469 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e217e24a-6b72-453a-ab80-aa95e8f802eb'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3bd0b1c-4357-47c6-9b9d-5c6c4d7b6041"}} 2018-08-12 20:44:01,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.537s 2018-08-12 20:44:01,008 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-161a1718-ae04-47f2-a2f2-077de79fa581'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f1866f47-41f9-4701-ae5d-a50261bcdbda"}} 2018-08-12 20:44:01,230 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-12 20:44:01,230 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d981bdb1-fc0f-4785-8d59-6e674545e802'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6757440c-6151-43aa-aeba-ecbec9949f67"}} 2018-08-12 20:44:01,439 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-12 20:44:01,439 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea44d1e3-cf90-4d1a-acc2-5668edee6cb7'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5a664cec-bdee-48a9-bbbb-216304b6d630"}} 2018-08-12 20:44:01,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.268s 2018-08-12 20:44:01,709 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e7c9bb82-86b3-4bd7-ac2e-cbeee83dd5df'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "228faa5d-7c67-4653-8d7f-05ae36dba03c"}} 2018-08-12 20:44:02,229 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-12 20:44:02,230 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8f069d5-843d-44a7-b9a4-e4867b39a1c5'} 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-12T20:44:02Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a4bac0a2-f713-4b6d-9a47-a795052754fd"}} 2018-08-12 20:44:02,875 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.643s 2018-08-12 20:44:02,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1810433612"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:44:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b96622d7-a297-450c-9c46-cf92c089f039'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:44:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c7397818-42ba-4992-ba71-d264d445c45f","name":"tempest-A-1810433612"}} 2018-08-12 20:44:03,826 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.950s 2018-08-12 20:44:03,827 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "name": "tempest-subnet-A-1-1391233609"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:44:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef21a414-bec6-4142-9b50-b3b87465bc28'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7397818-42ba-4992-ba71-d264d445c45f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:03Z","dns_nameservers":[],"updated_at":"2018-08-12T20:44:03Z","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":"01ace95cf526467b9409c6248a7c6876","id":"914d407d-e2a5-49fc-a8bf-e766d8a8bd04","subnetpool_id":null,"name":"tempest-subnet-A-1-1391233609"}} 2018-08-12 20:44:04,112 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.284s 2018-08-12 20:44:04,113 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-52358568"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:44:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afd507f1-d495-46f5-9d7e-1ce634695906'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:44:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","name":"tempest-B-52358568"}} 2018-08-12 20:44:05,341 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 1.227s 2018-08-12 20:44:05,342 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "name": "tempest-subnet-B-1-156063646"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:44:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0dafe10-8e61-4ce6-8ff4-db3de8d7a78c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:04Z","dns_nameservers":[],"updated_at":"2018-08-12T20:44:04Z","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":"01ace95cf526467b9409c6248a7c6876","id":"79563a8f-c3cb-4390-9d06-c8985111f915","subnetpool_id":null,"name":"tempest-subnet-B-1-156063646"}} 2018-08-12 20:44:05,629 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.286s 2018-08-12 20:44:05,630 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-437056432"}} 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-57bcb44a-f390-4195-8d1b-90d782597f36', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57bcb44a-f390-4195-8d1b-90d782597f36'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0xwK1ZTqeYutYrwstUbkSQs5xOO4RG5DOY71vnZ5N0G3OEY3KpI6izlbMoFm+Sy37HP8NP7jSW7M5W4i1khF/zY7Zfo0vqdaO1n30F9G8rcYM+6/sUBq5iAalO+KSeD0qpVWNs0/12SM0DOfJUBBdWmcEhDw94+rP5AQ49F96EKDgyUDfe9zSv6Jv4wVTqbFOsgxQ0cg5R+s/en1UeO2rmaS2Avj3af2LW5UdyvRq6k2V6ljVCuCJZ+HH2UGVmPcyfzFKRqPZkiPokN+yCqXYnxVgvGsAGmf+OlynWik3oPyINRGmD3KZG/WxeKAHgruu/pjSAAO3DXXyjB7rWeH1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtMcCtWU6nmLrWK8LLVG5EkLOcTjuERuQzmO9b52eTdBtzhGN\nyqSOos5WzKBZvkst+xz/DT+40luzOVuItZIRf82O2X6NL6nWjtZ99BfRvK3GDPuv\n7FAauYgGpTvikng9KqVVjbNP9dkjNAznyVAQXVpnBIQ8PePqz+QEOPRfehCg4MlA\n33vc0r+ib+MFU6mxTrIMUNHIOUfrP3p9VHjtq5mktgL492n9i1uVHcr0aupNlepY\n1QrgiWfhx9lBlZj3Mn8xSkaj2ZIj6JDfsgql2J8VYLxrABpn/jpcp1opN6D8iDUR\npg9ymRv1sXigB4K7rv6Y0gADtw118owe61nh9QIDAQABAoIBABth9bgSUFHDfBCf\n2xqPQXBRrEGcNPtkaIfKtdwdTOhOhQNsx0SFrpFcnes68r0PWDSsTLnuCAndGAW9\nJrUSHhJ0yYmKUMqCeFyEgumhXgStcc1vplMuQw4NW6xVqNk021cFWjMvkRIVRO7S\ncZ2dwgzR777QZOufBWdeC4GxCnFLqEAHc+7P4UA6Z7DTfFGjx0q3V7T4vI9pZSb5\naTV7FUTF9KUCE0rScOKifgJaqylq2PZ29/RzLosCexpURjeR+Zlve20jkeDKkLey\nR29LrcEK3pByUT7KwfmGXEJwEBG0AuSzw6wyvMHiJP1wrj9k2lqOtruvGQoHhy7f\n9DLM34ECgYEA4qenqJXvrNkpaHUHDgQcFWIGiwP5ET/Llrr1L2k7RbrJmZPps9cX\n6/tbePdlRYpilceQXxUgzw4p5gmjL89Z1Z2taDOLJvugtpT3nIDXtghN7PAsJPxa\nu6LICiV4StKoW3oj5ekNlfIxh0APochv7uXmkaRjRt4lEST8qR3tiKECgYEAzC7F\nootP/vl3fS2bIXIOKlCBdZWO1+2ZMs2J3ToenQkz2+p0cxVkq2MyTZcMcURHZGyx\ncEL+FIT9TbP2qvXslB9GRkzwe3B142DhNVQ+BkG3ul4GXaje70U791ngXCTcClR6\nU2A1510p837Nf37EkJxmrLp/cwm8cfHQrUDmtNUCgYB3Wo/4P9Rxcf3TKuUnJVTg\nkbkeVV5ADhcYbaUVbVWwF3d37yL++AJ52uhFYAmtP/1AIFHPMCIRxsSbhXGwiIEm\n8xxQpeveAF2WKAXoHRT6n47heWvVoinpawPqC+c3h4zudvgWZs4nqt0X+s0Ahbsj\n017CTQ2WUP6184M1TzQ5YQKBgGx9NZnGN/0chDbI8rJ0rb4iBId7rehhYJMzztrz\nNKzv5NQm4TT82v6NuH6tkXjldKGRdz5U+jfg6c5NnvT7snaJn4de/jA4cwsbwM3b\nMxGT/ZFSwEMnpTyxJsmowaN0Gk6K0GxYpIuIXu/4IixqKPtFfvCsL2fqdmx8tgo4\nf9z5AoGBAKpLcrbxQhRLmKm4cHrFYH3B6xlXYA9QjCIbxmJcfruQUy0xhv3XZt2U\ni8VWm7DSHLkVDb6e4KHcq8MTlH92v8gZu80ZDZ/OKNTumi/xi8u7Gk2+GMUPBeBM\nrm7vyRilk6aCmnM4/ScQG4W25aNIzpTA9FpjQib84HAxqAh/T9+V\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-437056432", "fingerprint": "b3:c6:d4:40:5e:f3:7c:5b:92:35:e1:94:11:0c:88:45"}} 2018-08-12 20:44:06,660 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.026s 2018-08-12 20:44:06,661 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1371923690", "security_groups": ["22e62076-e533-4315-b917-22c8e21f0886"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2953331-7fdc-49b0-98fb-6ff2e439f3e9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:44:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c7397818-42ba-4992-ba71-d264d445c45f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:44:06Z","name":"tempest-port-smoke-1371923690","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e2:cf:f6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"914d407d-e2a5-49fc-a8bf-e766d8a8bd04","ip_address":"10.101.11.10"}],"id":"85f171b6-3422-412f-a2b1-61e1b65ef22f","security_groups":["22e62076-e533-4315-b917-22c8e21f0886"],"device_id":""}} 2018-08-12 20:44:09,981 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 3.318s 2018-08-12 20:44:09,982 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-437056432", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c7397818-42ba-4992-ba71-d264d445c45f", "port": "85f171b6-3422-412f-a2b1-61e1b65ef22f"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-a94f651e-b71c-4dcb-819f-eec8d22fff67', 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94f651e-b71c-4dcb-819f-eec8d22fff67'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "adminPass": "hFfPpA9hvbUG"}} 2018-08-12 20:44:10,317 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.331s 2018-08-12 20:44:10,318 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-eb339edf-5933-4549-999f-7c9f7435fc61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb339edf-5933-4549-999f-7c9f7435fc61'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:11,675 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.341s 2018-08-12 20:44:11,675 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-e6bf1d86-eba3-411d-b3b4-71a37173c10a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6bf1d86-eba3-411d-b3b4-71a37173c10a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:13,059 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.367s 2018-08-12 20:44:13,059 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-87904b8f-314d-45cd-b617-f6b4ed6bb52e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87904b8f-314d-45cd-b617-f6b4ed6bb52e'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:13,073 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2018-08-12 20:44:14,825 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.749s 2018-08-12 20:44:14,825 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-268d5e9d-a5be-44e4-847e-fa2adebbc971', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-268d5e9d-a5be-44e4-847e-fa2adebbc971'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:14,838 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:44:16,445 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.605s 2018-08-12 20:44:16,446 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-56bd0beb-857a-486c-aa2a-c952975c7dbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56bd0beb-857a-486c-aa2a-c952975c7dbd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:18,165 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.705s 2018-08-12 20:44:18,166 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-880b3826-0337-48d6-9319-f3276206ba6f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-880b3826-0337-48d6-9319-f3276206ba6f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:18,179 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:44:18,866 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.686s 2018-08-12 20:44:18,867 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-5f3a4ce9-3f24-41a5-9396-f96125096ee6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5f3a4ce9-3f24-41a5-9396-f96125096ee6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:18,880 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: cc02165e-37b0-421e-91a2-f5672414bb09 with status: ACTIVE 2018-08-12 20:44:19,696 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 0.814s 2018-08-12 20:44:19,697 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1372407631", "security_groups": ["22e62076-e533-4315-b917-22c8e21f0886"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:44:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fabee01e-8f44-4dd8-b2bc-10cc6fafe692'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:44:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:44:19Z","name":"tempest-port-smoke-1372407631","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e3:5b:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"79563a8f-c3cb-4390-9d06-c8985111f915","ip_address":"10.102.21.20"}],"id":"62c740d5-53f1-4e24-9e1f-eaf96719e9aa","security_groups":["22e62076-e533-4315-b917-22c8e21f0886"],"device_id":""}} 2018-08-12 20:44:21,967 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.267s 2018-08-12 20:44:21,968 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-437056432", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "port": "62c740d5-53f1-4e24-9e1f-eaf96719e9aa"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-b594ae15-be43-43aa-ab8c-ef511383d354', 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b594ae15-be43-43aa-ab8c-ef511383d354'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "adminPass": "btE27SwRnZeL"}} 2018-08-12 20:44:22,282 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.309s 2018-08-12 20:44:22,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-a46ab323-bcb4-46fe-aa91-f2b43f4f6fca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a46ab323-bcb4-46fe-aa91-f2b43f4f6fca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:23,524 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.225s 2018-08-12 20:44:23,525 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-827de5d4-1ca5-4427-ad40-e7326f18a6aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-827de5d4-1ca5-4427-ad40-e7326f18a6aa'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:25,269 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.728s 2018-08-12 20:44:25,270 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-05649f82-54bc-4c4f-adda-af5f1d922d55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05649f82-54bc-4c4f-adda-af5f1d922d55'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:25,283 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:44:26,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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.617s 2018-08-12 20:44:26,903 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-624e49b0-dec3-4599-89e5-fc7810e962b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-624e49b0-dec3-4599-89e5-fc7810e962b2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:28,680 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.762s 2018-08-12 20:44:28,680 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-27045a58-f8d9-4e14-9ac3-75ede0654637', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27045a58-f8d9-4e14-9ac3-75ede0654637'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:30,398 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.703s 2018-08-12 20:44:30,399 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-6f4eea9f-1f0c-4d3a-b9b9-df96c96ea196', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f4eea9f-1f0c-4d3a-b9b9-df96c96ea196'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:30,414 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:44:31,132 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.716s 2018-08-12 20:44:31,132 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-bd1a1ebf-8cff-4f24-a703-dc87828770c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd1a1ebf-8cff-4f24-a703-dc87828770c2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:31,146 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 05d6d9c3-b68f-414a-8ac6-cad5bec658c4 with status: ACTIVE 2018-08-12 20:44:31,295 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.148s 2018-08-12 20:44:31,296 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--26935315", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Sun, 12 Aug 2018 20:44:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ce5e1a7-c6d4-43af-84a4-28c511e7cf81'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:31Z", "admin_state_up": true, "updated_at": "2018-08-12T20:44:31Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "db216f29-a5a5-477d-832a-6a290020b1d4", "name": "tempest-router--26935315"}} 2018-08-12 20:44:32,728 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/db216f29-a5a5-477d-832a-6a290020b1d4 1.431s 2018-08-12 20:44:32,729 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4', u'date': 'Sun, 12 Aug 2018 20:44:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa499391-a6d4-4d3e-b0da-f4c475a85a23'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:31Z", "admin_state_up": true, "updated_at": "2018-08-12T20:44:32Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "db216f29-a5a5-477d-832a-6a290020b1d4", "name": "tempest-router--26935315"}} 2018-08-12 20:44:34,797 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/db216f29-a5a5-477d-832a-6a290020b1d4/add_router_interface 2.067s 2018-08-12 20:44:34,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:44:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63bb4885-2568-45bc-b519-99cfbd5add19'} Body: {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04", "subnet_ids": ["914d407d-e2a5-49fc-a8bf-e766d8a8bd04"], "port_id": "438c53f8-3592-4205-afc0-d2bacf1bb174", "id": "db216f29-a5a5-477d-832a-6a290020b1d4"} 2018-08-12 20:44:37,110 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.311s 2018-08-12 20:44:37,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "85f171b6-3422-412f-a2b1-61e1b65ef22f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1747c1d8-9f4c-4fb5-b760-04bfbe581de1'} Body: {"floatingip": {"router_id": "db216f29-a5a5-477d-832a-6a290020b1d4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:44:35Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "85f171b6-3422-412f-a2b1-61e1b65ef22f", "id": "5a7b630f-86f7-4964-a306-4dc1317b3647", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:35Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:44:37,229 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.116s 2018-08-12 20:44:37,230 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4976b779-f84c-4d56-8b9b-4bd30f68eb42'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688"}} 2018-08-12 20:44:37,701 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations 0.470s 2018-08-12 20:44:37,702 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations', u'date': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37b6eb97-2626-453f-a7fa-3a445b6e302b'} Body: {"network_association": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "id": "412b7409-5c8a-421f-960c-8ea014095a1d"}} 2018-08-12 20:44:37,704 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:45,719 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:45,783 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:44:45,784 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:45,899 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-12 20:44:45,899 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:45,901 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:45,961 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:44:45,966 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:50,973 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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-12 20:44:50,974 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-12 20:44:50,974 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075324 seconds 2018-08-12 20:44:51,307 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations 0.332s 2018-08-12 20:44:51,307 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations', u'date': 'Sun, 12 Aug 2018 20:44:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e0846eab-b2dc-43c6-9f89-2832364cda4d'} Body: {"network_association": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "id": "45d46d84-b364-4a56-85e2-0d3819203c49"}} 2018-08-12 20:44:51,308 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:51,310 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:51,375 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:44:51,407 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:51,521 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-12 20:44:51,522 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:51,525 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:51,585 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:44:51,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:56,596 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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-12 20:44:56,597 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-12 20:44:56,598 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.076447 seconds 2018-08-12 20:44:56,598 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688 2018-08-12 20:44:56,962 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688 0.363s 2018-08-12 20:44:56,963 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688', u'date': 'Sun, 12 Aug 2018 20:44:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebb31212-d011-437b-bcb1-4605a54189af'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-12 20:44:58,119 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/5a7b630f-86f7-4964-a306-4dc1317b3647 1.153s 2018-08-12 20:44:58,119 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5a7b630f-86f7-4964-a306-4dc1317b3647', u'date': 'Sun, 12 Aug 2018 20:44:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eb933297-3271-4d77-be2c-1b35c119fefc'} Body: 2018-08-12 20:44:59,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/remove_router_interface 1.794s 2018-08-12 20:44:59,916 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:44:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffea7a67-cd74-4827-98ff-c52282c2e794'} Body: {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04", "subnet_ids": ["914d407d-e2a5-49fc-a8bf-e766d8a8bd04"], "port_id": "438c53f8-3592-4205-afc0-d2bacf1bb174", "id": "db216f29-a5a5-477d-832a-6a290020b1d4"} 2018-08-12 20:45:01,439 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4 1.522s 2018-08-12 20:45:01,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-367999f8-130e-4b70-81bd-6ce7caed307a'} Body: 2018-08-12 20:45:01,635 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.195s 2018-08-12 20:45:01,636 63 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-f9f7daca-dd02-4b7d-a46d-15f73eaef218', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f9f7daca-dd02-4b7d-a46d-15f73eaef218'} Body: 2018-08-12 20:45:02,288 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.651s 2018-08-12 20:45:02,289 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-37098479-a4fb-4752-b9d7-8c4320ce3049', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37098479-a4fb-4752-b9d7-8c4320ce3049'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:01Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:03,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.047s 2018-08-12 20:45:03,353 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-76718db3-c681-4d10-ae1b-98d9606d5d2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-76718db3-c681-4d10-ae1b-98d9606d5d2f'} Body: {"itemNotFound": {"message": "Instance 05d6d9c3-b68f-414a-8ac6-cad5bec658c4 could not be found.", "code": 404}} 2018-08-12 20:45:03,952 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/62c740d5-53f1-4e24-9e1f-eaf96719e9aa 0.598s 2018-08-12 20:45:03,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/62c740d5-53f1-4e24-9e1f-eaf96719e9aa', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81052282-194b-4460-ae49-f8042d85ec2c'} Body: 2018-08-12 20:45:04,126 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.173s 2018-08-12 20:45:04,127 63 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-bd7441d4-3d85-4cf7-b34e-306f5cadc3b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd7441d4-3d85-4cf7-b34e-306f5cadc3b8'} Body: 2018-08-12 20:45:04,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.686s 2018-08-12 20:45:04,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': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-68376967-2e07-4ec6-b288-c6f1eb3db25a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68376967-2e07-4ec6-b288-c6f1eb3db25a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:04Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:05,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.042s 2018-08-12 20:45:05,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-2f83bcf1-59c6-4ace-9da0-76748b9261cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2f83bcf1-59c6-4ace-9da0-76748b9261cc'} Body: {"itemNotFound": {"message": "Instance cc02165e-37b0-421e-91a2-f5672414bb09 could not be found.", "code": 404}} 2018-08-12 20:45:06,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/85f171b6-3422-412f-a2b1-61e1b65ef22f 0.604s 2018-08-12 20:45:06,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/85f171b6-3422-412f-a2b1-61e1b65ef22f', u'date': 'Sun, 12 Aug 2018 20:45:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-42c1bdd0-bf50-4297-9ed8-23798d0d4da1'} Body: 2018-08-12 20:45:06,529 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-437056432 0.049s 2018-08-12 20:45:06,530 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-437056432', u'x-compute-request-id': 'req-0f47523b-7a14-44da-8b03-f62c97734c4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f47523b-7a14-44da-8b03-f62c97734c4b'} Body: 2018-08-12 20:45:08,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/79563a8f-c3cb-4390-9d06-c8985111f915 2.395s 2018-08-12 20:45:08,926 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/79563a8f-c3cb-4390-9d06-c8985111f915', u'date': 'Sun, 12 Aug 2018 20:45:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-094cc954-d61a-458f-b10d-daaa77be2c14'} Body: 2018-08-12 20:45:10,928 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/726c8abd-4a47-4ebb-a8ec-31a346a7f3d1 2.001s 2018-08-12 20:45:10,929 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/726c8abd-4a47-4ebb-a8ec-31a346a7f3d1', u'date': 'Sun, 12 Aug 2018 20:45:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-521e2735-5cf1-4c36-8116-1f1783af702f'} Body: 2018-08-12 20:45:13,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/914d407d-e2a5-49fc-a8bf-e766d8a8bd04 2.456s 2018-08-12 20:45:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/914d407d-e2a5-49fc-a8bf-e766d8a8bd04', u'date': 'Sun, 12 Aug 2018 20:45:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1d3c9b80-4a14-4a77-857e-63079e6c53a4'} Body: 2018-08-12 20:45:15,322 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c7397818-42ba-4992-ba71-d264d445c45f 1.934s 2018-08-12 20:45:15,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/c7397818-42ba-4992-ba71-d264d445c45f', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f5444a1b-7d18-40f0-a088-945abefd3b8d'} Body: 2018-08-12 20:45:15,609 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/22e62076-e533-4315-b917-22c8e21f0886 0.285s 2018-08-12 20:45:15,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/22e62076-e533-4315-b917-22c8e21f0886', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a202b03e-7bc1-4d5d-9294-8002b23590b3'} Body: 2018-08-12 20:45:15.900 63 INFO tempest.lib.common.rest_client [req-181a622c-8d6e-473a-8dfa-8d37220961e3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.266s 2018-08-12 20:45:15.901 63 DEBUG tempest.lib.common.rest_client [req-181a622c-8d6e-473a-8dfa-8d37220961e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-739545795 description", "name": "tempest-secgroup-smoke-739545795"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-181a622c-8d6e-473a-8dfa-8d37220961e3'} Body: {"security_group": {"description": "tempest-secgroup-smoke-739545795 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:15Z", "updated_at": "2018-08-12T20:45:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:45:15Z", "revision_number": 0, "id": "2727dfb7-5b68-4dc3-bb10-23935a4124fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:45:15Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:45:15Z", "revision_number": 0, "id": "bb62df70-5961-4731-a16d-6a584c9a0124", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:45:15Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "name": "tempest-secgroup-smoke-739545795"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:16.164 63 INFO tempest.lib.common.rest_client [req-ab01ea6f-f9ba-4845-9ad9-c9eef37e991a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.262s 2018-08-12 20:45:16.165 63 DEBUG tempest.lib.common.rest_client [req-ab01ea6f-f9ba-4845-9ad9-c9eef37e991a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab01ea6f-f9ba-4845-9ad9-c9eef37e991a'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d62e896c-4c1c-48b5-aecf-f754c02edd9c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:16.378 63 INFO tempest.lib.common.rest_client [req-83b30b53-c8ef-41e3-bd45-f9bcabf3edb5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.213s 2018-08-12 20:45:16.379 63 DEBUG tempest.lib.common.rest_client [req-83b30b53-c8ef-41e3-bd45-f9bcabf3edb5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83b30b53-c8ef-41e3-bd45-f9bcabf3edb5'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "33d8262c-f308-4183-ac6b-7e580ed74d72"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:16.613 63 INFO tempest.lib.common.rest_client [req-c5860e58-1d66-4fa1-bee8-1363c59011df ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 20:45:16.613 63 DEBUG tempest.lib.common.rest_client [req-c5860e58-1d66-4fa1-bee8-1363c59011df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5860e58-1d66-4fa1-bee8-1363c59011df'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d2a2aaa2-d5a5-435c-8c6e-d98826dc0271"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:16.876 63 INFO tempest.lib.common.rest_client [req-b8831265-465f-40d6-8071-6ba91181718a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.262s 2018-08-12 20:45:16.877 63 DEBUG tempest.lib.common.rest_client [req-b8831265-465f-40d6-8071-6ba91181718a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8831265-465f-40d6-8071-6ba91181718a'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "41be0026-8571-447c-8755-32cc0cbab887"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:17.133 63 INFO tempest.lib.common.rest_client [req-742829a4-15c1-4576-b406-f61d3e2e1d1a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.255s 2018-08-12 20:45:17.133 63 DEBUG tempest.lib.common.rest_client [req-742829a4-15c1-4576-b406-f61d3e2e1d1a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742829a4-15c1-4576-b406-f61d3e2e1d1a'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "347a3dc0-7d75-4ff5-aea4-599be31c7544"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:17.331 63 INFO tempest.lib.common.rest_client [req-d3a666c1-926b-4004-a382-ac9c099ccaf8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.196s 2018-08-12 20:45:17.331 63 DEBUG tempest.lib.common.rest_client [req-d3a666c1-926b-4004-a382-ac9c099ccaf8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3a666c1-926b-4004-a382-ac9c099ccaf8'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a9361684-fd33-4608-a1ea-12e9480ba758"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:17.511 63 INFO tempest.lib.common.rest_client [req-1ebab3fc-3e0f-4504-8503-2ad56812c493 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-12 20:45:17.512 63 DEBUG tempest.lib.common.rest_client [req-1ebab3fc-3e0f-4504-8503-2ad56812c493 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ebab3fc-3e0f-4504-8503-2ad56812c493'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "484b1e86-09d8-4e3b-ba7d-47b83be372b0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:17.762 63 INFO tempest.lib.common.rest_client [req-703c1a61-8342-49be-b85d-b071ec36f204 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.248s 2018-08-12 20:45:17.762 63 DEBUG tempest.lib.common.rest_client [req-703c1a61-8342-49be-b85d-b071ec36f204 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-703c1a61-8342-49be-b85d-b071ec36f204'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "62de0f0f-07dd-4140-9a27-2eabe6ed2a64"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:18.096 63 INFO tempest.lib.common.rest_client [req-135fce5e-58d4-4f0e-b32d-566c97c84a78 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/networks 0.332s 2018-08-12 20:45:18.096 63 DEBUG tempest.lib.common.rest_client [req-135fce5e-58d4-4f0e-b32d-566c97c84a78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-443995409"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:45:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-135fce5e-58d4-4f0e-b32d-566c97c84a78'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:45:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","name":"tempest-A-443995409"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:18.857 63 INFO tempest.lib.common.rest_client [req-cff12df9-7aad-4058-be2e-32211b181c6d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.758s 2018-08-12 20:45:18.857 63 DEBUG tempest.lib.common.rest_client [req-cff12df9-7aad-4058-be2e-32211b181c6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "name": "tempest-subnet-A-1-1384769265"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:45:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cff12df9-7aad-4058-be2e-32211b181c6d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:18Z","dns_nameservers":[],"updated_at":"2018-08-12T20:45: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":"01ace95cf526467b9409c6248a7c6876","id":"5a84d47d-a14a-4a11-ae83-dabb081274bf","subnetpool_id":null,"name":"tempest-subnet-A-1-1384769265"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:19.114 63 INFO tempest.lib.common.rest_client [req-b86e79db-5e30-4d46-afbf-29aa774fc8ed ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/networks 0.255s 2018-08-12 20:45:19.115 63 DEBUG tempest.lib.common.rest_client [req-b86e79db-5e30-4d46-afbf-29aa774fc8ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1314847535"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b86e79db-5e30-4d46-afbf-29aa774fc8ed'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:45:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"3b856cea-c017-4157-806a-59e52e5d26bd","name":"tempest-B-1314847535"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:19.838 63 INFO tempest.lib.common.rest_client [req-ae6331ca-d3b3-4ee8-996e-3214837fb97c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.722s 2018-08-12 20:45:19.839 63 DEBUG tempest.lib.common.rest_client [req-ae6331ca-d3b3-4ee8-996e-3214837fb97c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "name": "tempest-subnet-B-1-802702762"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae6331ca-d3b3-4ee8-996e-3214837fb97c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b856cea-c017-4157-806a-59e52e5d26bd","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:19Z","dns_nameservers":[],"updated_at":"2018-08-12T20:45:19Z","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":"01ace95cf526467b9409c6248a7c6876","id":"24653b36-6dc5-40a4-89c1-f7892ef63885","subnetpool_id":null,"name":"tempest-subnet-B-1-802702762"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:20.013 63 INFO tempest.lib.common.rest_client [req-51d118a4-ba1f-45c8-92b5-8dd00a6fc3ff ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.173s 2018-08-12 20:45:20.014 63 DEBUG tempest.lib.common.rest_client [req-51d118a4-ba1f-45c8-92b5-8dd00a6fc3ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-938780101"}} 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-51d118a4-ba1f-45c8-92b5-8dd00a6fc3ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51d118a4-ba1f-45c8-92b5-8dd00a6fc3ff'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp/dRaD3O5b4csA24LDq1l7cKBl53XrLpNa2f+Y+7FCa7hHrRZZak/Wd0ATO/CO4CB7ZdegXwfZ3NAOIV39c1tclw63itZCfOBDjcrlzFYVlk9IWTE3NqB27qL3zDqZCEMNjtkdz9+mdcfosh4h/68/YuGjUAQjSMXiOZiIFjGf9m6oTqU+BaOV/dv2zrpN0lcSEmbQ+LM3h+IaHlsd2d+JPRXaBD427N2F8/75QyVvJFVWIwTEOxdrvlMD8wxJmNgWHgDVdPLOmrBI5KZjHbPWZZOlYRz5eqbIKdyVi5I5NugrVe90eLEnfvaz2RPZduNWBiMbAO8MWxsEze0Xl3p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAqf3UWg9zuW+HLANuCw6tZe3CgZed16y6TWtn/mPuxQmu4R60\nWWWpP1ndAEzvwjuAge2XXoF8H2dzQDiFd/XNbXJcOt4rWQnzgQ43K5cxWFZZPSFk\nxNzagdu6i98w6mQhDDY7ZHc/fpnXH6LIeIf+vP2Lho1AEI0jF4jmYiBYxn/ZuqE6\nlPgWjlf3b9s66TdJXEhJm0PizN4fiGh5bHdnfiT0V2gQ+NuzdhfP++UMlbyRVViM\nExDsXa75TA/MMSZjYFh4A1XTyzpqwSOSmYx2z1mWTpWEc+XqmyCnclYuSOTboK1X\nvdHixJ372s9kT2XbjVgYjGwDvDFsbBM3tF5d6QIDAQABAoIBAGvNTdKDRBdP8//k\neO/IMgyW2CfI18+DeW5Jc9yu0SfheSbIiwS6ZLeJLI7ZO58IjvlWjAzhvq5Hs54B\nehrWJZ2HzZeDdyfzGJo6QqCBNEjaEaOjvrzddjCuAMJdGy85qn+NEOMogHqv4u3s\nFIfjbpe5jrcYco1Mg/mT1s5ZxxKxzvDF9VmbWazd7F+1fkM0RwQOw++jOxELxWef\npGnfRz+GHtY+kM08M0jFYLui/quwQZrgQ7IhEfRQ17Bm4S8Z3sc99IVxAgvFJgUt\nZknDY6wZi472qvNAqoy9HHDVtmwqbsJFwRM4w2RkZdfYV+c3GcdvOZMNz0Q7oh9F\nk2WdeKUCgYEA0h57sdEFEjw1tmvE4sgsnreU4a3v0k9rjSlsXjjYN/0dk6YAfroG\n0XC+gAUspLyoH6soMuXmZqEEoAPMr6dx90i4+HGxHouSY/ppQFOsi0J0iX+ZHw2l\n/KUcQ4ROhj2MP+Dphc/RhSTNUENW9cIedUYpKKPu2TSZqvGALg6dK8MCgYEAzxw+\nIo+/k35kpaRMwi5eJYUCyovYXmUsaTEIontzeFFv9BpQEN0j1W5JSCv3PPEm8IV4\n39XsNHuodS19Kx+/JAYmW8dxxWaKdJaGtQEnXnk7XFnKpTas2FzlsI/d6T0OHt1V\nh6amPZMm+KWkf9N/oXf9/iQt8GnS72r3vk1EMOMCgYAqxQGwpDdACvlz9GPTNaO/\neubXOSyDxp7B0Ri55SA95UvL7hJTuVIB980PCf6YWb5vE8vO8HUBluz2FU/owVC1\nYRwllh7TdN2LdEFQUrfgcNp/0nU8mO6cio9CPwAs2wJdTk66ah7f1ynjmJFu3OCO\nRoXCO/w2Qjq1TQsmVNsxOQKBgD0NT0ey5j9dV9/4QeRP9NLMldkNRlf1LRVJLglv\nqMdEAmOLyiRee+yzmQicZUJiuB7YyZv6HKoP9cWtBiPLNPYyleYiMeiF5LSfltAO\nqgNQa246zeDL8EHLiK32iuzxYZM5nbfiKUkncqqDca14tDvt+kKLebtQBq0q9CL1\n9e8PAoGANYdVkrkNB/2bSLwPsNnx33FmzaGG8it1qRDnD/2pGxcofSOwA+1rWCA1\nGp0p6AbHmGIapYTq6IYqLK7moTIac+HCiUmeyHhjc1VCxbFN7gNiUrygjtFpJTov\nbx52Nt67yk+bWOOy/I1X8j+CQKxmY/t8+cEbNPvW17y8VaqwHCw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-938780101", "fingerprint": "31:08:a2:a0:5a:3e:a5:91:c3:00:84:e3:af:fb:9a:a1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:20.953 63 INFO tempest.lib.common.rest_client [req-92f35281-e49e-4218-80bf-e7694fe4b4dd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/ports 0.935s 2018-08-12 20:45:20.954 63 DEBUG tempest.lib.common.rest_client [req-92f35281-e49e-4218-80bf-e7694fe4b4dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2011707255", "security_groups": ["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:45:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92f35281-e49e-4218-80bf-e7694fe4b4dd'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:45:20Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:45:20Z","name":"tempest-port-smoke-2011707255","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a8:8f:33","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"5a84d47d-a14a-4a11-ae83-dabb081274bf","ip_address":"10.101.11.10"}],"id":"917cee5c-3f90-4646-ad93-a8f20d38010b","security_groups":["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:24.662 63 INFO tempest.lib.common.rest_client [req-9783a57a-7b5e-449d-b5d3-095f3560fe3c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.23:8774/v2.1/servers 3.707s 2018-08-12 20:45:24.662 63 DEBUG tempest.lib.common.rest_client [req-9783a57a-7b5e-449d-b5d3-095f3560fe3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-938780101", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "port": "917cee5c-3f90-4646-ad93-a8f20d38010b"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9783a57a-7b5e-449d-b5d3-095f3560fe3c', 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9783a57a-7b5e-449d-b5d3-095f3560fe3c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "adminPass": "NTN3SHt2bwFM"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:24.954 63 INFO tempest.lib.common.rest_client [req-e7b01c01-0b92-4cd6-aafb-bd0cbeda82ba ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.288s 2018-08-12 20:45:24.955 63 DEBUG tempest.lib.common.rest_client [req-e7b01c01-0b92-4cd6-aafb-bd0cbeda82ba ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e7b01c01-0b92-4cd6-aafb-bd0cbeda82ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7b01c01-0b92-4cd6-aafb-bd0cbeda82ba'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:26.282 63 INFO tempest.lib.common.rest_client [req-790b5093-21f8-41bc-93b9-b4c21dac1e57 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.312s 2018-08-12 20:45:26.282 63 DEBUG tempest.lib.common.rest_client [req-790b5093-21f8-41bc-93b9-b4c21dac1e57 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-790b5093-21f8-41bc-93b9-b4c21dac1e57', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-790b5093-21f8-41bc-93b9-b4c21dac1e57'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:27.918 63 INFO tempest.lib.common.rest_client [req-3a97695e-b9c7-4110-a646-fc8621fb9712 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.621s 2018-08-12 20:45:27.919 63 DEBUG tempest.lib.common.rest_client [req-3a97695e-b9c7-4110-a646-fc8621fb9712 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-3a97695e-b9c7-4110-a646-fc8621fb9712', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a97695e-b9c7-4110-a646-fc8621fb9712'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:27.933 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:45:29.680 63 INFO tempest.lib.common.rest_client [req-51d5ae72-2c62-475c-aae6-cf839b996d08 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.744s 2018-08-12 20:45:29.681 63 DEBUG tempest.lib.common.rest_client [req-51d5ae72-2c62-475c-aae6-cf839b996d08 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-51d5ae72-2c62-475c-aae6-cf839b996d08', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51d5ae72-2c62-475c-aae6-cf839b996d08'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:31.387 63 INFO tempest.lib.common.rest_client [req-978b6608-e16d-410e-9e4e-0ed755a22056 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.692s 2018-08-12 20:45:31.387 63 DEBUG tempest.lib.common.rest_client [req-978b6608-e16d-410e-9e4e-0ed755a22056 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-978b6608-e16d-410e-9e4e-0ed755a22056', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-978b6608-e16d-410e-9e4e-0ed755a22056'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:33.188 63 INFO tempest.lib.common.rest_client [req-6ff13b35-74a3-4d8b-8d3e-120dabd8d6e0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.785s 2018-08-12 20:45:33.189 63 DEBUG tempest.lib.common.rest_client [req-6ff13b35-74a3-4d8b-8d3e-120dabd8d6e0 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-6ff13b35-74a3-4d8b-8d3e-120dabd8d6e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ff13b35-74a3-4d8b-8d3e-120dabd8d6e0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:33.204 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:45:33.916 63 INFO tempest.lib.common.rest_client [req-e627c9f9-1ee2-4588-ac60-2bc28e139a90 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.711s 2018-08-12 20:45:33.917 63 DEBUG tempest.lib.common.rest_client [req-e627c9f9-1ee2-4588-ac60-2bc28e139a90 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e627c9f9-1ee2-4588-ac60-2bc28e139a90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e627c9f9-1ee2-4588-ac60-2bc28e139a90'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:33.932 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 47e0329e-5d49-47d5-81d7-5607c9105ad9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:45:35.060 63 INFO tempest.lib.common.rest_client [req-52ba3a70-8363-49cf-9559-01b129240045 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/ports 1.127s 2018-08-12 20:45:35.061 63 DEBUG tempest.lib.common.rest_client [req-52ba3a70-8363-49cf-9559-01b129240045 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-979967034", "security_groups": ["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52ba3a70-8363-49cf-9559-01b129240045'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:45:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3b856cea-c017-4157-806a-59e52e5d26bd","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:45:34Z","name":"tempest-port-smoke-979967034","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:45:50:28","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"24653b36-6dc5-40a4-89c1-f7892ef63885","ip_address":"10.102.21.20"}],"id":"42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2","security_groups":["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:37.340 63 INFO tempest.lib.common.rest_client [req-e162f82f-f78c-4e1c-a130-bfa7e482580e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.23:8774/v2.1/servers 2.277s 2018-08-12 20:45:37.341 63 DEBUG tempest.lib.common.rest_client [req-e162f82f-f78c-4e1c-a130-bfa7e482580e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-938780101", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3b856cea-c017-4157-806a-59e52e5d26bd", "port": "42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e162f82f-f78c-4e1c-a130-bfa7e482580e', 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e162f82f-f78c-4e1c-a130-bfa7e482580e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ba24c472-012e-4d6a-b440-888d655a2714", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "adminPass": "d6vBm5TwR8mz"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:37.667 63 INFO tempest.lib.common.rest_client [req-456641f2-3708-42cd-b8b5-58e553a2ae6b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.322s 2018-08-12 20:45:37.668 63 DEBUG tempest.lib.common.rest_client [req-456641f2-3708-42cd-b8b5-58e553a2ae6b ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-456641f2-3708-42cd-b8b5-58e553a2ae6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456641f2-3708-42cd-b8b5-58e553a2ae6b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:39.002 63 INFO tempest.lib.common.rest_client [req-8b784f96-2ab1-487d-b4c1-b9df33bd3377 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.319s 2018-08-12 20:45:39.003 63 DEBUG tempest.lib.common.rest_client [req-8b784f96-2ab1-487d-b4c1-b9df33bd3377 ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-8b784f96-2ab1-487d-b4c1-b9df33bd3377', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b784f96-2ab1-487d-b4c1-b9df33bd3377'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:40.372 63 INFO tempest.lib.common.rest_client [req-b606e755-a308-401f-be42-d28e155afad6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.354s 2018-08-12 20:45:40.373 63 DEBUG tempest.lib.common.rest_client [req-b606e755-a308-401f-be42-d28e155afad6 ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-b606e755-a308-401f-be42-d28e155afad6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b606e755-a308-401f-be42-d28e155afad6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:39Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:40.386 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:45:41.736 63 INFO tempest.lib.common.rest_client [req-9dd5af29-08ef-4a12-bedb-a17e3570eafe ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.349s 2018-08-12 20:45:41.737 63 DEBUG tempest.lib.common.rest_client [req-9dd5af29-08ef-4a12-bedb-a17e3570eafe ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-9dd5af29-08ef-4a12-bedb-a17e3570eafe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dd5af29-08ef-4a12-bedb-a17e3570eafe'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:41.751 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-12 20:45:43.626 63 INFO tempest.lib.common.rest_client [req-c8260464-b9e3-4b32-8c7b-29d0f5ed4439 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.873s 2018-08-12 20:45:43.627 63 DEBUG tempest.lib.common.rest_client [req-c8260464-b9e3-4b32-8c7b-29d0f5ed4439 ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-c8260464-b9e3-4b32-8c7b-29d0f5ed4439', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8260464-b9e3-4b32-8c7b-29d0f5ed4439'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:43.640 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:45:45.005 63 INFO tempest.lib.common.rest_client [req-c8473090-1cb4-4b41-b6a7-85a6db6e2305 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.363s 2018-08-12 20:45:45.006 63 DEBUG tempest.lib.common.rest_client [req-c8473090-1cb4-4b41-b6a7-85a6db6e2305 ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-c8473090-1cb4-4b41-b6a7-85a6db6e2305', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8473090-1cb4-4b41-b6a7-85a6db6e2305'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:46.972 63 INFO tempest.lib.common.rest_client [req-95e3a393-5c5e-4833-be33-a3bf8f9e4dad ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.952s 2018-08-12 20:45:46.973 63 DEBUG tempest.lib.common.rest_client [req-95e3a393-5c5e-4833-be33-a3bf8f9e4dad ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-95e3a393-5c5e-4833-be33-a3bf8f9e4dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-95e3a393-5c5e-4833-be33-a3bf8f9e4dad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:48.842 63 INFO tempest.lib.common.rest_client [req-5e6a8f63-2f79-4d21-b6ba-d8643f5b6210 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.854s 2018-08-12 20:45:48.843 63 DEBUG tempest.lib.common.rest_client [req-5e6a8f63-2f79-4d21-b6ba-d8643f5b6210 ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-5e6a8f63-2f79-4d21-b6ba-d8643f5b6210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e6a8f63-2f79-4d21-b6ba-d8643f5b6210'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:48.857 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:45:49.561 63 INFO tempest.lib.common.rest_client [req-49a478eb-4a02-4c08-99b5-5fb6f1d5f48f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.702s 2018-08-12 20:45:49.562 63 DEBUG tempest.lib.common.rest_client [req-49a478eb-4a02-4c08-99b5-5fb6f1d5f48f ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-49a478eb-4a02-4c08-99b5-5fb6f1d5f48f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49a478eb-4a02-4c08-99b5-5fb6f1d5f48f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:49.575 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: ba24c472-012e-4d6a-b440-888d655a2714 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:45:49.911 63 INFO tempest.lib.common.rest_client [req-8b6b2ab3-5380-4420-913b-7858fceb2635 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.335s 2018-08-12 20:45:49.912 63 DEBUG tempest.lib.common.rest_client [req-8b6b2ab3-5380-4420-913b-7858fceb2635 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:45:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b6b2ab3-5380-4420-913b-7858fceb2635'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ba822562-bad0-413a-a84e-25f5d8bdc058"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:50.324 63 INFO tempest.lib.common.rest_client [req-27aedcee-66e2-48dd-9b96-f4c7c0548a05 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations 0.411s 2018-08-12 20:45:50.325 63 DEBUG tempest.lib.common.rest_client [req-27aedcee-66e2-48dd-9b96-f4c7c0548a05 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations', u'date': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27aedcee-66e2-48dd-9b96-f4c7c0548a05'} Body: {"network_association": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "id": "092af57b-49f7-4129-9273-2d966fe5115a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:50.701 63 INFO tempest.lib.common.rest_client [req-c6167aed-f41c-43e0-932c-4c3eaa9cb649 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations 0.375s 2018-08-12 20:45:50.701 63 DEBUG tempest.lib.common.rest_client [req-c6167aed-f41c-43e0-932c-4c3eaa9cb649 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations', u'date': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6167aed-f41c-43e0-932c-4c3eaa9cb649'} Body: {"network_association": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "id": "3249d099-cd71-400e-b22c-1e348d3b5d4c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:50.702 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-12 20:45:50.884 63 INFO tempest.lib.common.rest_client [req-0a72cb20-2c88-4843-919f-c838fa393dcd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/routers 0.182s 2018-08-12 20:45:50.885 63 DEBUG tempest.lib.common.rest_client [req-0a72cb20-2c88-4843-919f-c838fa393dcd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1961785793", "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': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a72cb20-2c88-4843-919f-c838fa393dcd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:50Z", "admin_state_up": true, "updated_at": "2018-08-12T20:45:50Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "name": "tempest-router--1961785793"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:52.464 63 INFO tempest.lib.common.rest_client [req-e29ce961-a114-46ee-b9f4-d235e416972f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4 1.578s 2018-08-12 20:45:52.465 63 DEBUG tempest.lib.common.rest_client [req-e29ce961-a114-46ee-b9f4-d235e416972f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4', u'date': 'Sun, 12 Aug 2018 20:45:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e29ce961-a114-46ee-b9f4-d235e416972f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:50Z", "admin_state_up": true, "updated_at": "2018-08-12T20:45:52Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "name": "tempest-router--1961785793"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:54.928 63 INFO tempest.lib.common.rest_client [req-d7176131-10aa-41eb-bc18-c530523a83a6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/add_router_interface 2.462s 2018-08-12 20:45:54.928 63 DEBUG tempest.lib.common.rest_client [req-d7176131-10aa-41eb-bc18-c530523a83a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:45:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7176131-10aa-41eb-bc18-c530523a83a6'} Body: {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf", "subnet_ids": ["5a84d47d-a14a-4a11-ae83-dabb081274bf"], "port_id": "7bc11173-ebd8-4d26-894a-d0c43eb27334", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:56.802 63 INFO tempest.lib.common.rest_client [req-80b22461-af5a-44af-8f4e-6a8e22ab2ef7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.873s 2018-08-12 20:45:56.803 63 DEBUG tempest.lib.common.rest_client [req-80b22461-af5a-44af-8f4e-6a8e22ab2ef7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "917cee5c-3f90-4646-ad93-a8f20d38010b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:45:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80b22461-af5a-44af-8f4e-6a8e22ab2ef7'} Body: {"floatingip": {"router_id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:45:55Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "917cee5c-3f90-4646-ad93-a8f20d38010b", "id": "e9052cf6-a81f-42d5-812b-49d8be094a4b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:55Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:45:56.804 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:46:12.840 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:46:12.943 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:46:12.968 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:46:13.082 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-12 20:46:13.083 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:46:13.085 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:46:13.145 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:46:13.150 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:46:18.157 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:46:18.158 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:47:28.214 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-12 20:47:28.214 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:47:28.218 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:47:28.280 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:47:28.282 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:47:33.290 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:47:33.291 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:48:43.337 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-12 20:48:43.338 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-12 20:48:43.338 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43.343 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43.443 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:48:43.471 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43.477 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:48:43.477 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:85:94:45 [ether] on eth0 2018-08-12 20:48:43.478 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-12 20:48:43.478 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43.480 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43.543 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:48:43.545 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43.552 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 20:48:43.553 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-12 20:48:43.553 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43.555 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43.615 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:48:43.620 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43.626 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-12 20:48:43.627 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43.629 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43.692 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:48:43.695 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43.700 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:48:43.701 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:85:94:45 [ether] on eth0 2018-08-12 20:48:43.701 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-12 20:48:43.702 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43.704 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43.763 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:48:43.768 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:48.775 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:48:48.775 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:49:58.834 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-12 20:49:58.835 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:49:58.840 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:49:58.940 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:49:58.968 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:50:03.976 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:50:03.976 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:51:14.042 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-12 20:51:14.042 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.200: 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:51:15.539 63 INFO tempest.lib.common.rest_client [req-a3c82d32-e765-4d78-9cbe-1c44abc6840f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e9052cf6-a81f-42d5-812b-49d8be094a4b 1.494s 2018-08-12 20:51:15.540 63 DEBUG tempest.lib.common.rest_client [req-a3c82d32-e765-4d78-9cbe-1c44abc6840f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e9052cf6-a81f-42d5-812b-49d8be094a4b', u'date': 'Sun, 12 Aug 2018 20:51:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3c82d32-e765-4d78-9cbe-1c44abc6840f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:17.844 63 INFO tempest.lib.common.rest_client [req-1cb147bf-0a31-4738-a5eb-0c9ffcb9d29a ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/remove_router_interface 2.304s 2018-08-12 20:51:17.845 63 DEBUG tempest.lib.common.rest_client [req-1cb147bf-0a31-4738-a5eb-0c9ffcb9d29a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:51:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1cb147bf-0a31-4738-a5eb-0c9ffcb9d29a'} Body: {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf", "subnet_ids": ["5a84d47d-a14a-4a11-ae83-dabb081274bf"], "port_id": "7bc11173-ebd8-4d26-894a-d0c43eb27334", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:19.670 63 INFO tempest.lib.common.rest_client [req-f72a42ab-6c6d-4ff2-86e1-46e5c580a018 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4 1.824s 2018-08-12 20:51:19.671 63 DEBUG tempest.lib.common.rest_client [req-f72a42ab-6c6d-4ff2-86e1-46e5c580a018 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/66315ddb-eb20-4dee-869b-aeb19665c5b4', u'date': 'Sun, 12 Aug 2018 20:51:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f72a42ab-6c6d-4ff2-86e1-46e5c580a018'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:20.096 63 INFO tempest.lib.common.rest_client [req-8c2eb280-08ae-465b-acf0-8ace6bda3937 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.424s 2018-08-12 20:51:20.096 63 DEBUG tempest.lib.common.rest_client [req-8c2eb280-08ae-465b-acf0-8ace6bda3937 ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-8c2eb280-08ae-465b-acf0-8ace6bda3937', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c2eb280-08ae-465b-acf0-8ace6bda3937'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:21.262 63 INFO tempest.lib.common.rest_client [req-27f69034-61f6-4921-9e4e-74da7f473634 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 1.165s 2018-08-12 20:51:21.263 63 DEBUG tempest.lib.common.rest_client [req-27f69034-61f6-4921-9e4e-74da7f473634 ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-27f69034-61f6-4921-9e4e-74da7f473634', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27f69034-61f6-4921-9e4e-74da7f473634'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:22.456 63 INFO tempest.lib.common.rest_client [req-d86fe603-f1b9-4eb1-8f84-df69d409997c ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.043s 2018-08-12 20:51:22.457 63 DEBUG tempest.lib.common.rest_client [req-d86fe603-f1b9-4eb1-8f84-df69d409997c ] 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-d86fe603-f1b9-4eb1-8f84-df69d409997c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d86fe603-f1b9-4eb1-8f84-df69d409997c'} Body: {"itemNotFound": {"message": "Instance ba24c472-012e-4d6a-b440-888d655a2714 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:23.360 63 INFO tempest.lib.common.rest_client [req-471ed57f-35c4-4fbf-8907-34fcb2b9ddcb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2 0.902s 2018-08-12 20:51:23.361 63 DEBUG tempest.lib.common.rest_client [req-471ed57f-35c4-4fbf-8907-34fcb2b9ddcb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-471ed57f-35c4-4fbf-8907-34fcb2b9ddcb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:23.545 63 INFO tempest.lib.common.rest_client [req-e17c8d5b-396d-4d4e-9203-5b9eb86f7bc6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.183s 2018-08-12 20:51:23.546 63 DEBUG tempest.lib.common.rest_client [req-e17c8d5b-396d-4d4e-9203-5b9eb86f7bc6 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e17c8d5b-396d-4d4e-9203-5b9eb86f7bc6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e17c8d5b-396d-4d4e-9203-5b9eb86f7bc6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:24.521 63 INFO tempest.lib.common.rest_client [req-a070bfbf-b417-4a6a-974b-71d322223b74 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.974s 2018-08-12 20:51:24.522 63 DEBUG tempest.lib.common.rest_client [req-a070bfbf-b417-4a6a-974b-71d322223b74 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-a070bfbf-b417-4a6a-974b-71d322223b74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a070bfbf-b417-4a6a-974b-71d322223b74'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:23Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:25.592 63 INFO tempest.lib.common.rest_client [req-ccd675ac-0a4c-4403-b549-a43c1ab9f935 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.046s 2018-08-12 20:51:25.593 63 DEBUG tempest.lib.common.rest_client [req-ccd675ac-0a4c-4403-b549-a43c1ab9f935 ] 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-ccd675ac-0a4c-4403-b549-a43c1ab9f935', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ccd675ac-0a4c-4403-b549-a43c1ab9f935'} Body: {"itemNotFound": {"message": "Instance 47e0329e-5d49-47d5-81d7-5607c9105ad9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:26.175 63 INFO tempest.lib.common.rest_client [req-fc9e9cca-9ea6-4699-b24f-238cdf7b10bc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/917cee5c-3f90-4646-ad93-a8f20d38010b 0.581s 2018-08-12 20:51:26.176 63 DEBUG tempest.lib.common.rest_client [req-fc9e9cca-9ea6-4699-b24f-238cdf7b10bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/917cee5c-3f90-4646-ad93-a8f20d38010b', u'date': 'Sun, 12 Aug 2018 20:51:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fc9e9cca-9ea6-4699-b24f-238cdf7b10bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:26.217 63 INFO tempest.lib.common.rest_client [req-2b9be5dc-7831-494c-bd40-421cada58dba ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-938780101 0.041s 2018-08-12 20:51:26.218 63 DEBUG tempest.lib.common.rest_client [req-2b9be5dc-7831-494c-bd40-421cada58dba ] 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-938780101', u'x-compute-request-id': 'req-2b9be5dc-7831-494c-bd40-421cada58dba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b9be5dc-7831-494c-bd40-421cada58dba'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:28.694 63 INFO tempest.lib.common.rest_client [req-505c47d4-d989-4cb3-9a75-2f82d4780ba5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/24653b36-6dc5-40a4-89c1-f7892ef63885 2.475s 2018-08-12 20:51:28.695 63 DEBUG tempest.lib.common.rest_client [req-505c47d4-d989-4cb3-9a75-2f82d4780ba5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/24653b36-6dc5-40a4-89c1-f7892ef63885', u'date': 'Sun, 12 Aug 2018 20:51:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-505c47d4-d989-4cb3-9a75-2f82d4780ba5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:30.366 63 INFO tempest.lib.common.rest_client [req-7c2044ae-3872-440a-af22-c8f955223f99 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3b856cea-c017-4157-806a-59e52e5d26bd 1.670s 2018-08-12 20:51:30.367 63 DEBUG tempest.lib.common.rest_client [req-7c2044ae-3872-440a-af22-c8f955223f99 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3b856cea-c017-4157-806a-59e52e5d26bd', u'date': 'Sun, 12 Aug 2018 20:51:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c2044ae-3872-440a-af22-c8f955223f99'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:33.002 63 INFO tempest.lib.common.rest_client [req-e9bdaec5-38dc-41dd-8210-da0934aeb777 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/5a84d47d-a14a-4a11-ae83-dabb081274bf 2.634s 2018-08-12 20:51:33.003 63 DEBUG tempest.lib.common.rest_client [req-e9bdaec5-38dc-41dd-8210-da0934aeb777 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5a84d47d-a14a-4a11-ae83-dabb081274bf', u'date': 'Sun, 12 Aug 2018 20:51:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e9bdaec5-38dc-41dd-8210-da0934aeb777'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:34.720 63 INFO tempest.lib.common.rest_client [req-ad70d7b6-4cd1-447e-a920-edbbc37ac28e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/b4a31e04-5128-4658-b3d8-7351bd07c93d 1.716s 2018-08-12 20:51:34.721 63 DEBUG tempest.lib.common.rest_client [req-ad70d7b6-4cd1-447e-a920-edbbc37ac28e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b4a31e04-5128-4658-b3d8-7351bd07c93d', u'date': 'Sun, 12 Aug 2018 20:51:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad70d7b6-4cd1-447e-a920-edbbc37ac28e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:35.260 63 INFO tempest.lib.common.rest_client [req-d1011bb1-6a9f-4861-9115-dc80884fc55a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/24bbac13-e6b5-457e-8f0e-51d942c7ed7c 0.538s 2018-08-12 20:51:35.261 63 DEBUG tempest.lib.common.rest_client [req-d1011bb1-6a9f-4861-9115-dc80884fc55a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/24bbac13-e6b5-457e-8f0e-51d942c7ed7c', u'date': 'Sun, 12 Aug 2018 20:51:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d1011bb1-6a9f-4861-9115-dc80884fc55a'} 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 [379.628531s] ... 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 267, in test_bgpvpn_update_route_targets_common_target 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-12 20:45:15,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.266s 2018-08-12 20:45:15,901 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-739545795 description", "name": "tempest-secgroup-smoke-739545795"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-181a622c-8d6e-473a-8dfa-8d37220961e3'} Body: {"security_group": {"description": "tempest-secgroup-smoke-739545795 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:15Z", "updated_at": "2018-08-12T20:45:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:45:15Z", "revision_number": 0, "id": "2727dfb7-5b68-4dc3-bb10-23935a4124fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:45:15Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:45:15Z", "revision_number": 0, "id": "bb62df70-5961-4731-a16d-6a584c9a0124", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:45:15Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "name": "tempest-secgroup-smoke-739545795"}} 2018-08-12 20:45:16,164 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-12 20:45:16,165 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab01ea6f-f9ba-4845-9ad9-c9eef37e991a'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d62e896c-4c1c-48b5-aecf-f754c02edd9c"}} 2018-08-12 20:45:16,378 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-12 20:45:16,379 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83b30b53-c8ef-41e3-bd45-f9bcabf3edb5'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "33d8262c-f308-4183-ac6b-7e580ed74d72"}} 2018-08-12 20:45:16,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 20:45:16,613 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5860e58-1d66-4fa1-bee8-1363c59011df'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d2a2aaa2-d5a5-435c-8c6e-d98826dc0271"}} 2018-08-12 20:45:16,876 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-12 20:45:16,877 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8831265-465f-40d6-8071-6ba91181718a'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "41be0026-8571-447c-8755-32cc0cbab887"}} 2018-08-12 20:45:17,133 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-12 20:45:17,133 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742829a4-15c1-4576-b406-f61d3e2e1d1a'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "347a3dc0-7d75-4ff5-aea4-599be31c7544"}} 2018-08-12 20:45:17,331 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-12 20:45:17,331 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3a666c1-926b-4004-a382-ac9c099ccaf8'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a9361684-fd33-4608-a1ea-12e9480ba758"}} 2018-08-12 20:45:17,511 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-12 20:45:17,512 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ebab3fc-3e0f-4504-8503-2ad56812c493'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "484b1e86-09d8-4e3b-ba7d-47b83be372b0"}} 2018-08-12 20:45:17,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.248s 2018-08-12 20:45:17,762 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-703c1a61-8342-49be-b85d-b071ec36f204'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "62de0f0f-07dd-4140-9a27-2eabe6ed2a64"}} 2018-08-12 20:45:18,096 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.332s 2018-08-12 20:45:18,096 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-443995409"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:45:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-135fce5e-58d4-4f0e-b32d-566c97c84a78'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:45:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","name":"tempest-A-443995409"}} 2018-08-12 20:45:18,857 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.758s 2018-08-12 20:45:18,857 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "name": "tempest-subnet-A-1-1384769265"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:45:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cff12df9-7aad-4058-be2e-32211b181c6d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:18Z","dns_nameservers":[],"updated_at":"2018-08-12T20:45: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":"01ace95cf526467b9409c6248a7c6876","id":"5a84d47d-a14a-4a11-ae83-dabb081274bf","subnetpool_id":null,"name":"tempest-subnet-A-1-1384769265"}} 2018-08-12 20:45:19,114 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.255s 2018-08-12 20:45:19,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1314847535"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b86e79db-5e30-4d46-afbf-29aa774fc8ed'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:45:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"3b856cea-c017-4157-806a-59e52e5d26bd","name":"tempest-B-1314847535"}} 2018-08-12 20:45:19,838 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.722s 2018-08-12 20:45:19,839 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "name": "tempest-subnet-B-1-802702762"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae6331ca-d3b3-4ee8-996e-3214837fb97c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b856cea-c017-4157-806a-59e52e5d26bd","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:19Z","dns_nameservers":[],"updated_at":"2018-08-12T20:45:19Z","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":"01ace95cf526467b9409c6248a7c6876","id":"24653b36-6dc5-40a4-89c1-f7892ef63885","subnetpool_id":null,"name":"tempest-subnet-B-1-802702762"}} 2018-08-12 20:45:20,013 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.173s 2018-08-12 20:45:20,014 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-938780101"}} 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-51d118a4-ba1f-45c8-92b5-8dd00a6fc3ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51d118a4-ba1f-45c8-92b5-8dd00a6fc3ff'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp/dRaD3O5b4csA24LDq1l7cKBl53XrLpNa2f+Y+7FCa7hHrRZZak/Wd0ATO/CO4CB7ZdegXwfZ3NAOIV39c1tclw63itZCfOBDjcrlzFYVlk9IWTE3NqB27qL3zDqZCEMNjtkdz9+mdcfosh4h/68/YuGjUAQjSMXiOZiIFjGf9m6oTqU+BaOV/dv2zrpN0lcSEmbQ+LM3h+IaHlsd2d+JPRXaBD427N2F8/75QyVvJFVWIwTEOxdrvlMD8wxJmNgWHgDVdPLOmrBI5KZjHbPWZZOlYRz5eqbIKdyVi5I5NugrVe90eLEnfvaz2RPZduNWBiMbAO8MWxsEze0Xl3p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAqf3UWg9zuW+HLANuCw6tZe3CgZed16y6TWtn/mPuxQmu4R60\nWWWpP1ndAEzvwjuAge2XXoF8H2dzQDiFd/XNbXJcOt4rWQnzgQ43K5cxWFZZPSFk\nxNzagdu6i98w6mQhDDY7ZHc/fpnXH6LIeIf+vP2Lho1AEI0jF4jmYiBYxn/ZuqE6\nlPgWjlf3b9s66TdJXEhJm0PizN4fiGh5bHdnfiT0V2gQ+NuzdhfP++UMlbyRVViM\nExDsXa75TA/MMSZjYFh4A1XTyzpqwSOSmYx2z1mWTpWEc+XqmyCnclYuSOTboK1X\nvdHixJ372s9kT2XbjVgYjGwDvDFsbBM3tF5d6QIDAQABAoIBAGvNTdKDRBdP8//k\neO/IMgyW2CfI18+DeW5Jc9yu0SfheSbIiwS6ZLeJLI7ZO58IjvlWjAzhvq5Hs54B\nehrWJZ2HzZeDdyfzGJo6QqCBNEjaEaOjvrzddjCuAMJdGy85qn+NEOMogHqv4u3s\nFIfjbpe5jrcYco1Mg/mT1s5ZxxKxzvDF9VmbWazd7F+1fkM0RwQOw++jOxELxWef\npGnfRz+GHtY+kM08M0jFYLui/quwQZrgQ7IhEfRQ17Bm4S8Z3sc99IVxAgvFJgUt\nZknDY6wZi472qvNAqoy9HHDVtmwqbsJFwRM4w2RkZdfYV+c3GcdvOZMNz0Q7oh9F\nk2WdeKUCgYEA0h57sdEFEjw1tmvE4sgsnreU4a3v0k9rjSlsXjjYN/0dk6YAfroG\n0XC+gAUspLyoH6soMuXmZqEEoAPMr6dx90i4+HGxHouSY/ppQFOsi0J0iX+ZHw2l\n/KUcQ4ROhj2MP+Dphc/RhSTNUENW9cIedUYpKKPu2TSZqvGALg6dK8MCgYEAzxw+\nIo+/k35kpaRMwi5eJYUCyovYXmUsaTEIontzeFFv9BpQEN0j1W5JSCv3PPEm8IV4\n39XsNHuodS19Kx+/JAYmW8dxxWaKdJaGtQEnXnk7XFnKpTas2FzlsI/d6T0OHt1V\nh6amPZMm+KWkf9N/oXf9/iQt8GnS72r3vk1EMOMCgYAqxQGwpDdACvlz9GPTNaO/\neubXOSyDxp7B0Ri55SA95UvL7hJTuVIB980PCf6YWb5vE8vO8HUBluz2FU/owVC1\nYRwllh7TdN2LdEFQUrfgcNp/0nU8mO6cio9CPwAs2wJdTk66ah7f1ynjmJFu3OCO\nRoXCO/w2Qjq1TQsmVNsxOQKBgD0NT0ey5j9dV9/4QeRP9NLMldkNRlf1LRVJLglv\nqMdEAmOLyiRee+yzmQicZUJiuB7YyZv6HKoP9cWtBiPLNPYyleYiMeiF5LSfltAO\nqgNQa246zeDL8EHLiK32iuzxYZM5nbfiKUkncqqDca14tDvt+kKLebtQBq0q9CL1\n9e8PAoGANYdVkrkNB/2bSLwPsNnx33FmzaGG8it1qRDnD/2pGxcofSOwA+1rWCA1\nGp0p6AbHmGIapYTq6IYqLK7moTIac+HCiUmeyHhjc1VCxbFN7gNiUrygjtFpJTov\nbx52Nt67yk+bWOOy/I1X8j+CQKxmY/t8+cEbNPvW17y8VaqwHCw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-938780101", "fingerprint": "31:08:a2:a0:5a:3e:a5:91:c3:00:84:e3:af:fb:9a:a1"}} 2018-08-12 20:45:20,953 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.935s 2018-08-12 20:45:20,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2011707255", "security_groups": ["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:45:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92f35281-e49e-4218-80bf-e7694fe4b4dd'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:45:20Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:45:20Z","name":"tempest-port-smoke-2011707255","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a8:8f:33","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"5a84d47d-a14a-4a11-ae83-dabb081274bf","ip_address":"10.101.11.10"}],"id":"917cee5c-3f90-4646-ad93-a8f20d38010b","security_groups":["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"],"device_id":""}} 2018-08-12 20:45:24,662 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.707s 2018-08-12 20:45:24,662 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-938780101", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "port": "917cee5c-3f90-4646-ad93-a8f20d38010b"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9783a57a-7b5e-449d-b5d3-095f3560fe3c', 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9783a57a-7b5e-449d-b5d3-095f3560fe3c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "adminPass": "NTN3SHt2bwFM"}} 2018-08-12 20:45:24,954 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.288s 2018-08-12 20:45:24,955 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e7b01c01-0b92-4cd6-aafb-bd0cbeda82ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7b01c01-0b92-4cd6-aafb-bd0cbeda82ba'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:26,282 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.312s 2018-08-12 20:45:26,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-790b5093-21f8-41bc-93b9-b4c21dac1e57', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-790b5093-21f8-41bc-93b9-b4c21dac1e57'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:27,918 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.621s 2018-08-12 20:45:27,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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-3a97695e-b9c7-4110-a646-fc8621fb9712', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a97695e-b9c7-4110-a646-fc8621fb9712'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:27,933 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:45:29,680 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.744s 2018-08-12 20:45:29,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-51d5ae72-2c62-475c-aae6-cf839b996d08', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51d5ae72-2c62-475c-aae6-cf839b996d08'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:31,387 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.692s 2018-08-12 20:45:31,387 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-978b6608-e16d-410e-9e4e-0ed755a22056', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-978b6608-e16d-410e-9e4e-0ed755a22056'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:33,188 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.785s 2018-08-12 20:45:33,189 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-6ff13b35-74a3-4d8b-8d3e-120dabd8d6e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ff13b35-74a3-4d8b-8d3e-120dabd8d6e0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:33,204 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:45:33,916 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.711s 2018-08-12 20:45:33,917 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e627c9f9-1ee2-4588-ac60-2bc28e139a90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e627c9f9-1ee2-4588-ac60-2bc28e139a90'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:33,932 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 47e0329e-5d49-47d5-81d7-5607c9105ad9 with status: ACTIVE 2018-08-12 20:45:35,060 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 1.127s 2018-08-12 20:45:35,061 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-979967034", "security_groups": ["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52ba3a70-8363-49cf-9559-01b129240045'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:45:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3b856cea-c017-4157-806a-59e52e5d26bd","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:45:34Z","name":"tempest-port-smoke-979967034","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:45:50:28","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"24653b36-6dc5-40a4-89c1-f7892ef63885","ip_address":"10.102.21.20"}],"id":"42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2","security_groups":["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"],"device_id":""}} 2018-08-12 20:45:37,340 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 2.277s 2018-08-12 20:45:37,341 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-938780101", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3b856cea-c017-4157-806a-59e52e5d26bd", "port": "42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e162f82f-f78c-4e1c-a130-bfa7e482580e', 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e162f82f-f78c-4e1c-a130-bfa7e482580e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ba24c472-012e-4d6a-b440-888d655a2714", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "adminPass": "d6vBm5TwR8mz"}} 2018-08-12 20:45:37,667 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/ba24c472-012e-4d6a-b440-888d655a2714 0.322s 2018-08-12 20:45:37,668 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-456641f2-3708-42cd-b8b5-58e553a2ae6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456641f2-3708-42cd-b8b5-58e553a2ae6b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:39,002 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/ba24c472-012e-4d6a-b440-888d655a2714 0.319s 2018-08-12 20:45:39,003 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-8b784f96-2ab1-487d-b4c1-b9df33bd3377', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b784f96-2ab1-487d-b4c1-b9df33bd3377'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:40,372 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/ba24c472-012e-4d6a-b440-888d655a2714 0.354s 2018-08-12 20:45:40,373 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-b606e755-a308-401f-be42-d28e155afad6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b606e755-a308-401f-be42-d28e155afad6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:39Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:40,386 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:45:41,736 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/ba24c472-012e-4d6a-b440-888d655a2714 0.349s 2018-08-12 20:45:41,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': '1265', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-9dd5af29-08ef-4a12-bedb-a17e3570eafe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dd5af29-08ef-4a12-bedb-a17e3570eafe'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:41,751 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-12 20:45:43,626 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/ba24c472-012e-4d6a-b440-888d655a2714 0.873s 2018-08-12 20:45:43,627 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-c8260464-b9e3-4b32-8c7b-29d0f5ed4439', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8260464-b9e3-4b32-8c7b-29d0f5ed4439'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:43,640 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:45:45,005 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/ba24c472-012e-4d6a-b440-888d655a2714 0.363s 2018-08-12 20:45:45,006 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-c8473090-1cb4-4b41-b6a7-85a6db6e2305', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8473090-1cb4-4b41-b6a7-85a6db6e2305'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:46,972 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/ba24c472-012e-4d6a-b440-888d655a2714 0.952s 2018-08-12 20:45:46,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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-95e3a393-5c5e-4833-be33-a3bf8f9e4dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-95e3a393-5c5e-4833-be33-a3bf8f9e4dad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:48,842 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/ba24c472-012e-4d6a-b440-888d655a2714 0.854s 2018-08-12 20:45:48,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-5e6a8f63-2f79-4d21-b6ba-d8643f5b6210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e6a8f63-2f79-4d21-b6ba-d8643f5b6210'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:48,857 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:45:49,561 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/ba24c472-012e-4d6a-b440-888d655a2714 0.702s 2018-08-12 20:45:49,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-49a478eb-4a02-4c08-99b5-5fb6f1d5f48f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49a478eb-4a02-4c08-99b5-5fb6f1d5f48f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:49,575 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ba24c472-012e-4d6a-b440-888d655a2714 with status: ACTIVE 2018-08-12 20:45:49,911 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/bgpvpn/bgpvpns 0.335s 2018-08-12 20:45:49,912 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:45:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b6b2ab3-5380-4420-913b-7858fceb2635'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ba822562-bad0-413a-a84e-25f5d8bdc058"}} 2018-08-12 20:45:50,324 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/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations 0.411s 2018-08-12 20:45:50,325 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations', u'date': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27aedcee-66e2-48dd-9b96-f4c7c0548a05'} Body: {"network_association": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "id": "092af57b-49f7-4129-9273-2d966fe5115a"}} 2018-08-12 20:45:50,701 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/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations 0.375s 2018-08-12 20:45:50,701 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations', u'date': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6167aed-f41c-43e0-932c-4c3eaa9cb649'} Body: {"network_association": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "id": "3249d099-cd71-400e-b22c-1e348d3b5d4c"}} 2018-08-12 20:45:50,702 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:45:50,884 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/routers 0.182s 2018-08-12 20:45:50,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1961785793", "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': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a72cb20-2c88-4843-919f-c838fa393dcd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:50Z", "admin_state_up": true, "updated_at": "2018-08-12T20:45:50Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "name": "tempest-router--1961785793"}} 2018-08-12 20:45:52,464 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4 1.578s 2018-08-12 20:45:52,465 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4', u'date': 'Sun, 12 Aug 2018 20:45:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e29ce961-a114-46ee-b9f4-d235e416972f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:50Z", "admin_state_up": true, "updated_at": "2018-08-12T20:45:52Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "name": "tempest-router--1961785793"}} 2018-08-12 20:45:54,928 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/add_router_interface 2.462s 2018-08-12 20:45:54,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:45:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7176131-10aa-41eb-bc18-c530523a83a6'} Body: {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf", "subnet_ids": ["5a84d47d-a14a-4a11-ae83-dabb081274bf"], "port_id": "7bc11173-ebd8-4d26-894a-d0c43eb27334", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4"} 2018-08-12 20:45:56,802 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/floatingips 1.873s 2018-08-12 20:45:56,803 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "917cee5c-3f90-4646-ad93-a8f20d38010b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:45:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80b22461-af5a-44af-8f4e-6a8e22ab2ef7'} Body: {"floatingip": {"router_id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:45:55Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "917cee5c-3f90-4646-ad93-a8f20d38010b", "id": "e9052cf6-a81f-42d5-812b-49d8be094a4b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:55Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:45:56,804 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:46:12,840 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:46:12,943 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:46:12,968 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:46:13,082 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-12 20:46:13,083 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:46:13,085 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:46:13,145 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:46:13,150 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:46:18,157 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:46:18,158 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:47:28,214 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-12 20:47:28,214 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:47:28,218 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:47:28,280 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:47:28,282 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:47:33,290 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:47:33,291 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:48:43,337 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:48:43,338 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-12 20:48:43,338 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,343 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,443 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,471 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43,477 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:48:43,477 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:85:94:45 [ether] on eth0 2018-08-12 20:48:43,478 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-12 20:48:43,478 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,480 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,543 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,545 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43,552 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:48:43,553 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-12 20:48:43,553 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,555 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,615 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,620 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43,626 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-12 20:48:43,627 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,629 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,692 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,695 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43,700 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:48:43,701 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:85:94:45 [ether] on eth0 2018-08-12 20:48:43,701 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-12 20:48:43,702 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,704 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,763 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,768 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:48,775 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:48:48,775 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:49:58,834 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-12 20:49:58,835 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:49:58,840 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:49:58,940 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:49:58,968 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:50:03,976 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:50:03,976 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:51:14,042 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:51:14,042 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.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:51:15,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e9052cf6-a81f-42d5-812b-49d8be094a4b 1.494s 2018-08-12 20:51:15,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e9052cf6-a81f-42d5-812b-49d8be094a4b', u'date': 'Sun, 12 Aug 2018 20:51:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3c82d32-e765-4d78-9cbe-1c44abc6840f'} Body: 2018-08-12 20:51:17,844 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/remove_router_interface 2.304s 2018-08-12 20:51:17,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:51:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1cb147bf-0a31-4738-a5eb-0c9ffcb9d29a'} Body: {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf", "subnet_ids": ["5a84d47d-a14a-4a11-ae83-dabb081274bf"], "port_id": "7bc11173-ebd8-4d26-894a-d0c43eb27334", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4"} 2018-08-12 20:51:19,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4 1.824s 2018-08-12 20:51:19,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/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4', u'date': 'Sun, 12 Aug 2018 20:51:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f72a42ab-6c6d-4ff2-86e1-46e5c580a018'} Body: 2018-08-12 20:51:20,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.424s 2018-08-12 20:51:20,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-8c2eb280-08ae-465b-acf0-8ace6bda3937', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c2eb280-08ae-465b-acf0-8ace6bda3937'} Body: 2018-08-12 20:51:21,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 1.165s 2018-08-12 20:51:21,263 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-27f69034-61f6-4921-9e4e-74da7f473634', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27f69034-61f6-4921-9e4e-74da7f473634'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:22,456 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.043s 2018-08-12 20:51:22,457 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-d86fe603-f1b9-4eb1-8f84-df69d409997c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d86fe603-f1b9-4eb1-8f84-df69d409997c'} Body: {"itemNotFound": {"message": "Instance ba24c472-012e-4d6a-b440-888d655a2714 could not be found.", "code": 404}} 2018-08-12 20:51:23,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2 0.902s 2018-08-12 20:51:23,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-471ed57f-35c4-4fbf-8907-34fcb2b9ddcb'} Body: 2018-08-12 20:51:23,545 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.183s 2018-08-12 20:51:23,546 63 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e17c8d5b-396d-4d4e-9203-5b9eb86f7bc6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e17c8d5b-396d-4d4e-9203-5b9eb86f7bc6'} Body: 2018-08-12 20:51:24,521 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.974s 2018-08-12 20:51:24,522 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-a070bfbf-b417-4a6a-974b-71d322223b74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a070bfbf-b417-4a6a-974b-71d322223b74'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:23Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:25,592 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.046s 2018-08-12 20:51:25,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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-ccd675ac-0a4c-4403-b549-a43c1ab9f935', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ccd675ac-0a4c-4403-b549-a43c1ab9f935'} Body: {"itemNotFound": {"message": "Instance 47e0329e-5d49-47d5-81d7-5607c9105ad9 could not be found.", "code": 404}} 2018-08-12 20:51:26,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/917cee5c-3f90-4646-ad93-a8f20d38010b 0.581s 2018-08-12 20:51:26,176 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/917cee5c-3f90-4646-ad93-a8f20d38010b', u'date': 'Sun, 12 Aug 2018 20:51:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fc9e9cca-9ea6-4699-b24f-238cdf7b10bc'} Body: 2018-08-12 20:51:26,217 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-938780101 0.041s 2018-08-12 20:51:26,218 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-938780101', u'x-compute-request-id': 'req-2b9be5dc-7831-494c-bd40-421cada58dba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b9be5dc-7831-494c-bd40-421cada58dba'} Body: 2018-08-12 20:51:28,694 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/24653b36-6dc5-40a4-89c1-f7892ef63885 2.475s 2018-08-12 20:51:28,695 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/24653b36-6dc5-40a4-89c1-f7892ef63885', u'date': 'Sun, 12 Aug 2018 20:51:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-505c47d4-d989-4cb3-9a75-2f82d4780ba5'} Body: 2018-08-12 20:51:30,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3b856cea-c017-4157-806a-59e52e5d26bd 1.670s 2018-08-12 20:51:30,367 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3b856cea-c017-4157-806a-59e52e5d26bd', u'date': 'Sun, 12 Aug 2018 20:51:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c2044ae-3872-440a-af22-c8f955223f99'} Body: 2018-08-12 20:51:33,002 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/5a84d47d-a14a-4a11-ae83-dabb081274bf 2.634s 2018-08-12 20:51:33,003 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5a84d47d-a14a-4a11-ae83-dabb081274bf', u'date': 'Sun, 12 Aug 2018 20:51:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e9bdaec5-38dc-41dd-8210-da0934aeb777'} Body: 2018-08-12 20:51:34,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/b4a31e04-5128-4658-b3d8-7351bd07c93d 1.716s 2018-08-12 20:51:34,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/networks/b4a31e04-5128-4658-b3d8-7351bd07c93d', u'date': 'Sun, 12 Aug 2018 20:51:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad70d7b6-4cd1-447e-a920-edbbc37ac28e'} Body: 2018-08-12 20:51:35,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/24bbac13-e6b5-457e-8f0e-51d942c7ed7c 0.538s 2018-08-12 20:51:35,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/24bbac13-e6b5-457e-8f0e-51d942c7ed7c', u'date': 'Sun, 12 Aug 2018 20:51:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d1011bb1-6a9f-4861-9115-dc80884fc55a'} Body: 2018-08-12 20:51:36.438 63 INFO tempest.lib.common.rest_client [req-5b7993c5-e6fd-46b9-bc0a-d7737c6178a1 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 1.150s 2018-08-12 20:51:36.439 63 DEBUG tempest.lib.common.rest_client [req-5b7993c5-e6fd-46b9-bc0a-d7737c6178a1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-563753003 description", "name": "tempest-secgroup-smoke-563753003"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:51:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b7993c5-e6fd-46b9-bc0a-d7737c6178a1'} Body: {"security_group": {"description": "tempest-secgroup-smoke-563753003 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:36Z", "updated_at": "2018-08-12T20:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:51:36Z", "revision_number": 0, "id": "320dfb90-815a-4137-95b8-462000a94da6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:51:36Z", "revision_number": 0, "id": "8c8873f6-bccb-4adf-a843-dd2c8d4dcf4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "name": "tempest-secgroup-smoke-563753003"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:36.893 63 INFO tempest.lib.common.rest_client [req-8ac3a238-a71e-491e-92db-118c5bc14043 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.453s 2018-08-12 20:51:36.893 63 DEBUG tempest.lib.common.rest_client [req-8ac3a238-a71e-491e-92db-118c5bc14043 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ac3a238-a71e-491e-92db-118c5bc14043'} 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-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:36Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ee0538ef-7194-491f-a34c-9a8bdb11dab1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:37.338 63 INFO tempest.lib.common.rest_client [req-fee1eca4-1ac5-464c-86d8-5d4bac388414 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.444s 2018-08-12 20:51:37.339 63 DEBUG tempest.lib.common.rest_client [req-fee1eca4-1ac5-464c-86d8-5d4bac388414 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fee1eca4-1ac5-464c-86d8-5d4bac388414'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "008a3fc7-1061-41c0-981a-46ef84e8c1fe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:37.504 63 INFO tempest.lib.common.rest_client [req-3607d21c-7fff-452a-9be0-1ab02edb25dd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.164s 2018-08-12 20:51:37.504 63 DEBUG tempest.lib.common.rest_client [req-3607d21c-7fff-452a-9be0-1ab02edb25dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3607d21c-7fff-452a-9be0-1ab02edb25dd'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1b09b3f6-0cd0-44b3-8620-c7acf75e54d3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:37.941 63 INFO tempest.lib.common.rest_client [req-4918e731-45f5-4699-92af-8b87059382bd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-12 20:51:37.941 63 DEBUG tempest.lib.common.rest_client [req-4918e731-45f5-4699-92af-8b87059382bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4918e731-45f5-4699-92af-8b87059382bd'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cdf2570c-033f-4db7-b5de-9b4201628a00"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:38.175 63 INFO tempest.lib.common.rest_client [req-670dcfce-042e-4903-8630-9edda7b89b14 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 20:51:38.175 63 DEBUG tempest.lib.common.rest_client [req-670dcfce-042e-4903-8630-9edda7b89b14 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-670dcfce-042e-4903-8630-9edda7b89b14'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "714fcf1b-9b1a-49d1-8363-38ed4cbdf1f4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:38.534 63 INFO tempest.lib.common.rest_client [req-f57eee50-27fe-4e6c-91f3-52460480f1a6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.358s 2018-08-12 20:51:38.535 63 DEBUG tempest.lib.common.rest_client [req-f57eee50-27fe-4e6c-91f3-52460480f1a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f57eee50-27fe-4e6c-91f3-52460480f1a6'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b352808a-c464-450e-9bef-c5e8cfe521d1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:38.953 63 INFO tempest.lib.common.rest_client [req-734d2eea-7400-4ed4-bdb4-664a3754b48a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.415s 2018-08-12 20:51:38.954 63 DEBUG tempest.lib.common.rest_client [req-734d2eea-7400-4ed4-bdb4-664a3754b48a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734d2eea-7400-4ed4-bdb4-664a3754b48a'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8712b9ce-7a41-4a5f-99f3-7725dc7a0c7e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:39.133 63 INFO tempest.lib.common.rest_client [req-cec06688-7c8c-4382-b656-c7939dbb9110 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-12 20:51:39.133 63 DEBUG tempest.lib.common.rest_client [req-cec06688-7c8c-4382-b656-c7939dbb9110 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cec06688-7c8c-4382-b656-c7939dbb9110'} 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-12T20:51:39Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:39Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "20c6b207-dae6-47c4-bd86-54994cb3b1c0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:39.658 63 INFO tempest.lib.common.rest_client [req-d4478675-53c7-4e8d-9e48-d46f7522d0ae ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/networks 0.523s 2018-08-12 20:51:39.658 63 DEBUG tempest.lib.common.rest_client [req-d4478675-53c7-4e8d-9e48-d46f7522d0ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-489290898"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:51:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4478675-53c7-4e8d-9e48-d46f7522d0ae'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:51:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","name":"tempest-A-489290898"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:40.287 63 INFO tempest.lib.common.rest_client [req-caf99ea1-f4d5-4713-91e1-1fb824f75028 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.627s 2018-08-12 20:51:40.287 63 DEBUG tempest.lib.common.rest_client [req-caf99ea1-f4d5-4713-91e1-1fb824f75028 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "name": "tempest-subnet-A-1-787848650"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:51:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-caf99ea1-f4d5-4713-91e1-1fb824f75028'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:39Z","dns_nameservers":[],"updated_at":"2018-08-12T20:51: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":"01ace95cf526467b9409c6248a7c6876","id":"65719f21-78d2-4533-9b3e-7a56daeb23c3","subnetpool_id":null,"name":"tempest-subnet-A-1-787848650"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:40.808 63 INFO tempest.lib.common.rest_client [req-20d36f32-e4db-4bf3-a5d8-4c010236735c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/networks 0.520s 2018-08-12 20:51:40.809 63 DEBUG tempest.lib.common.rest_client [req-20d36f32-e4db-4bf3-a5d8-4c010236735c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1989246665"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:51:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20d36f32-e4db-4bf3-a5d8-4c010236735c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:51:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","name":"tempest-B-1989246665"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:41.772 63 INFO tempest.lib.common.rest_client [req-195a01e1-2708-4db9-a840-c4a8bf7f9069 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.962s 2018-08-12 20:51:41.772 63 DEBUG tempest.lib.common.rest_client [req-195a01e1-2708-4db9-a840-c4a8bf7f9069 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "name": "tempest-subnet-B-1-341160726"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:51:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195a01e1-2708-4db9-a840-c4a8bf7f9069'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:41Z","dns_nameservers":[],"updated_at":"2018-08-12T20:51: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":"01ace95cf526467b9409c6248a7c6876","id":"561869ff-842b-4ecc-84e4-98e81b431ba3","subnetpool_id":null,"name":"tempest-subnet-B-1-341160726"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:41.924 63 INFO tempest.lib.common.rest_client [req-ad261337-8a33-45b5-94e6-2dc0cab58922 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.150s 2018-08-12 20:51:41.924 63 DEBUG tempest.lib.common.rest_client [req-ad261337-8a33-45b5-94e6-2dc0cab58922 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-466023584"}} 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-ad261337-8a33-45b5-94e6-2dc0cab58922', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad261337-8a33-45b5-94e6-2dc0cab58922'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQcoLTLpxt3JXStKpZog7qAMRIPRHJpocaDJpJ36ooD9u786UZDGv5E6vVvxW4Vz9G74zM4V5XlW5+zHiq7XSQKliAMw2rF0u7vSGjRGeVPhSMjcLzZ4HQqec6OirnSulUJ4maJnQSjdDQeJBpb5ZHqQF6fAWYXIyFE177Mcw8vqD5JchpVVxHxTPLBWP12ZerFDPhdCxcK6zEo9w4I+ssYeeBH4gLP6isyWGTZCiK86XCAEg+bQAzKhHpXyRyythJsD4Eb+GBeJmWhID++K1HCZTMmsMm92xfv2byyHbx5MN3wOA5xm4G10mQyh000pGijdv2/+LOIABWYYwzILAh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0HKC0y6cbdyV0rSqWaIO6gDESD0RyaaHGgyaSd+qKA/bu/Ol\nGQxr+ROr1b8VuFc/Ru+MzOFeV5Vufsx4qu10kCpYgDMNqxdLu70ho0RnlT4UjI3C\n82eB0KnnOjoq50rpVCeJmiZ0Eo3Q0HiQaW+WR6kBenwFmFyMhRNe+zHMPL6g+SXI\naVVcR8UzywVj9dmXqxQz4XQsXCusxKPcOCPrLGHngR+ICz+orMlhk2QoivOlwgBI\nPm0AMyoR6V8kcsrYSbA+BG/hgXiZloSA/vitRwmUzJrDJvdsX79m8sh28eTDd8Dg\nOcZuBtdJkModNNKRoo3b9v/iziAAVmGMMyCwIQIDAQABAoIBABWPsr6bdKzcg1bf\nPzu0Sqyj1anPP1bHdfQY16DKlPQ957HCWxKDOWvzP/QFJv8Bb1csEjljGnoex+Yv\nyk+L7mG3L55bKY/IAhpyTtdvjPNgD4oWY9L/ourtmDBqseNo2UfOKyqZzanZp37Y\n6b8uPrI85h1AVOfUsuhU/58mIIUr1vhG1fA870Sd7S7HSrfA4j5/Nl7ospzGkuy5\nJcz/IqCYzf6zZ67w/ouB9bJblocrKFi1rtYhFXOl7HiY2bRVBMoB9okpSp33ygsZ\nK4lqXNVB3N7zrlWRdBHz2fjOAPw9JPwAzMcqT0/NHPn8vdujsqoACQdFKBPFgcHb\nJX2k+R0CgYEA65r8JXtrQMVtQILXxTRXt2o+/XGksivVko58cOw33TG59KRQ7qE/\ncKtPIowSqt+wK1IgkoEusDv3LGQYaLDWse3ncUJxnf63MFcmCQd0yWm4CVT2Rcy3\ngtGZV1xRxgsm6V0+ImgKwDY8Xvdu4pomFi5vBnTn27orA3n3HodWAvsCgYEA4n2z\n4ZOWqxqGGug9k0/Q4LEpnpWb/FekK9YBQg2dSzREYZq0mnVXlee0IVWXeKfWxmKB\nIQhvFMMlcryzhOr5u/oss7c8sgkHH1knT0X0Q/Meom9GotervcWWtnp7Tl3hkWck\nMIJGZ5uk+E2wR1DwJK8eYTjmnqBXHZah0ItVzpMCgYEAp6RX1bPD1Qqlekmfjkp4\nP6HxwBSkw8I87VNFaHQsK8++KTzh+Wny4hCC9moEvmD70VdWpegVeICyl3uBgryR\nh3loPUax4WHkpxjbj4EmsEnxEXLK6U+JJCRPn8GozeoRfetC0uiE/c+ZlVkqJULZ\n5t6TUVzNvaLyCD84fxh9MxECgYA+dJtd4OzzUeUZFmGkdaYLz87CRE83TpOe4uyF\n4ms1ibwxjg+vaBw24iXx60BRrTa0jgU9rq2y8/0nnpGCXalwBJS/GhBKp+Km6lbE\nrW2mLyyLblP0I7TgJ9RfjXbjLVA+YErCdaokd+8N6Z5qjA8sjn26IY62v1BGgHsu\nnr2SsQKBgQC47LYQfuLuKn82N5VFLCyyiHFspCMJNRz7/2iTy+VDsYkc2CmliX1S\nyyFis82LxjbYy58yYCVcU/7oa1bR9ZAE8zO5GHr1kA1CaguZupqEs7jl3nfXzBmt\n40yS537+Dz4Aoeo3Oqgnq1Rp3e1X3fKhw4KI9dyw3DQyxgaBKCYNHg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-466023584", "fingerprint": "ec:b6:19:54:08:cc:7a:d3:02:bf:9d:ea:62:ab:0f:5e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:43.048 63 INFO tempest.lib.common.rest_client [req-94938437-e506-457c-816f-c658f00cdd85 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/ports 1.119s 2018-08-12 20:51:43.048 63 DEBUG tempest.lib.common.rest_client [req-94938437-e506-457c-816f-c658f00cdd85 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-839458698", "security_groups": ["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:51:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94938437-e506-457c-816f-c658f00cdd85'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:51:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:51:42Z","name":"tempest-port-smoke-839458698","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:8a:3f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"65719f21-78d2-4533-9b3e-7a56daeb23c3","ip_address":"10.101.11.10"}],"id":"31272724-9b58-461e-8384-c145a390dc20","security_groups":["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:46.284 63 INFO tempest.lib.common.rest_client [req-b9450863-a365-4563-81ea-4a176ab90b83 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.23:8774/v2.1/servers 3.234s 2018-08-12 20:51:46.285 63 DEBUG tempest.lib.common.rest_client [req-b9450863-a365-4563-81ea-4a176ab90b83 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-466023584", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "port": "31272724-9b58-461e-8384-c145a390dc20"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-b9450863-a365-4563-81ea-4a176ab90b83', 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9450863-a365-4563-81ea-4a176ab90b83'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "adminPass": "nf6Y84y9QtM8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:47.086 63 INFO tempest.lib.common.rest_client [req-38ed43ea-2d8a-4ba1-9575-c5da2a0018e2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.797s 2018-08-12 20:51:47.086 63 DEBUG tempest.lib.common.rest_client [req-38ed43ea-2d8a-4ba1-9575-c5da2a0018e2 ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-38ed43ea-2d8a-4ba1-9575-c5da2a0018e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38ed43ea-2d8a-4ba1-9575-c5da2a0018e2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:51:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:48.677 63 INFO tempest.lib.common.rest_client [req-7a75cebf-de28-40d7-a498-3f57cec1d38f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.583s 2018-08-12 20:51:48.678 63 DEBUG tempest.lib.common.rest_client [req-7a75cebf-de28-40d7-a498-3f57cec1d38f ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-7a75cebf-de28-40d7-a498-3f57cec1d38f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a75cebf-de28-40d7-a498-3f57cec1d38f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:51:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:49.963 63 INFO tempest.lib.common.rest_client [req-b3fd2dec-818d-4c8a-8533-86412253aed5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.267s 2018-08-12 20:51:49.964 63 DEBUG tempest.lib.common.rest_client [req-b3fd2dec-818d-4c8a-8533-86412253aed5 ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-b3fd2dec-818d-4c8a-8533-86412253aed5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3fd2dec-818d-4c8a-8533-86412253aed5'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:48Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:49.978 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-12 20:51:52.090 63 INFO tempest.lib.common.rest_client [req-a167c87b-737c-46be-9193-cb1bcf016de8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 1.110s 2018-08-12 20:51:52.090 63 DEBUG tempest.lib.common.rest_client [req-a167c87b-737c-46be-9193-cb1bcf016de8 ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-a167c87b-737c-46be-9193-cb1bcf016de8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a167c87b-737c-46be-9193-cb1bcf016de8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:52.104 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:51:53.922 63 INFO tempest.lib.common.rest_client [req-54ff1f56-101b-45e3-b9aa-c3635193262b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.816s 2018-08-12 20:51:53.922 63 DEBUG tempest.lib.common.rest_client [req-54ff1f56-101b-45e3-b9aa-c3635193262b ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-54ff1f56-101b-45e3-b9aa-c3635193262b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54ff1f56-101b-45e3-b9aa-c3635193262b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:55.821 63 INFO tempest.lib.common.rest_client [req-585e0446-0eea-4ae9-a25c-736398ad11fb ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.885s 2018-08-12 20:51:55.822 63 DEBUG tempest.lib.common.rest_client [req-585e0446-0eea-4ae9-a25c-736398ad11fb ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-585e0446-0eea-4ae9-a25c-736398ad11fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-585e0446-0eea-4ae9-a25c-736398ad11fb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:55.836 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:51:56.458 63 INFO tempest.lib.common.rest_client [req-c42d8b15-8834-49e1-8c1e-d46d3f9c8253 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.622s 2018-08-12 20:51:56.459 63 DEBUG tempest.lib.common.rest_client [req-c42d8b15-8834-49e1-8c1e-d46d3f9c8253 ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-c42d8b15-8834-49e1-8c1e-d46d3f9c8253', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c42d8b15-8834-49e1-8c1e-d46d3f9c8253'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:51:56.475 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 3c36fe2c-1bf4-484a-bba1-d43245f12ae3 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:51:57.582 63 INFO tempest.lib.common.rest_client [req-b7db1c1a-ffd4-496c-afc1-9eec6f7c62ec ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/ports 1.106s 2018-08-12 20:51:57.583 63 DEBUG tempest.lib.common.rest_client [req-b7db1c1a-ffd4-496c-afc1-9eec6f7c62ec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-497166043", "security_groups": ["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:51:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7db1c1a-ffd4-496c-afc1-9eec6f7c62ec'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:51:57Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:51:57Z","name":"tempest-port-smoke-497166043","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:37:70:1b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"561869ff-842b-4ecc-84e4-98e81b431ba3","ip_address":"10.102.21.20"}],"id":"ba968bca-55f0-4fef-8766-4fcae2cecdda","security_groups":["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:00.279 63 INFO tempest.lib.common.rest_client [req-0a021c76-70bd-4c48-b4a7-6cf63462ad29 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.23:8774/v2.1/servers 2.694s 2018-08-12 20:52:00.280 63 DEBUG tempest.lib.common.rest_client [req-0a021c76-70bd-4c48-b4a7-6cf63462ad29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-466023584", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "port": "ba968bca-55f0-4fef-8766-4fcae2cecdda"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0a021c76-70bd-4c48-b4a7-6cf63462ad29', 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a021c76-70bd-4c48-b4a7-6cf63462ad29'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "adminPass": "u4oxVRFZfFx7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:00.532 63 INFO tempest.lib.common.rest_client [req-6d260269-4bbe-49bf-86ce-7186d4898959 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.245s 2018-08-12 20:52:00.532 63 DEBUG tempest.lib.common.rest_client [req-6d260269-4bbe-49bf-86ce-7186d4898959 ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-6d260269-4bbe-49bf-86ce-7186d4898959', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d260269-4bbe-49bf-86ce-7186d4898959'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:52:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:01.888 63 INFO tempest.lib.common.rest_client [req-98ddf013-aaf0-4fe3-8f75-eb9b0c7ec5c1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.343s 2018-08-12 20:52:01.889 63 DEBUG tempest.lib.common.rest_client [req-98ddf013-aaf0-4fe3-8f75-eb9b0c7ec5c1 ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-98ddf013-aaf0-4fe3-8f75-eb9b0c7ec5c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98ddf013-aaf0-4fe3-8f75-eb9b0c7ec5c1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:52:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:03.202 63 INFO tempest.lib.common.rest_client [req-fbdfcdb5-2a4f-4564-adb3-ca76aaf030d8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.298s 2018-08-12 20:52:03.203 63 DEBUG tempest.lib.common.rest_client [req-fbdfcdb5-2a4f-4564-adb3-ca76aaf030d8 ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-fbdfcdb5-2a4f-4564-adb3-ca76aaf030d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbdfcdb5-2a4f-4564-adb3-ca76aaf030d8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:03.218 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:52:04.643 63 INFO tempest.lib.common.rest_client [req-8e6989d9-02a4-496c-9371-2557c59e9ede ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.423s 2018-08-12 20:52:04.643 63 DEBUG tempest.lib.common.rest_client [req-8e6989d9-02a4-496c-9371-2557c59e9ede ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-8e6989d9-02a4-496c-9371-2557c59e9ede', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e6989d9-02a4-496c-9371-2557c59e9ede'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:03Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:06.128 63 INFO tempest.lib.common.rest_client [req-3396efb6-00a6-43c4-807d-f3251e46f4a5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.476s 2018-08-12 20:52:06.129 63 DEBUG tempest.lib.common.rest_client [req-3396efb6-00a6-43c4-807d-f3251e46f4a5 ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-3396efb6-00a6-43c4-807d-f3251e46f4a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3396efb6-00a6-43c4-807d-f3251e46f4a5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:06.142 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:52:08.019 63 INFO tempest.lib.common.rest_client [req-89b40603-02aa-4cdf-bd8d-f3301932bf1b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.875s 2018-08-12 20:52:08.020 63 DEBUG tempest.lib.common.rest_client [req-89b40603-02aa-4cdf-bd8d-f3301932bf1b ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-89b40603-02aa-4cdf-bd8d-f3301932bf1b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89b40603-02aa-4cdf-bd8d-f3301932bf1b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:09.724 63 INFO tempest.lib.common.rest_client [req-0d9319b9-748a-41d4-a986-9f351bd607ce ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.690s 2018-08-12 20:52:09.725 63 DEBUG tempest.lib.common.rest_client [req-0d9319b9-748a-41d4-a986-9f351bd607ce ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-0d9319b9-748a-41d4-a986-9f351bd607ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d9319b9-748a-41d4-a986-9f351bd607ce'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:11.438 63 INFO tempest.lib.common.rest_client [req-5bcd66c4-9bef-4289-8fb5-0360a6feb74b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.698s 2018-08-12 20:52:11.438 63 DEBUG tempest.lib.common.rest_client [req-5bcd66c4-9bef-4289-8fb5-0360a6feb74b ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-5bcd66c4-9bef-4289-8fb5-0360a6feb74b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5bcd66c4-9bef-4289-8fb5-0360a6feb74b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:52:10Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:11.452 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:52:11.797 63 INFO tempest.lib.common.rest_client [req-361f094e-c9eb-46b9-b7cd-37419e68d744 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.344s 2018-08-12 20:52:11.797 63 DEBUG tempest.lib.common.rest_client [req-361f094e-c9eb-46b9-b7cd-37419e68d744 ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-361f094e-c9eb-46b9-b7cd-37419e68d744', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-361f094e-c9eb-46b9-b7cd-37419e68d744'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:52:10Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:11.814 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 46e4722b-93e5-4f8f-9843-86a2b6ab828c with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:52:12.241 63 INFO tempest.lib.common.rest_client [req-c2ac0773-af05-4400-8901-85cea8cc9b40 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.426s 2018-08-12 20:52:12.241 63 DEBUG tempest.lib.common.rest_client [req-c2ac0773-af05-4400-8901-85cea8cc9b40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2ac0773-af05-4400-8901-85cea8cc9b40'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "14149c02-aaec-431d-80a4-4d9d016cfedd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:12.568 63 INFO tempest.lib.common.rest_client [req-84070398-0e15-436c-a8e1-aa3662447ea5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations 0.325s 2018-08-12 20:52:12.568 63 DEBUG tempest.lib.common.rest_client [req-84070398-0e15-436c-a8e1-aa3662447ea5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations', u'date': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84070398-0e15-436c-a8e1-aa3662447ea5'} Body: {"network_association": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "id": "aebc0eaa-9fd0-42d5-b695-548cf0c27ea4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:12.927 63 INFO tempest.lib.common.rest_client [req-827c4d5f-0fc8-4dba-a097-a85f518cd9e7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations 0.358s 2018-08-12 20:52:12.928 63 DEBUG tempest.lib.common.rest_client [req-827c4d5f-0fc8-4dba-a097-a85f518cd9e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations', u'date': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-827c4d5f-0fc8-4dba-a097-a85f518cd9e7'} Body: {"network_association": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "id": "097c1c7c-960c-4d93-a68d-5af29e009bfa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:12.928 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-12 20:52:13.127 63 INFO tempest.lib.common.rest_client [req-23918d98-9357-4b2a-b2dd-4856c902af23 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/routers 0.198s 2018-08-12 20:52:13.127 63 DEBUG tempest.lib.common.rest_client [req-23918d98-9357-4b2a-b2dd-4856c902af23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--486891492", "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': 'Sun, 12 Aug 2018 20:52:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23918d98-9357-4b2a-b2dd-4856c902af23'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:12Z", "admin_state_up": true, "updated_at": "2018-08-12T20:52:12Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "name": "tempest-router--486891492"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:14.795 63 INFO tempest.lib.common.rest_client [req-319b8d40-1f9a-42ce-b7e5-10a03cc47e3c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6 1.666s 2018-08-12 20:52:14.795 63 DEBUG tempest.lib.common.rest_client [req-319b8d40-1f9a-42ce-b7e5-10a03cc47e3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6', u'date': 'Sun, 12 Aug 2018 20:52:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-319b8d40-1f9a-42ce-b7e5-10a03cc47e3c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:12Z", "admin_state_up": true, "updated_at": "2018-08-12T20:52:14Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "name": "tempest-router--486891492"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:17.216 63 INFO tempest.lib.common.rest_client [req-adda3434-f705-4bed-8351-08865d515a4c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/add_router_interface 2.419s 2018-08-12 20:52:17.216 63 DEBUG tempest.lib.common.rest_client [req-adda3434-f705-4bed-8351-08865d515a4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:52:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-adda3434-f705-4bed-8351-08865d515a4c'} Body: {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3", "subnet_ids": ["65719f21-78d2-4533-9b3e-7a56daeb23c3"], "port_id": "3f60dacb-73ab-4bc0-85fb-e8531075e287", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:19.103 63 INFO tempest.lib.common.rest_client [req-d0cbc710-4eab-4dde-b0c8-62f45d59551e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.885s 2018-08-12 20:52:19.103 63 DEBUG tempest.lib.common.rest_client [req-d0cbc710-4eab-4dde-b0c8-62f45d59551e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "31272724-9b58-461e-8384-c145a390dc20"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:52:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0cbc710-4eab-4dde-b0c8-62f45d59551e'} Body: {"floatingip": {"router_id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:52:17Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "31272724-9b58-461e-8384-c145a390dc20", "id": "cf7909f9-8f55-4b50-aa87-f95da1a81549", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:52:19.105 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:52:35.130 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:52:35.194 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:52:35.227 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:52:35.342 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-12 20:52:35.342 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:52:35.345 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:52:35.404 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:52:35.409 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:52:40.416 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:52:40.417 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-12 20:53:50.482 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-12 20:53:50.483 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:53:50.489 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:53:50.596 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:53:50.617 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:53:55.625 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:53:55.626 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-12 20:55:05.691 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-12 20:55:05.691 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-12 20:55:05.692 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05.696 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05.799 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:55:05.823 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05.830 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:55:05.830 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:e4:d8:92 [ether] on eth0 2018-08-12 20:55:05.831 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-12 20:55:05.831 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05.833 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05.894 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:55:05.897 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05.906 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 20:55:05.907 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-12 20:55:05.907 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05.909 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05.968 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:55:05.973 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05.978 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-12 20:55:05.979 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05.980 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:06.037 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:55:06.044 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:06.050 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 20:55:06.050 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:e4:d8:92 [ether] on eth0 2018-08-12 20:55:06.051 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-12 20:55:06.051 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:06.053 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:06.114 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:55:06.117 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:11.124 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:55:11.124 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-12 20:56:21.172 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-12 20:56:21.173 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:56:21.178 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:56:21.239 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:56:21.242 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:56:26.250 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:56:26.250 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-12 20:57:36.312 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-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:57:37.792 63 INFO tempest.lib.common.rest_client [req-f1cdc0b3-8389-4f4d-929c-3201f9fa7068 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/cf7909f9-8f55-4b50-aa87-f95da1a81549 1.474s 2018-08-12 20:57:37.792 63 DEBUG tempest.lib.common.rest_client [req-f1cdc0b3-8389-4f4d-929c-3201f9fa7068 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cf7909f9-8f55-4b50-aa87-f95da1a81549', u'date': 'Sun, 12 Aug 2018 20:57:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f1cdc0b3-8389-4f4d-929c-3201f9fa7068'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:39.763 63 INFO tempest.lib.common.rest_client [req-b0758035-aef6-407e-8cd9-e63257546991 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/remove_router_interface 1.969s 2018-08-12 20:57:39.764 63 DEBUG tempest.lib.common.rest_client [req-b0758035-aef6-407e-8cd9-e63257546991 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:57:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0758035-aef6-407e-8cd9-e63257546991'} Body: {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3", "subnet_ids": ["65719f21-78d2-4533-9b3e-7a56daeb23c3"], "port_id": "3f60dacb-73ab-4bc0-85fb-e8531075e287", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:41.521 63 INFO tempest.lib.common.rest_client [req-467330ca-c0ee-4c61-849c-bfaf914487cb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6 1.756s 2018-08-12 20:57:41.522 63 DEBUG tempest.lib.common.rest_client [req-467330ca-c0ee-4c61-849c-bfaf914487cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/aa350d0e-c84e-4898-beec-71a36249a1e6', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-467330ca-c0ee-4c61-849c-bfaf914487cb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:41.940 63 INFO tempest.lib.common.rest_client [req-ebba4119-778a-4ada-b286-99e6f31aacbd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.417s 2018-08-12 20:57:41.941 63 DEBUG tempest.lib.common.rest_client [req-ebba4119-778a-4ada-b286-99e6f31aacbd ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-ebba4119-778a-4ada-b286-99e6f31aacbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebba4119-778a-4ada-b286-99e6f31aacbd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:43.090 63 INFO tempest.lib.common.rest_client [req-f3e667d9-3ae2-47b2-9dcb-fd44f3b63f62 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 1.148s 2018-08-12 20:57:43.091 63 DEBUG tempest.lib.common.rest_client [req-f3e667d9-3ae2-47b2-9dcb-fd44f3b63f62 ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-f3e667d9-3ae2-47b2-9dcb-fd44f3b63f62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3e667d9-3ae2-47b2-9dcb-fd44f3b63f62'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:41Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:44.154 63 INFO tempest.lib.common.rest_client [req-74014bbd-5e25-4929-92b2-6b00826b291a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.046s 2018-08-12 20:57:44.155 63 DEBUG tempest.lib.common.rest_client [req-74014bbd-5e25-4929-92b2-6b00826b291a ] 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-74014bbd-5e25-4929-92b2-6b00826b291a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-74014bbd-5e25-4929-92b2-6b00826b291a'} Body: {"itemNotFound": {"message": "Instance 46e4722b-93e5-4f8f-9843-86a2b6ab828c could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:45.343 63 INFO tempest.lib.common.rest_client [req-7dcb5775-b892-4750-a408-13f45a8a2c30 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/ba968bca-55f0-4fef-8766-4fcae2cecdda 1.187s 2018-08-12 20:57:45.343 63 DEBUG tempest.lib.common.rest_client [req-7dcb5775-b892-4750-a408-13f45a8a2c30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ba968bca-55f0-4fef-8766-4fcae2cecdda', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7dcb5775-b892-4750-a408-13f45a8a2c30'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:45.575 63 INFO tempest.lib.common.rest_client [req-9cd7c501-a8e4-4a42-a623-4ba393cd7278 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.231s 2018-08-12 20:57:45.576 63 DEBUG tempest.lib.common.rest_client [req-9cd7c501-a8e4-4a42-a623-4ba393cd7278 ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-9cd7c501-a8e4-4a42-a623-4ba393cd7278', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cd7c501-a8e4-4a42-a623-4ba393cd7278'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:46.493 63 INFO tempest.lib.common.rest_client [req-74ab72cc-d827-4047-acb7-25274c8fb4ab ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.916s 2018-08-12 20:57:46.493 63 DEBUG tempest.lib.common.rest_client [req-74ab72cc-d827-4047-acb7-25274c8fb4ab ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-74ab72cc-d827-4047-acb7-25274c8fb4ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74ab72cc-d827-4047-acb7-25274c8fb4ab'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:45Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:48.025 63 INFO tempest.lib.common.rest_client [req-e9b2a8c8-3228-4e4a-9cd5-bda413945237 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.517s 2018-08-12 20:57:48.026 63 DEBUG tempest.lib.common.rest_client [req-e9b2a8c8-3228-4e4a-9cd5-bda413945237 ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-e9b2a8c8-3228-4e4a-9cd5-bda413945237', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9b2a8c8-3228-4e4a-9cd5-bda413945237'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:46Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:49.086 63 INFO tempest.lib.common.rest_client [req-a4a8c4a9-bc4c-4009-a0bc-2bdba0c292bb ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.045s 2018-08-12 20:57:49.087 63 DEBUG tempest.lib.common.rest_client [req-a4a8c4a9-bc4c-4009-a0bc-2bdba0c292bb ] 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-a4a8c4a9-bc4c-4009-a0bc-2bdba0c292bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a4a8c4a9-bc4c-4009-a0bc-2bdba0c292bb'} Body: {"itemNotFound": {"message": "Instance 3c36fe2c-1bf4-484a-bba1-d43245f12ae3 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:49.965 63 INFO tempest.lib.common.rest_client [req-fb4e90af-f0ac-4ae2-9a27-8ab764a5a082 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/31272724-9b58-461e-8384-c145a390dc20 0.877s 2018-08-12 20:57:49.966 63 DEBUG tempest.lib.common.rest_client [req-fb4e90af-f0ac-4ae2-9a27-8ab764a5a082 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/31272724-9b58-461e-8384-c145a390dc20', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fb4e90af-f0ac-4ae2-9a27-8ab764a5a082'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:50.019 63 INFO tempest.lib.common.rest_client [req-28942a50-dedb-4385-a1a2-80e10ed23e0b ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-466023584 0.052s 2018-08-12 20:57:50.020 63 DEBUG tempest.lib.common.rest_client [req-28942a50-dedb-4385-a1a2-80e10ed23e0b ] 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-466023584', u'x-compute-request-id': 'req-28942a50-dedb-4385-a1a2-80e10ed23e0b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28942a50-dedb-4385-a1a2-80e10ed23e0b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:52.451 63 INFO tempest.lib.common.rest_client [req-cf25a16f-7663-4159-8586-edb5f6d83441 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/561869ff-842b-4ecc-84e4-98e81b431ba3 2.430s 2018-08-12 20:57:52.452 63 DEBUG tempest.lib.common.rest_client [req-cf25a16f-7663-4159-8586-edb5f6d83441 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/561869ff-842b-4ecc-84e4-98e81b431ba3', u'date': 'Sun, 12 Aug 2018 20:57:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cf25a16f-7663-4159-8586-edb5f6d83441'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:54.275 63 INFO tempest.lib.common.rest_client [req-efc82e5b-72fa-40de-b2f3-a8790656288d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/10b20f7a-1bcc-4dd8-a5c6-69697eb5783e 1.822s 2018-08-12 20:57:54.276 63 DEBUG tempest.lib.common.rest_client [req-efc82e5b-72fa-40de-b2f3-a8790656288d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/10b20f7a-1bcc-4dd8-a5c6-69697eb5783e', u'date': 'Sun, 12 Aug 2018 20:57:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-efc82e5b-72fa-40de-b2f3-a8790656288d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:56.682 63 INFO tempest.lib.common.rest_client [req-ff4163df-7656-41bf-b9c1-1bb6724567bc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/65719f21-78d2-4533-9b3e-7a56daeb23c3 2.405s 2018-08-12 20:57:56.682 63 DEBUG tempest.lib.common.rest_client [req-ff4163df-7656-41bf-b9c1-1bb6724567bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/65719f21-78d2-4533-9b3e-7a56daeb23c3', u'date': 'Sun, 12 Aug 2018 20:57:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff4163df-7656-41bf-b9c1-1bb6724567bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:58.715 63 INFO tempest.lib.common.rest_client [req-a69b3167-d6eb-478d-a180-b8d3e84d5409 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ecc83004-ecd7-4e70-aeb0-acad8275c47c 2.031s 2018-08-12 20:57:58.715 63 DEBUG tempest.lib.common.rest_client [req-a69b3167-d6eb-478d-a180-b8d3e84d5409 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ecc83004-ecd7-4e70-aeb0-acad8275c47c', u'date': 'Sun, 12 Aug 2018 20:57:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a69b3167-d6eb-478d-a180-b8d3e84d5409'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:57:59.253 63 INFO tempest.lib.common.rest_client [req-1c50751a-5e44-4505-9a84-079ffe460140 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927 0.536s 2018-08-12 20:57:59.253 63 DEBUG tempest.lib.common.rest_client [req-1c50751a-5e44-4505-9a84-079ffe460140 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927', u'date': 'Sun, 12 Aug 2018 20:57:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c50751a-5e44-4505-9a84-079ffe460140'} 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 [383.967640s] ... 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-12 20:51:36,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 1.150s 2018-08-12 20:51:36,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-563753003 description", "name": "tempest-secgroup-smoke-563753003"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:51:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b7993c5-e6fd-46b9-bc0a-d7737c6178a1'} Body: {"security_group": {"description": "tempest-secgroup-smoke-563753003 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:36Z", "updated_at": "2018-08-12T20:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:51:36Z", "revision_number": 0, "id": "320dfb90-815a-4137-95b8-462000a94da6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:51:36Z", "revision_number": 0, "id": "8c8873f6-bccb-4adf-a843-dd2c8d4dcf4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "name": "tempest-secgroup-smoke-563753003"}} 2018-08-12 20:51:36,893 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-12 20:51:36,893 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ac3a238-a71e-491e-92db-118c5bc14043'} 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-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:36Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ee0538ef-7194-491f-a34c-9a8bdb11dab1"}} 2018-08-12 20:51:37,338 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.444s 2018-08-12 20:51:37,339 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fee1eca4-1ac5-464c-86d8-5d4bac388414'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "008a3fc7-1061-41c0-981a-46ef84e8c1fe"}} 2018-08-12 20:51:37,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.164s 2018-08-12 20:51:37,504 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3607d21c-7fff-452a-9be0-1ab02edb25dd'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1b09b3f6-0cd0-44b3-8620-c7acf75e54d3"}} 2018-08-12 20:51:37,941 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-12 20:51:37,941 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4918e731-45f5-4699-92af-8b87059382bd'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cdf2570c-033f-4db7-b5de-9b4201628a00"}} 2018-08-12 20:51:38,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 20:51:38,175 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-670dcfce-042e-4903-8630-9edda7b89b14'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "714fcf1b-9b1a-49d1-8363-38ed4cbdf1f4"}} 2018-08-12 20:51:38,534 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.358s 2018-08-12 20:51:38,535 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f57eee50-27fe-4e6c-91f3-52460480f1a6'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b352808a-c464-450e-9bef-c5e8cfe521d1"}} 2018-08-12 20:51:38,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.415s 2018-08-12 20:51:38,954 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734d2eea-7400-4ed4-bdb4-664a3754b48a'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8712b9ce-7a41-4a5f-99f3-7725dc7a0c7e"}} 2018-08-12 20:51:39,133 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-12 20:51:39,133 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cec06688-7c8c-4382-b656-c7939dbb9110'} 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-12T20:51:39Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:39Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "20c6b207-dae6-47c4-bd86-54994cb3b1c0"}} 2018-08-12 20:51:39,658 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.523s 2018-08-12 20:51:39,658 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-489290898"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:51:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4478675-53c7-4e8d-9e48-d46f7522d0ae'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:51:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","name":"tempest-A-489290898"}} 2018-08-12 20:51:40,287 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.627s 2018-08-12 20:51:40,287 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "name": "tempest-subnet-A-1-787848650"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:51:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-caf99ea1-f4d5-4713-91e1-1fb824f75028'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:39Z","dns_nameservers":[],"updated_at":"2018-08-12T20:51: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":"01ace95cf526467b9409c6248a7c6876","id":"65719f21-78d2-4533-9b3e-7a56daeb23c3","subnetpool_id":null,"name":"tempest-subnet-A-1-787848650"}} 2018-08-12 20:51:40,808 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.520s 2018-08-12 20:51:40,809 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1989246665"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:51:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20d36f32-e4db-4bf3-a5d8-4c010236735c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:51:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","name":"tempest-B-1989246665"}} 2018-08-12 20:51:41,772 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.962s 2018-08-12 20:51:41,772 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "name": "tempest-subnet-B-1-341160726"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:51:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195a01e1-2708-4db9-a840-c4a8bf7f9069'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:41Z","dns_nameservers":[],"updated_at":"2018-08-12T20:51: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":"01ace95cf526467b9409c6248a7c6876","id":"561869ff-842b-4ecc-84e4-98e81b431ba3","subnetpool_id":null,"name":"tempest-subnet-B-1-341160726"}} 2018-08-12 20:51:41,924 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.150s 2018-08-12 20:51:41,924 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-466023584"}} 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-ad261337-8a33-45b5-94e6-2dc0cab58922', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad261337-8a33-45b5-94e6-2dc0cab58922'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQcoLTLpxt3JXStKpZog7qAMRIPRHJpocaDJpJ36ooD9u786UZDGv5E6vVvxW4Vz9G74zM4V5XlW5+zHiq7XSQKliAMw2rF0u7vSGjRGeVPhSMjcLzZ4HQqec6OirnSulUJ4maJnQSjdDQeJBpb5ZHqQF6fAWYXIyFE177Mcw8vqD5JchpVVxHxTPLBWP12ZerFDPhdCxcK6zEo9w4I+ssYeeBH4gLP6isyWGTZCiK86XCAEg+bQAzKhHpXyRyythJsD4Eb+GBeJmWhID++K1HCZTMmsMm92xfv2byyHbx5MN3wOA5xm4G10mQyh000pGijdv2/+LOIABWYYwzILAh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0HKC0y6cbdyV0rSqWaIO6gDESD0RyaaHGgyaSd+qKA/bu/Ol\nGQxr+ROr1b8VuFc/Ru+MzOFeV5Vufsx4qu10kCpYgDMNqxdLu70ho0RnlT4UjI3C\n82eB0KnnOjoq50rpVCeJmiZ0Eo3Q0HiQaW+WR6kBenwFmFyMhRNe+zHMPL6g+SXI\naVVcR8UzywVj9dmXqxQz4XQsXCusxKPcOCPrLGHngR+ICz+orMlhk2QoivOlwgBI\nPm0AMyoR6V8kcsrYSbA+BG/hgXiZloSA/vitRwmUzJrDJvdsX79m8sh28eTDd8Dg\nOcZuBtdJkModNNKRoo3b9v/iziAAVmGMMyCwIQIDAQABAoIBABWPsr6bdKzcg1bf\nPzu0Sqyj1anPP1bHdfQY16DKlPQ957HCWxKDOWvzP/QFJv8Bb1csEjljGnoex+Yv\nyk+L7mG3L55bKY/IAhpyTtdvjPNgD4oWY9L/ourtmDBqseNo2UfOKyqZzanZp37Y\n6b8uPrI85h1AVOfUsuhU/58mIIUr1vhG1fA870Sd7S7HSrfA4j5/Nl7ospzGkuy5\nJcz/IqCYzf6zZ67w/ouB9bJblocrKFi1rtYhFXOl7HiY2bRVBMoB9okpSp33ygsZ\nK4lqXNVB3N7zrlWRdBHz2fjOAPw9JPwAzMcqT0/NHPn8vdujsqoACQdFKBPFgcHb\nJX2k+R0CgYEA65r8JXtrQMVtQILXxTRXt2o+/XGksivVko58cOw33TG59KRQ7qE/\ncKtPIowSqt+wK1IgkoEusDv3LGQYaLDWse3ncUJxnf63MFcmCQd0yWm4CVT2Rcy3\ngtGZV1xRxgsm6V0+ImgKwDY8Xvdu4pomFi5vBnTn27orA3n3HodWAvsCgYEA4n2z\n4ZOWqxqGGug9k0/Q4LEpnpWb/FekK9YBQg2dSzREYZq0mnVXlee0IVWXeKfWxmKB\nIQhvFMMlcryzhOr5u/oss7c8sgkHH1knT0X0Q/Meom9GotervcWWtnp7Tl3hkWck\nMIJGZ5uk+E2wR1DwJK8eYTjmnqBXHZah0ItVzpMCgYEAp6RX1bPD1Qqlekmfjkp4\nP6HxwBSkw8I87VNFaHQsK8++KTzh+Wny4hCC9moEvmD70VdWpegVeICyl3uBgryR\nh3loPUax4WHkpxjbj4EmsEnxEXLK6U+JJCRPn8GozeoRfetC0uiE/c+ZlVkqJULZ\n5t6TUVzNvaLyCD84fxh9MxECgYA+dJtd4OzzUeUZFmGkdaYLz87CRE83TpOe4uyF\n4ms1ibwxjg+vaBw24iXx60BRrTa0jgU9rq2y8/0nnpGCXalwBJS/GhBKp+Km6lbE\nrW2mLyyLblP0I7TgJ9RfjXbjLVA+YErCdaokd+8N6Z5qjA8sjn26IY62v1BGgHsu\nnr2SsQKBgQC47LYQfuLuKn82N5VFLCyyiHFspCMJNRz7/2iTy+VDsYkc2CmliX1S\nyyFis82LxjbYy58yYCVcU/7oa1bR9ZAE8zO5GHr1kA1CaguZupqEs7jl3nfXzBmt\n40yS537+Dz4Aoeo3Oqgnq1Rp3e1X3fKhw4KI9dyw3DQyxgaBKCYNHg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-466023584", "fingerprint": "ec:b6:19:54:08:cc:7a:d3:02:bf:9d:ea:62:ab:0f:5e"}} 2018-08-12 20:51:43,048 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 1.119s 2018-08-12 20:51:43,048 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-839458698", "security_groups": ["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:51:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94938437-e506-457c-816f-c658f00cdd85'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:51:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:51:42Z","name":"tempest-port-smoke-839458698","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:8a:3f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"65719f21-78d2-4533-9b3e-7a56daeb23c3","ip_address":"10.101.11.10"}],"id":"31272724-9b58-461e-8384-c145a390dc20","security_groups":["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"],"device_id":""}} 2018-08-12 20:51:46,284 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.234s 2018-08-12 20:51:46,285 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-466023584", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "port": "31272724-9b58-461e-8384-c145a390dc20"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-b9450863-a365-4563-81ea-4a176ab90b83', 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9450863-a365-4563-81ea-4a176ab90b83'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "adminPass": "nf6Y84y9QtM8"}} 2018-08-12 20:51:47,086 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.797s 2018-08-12 20:51:47,086 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-38ed43ea-2d8a-4ba1-9575-c5da2a0018e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38ed43ea-2d8a-4ba1-9575-c5da2a0018e2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:51:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:48,677 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.583s 2018-08-12 20:51:48,678 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-7a75cebf-de28-40d7-a498-3f57cec1d38f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a75cebf-de28-40d7-a498-3f57cec1d38f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:51:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:49,963 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.267s 2018-08-12 20:51:49,964 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-b3fd2dec-818d-4c8a-8533-86412253aed5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3fd2dec-818d-4c8a-8533-86412253aed5'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:48Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:49,978 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-12 20:51:52,090 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 1.110s 2018-08-12 20:51:52,090 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-a167c87b-737c-46be-9193-cb1bcf016de8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a167c87b-737c-46be-9193-cb1bcf016de8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:52,104 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:51:53,922 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.816s 2018-08-12 20:51:53,922 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-54ff1f56-101b-45e3-b9aa-c3635193262b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54ff1f56-101b-45e3-b9aa-c3635193262b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:55,821 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.885s 2018-08-12 20:51:55,822 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-585e0446-0eea-4ae9-a25c-736398ad11fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-585e0446-0eea-4ae9-a25c-736398ad11fb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:55,836 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:51:56,458 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.622s 2018-08-12 20:51:56,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': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-c42d8b15-8834-49e1-8c1e-d46d3f9c8253', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c42d8b15-8834-49e1-8c1e-d46d3f9c8253'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:56,475 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3c36fe2c-1bf4-484a-bba1-d43245f12ae3 with status: ACTIVE 2018-08-12 20:51:57,582 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 1.106s 2018-08-12 20:51:57,583 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-497166043", "security_groups": ["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:51:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7db1c1a-ffd4-496c-afc1-9eec6f7c62ec'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:51:57Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:51:57Z","name":"tempest-port-smoke-497166043","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:37:70:1b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"561869ff-842b-4ecc-84e4-98e81b431ba3","ip_address":"10.102.21.20"}],"id":"ba968bca-55f0-4fef-8766-4fcae2cecdda","security_groups":["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"],"device_id":""}} 2018-08-12 20:52:00,279 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.694s 2018-08-12 20:52:00,280 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-466023584", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "port": "ba968bca-55f0-4fef-8766-4fcae2cecdda"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0a021c76-70bd-4c48-b4a7-6cf63462ad29', 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a021c76-70bd-4c48-b4a7-6cf63462ad29'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "adminPass": "u4oxVRFZfFx7"}} 2018-08-12 20:52:00,532 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.245s 2018-08-12 20:52:00,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-6d260269-4bbe-49bf-86ce-7186d4898959', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d260269-4bbe-49bf-86ce-7186d4898959'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:52:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:01,888 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.343s 2018-08-12 20:52:01,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-98ddf013-aaf0-4fe3-8f75-eb9b0c7ec5c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98ddf013-aaf0-4fe3-8f75-eb9b0c7ec5c1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:52:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:03,202 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.298s 2018-08-12 20:52:03,203 63 DEBUG [tempest.lib.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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-fbdfcdb5-2a4f-4564-adb3-ca76aaf030d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbdfcdb5-2a4f-4564-adb3-ca76aaf030d8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:03,218 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:52:04,643 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.423s 2018-08-12 20:52:04,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': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-8e6989d9-02a4-496c-9371-2557c59e9ede', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e6989d9-02a4-496c-9371-2557c59e9ede'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:03Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:06,128 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.476s 2018-08-12 20:52:06,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-3396efb6-00a6-43c4-807d-f3251e46f4a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3396efb6-00a6-43c4-807d-f3251e46f4a5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:06,142 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:52:08,019 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.875s 2018-08-12 20:52:08,020 63 DEBUG [tempest.lib.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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-89b40603-02aa-4cdf-bd8d-f3301932bf1b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89b40603-02aa-4cdf-bd8d-f3301932bf1b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:09,724 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.690s 2018-08-12 20:52:09,725 63 DEBUG [tempest.lib.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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-0d9319b9-748a-41d4-a986-9f351bd607ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d9319b9-748a-41d4-a986-9f351bd607ce'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:11,438 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.698s 2018-08-12 20:52:11,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-5bcd66c4-9bef-4289-8fb5-0360a6feb74b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5bcd66c4-9bef-4289-8fb5-0360a6feb74b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:52:10Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:11,452 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:52:11,797 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.344s 2018-08-12 20:52:11,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-361f094e-c9eb-46b9-b7cd-37419e68d744', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-361f094e-c9eb-46b9-b7cd-37419e68d744'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:52:10Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:11,814 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 46e4722b-93e5-4f8f-9843-86a2b6ab828c with status: ACTIVE 2018-08-12 20:52:12,241 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.426s 2018-08-12 20:52:12,241 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2ac0773-af05-4400-8901-85cea8cc9b40'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "14149c02-aaec-431d-80a4-4d9d016cfedd"}} 2018-08-12 20:52:12,568 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/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations 0.325s 2018-08-12 20:52:12,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations', u'date': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84070398-0e15-436c-a8e1-aa3662447ea5'} Body: {"network_association": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "id": "aebc0eaa-9fd0-42d5-b695-548cf0c27ea4"}} 2018-08-12 20:52:12,927 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/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations 0.358s 2018-08-12 20:52:12,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations', u'date': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-827c4d5f-0fc8-4dba-a097-a85f518cd9e7'} Body: {"network_association": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "id": "097c1c7c-960c-4d93-a68d-5af29e009bfa"}} 2018-08-12 20:52:12,928 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:52:13,127 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.198s 2018-08-12 20:52:13,127 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--486891492", "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': 'Sun, 12 Aug 2018 20:52:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23918d98-9357-4b2a-b2dd-4856c902af23'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:12Z", "admin_state_up": true, "updated_at": "2018-08-12T20:52:12Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "name": "tempest-router--486891492"}} 2018-08-12 20:52:14,795 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/aa350d0e-c84e-4898-beec-71a36249a1e6 1.666s 2018-08-12 20:52:14,795 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6', u'date': 'Sun, 12 Aug 2018 20:52:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-319b8d40-1f9a-42ce-b7e5-10a03cc47e3c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:12Z", "admin_state_up": true, "updated_at": "2018-08-12T20:52:14Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "name": "tempest-router--486891492"}} 2018-08-12 20:52:17,216 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/aa350d0e-c84e-4898-beec-71a36249a1e6/add_router_interface 2.419s 2018-08-12 20:52:17,216 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:52:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-adda3434-f705-4bed-8351-08865d515a4c'} Body: {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3", "subnet_ids": ["65719f21-78d2-4533-9b3e-7a56daeb23c3"], "port_id": "3f60dacb-73ab-4bc0-85fb-e8531075e287", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6"} 2018-08-12 20:52:19,103 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 1.885s 2018-08-12 20:52:19,103 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "31272724-9b58-461e-8384-c145a390dc20"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:52:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0cbc710-4eab-4dde-b0c8-62f45d59551e'} Body: {"floatingip": {"router_id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:52:17Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "31272724-9b58-461e-8384-c145a390dc20", "id": "cf7909f9-8f55-4b50-aa87-f95da1a81549", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:52:19,105 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:52:35,130 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:52:35,194 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:52:35,227 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:52:35,342 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-12 20:52:35,342 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:52:35,345 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:52:35,404 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:52:35,409 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:52:40,416 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:52:40,417 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-12 20:53:50,482 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-12 20:53:50,483 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:53:50,489 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:53:50,596 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:53:50,617 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:53:55,625 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:53:55,626 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-12 20:55:05,691 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:55:05,691 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-12 20:55:05,692 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05,696 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05,799 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:05,823 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05,830 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:55:05,830 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e4:d8:92 [ether] on eth0 2018-08-12 20:55:05,831 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-12 20:55:05,831 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05,833 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05,894 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:05,897 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05,906 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:55:05,907 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-12 20:55:05,907 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05,909 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05,968 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:05,973 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05,978 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-12 20:55:05,979 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05,980 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:06,037 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:06,044 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:06,050 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:55:06,050 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e4:d8:92 [ether] on eth0 2018-08-12 20:55:06,051 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-12 20:55:06,051 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:06,053 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:06,114 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:06,117 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:11,124 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:55:11,124 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-12 20:56:21,172 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-12 20:56:21,173 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:56:21,178 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:56:21,239 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:56:21,242 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:56:26,250 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:56:26,250 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-12 20:57:36,312 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:57:36,314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:57:37,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/cf7909f9-8f55-4b50-aa87-f95da1a81549 1.474s 2018-08-12 20:57:37,792 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cf7909f9-8f55-4b50-aa87-f95da1a81549', u'date': 'Sun, 12 Aug 2018 20:57:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f1cdc0b3-8389-4f4d-929c-3201f9fa7068'} Body: 2018-08-12 20:57:39,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/remove_router_interface 1.969s 2018-08-12 20:57:39,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:57:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0758035-aef6-407e-8cd9-e63257546991'} Body: {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3", "subnet_ids": ["65719f21-78d2-4533-9b3e-7a56daeb23c3"], "port_id": "3f60dacb-73ab-4bc0-85fb-e8531075e287", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6"} 2018-08-12 20:57:41,521 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6 1.756s 2018-08-12 20:57:41,522 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/aa350d0e-c84e-4898-beec-71a36249a1e6', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-467330ca-c0ee-4c61-849c-bfaf914487cb'} Body: 2018-08-12 20:57:41,940 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.417s 2018-08-12 20:57:41,941 63 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-ebba4119-778a-4ada-b286-99e6f31aacbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebba4119-778a-4ada-b286-99e6f31aacbd'} Body: 2018-08-12 20:57:43,090 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 1.148s 2018-08-12 20:57:43,091 63 DEBUG [tempest.lib.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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-f3e667d9-3ae2-47b2-9dcb-fd44f3b63f62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3e667d9-3ae2-47b2-9dcb-fd44f3b63f62'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:41Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:57:44,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.046s 2018-08-12 20:57:44,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-74014bbd-5e25-4929-92b2-6b00826b291a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-74014bbd-5e25-4929-92b2-6b00826b291a'} Body: {"itemNotFound": {"message": "Instance 46e4722b-93e5-4f8f-9843-86a2b6ab828c could not be found.", "code": 404}} 2018-08-12 20:57:45,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/ba968bca-55f0-4fef-8766-4fcae2cecdda 1.187s 2018-08-12 20:57:45,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ba968bca-55f0-4fef-8766-4fcae2cecdda', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7dcb5775-b892-4750-a408-13f45a8a2c30'} Body: 2018-08-12 20:57:45,575 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.231s 2018-08-12 20:57:45,576 63 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-9cd7c501-a8e4-4a42-a623-4ba393cd7278', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cd7c501-a8e4-4a42-a623-4ba393cd7278'} Body: 2018-08-12 20:57:46,493 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.916s 2018-08-12 20:57:46,493 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-74ab72cc-d827-4047-acb7-25274c8fb4ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74ab72cc-d827-4047-acb7-25274c8fb4ab'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:45Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:57:48,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.517s 2018-08-12 20:57:48,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': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-e9b2a8c8-3228-4e4a-9cd5-bda413945237', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9b2a8c8-3228-4e4a-9cd5-bda413945237'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:46Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:57:49,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.045s 2018-08-12 20:57:49,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-a4a8c4a9-bc4c-4009-a0bc-2bdba0c292bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a4a8c4a9-bc4c-4009-a0bc-2bdba0c292bb'} Body: {"itemNotFound": {"message": "Instance 3c36fe2c-1bf4-484a-bba1-d43245f12ae3 could not be found.", "code": 404}} 2018-08-12 20:57:49,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/31272724-9b58-461e-8384-c145a390dc20 0.877s 2018-08-12 20:57:49,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/31272724-9b58-461e-8384-c145a390dc20', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fb4e90af-f0ac-4ae2-9a27-8ab764a5a082'} Body: 2018-08-12 20:57:50,019 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-466023584 0.052s 2018-08-12 20:57:50,020 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-466023584', u'x-compute-request-id': 'req-28942a50-dedb-4385-a1a2-80e10ed23e0b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28942a50-dedb-4385-a1a2-80e10ed23e0b'} Body: 2018-08-12 20:57:52,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/561869ff-842b-4ecc-84e4-98e81b431ba3 2.430s 2018-08-12 20:57:52,452 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/561869ff-842b-4ecc-84e4-98e81b431ba3', u'date': 'Sun, 12 Aug 2018 20:57:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cf25a16f-7663-4159-8586-edb5f6d83441'} Body: 2018-08-12 20:57:54,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/10b20f7a-1bcc-4dd8-a5c6-69697eb5783e 1.822s 2018-08-12 20:57:54,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/10b20f7a-1bcc-4dd8-a5c6-69697eb5783e', u'date': 'Sun, 12 Aug 2018 20:57:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-efc82e5b-72fa-40de-b2f3-a8790656288d'} Body: 2018-08-12 20:57:56,682 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/65719f21-78d2-4533-9b3e-7a56daeb23c3 2.405s 2018-08-12 20:57:56,682 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/65719f21-78d2-4533-9b3e-7a56daeb23c3', u'date': 'Sun, 12 Aug 2018 20:57:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff4163df-7656-41bf-b9c1-1bb6724567bc'} Body: 2018-08-12 20:57:58,715 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ecc83004-ecd7-4e70-aeb0-acad8275c47c 2.031s 2018-08-12 20:57:58,715 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ecc83004-ecd7-4e70-aeb0-acad8275c47c', u'date': 'Sun, 12 Aug 2018 20:57:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a69b3167-d6eb-478d-a180-b8d3e84d5409'} Body: 2018-08-12 20:57:59,253 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927 0.536s 2018-08-12 20:57:59,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927', u'date': 'Sun, 12 Aug 2018 20:57:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c50751a-5e44-4505-9a84-079ffe460140'} Body: 2018-08-12 20:57:59.539 63 INFO tempest.lib.common.rest_client [req-e57bf643-7ec2-48cf-9ec2-bf5e55be59c0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.260s 2018-08-12 20:57:59.540 63 DEBUG tempest.lib.common.rest_client [req-e57bf643-7ec2-48cf-9ec2-bf5e55be59c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1402461718 description", "name": "tempest-secgroup-smoke-1402461718"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:57:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e57bf643-7ec2-48cf-9ec2-bf5e55be59c0'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1402461718 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:57:59Z", "updated_at": "2018-08-12T20:57:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:57:59Z", "revision_number": 0, "id": "68f3306a-6c0b-4f76-9229-49c8bc426f7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:57:59Z", "revision_number": 0, "id": "d4fadc40-5dc7-48ea-9f67-5f8072eab5ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "name": "tempest-secgroup-smoke-1402461718"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:00.043 63 INFO tempest.lib.common.rest_client [req-7623f658-6cb8-44ff-a3c1-28f618c5abf8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.501s 2018-08-12 20:58:00.043 63 DEBUG tempest.lib.common.rest_client [req-7623f658-6cb8-44ff-a3c1-28f618c5abf8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7623f658-6cb8-44ff-a3c1-28f618c5abf8'} 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-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:57:59Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1cf75373-9ff9-4ed5-b824-d63ce6e10f1c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:00.216 63 INFO tempest.lib.common.rest_client [req-6a1a8ee8-12c2-484f-8124-b7563e5f3b27 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.171s 2018-08-12 20:58:00.217 63 DEBUG tempest.lib.common.rest_client [req-6a1a8ee8-12c2-484f-8124-b7563e5f3b27 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6a1a8ee8-12c2-484f-8124-b7563e5f3b27'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "92a3ec93-261a-49cf-a931-de2df07952cc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:00.407 63 INFO tempest.lib.common.rest_client [req-00aa5f5e-4caf-42c2-89e4-f46732c5bf77 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.189s 2018-08-12 20:58:00.408 63 DEBUG tempest.lib.common.rest_client [req-00aa5f5e-4caf-42c2-89e4-f46732c5bf77 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00aa5f5e-4caf-42c2-89e4-f46732c5bf77'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f12088c7-2d71-4f29-b0e2-9276f7632f91"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:00.827 63 INFO tempest.lib.common.rest_client [req-4d5393fa-3917-47b1-9e41-9beba1b431ca ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.418s 2018-08-12 20:58:00.828 63 DEBUG tempest.lib.common.rest_client [req-4d5393fa-3917-47b1-9e41-9beba1b431ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d5393fa-3917-47b1-9e41-9beba1b431ca'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a1532c15-e902-499a-bc5a-e6a6d93347c1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:00.995 63 INFO tempest.lib.common.rest_client [req-2528d1a8-e892-422e-965f-47bb88e229ee ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.166s 2018-08-12 20:58:00.996 63 DEBUG tempest.lib.common.rest_client [req-2528d1a8-e892-422e-965f-47bb88e229ee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2528d1a8-e892-422e-965f-47bb88e229ee'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "622770d2-c87c-4eec-b20a-bd202d39a7c6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:01.408 63 INFO tempest.lib.common.rest_client [req-ee2e7b31-c173-4a0b-8c68-727dbd3fc2e8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.410s 2018-08-12 20:58:01.408 63 DEBUG tempest.lib.common.rest_client [req-ee2e7b31-c173-4a0b-8c68-727dbd3fc2e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee2e7b31-c173-4a0b-8c68-727dbd3fc2e8'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8b984547-8f04-4fc3-8782-4bcf938bae18"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:01.587 63 INFO tempest.lib.common.rest_client [req-b4fd6db9-d654-461b-87bc-78c5cd68d2d3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.178s 2018-08-12 20:58:01.587 63 DEBUG tempest.lib.common.rest_client [req-b4fd6db9-d654-461b-87bc-78c5cd68d2d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4fd6db9-d654-461b-87bc-78c5cd68d2d3'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f15b2a82-cbd9-4ce7-9dc2-96848139fe48"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:01.751 63 INFO tempest.lib.common.rest_client [req-9a64f043-b780-450c-8255-5f1194a4e968 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.162s 2018-08-12 20:58:01.751 63 DEBUG tempest.lib.common.rest_client [req-9a64f043-b780-450c-8255-5f1194a4e968 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a64f043-b780-450c-8255-5f1194a4e968'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f97bb1a0-d9dc-41df-a624-14f5d5cbba14"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:02.008 63 INFO tempest.lib.common.rest_client [req-560e5229-3a2f-4245-9371-20f85131cf47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.255s 2018-08-12 20:58:02.009 63 DEBUG tempest.lib.common.rest_client [req-560e5229-3a2f-4245-9371-20f85131cf47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1750610266"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-560e5229-3a2f-4245-9371-20f85131cf47'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:58:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","name":"tempest-A-1750610266"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:02.592 63 INFO tempest.lib.common.rest_client [req-a4c445c3-7caf-4365-876b-e5a19c880266 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.582s 2018-08-12 20:58:02.593 63 DEBUG tempest.lib.common.rest_client [req-a4c445c3-7caf-4365-876b-e5a19c880266 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "name": "tempest-subnet-A-1-545214631"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:58:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4c445c3-7caf-4365-876b-e5a19c880266'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:02Z","dns_nameservers":[],"updated_at":"2018-08-12T20:58: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":"01ace95cf526467b9409c6248a7c6876","id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","subnetpool_id":null,"name":"tempest-subnet-A-1-545214631"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:02.813 63 INFO tempest.lib.common.rest_client [req-1ae17e75-d80d-4584-a818-3d6654759637 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.219s 2018-08-12 20:58:02.814 63 DEBUG tempest.lib.common.rest_client [req-1ae17e75-d80d-4584-a818-3d6654759637 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-2051608462"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:58:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ae17e75-d80d-4584-a818-3d6654759637'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:58:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","name":"tempest-B-2051608462"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:04.054 63 INFO tempest.lib.common.rest_client [req-a697055e-186a-46f5-902f-4f1f4318f74d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.239s 2018-08-12 20:58:04.055 63 DEBUG tempest.lib.common.rest_client [req-a697055e-186a-46f5-902f-4f1f4318f74d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "name": "tempest-subnet-B-1-1792510480"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a697055e-186a-46f5-902f-4f1f4318f74d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:03Z","dns_nameservers":[],"updated_at":"2018-08-12T20:58: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":"01ace95cf526467b9409c6248a7c6876","id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","subnetpool_id":null,"name":"tempest-subnet-B-1-1792510480"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:04.553 63 INFO tempest.lib.common.rest_client [req-de70e883-3f6a-48e1-83de-8d74b15d71ea ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.497s 2018-08-12 20:58:04.555 63 DEBUG tempest.lib.common.rest_client [req-de70e883-3f6a-48e1-83de-8d74b15d71ea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de70e883-3f6a-48e1-83de-8d74b15d71ea'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ddf73e5d-c710-4cfb-a93e-28a1e17477b6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:04.773 63 INFO tempest.lib.common.rest_client [req-9b25ecb8-5fe8-4103-93e8-b915489d988f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.216s 2018-08-12 20:58:04.773 63 DEBUG tempest.lib.common.rest_client [req-9b25ecb8-5fe8-4103-93e8-b915489d988f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-329112916"}} 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-9b25ecb8-5fe8-4103-93e8-b915489d988f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b25ecb8-5fe8-4103-93e8-b915489d988f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpfVeRNvDK+AujfoTbJM5HnqFlItyZNE2JHovSOATP6NerTDTBjr5MtJfNNlK8MunOqzKrO+Dcuc+5j2W1VrH3/bEYib3OCFtlMupcTLO4zb58dthBlSugMH5BjPf23i6petg5FCHNhPc9+917NI2nsXO2yQvX2qOrq8q7uTHPJPdQB06pmeZLM4nN6pr9Gao55B4L3Il0hlwRGbrSelGfsveBVl+0ddXOdPcwPHXukUcw+fK897PZSr57iGjmliyAVFDsbYyyyyaHEhsUPpQcb5hFJ5NIzjzrzfNKBLAqNetEFS8pIDwN1CyR5A4HzKmAqYT5zJBGjhnavBGpX2rj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqX1XkTbwyvgLo36E2yTOR56hZSLcmTRNiR6L0jgEz+jXq0w0\nwY6+TLSXzTZSvDLpzqsyqzvg3LnPuY9ltVax9/2xGIm9zghbZTLqXEyzuM2+fHbY\nQZUroDB+QYz39t4uqXrYORQhzYT3PfvdezSNp7FztskL19qjq6vKu7kxzyT3UAdO\nqZnmSzOJzeqa/RmqOeQeC9yJdIZcERm60npRn7L3gVZftHXVznT3MDx17pFHMPny\nvPez2Uq+e4ho5pYsgFRQ7G2MsssmhxIbFD6UHG+YRSeTSM48683zSgSwKjXrRBUv\nKSA8DdQskeQOB8ypgKmE+cyQRo4Z2rwRqV9q4wIDAQABAoIBAAe46EZ7hFkbGByo\n5RC/Co8E0UG0ZuysD2RR+fjoCIAYkcsCO90dzdnc2JXHBdoBT9nUvwhCQCqOZMKF\noBK1EoLEEk+V5wn+I3vm5/qwm/etmCI/n/bM/yHbU8VU0O90jBe4uyVOn4OnrUQr\nt5mneVTMpwMLAfkhwxdNSn1nILfZWk8zBS/biXmhcic6FWrjQA3yuxTXySj0b05Z\nHLP0Gf2PWC+BmHsTnJf70D0cH0Imu8Vf+J4tlq7VUwJF8Udj2L4JJJydOyToGrmC\n1CmR6HrO7DRRQ+V3djDjTnnlfKq8C15JgzX8yB0UOTVy56YApVdQ6nWlBhtkjU2v\nNDQy/XECgYEA3UDVwTrMbEsVyhKkY+2CZ4U4MUhN4NwxCy8oNUg5fMfgQtpkrQtd\nIqR/8lYZB2+yrmQ5XA2tgeCS7ivBHGbyf6YM8H9O5oglq2QrkKzliDmK5Y43tBf1\nHdv0uHwcGIKMarJC5CZXlfhJgHBncGTp1+Vjn6A1dJAUHhlF8ztZj+UCgYEAxBts\n2M2PzkMUrgNFIYtVKkE1ApOkxw162EY3N/IX2wt92fV+pQ6Y0FkTWXpB69B9CfVp\ne+xQdzU+xYsyKTvQPsfxEsXIFDyLG1G/0S9xj9q21GMim5H0EiwDH0Q5ThOgEA8W\nlHEJoEQm2qBczOIhzaqC9ROtE8ojgSL7h5cSkycCgYByrtKdcA7Z6ymGLpeLPGcl\npYX09Zd4gGnjdDQROjiiFzCFNpKMp6FE/aNcR4h9tEYX4tdgga537aH7Vi6ovCvi\nQn3egv6wu81aw3dZbGUlcT4vssHo1ao2Kfb1UU923ORPwcquW7l2gNYIfzr+pTAY\nukwjR3Wtz6i92TfK1e6ciQKBgHmCQLQo0kTMPaEAd7IsIe3Xj1/0WXHYgVhGUWqB\nv5RCj40gVoMxAzB9MMcNQJE7km48OErHhqgGPsmp0L/JxuNPgajPEYSwasTXp1GW\n4vduXkBE2KmqCp/D039pB1TARjoND0GUtJEwCR8Ho9hy+Nz1HMV7lo8ffVZDdbRy\nv9ibAoGBALqidxhwSRhienVES532AZEiDMb5WXuMF6+hTqgVPBxD2+zNrOBA3bA4\ntbfJMNIOxxXiaRqrZ/FPs4i6EWTd/C/shV5d3uCvcrmyS2ZhJzLnvltSZoSz1VNw\nnx/LhKYHbkWlPi2rNbvstDOaybHZG3IZsDFOGTTGeQZ6HBgoC2g8\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-329112916", "fingerprint": "7b:cb:8a:49:22:77:f7:b1:53:b7:4a:58:5e:e1:ff:56"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:06.047 63 INFO tempest.lib.common.rest_client [req-071f3d90-8a22-4abb-a924-4ec44a5439c3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.268s 2018-08-12 20:58:06.048 63 DEBUG tempest.lib.common.rest_client [req-071f3d90-8a22-4abb-a924-4ec44a5439c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1845522220", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-071f3d90-8a22-4abb-a924-4ec44a5439c3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:05Z","name":"tempest-port-smoke-1845522220","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5c:f6:9b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","ip_address":"10.101.11.10"}],"id":"6271e768-be0f-40cb-8fd1-af5bdcf185a9","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:09.049 63 INFO tempest.lib.common.rest_client [req-8235db17-3e8e-44a9-8694-ec0932801a45 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.000s 2018-08-12 20:58:09.050 63 DEBUG tempest.lib.common.rest_client [req-8235db17-3e8e-44a9-8694-ec0932801a45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "port": "6271e768-be0f-40cb-8fd1-af5bdcf185a9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-8235db17-3e8e-44a9-8694-ec0932801a45', 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8235db17-3e8e-44a9-8694-ec0932801a45'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4e4004af-5238-48d8-84ba-7446d815c467", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "adminPass": "wYcQ85Yrm7Sy"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:09.770 63 INFO tempest.lib.common.rest_client [req-fe4b5f7b-fa1b-477b-84c9-609a102c86d9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.715s 2018-08-12 20:58:09.771 63 DEBUG tempest.lib.common.rest_client [req-fe4b5f7b-fa1b-477b-84c9-609a102c86d9 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-fe4b5f7b-fa1b-477b-84c9-609a102c86d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fe4b5f7b-fa1b-477b-84c9-609a102c86d9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:11.139 63 INFO tempest.lib.common.rest_client [req-3879f36a-2868-46ee-94c4-0ca46bb45449 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.354s 2018-08-12 20:58:11.140 63 DEBUG tempest.lib.common.rest_client [req-3879f36a-2868-46ee-94c4-0ca46bb45449 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-3879f36a-2868-46ee-94c4-0ca46bb45449', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3879f36a-2868-46ee-94c4-0ca46bb45449'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:13.097 63 INFO tempest.lib.common.rest_client [req-13ce7d6e-fd5c-4b35-bd16-62f2d94f3143 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.941s 2018-08-12 20:58:13.097 63 DEBUG tempest.lib.common.rest_client [req-13ce7d6e-fd5c-4b35-bd16-62f2d94f3143 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-13ce7d6e-fd5c-4b35-bd16-62f2d94f3143', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13ce7d6e-fd5c-4b35-bd16-62f2d94f3143'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:13.110 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:58:14.457 63 INFO tempest.lib.common.rest_client [req-35c4fe85-8bae-45c7-a5bb-bff1465ebbf1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.345s 2018-08-12 20:58:14.458 63 DEBUG tempest.lib.common.rest_client [req-35c4fe85-8bae-45c7-a5bb-bff1465ebbf1 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-35c4fe85-8bae-45c7-a5bb-bff1465ebbf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35c4fe85-8bae-45c7-a5bb-bff1465ebbf1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:16.113 63 INFO tempest.lib.common.rest_client [req-55f7333c-f0bf-4a6b-b0a7-ddddea6d7334 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.638s 2018-08-12 20:58:16.114 63 DEBUG tempest.lib.common.rest_client [req-55f7333c-f0bf-4a6b-b0a7-ddddea6d7334 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-55f7333c-f0bf-4a6b-b0a7-ddddea6d7334', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55f7333c-f0bf-4a6b-b0a7-ddddea6d7334'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:18.511 63 INFO tempest.lib.common.rest_client [req-e6922f35-8689-4873-a894-a37f366d32c8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 1.383s 2018-08-12 20:58:18.512 63 DEBUG tempest.lib.common.rest_client [req-e6922f35-8689-4873-a894-a37f366d32c8 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-e6922f35-8689-4873-a894-a37f366d32c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6922f35-8689-4873-a894-a37f366d32c8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:18.525 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:58:19.329 63 INFO tempest.lib.common.rest_client [req-32a4aec7-0d0c-480c-a420-957a0be1f223 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.802s 2018-08-12 20:58:19.329 63 DEBUG tempest.lib.common.rest_client [req-32a4aec7-0d0c-480c-a420-957a0be1f223 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-32a4aec7-0d0c-480c-a420-957a0be1f223', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-32a4aec7-0d0c-480c-a420-957a0be1f223'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:19.342 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 4e4004af-5238-48d8-84ba-7446d815c467 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:58:20.388 63 INFO tempest.lib.common.rest_client [req-efb34d97-c407-45fd-8396-124066460d76 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.045s 2018-08-12 20:58:20.389 63 DEBUG tempest.lib.common.rest_client [req-efb34d97-c407-45fd-8396-124066460d76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-718808290", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efb34d97-c407-45fd-8396-124066460d76'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:19Z","name":"tempest-port-smoke-718808290","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9f:30:49","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","ip_address":"10.102.21.20"}],"id":"b24bc66c-145e-4542-9ae3-8f1ee1851f44","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:23.584 63 INFO tempest.lib.common.rest_client [req-f4e9e1ab-5815-4618-b750-36dc93d12a8c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.194s 2018-08-12 20:58:23.585 63 DEBUG tempest.lib.common.rest_client [req-f4e9e1ab-5815-4618-b750-36dc93d12a8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "port": "b24bc66c-145e-4542-9ae3-8f1ee1851f44"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-f4e9e1ab-5815-4618-b750-36dc93d12a8c', 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4e9e1ab-5815-4618-b750-36dc93d12a8c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "adminPass": "hduwt56NbRGV"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:23.904 63 INFO tempest.lib.common.rest_client [req-0728fd34-00b6-4d3b-ba42-6c33a8cfe3d9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.314s 2018-08-12 20:58:23.904 63 DEBUG tempest.lib.common.rest_client [req-0728fd34-00b6-4d3b-ba42-6c33a8cfe3d9 ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-0728fd34-00b6-4d3b-ba42-6c33a8cfe3d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0728fd34-00b6-4d3b-ba42-6c33a8cfe3d9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:25.241 63 INFO tempest.lib.common.rest_client [req-0ac5759d-1ff2-4fe4-9552-2dfdbf8e86bd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.321s 2018-08-12 20:58:25.242 63 DEBUG tempest.lib.common.rest_client [req-0ac5759d-1ff2-4fe4-9552-2dfdbf8e86bd ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-0ac5759d-1ff2-4fe4-9552-2dfdbf8e86bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ac5759d-1ff2-4fe4-9552-2dfdbf8e86bd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:27.172 63 INFO tempest.lib.common.rest_client [req-7153a462-e1ad-4387-aff6-c0960f7f1fca ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.916s 2018-08-12 20:58:27.173 63 DEBUG tempest.lib.common.rest_client [req-7153a462-e1ad-4387-aff6-c0960f7f1fca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1389', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-7153a462-e1ad-4387-aff6-c0960f7f1fca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7153a462-e1ad-4387-aff6-c0960f7f1fca'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:27.191 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 4 second wait 2018-08-12 20:58:29.333 63 INFO tempest.lib.common.rest_client [req-f44de9f2-2666-4c57-a9a3-02f373390439 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 1.140s 2018-08-12 20:58:29.334 63 DEBUG tempest.lib.common.rest_client [req-f44de9f2-2666-4c57-a9a3-02f373390439 ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-f44de9f2-2666-4c57-a9a3-02f373390439', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f44de9f2-2666-4c57-a9a3-02f373390439'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:29.347 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:58:30.962 63 INFO tempest.lib.common.rest_client [req-33c4a302-015c-4584-87b2-c234be63581f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.613s 2018-08-12 20:58:30.963 63 DEBUG tempest.lib.common.rest_client [req-33c4a302-015c-4584-87b2-c234be63581f ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-33c4a302-015c-4584-87b2-c234be63581f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-33c4a302-015c-4584-87b2-c234be63581f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:32.648 63 INFO tempest.lib.common.rest_client [req-69716218-7e10-4c6e-9e65-9600bd0f03f9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.668s 2018-08-12 20:58:32.649 63 DEBUG tempest.lib.common.rest_client [req-69716218-7e10-4c6e-9e65-9600bd0f03f9 ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-69716218-7e10-4c6e-9e65-9600bd0f03f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69716218-7e10-4c6e-9e65-9600bd0f03f9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:32.662 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:58:33.538 63 INFO tempest.lib.common.rest_client [req-11a49099-ad46-4ca8-9ddc-d8a1d34be658 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.875s 2018-08-12 20:58:33.539 63 DEBUG tempest.lib.common.rest_client [req-11a49099-ad46-4ca8-9ddc-d8a1d34be658 ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-11a49099-ad46-4ca8-9ddc-d8a1d34be658', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11a49099-ad46-4ca8-9ddc-d8a1d34be658'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:33.553 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 9e8eea3a-46c5-4ed7-8451-da8d77227c8f with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:58:34.418 63 INFO tempest.lib.common.rest_client [req-9ac13b50-850f-4430-a159-b38f70d0c792 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 0.864s 2018-08-12 20:58:34.418 63 DEBUG tempest.lib.common.rest_client [req-9ac13b50-850f-4430-a159-b38f70d0c792 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1911418998", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ac13b50-850f-4430-a159-b38f70d0c792'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:33Z","name":"tempest-port-smoke-1911418998","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4c:75:b0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","ip_address":"10.101.11.30"}],"id":"79a0e881-d4ff-4033-823e-0296192a25cb","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:37.930 63 INFO tempest.lib.common.rest_client [req-0848ab4b-0ed5-4ea1-9337-f1b3cfae1a86 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.510s 2018-08-12 20:58:37.930 63 DEBUG tempest.lib.common.rest_client [req-0848ab4b-0ed5-4ea1-9337-f1b3cfae1a86 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "port": "79a0e881-d4ff-4033-823e-0296192a25cb"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0848ab4b-0ed5-4ea1-9337-f1b3cfae1a86', 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0848ab4b-0ed5-4ea1-9337-f1b3cfae1a86'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "adminPass": "dpFbvJvrak4U"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:38.237 63 INFO tempest.lib.common.rest_client [req-08dcd10a-c98a-453b-af8e-413037bd4b7a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.302s 2018-08-12 20:58:38.238 63 DEBUG tempest.lib.common.rest_client [req-08dcd10a-c98a-453b-af8e-413037bd4b7a ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-08dcd10a-c98a-453b-af8e-413037bd4b7a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08dcd10a-c98a-453b-af8e-413037bd4b7a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:39.942 63 INFO tempest.lib.common.rest_client [req-1f1f8073-81d7-4d95-82cd-8c2a25664ff0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.691s 2018-08-12 20:58:39.943 63 DEBUG tempest.lib.common.rest_client [req-1f1f8073-81d7-4d95-82cd-8c2a25664ff0 ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-1f1f8073-81d7-4d95-82cd-8c2a25664ff0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f1f8073-81d7-4d95-82cd-8c2a25664ff0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:41.618 63 INFO tempest.lib.common.rest_client [req-8794707d-7753-4d21-b96c-1354054999d7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.659s 2018-08-12 20:58:41.618 63 DEBUG tempest.lib.common.rest_client [req-8794707d-7753-4d21-b96c-1354054999d7 ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-8794707d-7753-4d21-b96c-1354054999d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8794707d-7753-4d21-b96c-1354054999d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:41.634 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:58:43.096 63 INFO tempest.lib.common.rest_client [req-1e8f9b62-c175-4990-b1a5-17d041d85438 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.460s 2018-08-12 20:58:43.096 63 DEBUG tempest.lib.common.rest_client [req-1e8f9b62-c175-4990-b1a5-17d041d85438 ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-1e8f9b62-c175-4990-b1a5-17d041d85438', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1e8f9b62-c175-4990-b1a5-17d041d85438'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:45.262 63 INFO tempest.lib.common.rest_client [req-8f3a68cc-388a-4a52-8551-b705071ee3f9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 1.151s 2018-08-12 20:58:45.263 63 DEBUG tempest.lib.common.rest_client [req-8f3a68cc-388a-4a52-8551-b705071ee3f9 ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-8f3a68cc-388a-4a52-8551-b705071ee3f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f3a68cc-388a-4a52-8551-b705071ee3f9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:46.729 63 INFO tempest.lib.common.rest_client [req-e99dfc86-efca-468e-85e4-8197fae55004 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.451s 2018-08-12 20:58:46.730 63 DEBUG tempest.lib.common.rest_client [req-e99dfc86-efca-468e-85e4-8197fae55004 ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-e99dfc86-efca-468e-85e4-8197fae55004', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e99dfc86-efca-468e-85e4-8197fae55004'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:46.745 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:58:47.330 63 INFO tempest.lib.common.rest_client [req-c995587f-e44d-4416-9c2c-7de2573790db ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.584s 2018-08-12 20:58:47.331 63 DEBUG tempest.lib.common.rest_client [req-c995587f-e44d-4416-9c2c-7de2573790db ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-c995587f-e44d-4416-9c2c-7de2573790db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c995587f-e44d-4416-9c2c-7de2573790db'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:47.345 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: caf7e7c4-1bfc-479f-9211-bb113aa2b379 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:58:48.137 63 INFO tempest.lib.common.rest_client [req-4120d93f-764e-4d50-b370-14f2dbd611d8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 0.790s 2018-08-12 20:58:48.137 63 DEBUG tempest.lib.common.rest_client [req-4120d93f-764e-4d50-b370-14f2dbd611d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-1112728099", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4120d93f-764e-4d50-b370-14f2dbd611d8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:47Z","name":"tempest-port-smoke-1112728099","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2d:26:ba","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","ip_address":"10.102.21.40"}],"id":"c1414642-de84-4dad-97b6-db47a39d07ab","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:51.044 63 INFO tempest.lib.common.rest_client [req-0218fb5c-2923-47ce-8eb1-6e65128c9fef ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 2.906s 2018-08-12 20:58:51.045 63 DEBUG tempest.lib.common.rest_client [req-0218fb5c-2923-47ce-8eb1-6e65128c9fef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "port": "c1414642-de84-4dad-97b6-db47a39d07ab"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0218fb5c-2923-47ce-8eb1-6e65128c9fef', 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0218fb5c-2923-47ce-8eb1-6e65128c9fef'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "adminPass": "M4donLePfnwY"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:51.281 63 INFO tempest.lib.common.rest_client [req-5015ca16-cdc8-429b-8d1c-ffc922d7ac28 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.231s 2018-08-12 20:58:51.282 63 DEBUG tempest.lib.common.rest_client [req-5015ca16-cdc8-429b-8d1c-ffc922d7ac28 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-5015ca16-cdc8-429b-8d1c-ffc922d7ac28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5015ca16-cdc8-429b-8d1c-ffc922d7ac28'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:52.569 63 INFO tempest.lib.common.rest_client [req-6237c774-be6b-4cdf-b484-68eed23e0ca1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.272s 2018-08-12 20:58:52.569 63 DEBUG tempest.lib.common.rest_client [req-6237c774-be6b-4cdf-b484-68eed23e0ca1 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-6237c774-be6b-4cdf-b484-68eed23e0ca1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6237c774-be6b-4cdf-b484-68eed23e0ca1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:53.851 63 INFO tempest.lib.common.rest_client [req-da9c0126-c1f0-4f6c-ac8f-0326d461bd47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.267s 2018-08-12 20:58:53.853 63 DEBUG tempest.lib.common.rest_client [req-da9c0126-c1f0-4f6c-ac8f-0326d461bd47 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-da9c0126-c1f0-4f6c-ac8f-0326d461bd47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da9c0126-c1f0-4f6c-ac8f-0326d461bd47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:53.874 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 20:58:55.559 63 INFO tempest.lib.common.rest_client [req-92c62740-ea8d-4fc9-adbf-edcc3f378d80 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.682s 2018-08-12 20:58:55.559 63 DEBUG tempest.lib.common.rest_client [req-92c62740-ea8d-4fc9-adbf-edcc3f378d80 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-92c62740-ea8d-4fc9-adbf-edcc3f378d80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92c62740-ea8d-4fc9-adbf-edcc3f378d80'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:55.573 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:58:57.264 63 INFO tempest.lib.common.rest_client [req-f94ba210-f211-4930-8a30-ece7fb209773 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.690s 2018-08-12 20:58:57.265 63 DEBUG tempest.lib.common.rest_client [req-f94ba210-f211-4930-8a30-ece7fb209773 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-f94ba210-f211-4930-8a30-ece7fb209773', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f94ba210-f211-4930-8a30-ece7fb209773'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:58.990 63 INFO tempest.lib.common.rest_client [req-0f2a3047-152c-4d6f-bbd4-b90e4e43de42 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.715s 2018-08-12 20:58:58.990 63 DEBUG tempest.lib.common.rest_client [req-0f2a3047-152c-4d6f-bbd4-b90e4e43de42 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-0f2a3047-152c-4d6f-bbd4-b90e4e43de42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f2a3047-152c-4d6f-bbd4-b90e4e43de42'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:59.004 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:58:59.440 63 INFO tempest.lib.common.rest_client [req-6bc837b3-92e2-43e1-accb-7e75f02c1141 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.435s 2018-08-12 20:58:59.441 63 DEBUG tempest.lib.common.rest_client [req-6bc837b3-92e2-43e1-accb-7e75f02c1141 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-6bc837b3-92e2-43e1-accb-7e75f02c1141', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6bc837b3-92e2-43e1-accb-7e75f02c1141'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:58:59.455 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 3d514d97-c3f2-4cc2-95ba-0aaba603dcdf with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 20:59:00.072 63 INFO tempest.lib.common.rest_client [req-dea2005a-a654-4c96-b012-2ae9efb0cbe3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations 0.616s 2018-08-12 20:59:00.073 63 DEBUG tempest.lib.common.rest_client [req-dea2005a-a654-4c96-b012-2ae9efb0cbe3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations', u'date': 'Sun, 12 Aug 2018 20:59:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dea2005a-a654-4c96-b012-2ae9efb0cbe3'} Body: {"network_association": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "id": "1f221b84-e121-4603-9905-c4cc1abf0049"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:00.306 63 INFO tempest.lib.common.rest_client [req-75a0df73-c3a5-4ed9-a3dc-0755ad3b98be ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/routers 0.232s 2018-08-12 20:59:00.306 63 DEBUG tempest.lib.common.rest_client [req-75a0df73-c3a5-4ed9-a3dc-0755ad3b98be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--885852229", "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': 'Sun, 12 Aug 2018 20:59:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-75a0df73-c3a5-4ed9-a3dc-0755ad3b98be'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:00Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:00Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "name": "tempest-router--885852229"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:01.825 63 INFO tempest.lib.common.rest_client [req-cb29aa83-fe05-4b3c-9d22-886ef5fa3a48 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0 1.518s 2018-08-12 20:59:01.826 63 DEBUG tempest.lib.common.rest_client [req-cb29aa83-fe05-4b3c-9d22-886ef5fa3a48 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0', u'date': 'Sun, 12 Aug 2018 20:59:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cb29aa83-fe05-4b3c-9d22-886ef5fa3a48'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:00Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:01Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "name": "tempest-router--885852229"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:04.478 63 INFO tempest.lib.common.rest_client [req-22861412-aaaf-42e2-93d9-22f6696458b8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/add_router_interface 2.651s 2018-08-12 20:59:04.479 63 DEBUG tempest.lib.common.rest_client [req-22861412-aaaf-42e2-93d9-22f6696458b8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22861412-aaaf-42e2-93d9-22f6696458b8'} Body: {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac", "subnet_ids": ["6a0d9577-6538-43ef-9c81-a4976cbf7bac"], "port_id": "71517b6e-a7d3-4ccd-85dc-2d4950aed78e", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:06.749 63 INFO tempest.lib.common.rest_client [req-c0789f09-345c-4bc6-a1b0-7f033a5d6839 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.268s 2018-08-12 20:59:06.750 63 DEBUG tempest.lib.common.rest_client [req-c0789f09-345c-4bc6-a1b0-7f033a5d6839 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "6271e768-be0f-40cb-8fd1-af5bdcf185a9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:59:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0789f09-345c-4bc6-a1b0-7f033a5d6839'} Body: {"floatingip": {"router_id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:59:05Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "6271e768-be0f-40cb-8fd1-af5bdcf185a9", "id": "c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:05Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:06.751 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:22.776 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:22.843 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:59:22.873 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:22.988 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-12 20:59:22.988 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:22.990 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:23.053 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:59:23.054 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:28.061 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.200 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-12 20:59:28.062 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:59:28.062 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.074603 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 20:59:28.063 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:28.066 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:28.131 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:59:28.162 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:28.277 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-12 20:59:28.277 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:28.279 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:28.341 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:59:28.343 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:32.351 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.073866 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 20:59:32.705 63 INFO tempest.lib.common.rest_client [req-f1be2998-0fb1-42d7-8144-2bfdf393a7b8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations 0.353s 2018-08-12 20:59:32.706 63 DEBUG tempest.lib.common.rest_client [req-f1be2998-0fb1-42d7-8144-2bfdf393a7b8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations', u'date': 'Sun, 12 Aug 2018 20:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1be2998-0fb1-42d7-8144-2bfdf393a7b8'} Body: {"network_association": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "id": "3acfdffb-065f-4b56-9aa3-f49e650deaf5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:32.838 63 INFO tempest.lib.common.rest_client [req-57f10385-875a-4656-a6f4-5f5d803b8840 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/routers 0.131s 2018-08-12 20:59:32.839 63 DEBUG tempest.lib.common.rest_client [req-57f10385-875a-4656-a6f4-5f5d803b8840 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1129603914", "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': 'Sun, 12 Aug 2018 20:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57f10385-875a-4656-a6f4-5f5d803b8840'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:32Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:32Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "name": "tempest-router--1129603914"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:34.546 63 INFO tempest.lib.common.rest_client [req-4dc6c5f2-5eaf-4e6c-a2d0-347ff666cc96 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950 1.706s 2018-08-12 20:59:34.547 63 DEBUG tempest.lib.common.rest_client [req-4dc6c5f2-5eaf-4e6c-a2d0-347ff666cc96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950', u'date': 'Sun, 12 Aug 2018 20:59:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4dc6c5f2-5eaf-4e6c-a2d0-347ff666cc96'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:32Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:34Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "name": "tempest-router--1129603914"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:36.584 63 INFO tempest.lib.common.rest_client [req-e2f88eab-5936-4093-8ddc-d1a3c6e7d196 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/add_router_interface 2.036s 2018-08-12 20:59:36.584 63 DEBUG tempest.lib.common.rest_client [req-e2f88eab-5936-4093-8ddc-d1a3c6e7d196 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2f88eab-5936-4093-8ddc-d1a3c6e7d196'} Body: {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e", "subnet_ids": ["c67387a8-5c2f-4fc2-8d7e-98873b97665e"], "port_id": "8d7d60a6-a9f5-4861-be99-21a8ce0bc020", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:38.442 63 INFO tempest.lib.common.rest_client [req-3a279ace-1dfd-4a9d-89b4-c3e069a5e96f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.857s 2018-08-12 20:59:38.443 63 DEBUG tempest.lib.common.rest_client [req-3a279ace-1dfd-4a9d-89b4-c3e069a5e96f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "b24bc66c-145e-4542-9ae3-8f1ee1851f44"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a279ace-1dfd-4a9d-89b4-c3e069a5e96f'} Body: {"floatingip": {"router_id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:59:37Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "b24bc66c-145e-4542-9ae3-8f1ee1851f44", "id": "625350b6-f8e7-4672-b356-2bf78180544d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 20:59:38.444 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:38.446 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:38.511 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:59:38.543 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:38.657 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-12 20:59:38.658 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:38.660 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:38.721 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:59:38.724 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:43.731 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.200 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-12 20:59:43.732 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 20:59:43.733 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075428 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 20:59:43.733 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:59:58.771 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:58.873 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:59:58.899 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:59:59.013 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.40 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-12 20:59:59.014 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:59:59.016 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:59.078 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 20:59:59.080 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 21:00:03.087 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.074334 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 21:00:03.088 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Updating targets in BGPVPN ddf73e5d-c710-4cfb-a93e-28a1e17477b6 _update_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:990 2018-08-12 21:00:03.458 63 INFO tempest.lib.common.rest_client [req-402b3a8d-b0bf-4f17-823b-c5cacebe9f65 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6 0.369s 2018-08-12 21:00:03.458 63 DEBUG tempest.lib.common.rest_client [req-402b3a8d-b0bf-4f17-823b-c5cacebe9f65 ] 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/ddf73e5d-c710-4cfb-a93e-28a1e17477b6', u'date': 'Sun, 12 Aug 2018 21:00:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-402b3a8d-b0bf-4f17-823b-c5cacebe9f65'} 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-12 21:00:04.604 63 INFO tempest.lib.common.rest_client [req-faa1b193-cc80-43cc-aa3c-bfdfb84ba15e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/625350b6-f8e7-4672-b356-2bf78180544d 1.144s 2018-08-12 21:00:04.604 63 DEBUG tempest.lib.common.rest_client [req-faa1b193-cc80-43cc-aa3c-bfdfb84ba15e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/625350b6-f8e7-4672-b356-2bf78180544d', u'date': 'Sun, 12 Aug 2018 21:00:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-faa1b193-cc80-43cc-aa3c-bfdfb84ba15e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:06.614 63 INFO tempest.lib.common.rest_client [req-fb0b41a0-609d-4731-b3af-0529f8bee053 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/remove_router_interface 2.008s 2018-08-12 21:00:06.614 63 DEBUG tempest.lib.common.rest_client [req-fb0b41a0-609d-4731-b3af-0529f8bee053 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:00:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb0b41a0-609d-4731-b3af-0529f8bee053'} Body: {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e", "subnet_ids": ["c67387a8-5c2f-4fc2-8d7e-98873b97665e"], "port_id": "8d7d60a6-a9f5-4861-be99-21a8ce0bc020", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:08.082 63 INFO tempest.lib.common.rest_client [req-4d553bb3-6f72-48eb-841c-509f95da05ec ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950 1.467s 2018-08-12 21:00:08.083 63 DEBUG tempest.lib.common.rest_client [req-4d553bb3-6f72-48eb-841c-509f95da05ec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c50d6c5f-c532-4f02-aa43-72885ae4a950', u'date': 'Sun, 12 Aug 2018 21:00:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d553bb3-6f72-48eb-841c-509f95da05ec'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:08.951 63 INFO tempest.lib.common.rest_client [req-085b49c7-214b-4e5c-b099-3c5fb607897a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b 0.866s 2018-08-12 21:00:08.951 63 DEBUG tempest.lib.common.rest_client [req-085b49c7-214b-4e5c-b099-3c5fb607897a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b', u'date': 'Sun, 12 Aug 2018 21:00:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-085b49c7-214b-4e5c-b099-3c5fb607897a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:10.684 63 INFO tempest.lib.common.rest_client [req-e6cf2071-fa0a-406c-a31d-7bcd89f7ed7e ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/remove_router_interface 1.732s 2018-08-12 21:00:10.685 63 DEBUG tempest.lib.common.rest_client [req-e6cf2071-fa0a-406c-a31d-7bcd89f7ed7e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:00:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6cf2071-fa0a-406c-a31d-7bcd89f7ed7e'} Body: {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac", "subnet_ids": ["6a0d9577-6538-43ef-9c81-a4976cbf7bac"], "port_id": "71517b6e-a7d3-4ccd-85dc-2d4950aed78e", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:12.125 63 INFO tempest.lib.common.rest_client [req-ecd6a8b4-597b-4e94-ac78-d190a1c5ca7e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0 1.439s 2018-08-12 21:00:12.126 63 DEBUG tempest.lib.common.rest_client [req-ecd6a8b4-597b-4e94-ac78-d190a1c5ca7e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7a9f53a3-c28d-4dc5-aa24-85e95df65df0', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ecd6a8b4-597b-4e94-ac78-d190a1c5ca7e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:12.311 63 INFO tempest.lib.common.rest_client [req-b1852b0d-0a18-443d-a35a-d29bc47937ec ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.184s 2018-08-12 21:00:12.312 63 DEBUG tempest.lib.common.rest_client [req-b1852b0d-0a18-443d-a35a-d29bc47937ec ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-b1852b0d-0a18-443d-a35a-d29bc47937ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1852b0d-0a18-443d-a35a-d29bc47937ec'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:13.110 63 INFO tempest.lib.common.rest_client [req-5689faf4-5393-46a2-992b-cacd8db204e0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.797s 2018-08-12 21:00:13.110 63 DEBUG tempest.lib.common.rest_client [req-5689faf4-5393-46a2-992b-cacd8db204e0 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-5689faf4-5393-46a2-992b-cacd8db204e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5689faf4-5393-46a2-992b-cacd8db204e0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:14.167 63 INFO tempest.lib.common.rest_client [req-84f46542-49e7-4afb-a1c3-d86a01a4a210 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.041s 2018-08-12 21:00:14.167 63 DEBUG tempest.lib.common.rest_client [req-84f46542-49e7-4afb-a1c3-d86a01a4a210 ] 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-84f46542-49e7-4afb-a1c3-d86a01a4a210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-84f46542-49e7-4afb-a1c3-d86a01a4a210'} Body: {"itemNotFound": {"message": "Instance 3d514d97-c3f2-4cc2-95ba-0aaba603dcdf could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:14.921 63 INFO tempest.lib.common.rest_client [req-d52e3244-46b4-4341-8f4d-61a9bdb3988a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c1414642-de84-4dad-97b6-db47a39d07ab 0.752s 2018-08-12 21:00:14.921 63 DEBUG tempest.lib.common.rest_client [req-d52e3244-46b4-4341-8f4d-61a9bdb3988a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c1414642-de84-4dad-97b6-db47a39d07ab', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d52e3244-46b4-4341-8f4d-61a9bdb3988a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:15.101 63 INFO tempest.lib.common.rest_client [req-a25d7549-ae47-4e57-a6f3-886924ac6b6e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.179s 2018-08-12 21:00:15.102 63 DEBUG tempest.lib.common.rest_client [req-a25d7549-ae47-4e57-a6f3-886924ac6b6e ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-a25d7549-ae47-4e57-a6f3-886924ac6b6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a25d7549-ae47-4e57-a6f3-886924ac6b6e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:16.066 63 INFO tempest.lib.common.rest_client [req-f45e99fb-8383-47fa-83b3-37fbd08aba95 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.963s 2018-08-12 21:00:16.066 63 DEBUG tempest.lib.common.rest_client [req-f45e99fb-8383-47fa-83b3-37fbd08aba95 ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-f45e99fb-8383-47fa-83b3-37fbd08aba95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f45e99fb-8383-47fa-83b3-37fbd08aba95'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:15Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:17.128 63 INFO tempest.lib.common.rest_client [req-3f678c35-fa29-4fec-a0ee-94d2de4182af ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.046s 2018-08-12 21:00:17.128 63 DEBUG tempest.lib.common.rest_client [req-3f678c35-fa29-4fec-a0ee-94d2de4182af ] 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-3f678c35-fa29-4fec-a0ee-94d2de4182af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3f678c35-fa29-4fec-a0ee-94d2de4182af'} Body: {"itemNotFound": {"message": "Instance caf7e7c4-1bfc-479f-9211-bb113aa2b379 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:17.983 63 INFO tempest.lib.common.rest_client [req-5013c2cd-4efa-4dc1-a74c-5e3a6ca01ad0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/79a0e881-d4ff-4033-823e-0296192a25cb 0.853s 2018-08-12 21:00:17.983 63 DEBUG tempest.lib.common.rest_client [req-5013c2cd-4efa-4dc1-a74c-5e3a6ca01ad0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/79a0e881-d4ff-4033-823e-0296192a25cb', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5013c2cd-4efa-4dc1-a74c-5e3a6ca01ad0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:18.167 63 INFO tempest.lib.common.rest_client [req-acc79e70-309f-42a2-b80a-8436eda2c714 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.183s 2018-08-12 21:00:18.168 63 DEBUG tempest.lib.common.rest_client [req-acc79e70-309f-42a2-b80a-8436eda2c714 ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-acc79e70-309f-42a2-b80a-8436eda2c714', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acc79e70-309f-42a2-b80a-8436eda2c714'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:18.864 63 INFO tempest.lib.common.rest_client [req-6f52e545-4757-4848-b24e-fde91fa5aa59 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.695s 2018-08-12 21:00:18.864 63 DEBUG tempest.lib.common.rest_client [req-6f52e545-4757-4848-b24e-fde91fa5aa59 ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-6f52e545-4757-4848-b24e-fde91fa5aa59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f52e545-4757-4848-b24e-fde91fa5aa59'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:19.935 63 INFO tempest.lib.common.rest_client [req-38c38068-6d2b-430d-8725-b6838f4e8ffb ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.056s 2018-08-12 21:00:19.935 63 DEBUG tempest.lib.common.rest_client [req-38c38068-6d2b-430d-8725-b6838f4e8ffb ] 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-38c38068-6d2b-430d-8725-b6838f4e8ffb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-38c38068-6d2b-430d-8725-b6838f4e8ffb'} Body: {"itemNotFound": {"message": "Instance 9e8eea3a-46c5-4ed7-8451-da8d77227c8f could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:20.564 63 INFO tempest.lib.common.rest_client [req-f3e61098-7e26-4072-90f2-44825900ef97 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b24bc66c-145e-4542-9ae3-8f1ee1851f44 0.627s 2018-08-12 21:00:20.565 63 DEBUG tempest.lib.common.rest_client [req-f3e61098-7e26-4072-90f2-44825900ef97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b24bc66c-145e-4542-9ae3-8f1ee1851f44', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f3e61098-7e26-4072-90f2-44825900ef97'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:20.769 63 INFO tempest.lib.common.rest_client [req-8889d6b9-13eb-4e5d-9246-8b48c12621c5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.204s 2018-08-12 21:00:20.770 63 DEBUG tempest.lib.common.rest_client [req-8889d6b9-13eb-4e5d-9246-8b48c12621c5 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-8889d6b9-13eb-4e5d-9246-8b48c12621c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8889d6b9-13eb-4e5d-9246-8b48c12621c5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:21.798 63 INFO tempest.lib.common.rest_client [req-47d02832-d4c2-4983-95ce-9962ebe1af72 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 1.027s 2018-08-12 21:00:21.798 63 DEBUG tempest.lib.common.rest_client [req-47d02832-d4c2-4983-95ce-9962ebe1af72 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-47d02832-d4c2-4983-95ce-9962ebe1af72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-47d02832-d4c2-4983-95ce-9962ebe1af72'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:20Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:22.860 63 INFO tempest.lib.common.rest_client [req-88c6ffe5-aa58-4766-99f1-ce0beeb7f893 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.043s 2018-08-12 21:00:22.860 63 DEBUG tempest.lib.common.rest_client [req-88c6ffe5-aa58-4766-99f1-ce0beeb7f893 ] 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-88c6ffe5-aa58-4766-99f1-ce0beeb7f893', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88c6ffe5-aa58-4766-99f1-ce0beeb7f893'} Body: {"itemNotFound": {"message": "Instance 4e4004af-5238-48d8-84ba-7446d815c467 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:23.508 63 INFO tempest.lib.common.rest_client [req-2bf4475b-fbf0-4479-8ffe-a2f29101eb1f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6271e768-be0f-40cb-8fd1-af5bdcf185a9 0.646s 2018-08-12 21:00:23.509 63 DEBUG tempest.lib.common.rest_client [req-2bf4475b-fbf0-4479-8ffe-a2f29101eb1f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6271e768-be0f-40cb-8fd1-af5bdcf185a9', u'date': 'Sun, 12 Aug 2018 21:00:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bf4475b-fbf0-4479-8ffe-a2f29101eb1f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:23.576 63 INFO tempest.lib.common.rest_client [req-b695894b-6c68-46a5-b399-78780c9d46ca ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-329112916 0.066s 2018-08-12 21:00:23.577 63 DEBUG tempest.lib.common.rest_client [req-b695894b-6c68-46a5-b399-78780c9d46ca ] 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-329112916', u'x-compute-request-id': 'req-b695894b-6c68-46a5-b399-78780c9d46ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b695894b-6c68-46a5-b399-78780c9d46ca'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:26.109 63 INFO tempest.lib.common.rest_client [req-922527f5-5e6f-43d7-9890-1659917a2dfc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c67387a8-5c2f-4fc2-8d7e-98873b97665e 2.530s 2018-08-12 21:00:26.109 63 DEBUG tempest.lib.common.rest_client [req-922527f5-5e6f-43d7-9890-1659917a2dfc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c67387a8-5c2f-4fc2-8d7e-98873b97665e', u'date': 'Sun, 12 Aug 2018 21:00:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-922527f5-5e6f-43d7-9890-1659917a2dfc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:27.992 63 INFO tempest.lib.common.rest_client [req-443f0734-02de-447e-b549-103cac03e31e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f7742edd-5dcc-4f32-8956-c2058c68ab7e 1.882s 2018-08-12 21:00:27.993 63 DEBUG tempest.lib.common.rest_client [req-443f0734-02de-447e-b549-103cac03e31e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f7742edd-5dcc-4f32-8956-c2058c68ab7e', u'date': 'Sun, 12 Aug 2018 21:00:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-443f0734-02de-447e-b549-103cac03e31e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:30.412 63 INFO tempest.lib.common.rest_client [req-16d46f75-d635-401e-95e7-0b695a0164ae ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/6a0d9577-6538-43ef-9c81-a4976cbf7bac 2.418s 2018-08-12 21:00:30.412 63 DEBUG tempest.lib.common.rest_client [req-16d46f75-d635-401e-95e7-0b695a0164ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6a0d9577-6538-43ef-9c81-a4976cbf7bac', u'date': 'Sun, 12 Aug 2018 21:00:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16d46f75-d635-401e-95e7-0b695a0164ae'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:32.238 63 INFO tempest.lib.common.rest_client [req-4faf9af8-e097-4340-abcd-38486f1a6eeb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ddab7bbb-f59f-49e4-899e-73abc9e819e0 1.825s 2018-08-12 21:00:32.239 63 DEBUG tempest.lib.common.rest_client [req-4faf9af8-e097-4340-abcd-38486f1a6eeb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ddab7bbb-f59f-49e4-899e-73abc9e819e0', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4faf9af8-e097-4340-abcd-38486f1a6eeb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:32.557 63 INFO tempest.lib.common.rest_client [req-9424b8bc-f2dd-4c47-be0c-fcef8e7470f4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/89eb4979-7fdd-42e5-bb71-7a8a0620bf2f 0.318s 2018-08-12 21:00:32.558 63 DEBUG tempest.lib.common.rest_client [req-9424b8bc-f2dd-4c47-be0c-fcef8e7470f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/89eb4979-7fdd-42e5-bb71-7a8a0620bf2f', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9424b8bc-f2dd-4c47-be0c-fcef8e7470f4'} 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 [153.280982s] ... 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 351, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 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-12 20:57:59,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.260s 2018-08-12 20:57:59,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1402461718 description", "name": "tempest-secgroup-smoke-1402461718"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:57:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e57bf643-7ec2-48cf-9ec2-bf5e55be59c0'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1402461718 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:57:59Z", "updated_at": "2018-08-12T20:57:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:57:59Z", "revision_number": 0, "id": "68f3306a-6c0b-4f76-9229-49c8bc426f7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:57:59Z", "revision_number": 0, "id": "d4fadc40-5dc7-48ea-9f67-5f8072eab5ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "name": "tempest-secgroup-smoke-1402461718"}} 2018-08-12 20:58:00,043 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.501s 2018-08-12 20:58:00,043 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7623f658-6cb8-44ff-a3c1-28f618c5abf8'} 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-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:57:59Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1cf75373-9ff9-4ed5-b824-d63ce6e10f1c"}} 2018-08-12 20:58:00,216 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-12 20:58:00,217 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6a1a8ee8-12c2-484f-8124-b7563e5f3b27'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "92a3ec93-261a-49cf-a931-de2df07952cc"}} 2018-08-12 20:58:00,407 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-12 20:58:00,408 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00aa5f5e-4caf-42c2-89e4-f46732c5bf77'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f12088c7-2d71-4f29-b0e2-9276f7632f91"}} 2018-08-12 20:58:00,827 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-12 20:58:00,828 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d5393fa-3917-47b1-9e41-9beba1b431ca'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a1532c15-e902-499a-bc5a-e6a6d93347c1"}} 2018-08-12 20:58:00,995 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-12 20:58:00,996 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2528d1a8-e892-422e-965f-47bb88e229ee'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "622770d2-c87c-4eec-b20a-bd202d39a7c6"}} 2018-08-12 20:58:01,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.410s 2018-08-12 20:58:01,408 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee2e7b31-c173-4a0b-8c68-727dbd3fc2e8'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8b984547-8f04-4fc3-8782-4bcf938bae18"}} 2018-08-12 20:58:01,587 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-12 20:58:01,587 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4fd6db9-d654-461b-87bc-78c5cd68d2d3'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f15b2a82-cbd9-4ce7-9dc2-96848139fe48"}} 2018-08-12 20:58:01,751 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.162s 2018-08-12 20:58:01,751 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a64f043-b780-450c-8255-5f1194a4e968'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f97bb1a0-d9dc-41df-a624-14f5d5cbba14"}} 2018-08-12 20:58:02,008 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.255s 2018-08-12 20:58:02,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1750610266"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-560e5229-3a2f-4245-9371-20f85131cf47'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:58:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","name":"tempest-A-1750610266"}} 2018-08-12 20:58:02,592 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.582s 2018-08-12 20:58:02,593 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "name": "tempest-subnet-A-1-545214631"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:58:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4c445c3-7caf-4365-876b-e5a19c880266'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:02Z","dns_nameservers":[],"updated_at":"2018-08-12T20:58: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":"01ace95cf526467b9409c6248a7c6876","id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","subnetpool_id":null,"name":"tempest-subnet-A-1-545214631"}} 2018-08-12 20:58:02,813 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.219s 2018-08-12 20:58:02,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-2051608462"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:58:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ae17e75-d80d-4584-a818-3d6654759637'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:58:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","name":"tempest-B-2051608462"}} 2018-08-12 20:58:04,054 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 1.239s 2018-08-12 20:58:04,055 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "name": "tempest-subnet-B-1-1792510480"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a697055e-186a-46f5-902f-4f1f4318f74d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:03Z","dns_nameservers":[],"updated_at":"2018-08-12T20:58: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":"01ace95cf526467b9409c6248a7c6876","id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","subnetpool_id":null,"name":"tempest-subnet-B-1-1792510480"}} 2018-08-12 20:58:04,553 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.497s 2018-08-12 20:58:04,555 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de70e883-3f6a-48e1-83de-8d74b15d71ea'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ddf73e5d-c710-4cfb-a93e-28a1e17477b6"}} 2018-08-12 20:58:04,773 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.216s 2018-08-12 20:58:04,773 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-329112916"}} 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-9b25ecb8-5fe8-4103-93e8-b915489d988f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b25ecb8-5fe8-4103-93e8-b915489d988f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpfVeRNvDK+AujfoTbJM5HnqFlItyZNE2JHovSOATP6NerTDTBjr5MtJfNNlK8MunOqzKrO+Dcuc+5j2W1VrH3/bEYib3OCFtlMupcTLO4zb58dthBlSugMH5BjPf23i6petg5FCHNhPc9+917NI2nsXO2yQvX2qOrq8q7uTHPJPdQB06pmeZLM4nN6pr9Gao55B4L3Il0hlwRGbrSelGfsveBVl+0ddXOdPcwPHXukUcw+fK897PZSr57iGjmliyAVFDsbYyyyyaHEhsUPpQcb5hFJ5NIzjzrzfNKBLAqNetEFS8pIDwN1CyR5A4HzKmAqYT5zJBGjhnavBGpX2rj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqX1XkTbwyvgLo36E2yTOR56hZSLcmTRNiR6L0jgEz+jXq0w0\nwY6+TLSXzTZSvDLpzqsyqzvg3LnPuY9ltVax9/2xGIm9zghbZTLqXEyzuM2+fHbY\nQZUroDB+QYz39t4uqXrYORQhzYT3PfvdezSNp7FztskL19qjq6vKu7kxzyT3UAdO\nqZnmSzOJzeqa/RmqOeQeC9yJdIZcERm60npRn7L3gVZftHXVznT3MDx17pFHMPny\nvPez2Uq+e4ho5pYsgFRQ7G2MsssmhxIbFD6UHG+YRSeTSM48683zSgSwKjXrRBUv\nKSA8DdQskeQOB8ypgKmE+cyQRo4Z2rwRqV9q4wIDAQABAoIBAAe46EZ7hFkbGByo\n5RC/Co8E0UG0ZuysD2RR+fjoCIAYkcsCO90dzdnc2JXHBdoBT9nUvwhCQCqOZMKF\noBK1EoLEEk+V5wn+I3vm5/qwm/etmCI/n/bM/yHbU8VU0O90jBe4uyVOn4OnrUQr\nt5mneVTMpwMLAfkhwxdNSn1nILfZWk8zBS/biXmhcic6FWrjQA3yuxTXySj0b05Z\nHLP0Gf2PWC+BmHsTnJf70D0cH0Imu8Vf+J4tlq7VUwJF8Udj2L4JJJydOyToGrmC\n1CmR6HrO7DRRQ+V3djDjTnnlfKq8C15JgzX8yB0UOTVy56YApVdQ6nWlBhtkjU2v\nNDQy/XECgYEA3UDVwTrMbEsVyhKkY+2CZ4U4MUhN4NwxCy8oNUg5fMfgQtpkrQtd\nIqR/8lYZB2+yrmQ5XA2tgeCS7ivBHGbyf6YM8H9O5oglq2QrkKzliDmK5Y43tBf1\nHdv0uHwcGIKMarJC5CZXlfhJgHBncGTp1+Vjn6A1dJAUHhlF8ztZj+UCgYEAxBts\n2M2PzkMUrgNFIYtVKkE1ApOkxw162EY3N/IX2wt92fV+pQ6Y0FkTWXpB69B9CfVp\ne+xQdzU+xYsyKTvQPsfxEsXIFDyLG1G/0S9xj9q21GMim5H0EiwDH0Q5ThOgEA8W\nlHEJoEQm2qBczOIhzaqC9ROtE8ojgSL7h5cSkycCgYByrtKdcA7Z6ymGLpeLPGcl\npYX09Zd4gGnjdDQROjiiFzCFNpKMp6FE/aNcR4h9tEYX4tdgga537aH7Vi6ovCvi\nQn3egv6wu81aw3dZbGUlcT4vssHo1ao2Kfb1UU923ORPwcquW7l2gNYIfzr+pTAY\nukwjR3Wtz6i92TfK1e6ciQKBgHmCQLQo0kTMPaEAd7IsIe3Xj1/0WXHYgVhGUWqB\nv5RCj40gVoMxAzB9MMcNQJE7km48OErHhqgGPsmp0L/JxuNPgajPEYSwasTXp1GW\n4vduXkBE2KmqCp/D039pB1TARjoND0GUtJEwCR8Ho9hy+Nz1HMV7lo8ffVZDdbRy\nv9ibAoGBALqidxhwSRhienVES532AZEiDMb5WXuMF6+hTqgVPBxD2+zNrOBA3bA4\ntbfJMNIOxxXiaRqrZ/FPs4i6EWTd/C/shV5d3uCvcrmyS2ZhJzLnvltSZoSz1VNw\nnx/LhKYHbkWlPi2rNbvstDOaybHZG3IZsDFOGTTGeQZ6HBgoC2g8\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-329112916", "fingerprint": "7b:cb:8a:49:22:77:f7:b1:53:b7:4a:58:5e:e1:ff:56"}} 2018-08-12 20:58:06,047 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.268s 2018-08-12 20:58:06,048 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1845522220", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-071f3d90-8a22-4abb-a924-4ec44a5439c3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:05Z","name":"tempest-port-smoke-1845522220","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5c:f6:9b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","ip_address":"10.101.11.10"}],"id":"6271e768-be0f-40cb-8fd1-af5bdcf185a9","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} 2018-08-12 20:58:09,049 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.000s 2018-08-12 20:58:09,050 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-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "port": "6271e768-be0f-40cb-8fd1-af5bdcf185a9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-8235db17-3e8e-44a9-8694-ec0932801a45', 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8235db17-3e8e-44a9-8694-ec0932801a45'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4e4004af-5238-48d8-84ba-7446d815c467", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "adminPass": "wYcQ85Yrm7Sy"}} 2018-08-12 20:58:09,770 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/4e4004af-5238-48d8-84ba-7446d815c467 0.715s 2018-08-12 20:58:09,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-fe4b5f7b-fa1b-477b-84c9-609a102c86d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fe4b5f7b-fa1b-477b-84c9-609a102c86d9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:11,139 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/4e4004af-5238-48d8-84ba-7446d815c467 0.354s 2018-08-12 20:58:11,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': '1265', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-3879f36a-2868-46ee-94c4-0ca46bb45449', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3879f36a-2868-46ee-94c4-0ca46bb45449'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:13,097 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/4e4004af-5238-48d8-84ba-7446d815c467 0.941s 2018-08-12 20:58:13,097 63 DEBUG [tempest.lib.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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-13ce7d6e-fd5c-4b35-bd16-62f2d94f3143', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13ce7d6e-fd5c-4b35-bd16-62f2d94f3143'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:13,110 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:58:14,457 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/4e4004af-5238-48d8-84ba-7446d815c467 0.345s 2018-08-12 20:58:14,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-35c4fe85-8bae-45c7-a5bb-bff1465ebbf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35c4fe85-8bae-45c7-a5bb-bff1465ebbf1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:16,113 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/4e4004af-5238-48d8-84ba-7446d815c467 0.638s 2018-08-12 20:58:16,114 63 DEBUG [tempest.lib.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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-55f7333c-f0bf-4a6b-b0a7-ddddea6d7334', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55f7333c-f0bf-4a6b-b0a7-ddddea6d7334'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:18,511 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/4e4004af-5238-48d8-84ba-7446d815c467 1.383s 2018-08-12 20:58:18,512 63 DEBUG [tempest.lib.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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-e6922f35-8689-4873-a894-a37f366d32c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6922f35-8689-4873-a894-a37f366d32c8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:18,525 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:58:19,329 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/4e4004af-5238-48d8-84ba-7446d815c467 0.802s 2018-08-12 20:58:19,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-32a4aec7-0d0c-480c-a420-957a0be1f223', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-32a4aec7-0d0c-480c-a420-957a0be1f223'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:19,342 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4e4004af-5238-48d8-84ba-7446d815c467 with status: ACTIVE 2018-08-12 20:58:20,388 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.045s 2018-08-12 20:58:20,389 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-718808290", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efb34d97-c407-45fd-8396-124066460d76'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:19Z","name":"tempest-port-smoke-718808290","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9f:30:49","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","ip_address":"10.102.21.20"}],"id":"b24bc66c-145e-4542-9ae3-8f1ee1851f44","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} 2018-08-12 20:58:23,584 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.194s 2018-08-12 20:58:23,585 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-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "port": "b24bc66c-145e-4542-9ae3-8f1ee1851f44"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-f4e9e1ab-5815-4618-b750-36dc93d12a8c', 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4e9e1ab-5815-4618-b750-36dc93d12a8c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "adminPass": "hduwt56NbRGV"}} 2018-08-12 20:58:23,904 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.314s 2018-08-12 20:58:23,904 63 DEBUG [tempest.lib.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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-0728fd34-00b6-4d3b-ba42-6c33a8cfe3d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0728fd34-00b6-4d3b-ba42-6c33a8cfe3d9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:25,241 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.321s 2018-08-12 20:58:25,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-0ac5759d-1ff2-4fe4-9552-2dfdbf8e86bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ac5759d-1ff2-4fe4-9552-2dfdbf8e86bd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:27,172 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.916s 2018-08-12 20:58:27,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': '1389', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-7153a462-e1ad-4387-aff6-c0960f7f1fca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7153a462-e1ad-4387-aff6-c0960f7f1fca'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:27,191 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 4 second wait 2018-08-12 20:58:29,333 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 1.140s 2018-08-12 20:58:29,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-f44de9f2-2666-4c57-a9a3-02f373390439', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f44de9f2-2666-4c57-a9a3-02f373390439'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:29,347 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:58:30,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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.613s 2018-08-12 20:58:30,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-33c4a302-015c-4584-87b2-c234be63581f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-33c4a302-015c-4584-87b2-c234be63581f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:32,648 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.668s 2018-08-12 20:58:32,649 63 DEBUG [tempest.lib.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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-69716218-7e10-4c6e-9e65-9600bd0f03f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69716218-7e10-4c6e-9e65-9600bd0f03f9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:32,662 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:58:33,538 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.875s 2018-08-12 20:58:33,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-11a49099-ad46-4ca8-9ddc-d8a1d34be658', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11a49099-ad46-4ca8-9ddc-d8a1d34be658'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:33,553 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9e8eea3a-46c5-4ed7-8451-da8d77227c8f with status: ACTIVE 2018-08-12 20:58:34,418 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.864s 2018-08-12 20:58:34,418 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1911418998", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ac13b50-850f-4430-a159-b38f70d0c792'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:33Z","name":"tempest-port-smoke-1911418998","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4c:75:b0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","ip_address":"10.101.11.30"}],"id":"79a0e881-d4ff-4033-823e-0296192a25cb","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} 2018-08-12 20:58:37,930 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.510s 2018-08-12 20:58:37,930 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-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "port": "79a0e881-d4ff-4033-823e-0296192a25cb"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0848ab4b-0ed5-4ea1-9337-f1b3cfae1a86', 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0848ab4b-0ed5-4ea1-9337-f1b3cfae1a86'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "adminPass": "dpFbvJvrak4U"}} 2018-08-12 20:58:38,237 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.302s 2018-08-12 20:58:38,238 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-08dcd10a-c98a-453b-af8e-413037bd4b7a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08dcd10a-c98a-453b-af8e-413037bd4b7a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:39,942 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.691s 2018-08-12 20:58:39,943 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-1f1f8073-81d7-4d95-82cd-8c2a25664ff0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f1f8073-81d7-4d95-82cd-8c2a25664ff0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:41,618 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.659s 2018-08-12 20:58:41,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-8794707d-7753-4d21-b96c-1354054999d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8794707d-7753-4d21-b96c-1354054999d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:41,634 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:58:43,096 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.460s 2018-08-12 20:58:43,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-1e8f9b62-c175-4990-b1a5-17d041d85438', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1e8f9b62-c175-4990-b1a5-17d041d85438'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:45,262 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 1.151s 2018-08-12 20:58:45,263 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-8f3a68cc-388a-4a52-8551-b705071ee3f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f3a68cc-388a-4a52-8551-b705071ee3f9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:46,729 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.451s 2018-08-12 20:58:46,730 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-e99dfc86-efca-468e-85e4-8197fae55004', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e99dfc86-efca-468e-85e4-8197fae55004'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:46,745 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:58:47,330 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.584s 2018-08-12 20:58:47,331 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-c995587f-e44d-4416-9c2c-7de2573790db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c995587f-e44d-4416-9c2c-7de2573790db'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:47,345 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: caf7e7c4-1bfc-479f-9211-bb113aa2b379 with status: ACTIVE 2018-08-12 20:58:48,137 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.790s 2018-08-12 20:58:48,137 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-1112728099", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4120d93f-764e-4d50-b370-14f2dbd611d8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:47Z","name":"tempest-port-smoke-1112728099","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2d:26:ba","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","ip_address":"10.102.21.40"}],"id":"c1414642-de84-4dad-97b6-db47a39d07ab","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} 2018-08-12 20:58:51,044 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 2.906s 2018-08-12 20:58:51,045 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-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "port": "c1414642-de84-4dad-97b6-db47a39d07ab"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0218fb5c-2923-47ce-8eb1-6e65128c9fef', 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0218fb5c-2923-47ce-8eb1-6e65128c9fef'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "adminPass": "M4donLePfnwY"}} 2018-08-12 20:58:51,281 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.231s 2018-08-12 20:58:51,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-5015ca16-cdc8-429b-8d1c-ffc922d7ac28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5015ca16-cdc8-429b-8d1c-ffc922d7ac28'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:52,569 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.272s 2018-08-12 20:58:52,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-6237c774-be6b-4cdf-b484-68eed23e0ca1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6237c774-be6b-4cdf-b484-68eed23e0ca1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:53,851 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.267s 2018-08-12 20:58:53,853 63 DEBUG [tempest.lib.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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-da9c0126-c1f0-4f6c-ac8f-0326d461bd47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da9c0126-c1f0-4f6c-ac8f-0326d461bd47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:53,874 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 20:58:55,559 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.682s 2018-08-12 20:58:55,559 63 DEBUG [tempest.lib.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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-92c62740-ea8d-4fc9-adbf-edcc3f378d80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92c62740-ea8d-4fc9-adbf-edcc3f378d80'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:55,573 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:58:57,264 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.690s 2018-08-12 20:58:57,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-f94ba210-f211-4930-8a30-ece7fb209773', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f94ba210-f211-4930-8a30-ece7fb209773'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:58,990 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.715s 2018-08-12 20:58:58,990 63 DEBUG [tempest.lib.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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-0f2a3047-152c-4d6f-bbd4-b90e4e43de42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f2a3047-152c-4d6f-bbd4-b90e4e43de42'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:59,004 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:58:59,440 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.435s 2018-08-12 20:58:59,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-6bc837b3-92e2-43e1-accb-7e75f02c1141', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6bc837b3-92e2-43e1-accb-7e75f02c1141'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:59,455 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3d514d97-c3f2-4cc2-95ba-0aaba603dcdf with status: ACTIVE 2018-08-12 20:59:00,072 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/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations 0.616s 2018-08-12 20:59:00,073 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations', u'date': 'Sun, 12 Aug 2018 20:59:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dea2005a-a654-4c96-b012-2ae9efb0cbe3'} Body: {"network_association": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "id": "1f221b84-e121-4603-9905-c4cc1abf0049"}} 2018-08-12 20:59:00,306 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/routers 0.232s 2018-08-12 20:59:00,306 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--885852229", "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': 'Sun, 12 Aug 2018 20:59:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-75a0df73-c3a5-4ed9-a3dc-0755ad3b98be'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:00Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:00Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "name": "tempest-router--885852229"}} 2018-08-12 20:59:01,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0 1.518s 2018-08-12 20:59:01,826 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0', u'date': 'Sun, 12 Aug 2018 20:59:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cb29aa83-fe05-4b3c-9d22-886ef5fa3a48'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:00Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:01Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "name": "tempest-router--885852229"}} 2018-08-12 20:59:04,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/add_router_interface 2.651s 2018-08-12 20:59:04,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22861412-aaaf-42e2-93d9-22f6696458b8'} Body: {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac", "subnet_ids": ["6a0d9577-6538-43ef-9c81-a4976cbf7bac"], "port_id": "71517b6e-a7d3-4ccd-85dc-2d4950aed78e", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0"} 2018-08-12 20:59:06,749 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/floatingips 2.268s 2018-08-12 20:59:06,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "6271e768-be0f-40cb-8fd1-af5bdcf185a9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:59:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0789f09-345c-4bc6-a1b0-7f033a5d6839'} Body: {"floatingip": {"router_id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:59:05Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "6271e768-be0f-40cb-8fd1-af5bdcf185a9", "id": "c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:05Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:59:06,751 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:22,776 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:22,843 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:22,873 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:22,988 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-12 20:59:22,988 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:22,990 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:23,053 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:23,054 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:28,061 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.200 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-12 20:59:28,062 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:59:28,062 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074603 seconds 2018-08-12 20:59:28,063 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:28,066 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:28,131 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:28,162 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:28,277 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-12 20:59:28,277 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:28,279 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:28,341 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:28,343 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:32,351 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.073866 seconds 2018-08-12 20:59:32,705 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/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations 0.353s 2018-08-12 20:59:32,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations', u'date': 'Sun, 12 Aug 2018 20:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1be2998-0fb1-42d7-8144-2bfdf393a7b8'} Body: {"network_association": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "id": "3acfdffb-065f-4b56-9aa3-f49e650deaf5"}} 2018-08-12 20:59:32,838 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/routers 0.131s 2018-08-12 20:59:32,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1129603914", "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': 'Sun, 12 Aug 2018 20:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57f10385-875a-4656-a6f4-5f5d803b8840'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:32Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:32Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "name": "tempest-router--1129603914"}} 2018-08-12 20:59:34,546 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950 1.706s 2018-08-12 20:59:34,547 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950', u'date': 'Sun, 12 Aug 2018 20:59:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4dc6c5f2-5eaf-4e6c-a2d0-347ff666cc96'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:32Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:34Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "name": "tempest-router--1129603914"}} 2018-08-12 20:59:36,584 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/add_router_interface 2.036s 2018-08-12 20:59:36,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2f88eab-5936-4093-8ddc-d1a3c6e7d196'} Body: {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e", "subnet_ids": ["c67387a8-5c2f-4fc2-8d7e-98873b97665e"], "port_id": "8d7d60a6-a9f5-4861-be99-21a8ce0bc020", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950"} 2018-08-12 20:59:38,442 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/floatingips 1.857s 2018-08-12 20:59:38,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "b24bc66c-145e-4542-9ae3-8f1ee1851f44"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a279ace-1dfd-4a9d-89b4-c3e069a5e96f'} Body: {"floatingip": {"router_id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:59:37Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "b24bc66c-145e-4542-9ae3-8f1ee1851f44", "id": "625350b6-f8e7-4672-b356-2bf78180544d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:59:38,444 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:38,446 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:38,511 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:38,543 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:38,657 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-12 20:59:38,658 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:38,660 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:38,721 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:38,724 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:43,731 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.200 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-12 20:59:43,732 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:59:43,733 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075428 seconds 2018-08-12 20:59:43,733 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:59:58,771 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:58,873 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:58,899 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:59:59,013 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.40 2018-08-12 20:59:59,014 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:59:59,016 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:59,078 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:59,080 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 21:00:03,087 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.074334 seconds 2018-08-12 21:00:03,088 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN ddf73e5d-c710-4cfb-a93e-28a1e17477b6 2018-08-12 21:00:03,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6 0.369s 2018-08-12 21:00:03,458 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/ddf73e5d-c710-4cfb-a93e-28a1e17477b6', u'date': 'Sun, 12 Aug 2018 21:00:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-402b3a8d-b0bf-4f17-823b-c5cacebe9f65'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-12 21:00:04,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/625350b6-f8e7-4672-b356-2bf78180544d 1.144s 2018-08-12 21:00:04,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/625350b6-f8e7-4672-b356-2bf78180544d', u'date': 'Sun, 12 Aug 2018 21:00:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-faa1b193-cc80-43cc-aa3c-bfdfb84ba15e'} Body: 2018-08-12 21:00:06,614 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/remove_router_interface 2.008s 2018-08-12 21:00:06,614 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:00:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb0b41a0-609d-4731-b3af-0529f8bee053'} Body: {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e", "subnet_ids": ["c67387a8-5c2f-4fc2-8d7e-98873b97665e"], "port_id": "8d7d60a6-a9f5-4861-be99-21a8ce0bc020", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950"} 2018-08-12 21:00:08,082 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950 1.467s 2018-08-12 21:00:08,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950', u'date': 'Sun, 12 Aug 2018 21:00:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d553bb3-6f72-48eb-841c-509f95da05ec'} Body: 2018-08-12 21:00:08,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b 0.866s 2018-08-12 21:00:08,951 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b', u'date': 'Sun, 12 Aug 2018 21:00:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-085b49c7-214b-4e5c-b099-3c5fb607897a'} Body: 2018-08-12 21:00:10,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/remove_router_interface 1.732s 2018-08-12 21:00:10,685 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:00:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6cf2071-fa0a-406c-a31d-7bcd89f7ed7e'} Body: {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac", "subnet_ids": ["6a0d9577-6538-43ef-9c81-a4976cbf7bac"], "port_id": "71517b6e-a7d3-4ccd-85dc-2d4950aed78e", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0"} 2018-08-12 21:00:12,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0 1.439s 2018-08-12 21:00:12,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ecd6a8b4-597b-4e94-ac78-d190a1c5ca7e'} Body: 2018-08-12 21:00:12,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.184s 2018-08-12 21:00:12,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-b1852b0d-0a18-443d-a35a-d29bc47937ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1852b0d-0a18-443d-a35a-d29bc47937ec'} Body: 2018-08-12 21:00:13,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.797s 2018-08-12 21:00:13,110 63 DEBUG [tempest.lib.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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-5689faf4-5393-46a2-992b-cacd8db204e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5689faf4-5393-46a2-992b-cacd8db204e0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:14,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.041s 2018-08-12 21:00:14,167 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-84f46542-49e7-4afb-a1c3-d86a01a4a210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-84f46542-49e7-4afb-a1c3-d86a01a4a210'} Body: {"itemNotFound": {"message": "Instance 3d514d97-c3f2-4cc2-95ba-0aaba603dcdf could not be found.", "code": 404}} 2018-08-12 21:00:14,921 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c1414642-de84-4dad-97b6-db47a39d07ab 0.752s 2018-08-12 21:00:14,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c1414642-de84-4dad-97b6-db47a39d07ab', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d52e3244-46b4-4341-8f4d-61a9bdb3988a'} Body: 2018-08-12 21:00:15,101 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.179s 2018-08-12 21:00:15,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-a25d7549-ae47-4e57-a6f3-886924ac6b6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a25d7549-ae47-4e57-a6f3-886924ac6b6e'} Body: 2018-08-12 21:00:16,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.963s 2018-08-12 21:00:16,066 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-f45e99fb-8383-47fa-83b3-37fbd08aba95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f45e99fb-8383-47fa-83b3-37fbd08aba95'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:15Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:17,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.046s 2018-08-12 21:00:17,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-3f678c35-fa29-4fec-a0ee-94d2de4182af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3f678c35-fa29-4fec-a0ee-94d2de4182af'} Body: {"itemNotFound": {"message": "Instance caf7e7c4-1bfc-479f-9211-bb113aa2b379 could not be found.", "code": 404}} 2018-08-12 21:00:17,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/79a0e881-d4ff-4033-823e-0296192a25cb 0.853s 2018-08-12 21:00:17,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/79a0e881-d4ff-4033-823e-0296192a25cb', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5013c2cd-4efa-4dc1-a74c-5e3a6ca01ad0'} Body: 2018-08-12 21:00:18,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.183s 2018-08-12 21:00:18,168 63 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-acc79e70-309f-42a2-b80a-8436eda2c714', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acc79e70-309f-42a2-b80a-8436eda2c714'} Body: 2018-08-12 21:00:18,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.695s 2018-08-12 21:00:18,864 63 DEBUG [tempest.lib.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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-6f52e545-4757-4848-b24e-fde91fa5aa59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f52e545-4757-4848-b24e-fde91fa5aa59'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:19,935 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.056s 2018-08-12 21:00:19,935 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-38c38068-6d2b-430d-8725-b6838f4e8ffb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-38c38068-6d2b-430d-8725-b6838f4e8ffb'} Body: {"itemNotFound": {"message": "Instance 9e8eea3a-46c5-4ed7-8451-da8d77227c8f could not be found.", "code": 404}} 2018-08-12 21:00:20,564 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b24bc66c-145e-4542-9ae3-8f1ee1851f44 0.627s 2018-08-12 21:00:20,565 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b24bc66c-145e-4542-9ae3-8f1ee1851f44', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f3e61098-7e26-4072-90f2-44825900ef97'} Body: 2018-08-12 21:00:20,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.204s 2018-08-12 21:00:20,770 63 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-8889d6b9-13eb-4e5d-9246-8b48c12621c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8889d6b9-13eb-4e5d-9246-8b48c12621c5'} Body: 2018-08-12 21:00:21,798 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 1.027s 2018-08-12 21:00:21,798 63 DEBUG [tempest.lib.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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-47d02832-d4c2-4983-95ce-9962ebe1af72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-47d02832-d4c2-4983-95ce-9962ebe1af72'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:20Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:22,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.043s 2018-08-12 21:00:22,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-88c6ffe5-aa58-4766-99f1-ce0beeb7f893', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88c6ffe5-aa58-4766-99f1-ce0beeb7f893'} Body: {"itemNotFound": {"message": "Instance 4e4004af-5238-48d8-84ba-7446d815c467 could not be found.", "code": 404}} 2018-08-12 21:00:23,508 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6271e768-be0f-40cb-8fd1-af5bdcf185a9 0.646s 2018-08-12 21:00:23,509 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6271e768-be0f-40cb-8fd1-af5bdcf185a9', u'date': 'Sun, 12 Aug 2018 21:00:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bf4475b-fbf0-4479-8ffe-a2f29101eb1f'} Body: 2018-08-12 21:00:23,576 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-329112916 0.066s 2018-08-12 21:00:23,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-329112916', u'x-compute-request-id': 'req-b695894b-6c68-46a5-b399-78780c9d46ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b695894b-6c68-46a5-b399-78780c9d46ca'} Body: 2018-08-12 21:00:26,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c67387a8-5c2f-4fc2-8d7e-98873b97665e 2.530s 2018-08-12 21:00:26,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c67387a8-5c2f-4fc2-8d7e-98873b97665e', u'date': 'Sun, 12 Aug 2018 21:00:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-922527f5-5e6f-43d7-9890-1659917a2dfc'} Body: 2018-08-12 21:00:27,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f7742edd-5dcc-4f32-8956-c2058c68ab7e 1.882s 2018-08-12 21:00:27,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f7742edd-5dcc-4f32-8956-c2058c68ab7e', u'date': 'Sun, 12 Aug 2018 21:00:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-443f0734-02de-447e-b549-103cac03e31e'} Body: 2018-08-12 21:00:30,412 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/6a0d9577-6538-43ef-9c81-a4976cbf7bac 2.418s 2018-08-12 21:00:30,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/6a0d9577-6538-43ef-9c81-a4976cbf7bac', u'date': 'Sun, 12 Aug 2018 21:00:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16d46f75-d635-401e-95e7-0b695a0164ae'} Body: 2018-08-12 21:00:32,238 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ddab7bbb-f59f-49e4-899e-73abc9e819e0 1.825s 2018-08-12 21:00:32,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/networks/ddab7bbb-f59f-49e4-899e-73abc9e819e0', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4faf9af8-e097-4340-abcd-38486f1a6eeb'} Body: 2018-08-12 21:00:32,557 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/89eb4979-7fdd-42e5-bb71-7a8a0620bf2f 0.318s 2018-08-12 21:00:32,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/89eb4979-7fdd-42e5-bb71-7a8a0620bf2f', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9424b8bc-f2dd-4c47-be0c-fcef8e7470f4'} Body: 2018-08-12 21:00:32.839 63 INFO tempest.lib.common.rest_client [req-4896ca1c-83e4-4b57-ad7f-f0651e49c5e8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.247s 2018-08-12 21:00:32.839 63 DEBUG tempest.lib.common.rest_client [req-4896ca1c-83e4-4b57-ad7f-f0651e49c5e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-2134322333 description", "name": "tempest-secgroup-smoke-2134322333"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4896ca1c-83e4-4b57-ad7f-f0651e49c5e8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2134322333 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:32Z", "updated_at": "2018-08-12T21:00:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:00:32Z", "revision_number": 0, "id": "86993ec5-58dd-47a1-96de-e7ff690eb056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:00:32Z", "revision_number": 0, "id": "9f5e6b91-6300-4870-a5c5-64dd4827af35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "name": "tempest-secgroup-smoke-2134322333"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:33.114 63 INFO tempest.lib.common.rest_client [req-195431ee-1596-4d49-bcbc-7dad0c403291 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.273s 2018-08-12 21:00:33.115 63 DEBUG tempest.lib.common.rest_client [req-195431ee-1596-4d49-bcbc-7dad0c403291 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195431ee-1596-4d49-bcbc-7dad0c403291'} 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-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d1c05fb6-e56c-4cac-b5de-38fe047f403e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:33.359 63 INFO tempest.lib.common.rest_client [req-2573ff22-f111-4484-811b-21b23b63dbe7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.244s 2018-08-12 21:00:33.360 63 DEBUG tempest.lib.common.rest_client [req-2573ff22-f111-4484-811b-21b23b63dbe7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2573ff22-f111-4484-811b-21b23b63dbe7'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d8e96e8c-6cb7-409c-8d55-657cfb9aca4d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:33.815 63 INFO tempest.lib.common.rest_client [req-a375a849-eeb2-41f2-8e4f-47ade3f08b02 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 21:00:33.815 63 DEBUG tempest.lib.common.rest_client [req-a375a849-eeb2-41f2-8e4f-47ade3f08b02 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a375a849-eeb2-41f2-8e4f-47ade3f08b02'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7509f07d-757f-4ff7-a841-db80d1e2edc1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:34.025 63 INFO tempest.lib.common.rest_client [req-2e5138f6-b9e8-4caf-9ab1-08db610957aa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-12 21:00:34.025 63 DEBUG tempest.lib.common.rest_client [req-2e5138f6-b9e8-4caf-9ab1-08db610957aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e5138f6-b9e8-4caf-9ab1-08db610957aa'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8d1f847b-ac56-4673-a2e5-49fb7c7d5a0a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:34.210 63 INFO tempest.lib.common.rest_client [req-de318647-10b0-48e8-8c4d-3b02b46b944d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-12 21:00:34.211 63 DEBUG tempest.lib.common.rest_client [req-de318647-10b0-48e8-8c4d-3b02b46b944d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de318647-10b0-48e8-8c4d-3b02b46b944d'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6a8545f7-4f71-46d5-8c6d-1ed6e58d6234"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:34.438 63 INFO tempest.lib.common.rest_client [req-91ca3d99-aae6-4c9d-a991-b3d6d33b3d22 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.225s 2018-08-12 21:00:34.438 63 DEBUG tempest.lib.common.rest_client [req-91ca3d99-aae6-4c9d-a991-b3d6d33b3d22 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91ca3d99-aae6-4c9d-a991-b3d6d33b3d22'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1083f537-4d2d-4963-971d-e0b296f0732a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:34.671 63 INFO tempest.lib.common.rest_client [req-ab18c77f-3382-409b-8b7a-37ce37aa31c8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 21:00:34.672 63 DEBUG tempest.lib.common.rest_client [req-ab18c77f-3382-409b-8b7a-37ce37aa31c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab18c77f-3382-409b-8b7a-37ce37aa31c8'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e370f995-babf-46a6-bba4-d1b149ce4f54"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:34.858 63 INFO tempest.lib.common.rest_client [req-d4f3a70e-11ac-4f32-a44c-60938f47480d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.185s 2018-08-12 21:00:34.858 63 DEBUG tempest.lib.common.rest_client [req-d4f3a70e-11ac-4f32-a44c-60938f47480d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4f3a70e-11ac-4f32-a44c-60938f47480d'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bfa542d1-8378-4d37-9d9e-e7b02a452e53"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:35.130 63 INFO tempest.lib.common.rest_client [req-e35b65bb-95af-4094-80b0-069a081e8459 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.270s 2018-08-12 21:00:35.131 63 DEBUG tempest.lib.common.rest_client [req-e35b65bb-95af-4094-80b0-069a081e8459 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-610690664"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:00:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e35b65bb-95af-4094-80b0-069a081e8459'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:00:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","name":"tempest-A-610690664"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:35.849 63 INFO tempest.lib.common.rest_client [req-33d58cde-f482-4a6e-aceb-dbaf69e2ee65 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.717s 2018-08-12 21:00:35.849 63 DEBUG tempest.lib.common.rest_client [req-33d58cde-f482-4a6e-aceb-dbaf69e2ee65 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "name": "tempest-subnet-A-1-962488933"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:00:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33d58cde-f482-4a6e-aceb-dbaf69e2ee65'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:35Z","dns_nameservers":[],"updated_at":"2018-08-12T21:00:35Z","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":"01ace95cf526467b9409c6248a7c6876","id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","subnetpool_id":null,"name":"tempest-subnet-A-1-962488933"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:36.088 63 INFO tempest.lib.common.rest_client [req-ac28c584-1681-41c2-885f-7fb1c8c0184d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.237s 2018-08-12 21:00:36.088 63 DEBUG tempest.lib.common.rest_client [req-ac28c584-1681-41c2-885f-7fb1c8c0184d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1087977002"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:00:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac28c584-1681-41c2-885f-7fb1c8c0184d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:00:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","name":"tempest-B-1087977002"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:36.967 63 INFO tempest.lib.common.rest_client [req-462b1d39-d9cd-4082-af3e-380f53e02be0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.878s 2018-08-12 21:00:36.968 63 DEBUG tempest.lib.common.rest_client [req-462b1d39-d9cd-4082-af3e-380f53e02be0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "name": "tempest-subnet-B-1-386549589"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:00:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-462b1d39-d9cd-4082-af3e-380f53e02be0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:36Z","dns_nameservers":[],"updated_at":"2018-08-12T21:00:36Z","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":"01ace95cf526467b9409c6248a7c6876","id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","subnetpool_id":null,"name":"tempest-subnet-B-1-386549589"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:37.770 63 INFO tempest.lib.common.rest_client [req-25441ef5-0ae9-4de2-b42c-4f4434754ffc ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.801s 2018-08-12 21:00:37.770 63 DEBUG tempest.lib.common.rest_client [req-25441ef5-0ae9-4de2-b42c-4f4434754ffc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:00:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25441ef5-0ae9-4de2-b42c-4f4434754ffc'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "aae4aef0-8268-496f-a667-30414597525a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:38.061 63 INFO tempest.lib.common.rest_client [req-d13b1ae8-893f-48a4-9812-cc8e90b75baa ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.289s 2018-08-12 21:00:38.062 63 DEBUG tempest.lib.common.rest_client [req-d13b1ae8-893f-48a4-9812-cc8e90b75baa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1193491207"}} 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-d13b1ae8-893f-48a4-9812-cc8e90b75baa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d13b1ae8-893f-48a4-9812-cc8e90b75baa'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGerF1rI6VbOMEYO5V/20mt+2jhHEeAQeAq5rpszeH8+4gkDKGeefX3185OTCTKYOaAnc1M9+xksz5fomcDuLrAq0JAOW7x4UAb2lkCbENWechcTmcd1fxGnw2GUjJM2MJhPcGewf6Ilk9wf3c1WveH1pzMD5isRutfHNXblDszelApEJ2WsDeqP5FfAn9LiE0zVi6gd8x6mTG+pLp/cVS5YDKGiwntK+B2Qrz4NqepUKJxm91mmIs/JROicaFlGariX6PHZmwyQjgdQszaUUAnpp/AUq1D9vjyrM4YfORzAAjkPsxowm0FS47VkvkzWqD1QdtCQR5/FmNvEwQQtzN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxnqxdayOlWzjBGDuVf9tJrfto4RxHgEHgKua6bM3h/PuIJAy\nhnnn199fOTkwkymDmgJ3NTPfsZLM+X6JnA7i6wKtCQDlu8eFAG9pZAmxDVnnIXE5\nnHdX8Rp8NhlIyTNjCYT3BnsH+iJZPcH93NVr3h9aczA+YrEbrXxzV25Q7M3pQKRC\ndlrA3qj+RXwJ/S4hNM1YuoHfMepkxvqS6f3FUuWAyhosJ7SvgdkK8+DanqVCicZv\ndZpiLPyUTonGhZRmq4l+jx2ZsMkI4HULM2lFAJ6afwFKtQ/b48qzOGHzkcwAI5D7\nMaMJtBUuO1ZL5M1qg9UHbQkEefxZjbxMEELczQIDAQABAoIBAQC/WBdvF50aJzAw\nz3XWCHplIlqCErOutlVSUZ32AWXetmZylDFxfWLqtZiqpRzUMuiBeDEOZGUaXykm\nujvV7HANGrZQgMH5px7szXuwCrva4Do3/l0JH/DzKpJm4TdPaS/oRHyVjdSh661X\nIYco98OXD2j2taLfKFlDhj/4IQz5TNK5FBL7Db9QGAGp7xVYg3XTH9AiZX5ZxVKB\nhAdrWWZI4nrFxjKzXXD/YkAQErl/5N/Bf3c9KqevfWk61nxZojMzVQLW+S6Vw8nl\n2ckTUQClBr5L5kVVApUnt9G0WCpMPTFOAhpm9ZWoweWGjfA0lql0R/omdPrcEgwJ\ncVNFCbTBAoGBAOsUyQhI23QmlSK2J0n5J+9TrEkGS0zbPj9+fL7x0DnRXaC1UcG7\nwdGR2A9NSkGa45CSbPgCR1mA91uwPKVLlPKGpNsrz3ZRPQdoHJFf++zG7e2DkBw6\nJ9frrFtunf8SCAtEbC4ORN/9VFhnAQFqF3XpNUuQmO8y9KmJoOqtOaoRAoGBANgk\nGyH/85YZRabervvQh666CtssxwqZuUrzKEkcaQkj/JP/oNbgEv0Rj22WZNWpB7Vi\nbDxgQLIfs0oxvLV6r/9gLtjhaTCr71egRhndkIXgn/Ta+fR02mq07DhFrf/iFe94\nP9iD99KldSyFYH3A3XPnwNTnYJZp7tyHFvT7byr9AoGAH7LEzMYuOUI+l9iiAZqE\nJQROVeZwXuOtSBiBL6ohnro5esMYTBxKLT0SOjX8zk3ZY5Qq92IvRsVaFVX1R4Ci\ni/VV42vL5LNdnFMQjxW3PZ0xVfaIhxXca4QO0KFg0pUW2pYWVDt+VAmvxt/UxeEN\nWsvgcNkFljNzxCyXsy06elECgYEAgMzTVml+ML4SoaQlxm23zUmUWpPOcOS2ZJGO\nOjMx7H6Db3Zv1FxnNGOYgweSQzidHVvvf/Mj2oHFh7sn50WbR6V7hUaeNqDe2erq\nm1NLYlw/NdygAyr3VYtHESmEzO1fgPq5oT7TGbX7o3I/0/Bwhzdd1AGlrzylWMkv\nxwFmd8kCgYEAycVJIrus6YcofHkO0dpORMTSBnO3IB2ZL0Nm4JxfDIcWFW/nlOOW\n7SlNAm1t4zB1Or7aIxN7McQKHadyNpVix3mWvtIPyZySVsUT6HzHX7NOy+UFShwW\n81hUPinYy5ctnKkh569A9DEo7NrWAgvomvHzfuH9jOF1gWv0xhqrPy4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1193491207", "fingerprint": "c7:9b:16:c9:18:84:90:16:4a:23:c4:d4:c3:6b:c4:b2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:39.160 63 INFO tempest.lib.common.rest_client [req-18ec7dc3-17be-4c9e-92e2-728bd53bc8a7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.095s 2018-08-12 21:00:39.161 63 DEBUG tempest.lib.common.rest_client [req-18ec7dc3-17be-4c9e-92e2-728bd53bc8a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-522185045", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:00:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18ec7dc3-17be-4c9e-92e2-728bd53bc8a7'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:00:38Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:00:38Z","name":"tempest-port-smoke-522185045","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:38:1d:84","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","ip_address":"10.101.11.10"}],"id":"25f8bf20-904f-4d86-8ac4-fd4e8ae495c6","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:42.720 63 INFO tempest.lib.common.rest_client [req-0decb710-80d1-4813-9c41-3e536a6c79f0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.558s 2018-08-12 21:00:42.721 63 DEBUG tempest.lib.common.rest_client [req-0decb710-80d1-4813-9c41-3e536a6c79f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "port": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0decb710-80d1-4813-9c41-3e536a6c79f0', 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0decb710-80d1-4813-9c41-3e536a6c79f0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "adminPass": "LEsYqH64zaF6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:43.054 63 INFO tempest.lib.common.rest_client [req-63e01a80-73bc-460f-951c-0c011df34a41 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.329s 2018-08-12 21:00:43.055 63 DEBUG tempest.lib.common.rest_client [req-63e01a80-73bc-460f-951c-0c011df34a41 ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-63e01a80-73bc-460f-951c-0c011df34a41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63e01a80-73bc-460f-951c-0c011df34a41'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:44.381 63 INFO tempest.lib.common.rest_client [req-6f00bb4c-c7c9-4e5d-9d2b-0d510390a192 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.309s 2018-08-12 21:00:44.381 63 DEBUG tempest.lib.common.rest_client [req-6f00bb4c-c7c9-4e5d-9d2b-0d510390a192 ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-6f00bb4c-c7c9-4e5d-9d2b-0d510390a192', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f00bb4c-c7c9-4e5d-9d2b-0d510390a192'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:46.019 63 INFO tempest.lib.common.rest_client [req-fb8216d3-06ed-4a8d-b727-7254bf16c43e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.623s 2018-08-12 21:00:46.020 63 DEBUG tempest.lib.common.rest_client [req-fb8216d3-06ed-4a8d-b727-7254bf16c43e ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-fb8216d3-06ed-4a8d-b727-7254bf16c43e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb8216d3-06ed-4a8d-b727-7254bf16c43e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:46.033 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:00:48.145 63 INFO tempest.lib.common.rest_client [req-1a4fad15-acf8-4e1b-a3a0-83ee685bc456 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 1.110s 2018-08-12 21:00:48.146 63 DEBUG tempest.lib.common.rest_client [req-1a4fad15-acf8-4e1b-a3a0-83ee685bc456 ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-1a4fad15-acf8-4e1b-a3a0-83ee685bc456', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a4fad15-acf8-4e1b-a3a0-83ee685bc456'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:49.607 63 INFO tempest.lib.common.rest_client [req-d3fc12c0-e46a-4faf-bcf4-1e91725d5193 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.445s 2018-08-12 21:00:49.607 63 DEBUG tempest.lib.common.rest_client [req-d3fc12c0-e46a-4faf-bcf4-1e91725d5193 ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-d3fc12c0-e46a-4faf-bcf4-1e91725d5193', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3fc12c0-e46a-4faf-bcf4-1e91725d5193'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:51.296 63 INFO tempest.lib.common.rest_client [req-88c31d30-3777-4561-99af-c97738df1ac6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.674s 2018-08-12 21:00:51.297 63 DEBUG tempest.lib.common.rest_client [req-88c31d30-3777-4561-99af-c97738df1ac6 ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-88c31d30-3777-4561-99af-c97738df1ac6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88c31d30-3777-4561-99af-c97738df1ac6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:49Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:51.311 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:00:51.971 63 INFO tempest.lib.common.rest_client [req-29521756-5952-4276-bc2a-854abb36f591 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.659s 2018-08-12 21:00:51.971 63 DEBUG tempest.lib.common.rest_client [req-29521756-5952-4276-bc2a-854abb36f591 ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-29521756-5952-4276-bc2a-854abb36f591', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29521756-5952-4276-bc2a-854abb36f591'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:49Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:51.984 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d5798fcb-882a-4d60-a76a-39ec467c88f5 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:00:52.857 63 INFO tempest.lib.common.rest_client [req-de0246c9-5414-4581-99bc-eeb735a7387d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.872s 2018-08-12 21:00:52.858 63 DEBUG tempest.lib.common.rest_client [req-de0246c9-5414-4581-99bc-eeb735a7387d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1814741709", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:00:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de0246c9-5414-4581-99bc-eeb735a7387d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:00:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:00:52Z","name":"tempest-port-smoke-1814741709","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:70:33:7a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","ip_address":"10.102.21.20"}],"id":"799bc532-fc52-43e6-82b3-43c9e0e37811","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:54.913 63 INFO tempest.lib.common.rest_client [req-6b2384d2-9485-4a86-9c0b-9c8fd1d6a042 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 2.053s 2018-08-12 21:00:54.914 63 DEBUG tempest.lib.common.rest_client [req-6b2384d2-9485-4a86-9c0b-9c8fd1d6a042 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "port": "799bc532-fc52-43e6-82b3-43c9e0e37811"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-6b2384d2-9485-4a86-9c0b-9c8fd1d6a042', 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b2384d2-9485-4a86-9c0b-9c8fd1d6a042'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "adminPass": "GLZn9Bi2EoNa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:55.217 63 INFO tempest.lib.common.rest_client [req-f16a4ad3-04f1-4655-afc4-419623fd5f28 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.299s 2018-08-12 21:00:55.218 63 DEBUG tempest.lib.common.rest_client [req-f16a4ad3-04f1-4655-afc4-419623fd5f28 ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-f16a4ad3-04f1-4655-afc4-419623fd5f28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f16a4ad3-04f1-4655-afc4-419623fd5f28'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:56.608 63 INFO tempest.lib.common.rest_client [req-7660aace-f023-4358-bb96-1df3fba6f504 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:00:56.609 63 DEBUG tempest.lib.common.rest_client [req-7660aace-f023-4358-bb96-1df3fba6f504 ] 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': 'Sun, 12 Aug 2018 21:00:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7660aace-f023-4358-bb96-1df3fba6f504'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T22:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-TestBGPVPNBasic-119608522"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.2 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:57.511 63 INFO tempest.lib.common.rest_client [req-0da29f85-9544-4c6a-a9f0-d60d19e91c5e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.900s 2018-08-12 21:00:57.512 63 DEBUG tempest.lib.common.rest_client [req-0da29f85-9544-4c6a-a9f0-d60d19e91c5e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1258', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-0da29f85-9544-4c6a-a9f0-d60d19e91c5e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0da29f85-9544-4c6a-a9f0-d60d19e91c5e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:57.527 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 21:00:59.064 63 INFO tempest.lib.common.rest_client [req-c5190c68-a22f-433f-94a6-1dc34ccd9466 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.535s 2018-08-12 21:00:59.065 63 DEBUG tempest.lib.common.rest_client [req-c5190c68-a22f-433f-94a6-1dc34ccd9466 ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-c5190c68-a22f-433f-94a6-1dc34ccd9466', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5190c68-a22f-433f-94a6-1dc34ccd9466'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:00:59.080 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-12 21:01:01.240 63 INFO tempest.lib.common.rest_client [req-a7edbaec-dea9-47cd-928e-3a66ee326c7c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 1.158s 2018-08-12 21:01:01.241 63 DEBUG tempest.lib.common.rest_client [req-a7edbaec-dea9-47cd-928e-3a66ee326c7c ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-a7edbaec-dea9-47cd-928e-3a66ee326c7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7edbaec-dea9-47cd-928e-3a66ee326c7c'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:01.254 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-12 21:01:02.962 63 INFO tempest.lib.common.rest_client [req-92f570f2-f6e4-4e67-9454-7c501ab5e6c0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.705s 2018-08-12 21:01:02.962 63 DEBUG tempest.lib.common.rest_client [req-92f570f2-f6e4-4e67-9454-7c501ab5e6c0 ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-92f570f2-f6e4-4e67-9454-7c501ab5e6c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92f570f2-f6e4-4e67-9454-7c501ab5e6c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:02.979 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2018-08-12 21:01:04.854 63 INFO tempest.lib.common.rest_client [req-a318d767-c943-407e-8866-9671ae90d83b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.874s 2018-08-12 21:01:04.855 63 DEBUG tempest.lib.common.rest_client [req-a318d767-c943-407e-8866-9671ae90d83b ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-a318d767-c943-407e-8866-9671ae90d83b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a318d767-c943-407e-8866-9671ae90d83b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:06.465 63 INFO tempest.lib.common.rest_client [req-64f44779-20e1-4479-9aad-a239eab5cfa1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.586s 2018-08-12 21:01:06.466 63 DEBUG tempest.lib.common.rest_client [req-64f44779-20e1-4479-9aad-a239eab5cfa1 ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-64f44779-20e1-4479-9aad-a239eab5cfa1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64f44779-20e1-4479-9aad-a239eab5cfa1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:06.481 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 21:01:07.259 63 INFO tempest.lib.common.rest_client [req-2e5c5405-70fe-45be-a511-098f238bf67a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.776s 2018-08-12 21:01:07.259 63 DEBUG tempest.lib.common.rest_client [req-2e5c5405-70fe-45be-a511-098f238bf67a ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-2e5c5405-70fe-45be-a511-098f238bf67a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e5c5405-70fe-45be-a511-098f238bf67a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:07.271 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: a1edaafd-4a4b-4215-943b-cf990953c5e2 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:01:08.807 63 INFO tempest.lib.common.rest_client [req-8791a823-870e-428a-9897-38c52fc242d4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 1.535s 2018-08-12 21:01:08.808 63 DEBUG tempest.lib.common.rest_client [req-8791a823-870e-428a-9897-38c52fc242d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-792074186", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:01:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8791a823-870e-428a-9897-38c52fc242d4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:01:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:01:08Z","name":"tempest-port-smoke-792074186","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:8b:0f:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","ip_address":"10.101.11.30"}],"id":"450d8896-a7c4-4e70-a394-f5f0ca38cfc9","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:11.813 63 INFO tempest.lib.common.rest_client [req-0883e397-d662-4301-8e26-09db918cb2d5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 3.004s 2018-08-12 21:01:11.814 63 DEBUG tempest.lib.common.rest_client [req-0883e397-d662-4301-8e26-09db918cb2d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "port": "450d8896-a7c4-4e70-a394-f5f0ca38cfc9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0883e397-d662-4301-8e26-09db918cb2d5', 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0883e397-d662-4301-8e26-09db918cb2d5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "adminPass": "pMEqfP6E6Fgz"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:12.408 63 INFO tempest.lib.common.rest_client [req-5d192c38-6a18-491a-990a-8b28cf9d7639 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.590s 2018-08-12 21:01:12.409 63 DEBUG tempest.lib.common.rest_client [req-5d192c38-6a18-491a-990a-8b28cf9d7639 ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-5d192c38-6a18-491a-990a-8b28cf9d7639', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d192c38-6a18-491a-990a-8b28cf9d7639'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:13.995 63 INFO tempest.lib.common.rest_client [req-76e9c023-a686-4f0b-9b26-0924e81172bf ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.572s 2018-08-12 21:01:13.996 63 DEBUG tempest.lib.common.rest_client [req-76e9c023-a686-4f0b-9b26-0924e81172bf ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-76e9c023-a686-4f0b-9b26-0924e81172bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76e9c023-a686-4f0b-9b26-0924e81172bf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:15.613 63 INFO tempest.lib.common.rest_client [req-e20c6eb3-533f-4735-a53f-151aa4cd7459 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.601s 2018-08-12 21:01:15.614 63 DEBUG tempest.lib.common.rest_client [req-e20c6eb3-533f-4735-a53f-151aa4cd7459 ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-e20c6eb3-533f-4735-a53f-151aa4cd7459', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e20c6eb3-533f-4735-a53f-151aa4cd7459'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:15.626 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:01:17.238 63 INFO tempest.lib.common.rest_client [req-c5848805-98cf-4e22-a8fb-8bdd8153d3dd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.609s 2018-08-12 21:01:17.238 63 DEBUG tempest.lib.common.rest_client [req-c5848805-98cf-4e22-a8fb-8bdd8153d3dd ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-c5848805-98cf-4e22-a8fb-8bdd8153d3dd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5848805-98cf-4e22-a8fb-8bdd8153d3dd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:19.212 63 INFO tempest.lib.common.rest_client [req-73d2e360-9ad3-447c-bd08-b49c26063efa ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.958s 2018-08-12 21:01:19.213 63 DEBUG tempest.lib.common.rest_client [req-73d2e360-9ad3-447c-bd08-b49c26063efa ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-73d2e360-9ad3-447c-bd08-b49c26063efa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73d2e360-9ad3-447c-bd08-b49c26063efa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:20.925 63 INFO tempest.lib.common.rest_client [req-560a433c-abfc-4841-9c4b-5d6107d6993e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.697s 2018-08-12 21:01:20.926 63 DEBUG tempest.lib.common.rest_client [req-560a433c-abfc-4841-9c4b-5d6107d6993e ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-560a433c-abfc-4841-9c4b-5d6107d6993e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-560a433c-abfc-4841-9c4b-5d6107d6993e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:20.939 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:01:21.814 63 INFO tempest.lib.common.rest_client [req-59a17866-0067-4ff7-8fd4-fc8cd07ac93c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.873s 2018-08-12 21:01:21.814 63 DEBUG tempest.lib.common.rest_client [req-59a17866-0067-4ff7-8fd4-fc8cd07ac93c ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-59a17866-0067-4ff7-8fd4-fc8cd07ac93c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59a17866-0067-4ff7-8fd4-fc8cd07ac93c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:21.828 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 39f75bd4-6d80-45f9-989e-cd224befaebb with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:01:22.657 63 INFO tempest.lib.common.rest_client [req-ca431cf2-5d1c-4521-8f74-3677ee029bbe ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.828s 2018-08-12 21:01:22.658 63 DEBUG tempest.lib.common.rest_client [req-ca431cf2-5d1c-4521-8f74-3677ee029bbe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-69142402", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:01:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca431cf2-5d1c-4521-8f74-3677ee029bbe'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:01:22Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:01:22Z","name":"tempest-port-smoke-69142402","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:79:2e:d7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","ip_address":"10.102.21.40"}],"id":"620fa425-593d-4ec6-bf58-69db4da62a1f","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:25.163 63 INFO tempest.lib.common.rest_client [req-ccf0891d-ba80-4bd1-b3dd-d0628d40cebc ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 2.504s 2018-08-12 21:01:25.163 63 DEBUG tempest.lib.common.rest_client [req-ccf0891d-ba80-4bd1-b3dd-d0628d40cebc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "port": "620fa425-593d-4ec6-bf58-69db4da62a1f"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-ccf0891d-ba80-4bd1-b3dd-d0628d40cebc', 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccf0891d-ba80-4bd1-b3dd-d0628d40cebc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "adminPass": "e2nTjuAYTX4h"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:25.228 63 INFO tempest.lib.common.rest_client [req-65445917-df34-4517-8eb0-a50a755c8b87 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.060s 2018-08-12 21:01:25.229 63 DEBUG tempest.lib.common.rest_client [req-65445917-df34-4517-8eb0-a50a755c8b87 ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-65445917-df34-4517-8eb0-a50a755c8b87', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65445917-df34-4517-8eb0-a50a755c8b87'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:26.304 63 INFO tempest.lib.common.rest_client [req-e48fee30-c90e-494d-833e-b9bedca23d51 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.060s 2018-08-12 21:01:26.305 63 DEBUG tempest.lib.common.rest_client [req-e48fee30-c90e-494d-833e-b9bedca23d51 ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-e48fee30-c90e-494d-833e-b9bedca23d51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e48fee30-c90e-494d-833e-b9bedca23d51'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:27.934 63 INFO tempest.lib.common.rest_client [req-7526dfe0-173b-4adb-8873-4d8ea34519b3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.612s 2018-08-12 21:01:27.934 63 DEBUG tempest.lib.common.rest_client [req-7526dfe0-173b-4adb-8873-4d8ea34519b3 ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-7526dfe0-173b-4adb-8873-4d8ea34519b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7526dfe0-173b-4adb-8873-4d8ea34519b3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:27.947 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 21:01:29.673 63 INFO tempest.lib.common.rest_client [req-3318596e-ba46-4d25-a078-5aa9462a219e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.724s 2018-08-12 21:01:29.674 63 DEBUG tempest.lib.common.rest_client [req-3318596e-ba46-4d25-a078-5aa9462a219e ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-3318596e-ba46-4d25-a078-5aa9462a219e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3318596e-ba46-4d25-a078-5aa9462a219e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:29.687 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:01:31.311 63 INFO tempest.lib.common.rest_client [req-ca6a8552-df45-4433-9af2-a896c68b3d00 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.621s 2018-08-12 21:01:31.312 63 DEBUG tempest.lib.common.rest_client [req-ca6a8552-df45-4433-9af2-a896c68b3d00 ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-ca6a8552-df45-4433-9af2-a896c68b3d00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca6a8552-df45-4433-9af2-a896c68b3d00'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:33.033 63 INFO tempest.lib.common.rest_client [req-d9ea2ce6-1ba5-481d-82d3-5dd81b0450a2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.707s 2018-08-12 21:01:33.034 63 DEBUG tempest.lib.common.rest_client [req-d9ea2ce6-1ba5-481d-82d3-5dd81b0450a2 ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-d9ea2ce6-1ba5-481d-82d3-5dd81b0450a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9ea2ce6-1ba5-481d-82d3-5dd81b0450a2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:33.048 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:01:33.739 63 INFO tempest.lib.common.rest_client [req-9b438471-e266-492c-8a47-fe6ccd37ba97 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.690s 2018-08-12 21:01:33.740 63 DEBUG tempest.lib.common.rest_client [req-9b438471-e266-492c-8a47-fe6ccd37ba97 ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-9b438471-e266-492c-8a47-fe6ccd37ba97', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b438471-e266-492c-8a47-fe6ccd37ba97'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:33.753 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: f1faba9f-6b99-4c6a-a96d-a43425df69c2 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:01:34.215 63 INFO tempest.lib.common.rest_client [req-3d4c8755-3569-4920-a905-7268ff1d1375 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.461s 2018-08-12 21:01:34.216 63 DEBUG tempest.lib.common.rest_client [req-3d4c8755-3569-4920-a905-7268ff1d1375 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--2113218034", "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': 'Sun, 12 Aug 2018 21:01:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3d4c8755-3569-4920-a905-7268ff1d1375'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:34Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:34Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "567a05f5-9620-4217-bb86-d4cd484856c3", "name": "tempest-router--2113218034"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:35.701 63 INFO tempest.lib.common.rest_client [req-50682a5b-711e-44a5-afd0-379823e6c803 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3 1.483s 2018-08-12 21:01:35.701 63 DEBUG tempest.lib.common.rest_client [req-50682a5b-711e-44a5-afd0-379823e6c803 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3', u'date': 'Sun, 12 Aug 2018 21:01:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50682a5b-711e-44a5-afd0-379823e6c803'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:34Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:35Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "567a05f5-9620-4217-bb86-d4cd484856c3", "name": "tempest-router--2113218034"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:38.017 63 INFO tempest.lib.common.rest_client [req-a7504e68-902d-4939-8f1f-80a97abe4119 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/add_router_interface 2.314s 2018-08-12 21:01:38.017 63 DEBUG tempest.lib.common.rest_client [req-a7504e68-902d-4939-8f1f-80a97abe4119 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a7504e68-902d-4939-8f1f-80a97abe4119'} Body: {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530", "subnet_ids": ["1eef30f5-517a-4b0c-b28a-f0852ca97530"], "port_id": "93227d09-2f02-405c-bb26-2706d6b60f37", "id": "567a05f5-9620-4217-bb86-d4cd484856c3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:40.080 63 INFO tempest.lib.common.rest_client [req-e6c73255-7276-4eab-b652-e965adccc415 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.061s 2018-08-12 21:01:40.080 63 DEBUG tempest.lib.common.rest_client [req-e6c73255-7276-4eab-b652-e965adccc415 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:01:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6c73255-7276-4eab-b652-e965adccc415'} Body: {"floatingip": {"router_id": "567a05f5-9620-4217-bb86-d4cd484856c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:01:38Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6", "id": "e8167093-ab39-40e4-add7-03df06e14f2b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:40.252 63 INFO tempest.lib.common.rest_client [req-50eba2b4-ea33-45b4-9666-02823e295f79 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/routers 0.171s 2018-08-12 21:01:40.253 63 DEBUG tempest.lib.common.rest_client [req-50eba2b4-ea33-45b4-9666-02823e295f79 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--692847641", "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': 'Sun, 12 Aug 2018 21:01:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50eba2b4-ea33-45b4-9666-02823e295f79'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:40Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:40Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "11fad05d-d762-40ba-940e-0f86d8a11617", "name": "tempest-router--692847641"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:41.627 63 INFO tempest.lib.common.rest_client [req-e3156937-6d6b-4289-acc1-530bc0cde7dd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617 1.373s 2018-08-12 21:01:41.627 63 DEBUG tempest.lib.common.rest_client [req-e3156937-6d6b-4289-acc1-530bc0cde7dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617', u'date': 'Sun, 12 Aug 2018 21:01:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3156937-6d6b-4289-acc1-530bc0cde7dd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:40Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:41Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "11fad05d-d762-40ba-940e-0f86d8a11617", "name": "tempest-router--692847641"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:43.569 63 INFO tempest.lib.common.rest_client [req-26facea8-a171-41ef-a1ab-09a0c87ff671 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/add_router_interface 1.941s 2018-08-12 21:01:43.570 63 DEBUG tempest.lib.common.rest_client [req-26facea8-a171-41ef-a1ab-09a0c87ff671 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:01:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26facea8-a171-41ef-a1ab-09a0c87ff671'} Body: {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3", "subnet_ids": ["21c7ca0d-e80f-4022-894b-c3ac95b143e3"], "port_id": "53088817-1dbc-4ccc-a62b-dbf958f42e3a", "id": "11fad05d-d762-40ba-940e-0f86d8a11617"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:45.456 63 INFO tempest.lib.common.rest_client [req-56be10f5-1f54-4db1-bd80-afcb899ce0cc ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.886s 2018-08-12 21:01:45.457 63 DEBUG tempest.lib.common.rest_client [req-56be10f5-1f54-4db1-bd80-afcb899ce0cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "620fa425-593d-4ec6-bf58-69db4da62a1f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:01:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56be10f5-1f54-4db1-bd80-afcb899ce0cc'} Body: {"floatingip": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:01:44Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "620fa425-593d-4ec6-bf58-69db4da62a1f", "id": "1cec7e97-e87f-45bd-844c-cbbd1a7c4800", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:46.042 63 INFO tempest.lib.common.rest_client [req-3e91dc6e-c79e-4f6b-b163-e60fca236f8b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a/network_associations 0.584s 2018-08-12 21:01:46.043 63 DEBUG tempest.lib.common.rest_client [req-3e91dc6e-c79e-4f6b-b163-e60fca236f8b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a/network_associations', u'date': 'Sun, 12 Aug 2018 21:01:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e91dc6e-c79e-4f6b-b163-e60fca236f8b'} Body: {"network_association": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "id": "7f81578d-5b70-4633-9e2b-015a1a09f562"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:01:46.044 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:04.071 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:04.134 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:02:04.135 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:04.250 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-12 21:02:04.251 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:04.253 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:04.313 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:02:04.318 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:09.325 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.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-12 21:02:09.325 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-12 21:02:09.326 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075442 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 21:02:09.326 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:09.329 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:09.391 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:02:09.393 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:09.508 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-12 21:02:09.508 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:09.510 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:09.569 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:02:09.574 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:13.581 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.073374 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 21:02:14.262 63 INFO tempest.lib.common.rest_client [req-05d7a5a2-661d-4a4f-a3bc-bc6f26e343c7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a/router_associations 0.680s 2018-08-12 21:02:14.263 63 DEBUG tempest.lib.common.rest_client [req-05d7a5a2-661d-4a4f-a3bc-bc6f26e343c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a/router_associations', u'date': 'Sun, 12 Aug 2018 21:02:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-05d7a5a2-661d-4a4f-a3bc-bc6f26e343c7'} Body: {"router_association": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617", "id": "f5557ab3-96fb-468a-b0a2-54a28be0c30b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:02:14.264 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:14.266 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:14.327 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:02:14.331 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:14.445 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-12 21:02:14.446 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:14.448 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:14.509 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:02:14.512 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:19.519 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.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-12 21:02:19.520 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-12 21:02:19.520 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.074962 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-12 21:02:19.521 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:03:19.576 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 1. Retry after 2 seconds.: timeout: timed out 2018-08-12 21:04:22.127 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 2. Retry after 3 seconds.: timeout: timed out 2018-08-12 21:05:25.639 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 3. Retry after 4 seconds.: timeout: timed out 2018-08-12 21:06:30.148 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 4. Retry after 5 seconds.: timeout: timed out 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.204 after 4 attempts: timeout: timed out 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh return function() 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh 2018-08-12 21:07:35.682 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.204 failed. Error: Connection to the 172.30.9.204 via SSH timed out. User: cirros, Password: None: SSHTimeout: Connection to the 172.30.9.204 via SSH timed out. User: cirros, Password: None 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.204 via SSH timed out. 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-12 21:07:35.996 63 INFO tempest.lib.common.rest_client [req-74fe52fb-294c-4f46-b5e7-9cbb18918a62 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers 0.312s 2018-08-12 21:07:35.996 63 DEBUG tempest.lib.common.rest_client [req-74fe52fb-294c-4f46-b5e7-9cbb18918a62 ] 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-74fe52fb-294c-4f46-b5e7-9cbb18918a62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74fe52fb-294c-4f46-b5e7-9cbb18918a62'} Body: {"servers": [{"id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "name": "server-4"}, {"id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "name": "server-3"}, {"id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "name": "server-2"}, {"id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "name": "server-1"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:36.109 63 INFO tempest.lib.common.rest_client [req-1f0454c3-623e-405e-b29d-d0843530cf7e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2/action 0.107s 2018-08-12 21:07:36.109 63 DEBUG tempest.lib.common.rest_client [req-1f0454c3-623e-405e-b29d-d0843530cf7e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32892', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2/action', u'x-compute-request-id': 'req-1f0454c3-623e-405e-b29d-d0843530cf7e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f0454c3-623e-405e-b29d-d0843530cf7e'} 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 510389870 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-12 21:07:36.112 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for f1faba9f-6b99-4c6a-a96d-a43425df69c2 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 510389870 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.139882] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141560] pid_max: default: 32768 minimum: 301 [ 0.142464] ACPI: Core revision 20150930 [ 0.143851] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145179] Security Framework initialized [ 0.146004] Yama: becoming mindful. [ 0.146738] AppArmor: AppArmor initialized [ 0.147617] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148968] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150264] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151493] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152931] Initializing cgroup subsys io [ 0.153750] Initializing cgroup subsys memory [ 0.154624] Initializing cgroup subsys devices [ 0.155515] Initializing cgroup subsys freezer [ 0.156398] Initializing cgroup subsys net_cls [ 0.157274] Initializing cgroup subsys perf_event [ 0.158195] Initializing cgroup subsys net_prio [ 0.159097] Initializing cgroup subsys hugetlb [ 0.159970] Initializing cgroup subsys pids [ 0.160844] CPU: Physical Processor ID: 0 [ 0.162350] mce: CPU supports 10 MCE banks [ 0.163216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178664] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184852] ftrace: allocating 31920 entries in 125 pages [ 0.210175] smpboot: Max logical packages: 1 [ 0.211059] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212416] x2apic enabled [ 0.213225] Switched APIC routing to physical x2apic. [ 0.214953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216081] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218112] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219916] KVM setup paravirtual spinlock [ 0.221233] x86: Booted up 1 node, 1 CPUs [ 0.222052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223455] devtmpfs: initialized [ 0.225182] evm: security.selinux [ 0.225887] evm: security.SMACK64 [ 0.226596] evm: security.SMACK64EXEC [ 0.227352] evm: security.SMACK64TRANSMUTE [ 0.228173] evm: security.SMACK64MMAP [ 0.228925] evm: security.ima [ 0.229568] evm: security.capability [ 0.230383] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232260] pinctrl core: initialized pinctrl subsystem [ 0.233390] RTC time: 21:01:31, date: 08/12/18 [ 0.234368] NET: Registered protocol family 16 [ 0.235363] cpuidle: using governor ladder [ 0.236194] cpuidle: using governor menu [ 0.236984] PCCT header not found. [ 0.237759] ACPI: bus type PCI registered [ 0.238576] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239830] PCI: Using configuration type 1 for base access [ 0.241616] ACPI: Added _OSI(Module Device) [ 0.242473] ACPI: Added _OSI(Processor Device) [ 0.243351] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244259] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246006] ACPI: Interpreter enabled [ 0.246780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248629] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254136] ACPI: (supports S0 S5) [ 0.254832] ACPI: Using IOAPIC for interrupt routing [ 0.255772] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259996] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261223] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262401] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264603] acpiphp: Slot [3] registered [ 0.265402] acpiphp: Slot [4] registered [ 0.266197] acpiphp: Slot [5] registered [ 0.266987] acpiphp: Slot [6] registered [ 0.267774] acpiphp: Slot [7] registered [ 0.268580] acpiphp: Slot [8] registered [ 0.269377] acpiphp: Slot [9] registered [ 0.270187] acpiphp: Slot [10] registered [ 0.270987] acpiphp: Slot [11] registered [ 0.271793] acpiphp: Slot [12] registered [ 0.272606] acpiphp: Slot [13] registered [ 0.273429] acpiphp: Slot [14] registered [ 0.274256] acpiphp: Slot [15] registered [ 0.285072] acpiphp: Slot [16] registered [ 0.285914] acpiphp: Slot [17] registered [ 0.286723] acpiphp: Slot [18] registered [ 0.287540] acpiphp: Slot [19] registered [ 0.288343] acpiphp: Slot [20] registered [ 0.289150] acpiphp: Slot [21] registered [ 0.289954] acpiphp: Slot [22] registered [ 0.290754] acpiphp: Slot [23] registered [ 0.291565] acpiphp: Slot [24] registered [ 0.292372] acpiphp: Slot [25] registered [ 0.293182] acpiphp: Slot [26] registered [ 0.293986] acpiphp: Slot [27] registered [ 0.294786] acpiphp: Slot [28] registered [ 0.295588] acpiphp: Slot [29] registered [ 0.296418] acpiphp: Slot [30] registered [ 0.297241] acpiphp: Slot [31] registered [ 0.298045] PCI host bridge to bus 0000:00 [ 0.298845] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302696] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304136] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305597] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308884] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310156] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311339] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316081] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317499] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340562] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.341940] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343211] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344501] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.345548] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347080] vgaarb: loaded [ 0.347670] vgaarb: bridge control possible 0000:00:02.0 [ 0.348886] SCSI subsystem initialized [ 0.349791] ACPI: bus type USB registered [ 0.350629] usbcore: registered new interface driver usbfs [ 0.351649] usbcore: registered new interface driver hub [ 0.352645] usbcore: registered new device driver usb [ 0.353737] PCI: Using ACPI for IRQ routing [ 0.354845] NetLabel: Initializing [ 0.355563] NetLabel: domain hash size = 128 [ 0.356404] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.357352] NetLabel: unlabeled traffic allowed by default [ 0.358504] clocksource: Switched to clocksource kvm-clock [ 0.366630] AppArmor: AppArmor Filesystem Enabled [ 0.367595] pnp: PnP ACPI init [ 0.368529] pnp: PnP ACPI: found 5 devices [ 0.374820] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.376524] NET: Registered protocol family 2 [ 0.377566] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.378856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.380072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.381257] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.382334] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.383517] NET: Registered protocol family 1 [ 0.384397] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.385488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.386562] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.400584] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.414708] Trying to unpack rootfs image as initramfs... [ 0.472037] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.473657] Scanning for low memory corruption every 60 seconds [ 0.475019] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.476173] audit: initializing netlink subsys (disabled) [ 0.477192] audit: type=2000 audit(1534107691.913:1): initialized [ 0.478558] Initialise system trusted keyring [ 0.479496] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.480656] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.482787] zbud: loaded [ 0.483520] VFS: Disk quotas dquot_6.6.0 [ 0.484340] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.485926] fuse init (API version 7.23) [ 0.486832] Key type big_key registered [ 0.487639] Allocating IMA MOK and blacklist keyrings. [ 0.488867] Key type asymmetric registered [ 0.489692] Asymmetric key parser 'x509' registered [ 0.490661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.492127] io scheduler noop registered [ 0.492917] io scheduler deadline registered (default) [ 0.493907] io scheduler cfq registered [ 0.494752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.495791] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.497049] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.498485] ACPI: Power Button [PWRF] [ 0.499347] GHES: HEST is not enabled! [ 0.513003] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541201] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543312] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569677] Linux agpgart interface v0.103 [ 0.572270] brd: module loaded [ 0.573921] loop: module loaded [ 0.577990] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.579444] GPT:90111 != 2097151 [ 0.580123] GPT:Alternate GPT header not at the end of the disk. [ 0.581217] GPT:90111 != 2097151 [ 0.581886] GPT: Use GNU Parted to correct GPT errors. [ 0.582885] vda: vda1 vda15 [ 0.584122] scsi host0: ata_piix [ 0.584909] scsi host1: ata_piix [ 0.585634] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.586866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.588360] libphy: Fixed MDIO Bus: probed [ 0.589193] tun: Universal TUN/TAP device driver, 1.6 [ 0.590151] tun: (C) 1999-2004 Max Krasnyansky [ 0.592488] PPP generic driver version 2.4.2 [ 0.593413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596587] ehci-pci: EHCI PCI platform driver [ 0.597566] ehci-platform: EHCI generic platform driver [ 0.598599] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.599751] ohci-pci: OHCI PCI platform driver [ 0.600639] ohci-platform: OHCI generic platform driver [ 0.601644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.616036] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.617058] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.618543] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620764] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622017] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623452] usb usb1: Product: UHCI Host Controller [ 0.624401] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.625558] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626620] hub 1-0:1.0: USB hub found [ 0.627420] hub 1-0:1.0: 2 ports detected [ 0.628398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630606] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631589] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632663] mousedev: PS/2 mouse device common for all mice [ 0.633968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.635971] rtc_cmos 00:00: RTC can wake from S4 [ 0.637119] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.639554] i2c /dev entries driver [ 0.640360] device-mapper: uevent: version 1.0.3 [ 0.641359] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.643041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.644576] NET: Registered protocol family 10 [ 0.645771] NET: Registered protocol family 17 [ 0.646704] Key type dns_resolver registered [ 0.647745] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.648865] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.650714] registered taskstats version 1 [ 0.651571] Loading compiled-in X.509 certificates [ 0.653076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.654992] zswap: loaded using pool lzo/zbud [ 0.656677] Key type trusted registered [ 0.658449] Key type encrypted registered [ 0.659304] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660356] ima: No TPM chip found, activating TPM-bypass! [ 0.661413] evm: HMAC attrs: 0x1 [ 0.662396] Magic number: 14:104:45 [ 0.663274] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:31 UTC (1534107691) [ 0.664927] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.666051] EDD information not available. [ 0.747854] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.759579] Write protecting the kernel read-only data: 14336k [ 0.761718] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.763585] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.808774] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 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.81. iid=i-0000013d failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.10s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCevsX0ixAdpUEmONS/iXq/KjdwORqVZjab+jc/YPr6jSVZfRiIvi6qUM+KCFmOmNXUbyWbFU5JkHlGJdqSEqsPioKfZBisNpNYoOBT+iQsTB3iSbEZs6ZSQfs4uFjApKyjl84QOozOa7BVeTTBNWtXjh7u/MBMyhE5XVz2bKDvuDSqYXuzNVG8Jgr9phsDv2C6Dn2K21PI19H13Zc/Ui0J9vrCjiBGI/EDYBkT23eP773F0nCVIT11f0y/h5n0jXA7g231mxSGXtukaqFd9OU3fLuBEd5l0147Mb+lmxjIN/kTH35LW5Z4egXsD2JZiZa5Vu3h/xbTmVGXgZlQgR5H root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAOLyWpAfDS5IWvNXC1wHy4LEYJ3A11COQl3IuSwn7V2kg0LX52rzJZD94MlHfchKpK7UPSgZd226AJUJXu+LiEeDmzlcxqOOLzAwNJvlf3qJUyCQeC19/NDha7j5BCs8jarysEXul8lXeZcwpzIX4WuUJivlC8i/G1SBT9JPkmZrAAAAFQCtXsLeNQPt6w5mrhUn/XovKd7gEwAAAIBNix0KPBHMjkSqxK2djMMisiUKlOEIhjyDbIbJ6OB0+yqJVyy4B9w2mycj4YwCrmjogD2AR3hgmkh8OT3qFOLVjkhGNpfJRXEfC/gROnVMmujsSJYpW7gMVOev3AjdwONu5a8l+Ou5LZ6AFcsaLhfQ6bQdbCXO2k6kSrjTfu67UQAAAIBIRtPSLsL98YdMlq2Ogah7nx+QTjGRNfPP0QMW9Lw5aClZAHWsXz4z0/52kg4w/loAaZkafW23EqBjPbhf2zBXVfFJ+Lp7pTaBGTY3mALp9R0+1zD9qraZwpolXXf52ovTaFk+/58GkCK/EtDjSpuOSSKovn56gScKUpxLPH2drg== root@server-4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fe79:2ed7/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-0000013d name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.22 === === 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:79:2E:D7 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe79:2ed7/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:10432 (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.4 nameserver 10.102.21.3 nameserver 10.102.21.2 ### 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.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.839 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.360 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.288 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.277 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.268 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.268/0.406/0.839 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.754 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.253 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.264 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.212 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.288 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.354/0.754 ms #### 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=1.106 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.432 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.280 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.204 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.263 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.204/0.457/1.106 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 [ 0.938543] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.099209] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.099215] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.099218] usb 1-1: Product: QEMU USB Tablet [ 1.099220] usb 1-1: Manufacturer: QEMU [ 1.099223] usb 1-1: SerialNumber: 42 [ 1.470690] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.470696] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255552e88e, max_idle_ns: 440795378574 ns [ 3.263672] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.296576] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:31 cirros kern.info kernel: [ 0.763585] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:01:31 cirros kern.info kernel: [ 0.775699] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:01:31 cirros kern.info kernel: [ 0.775700] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:01:31 cirros kern.info kernel: [ 0.777425] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:01:31 cirros kern.info kernel: [ 0.780539] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:01:31 cirros kern.info kernel: [ 0.782632] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:01:31 cirros kern.info kernel: [ 0.806279] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:31 cirros kern.info kernel: [ 0.807181] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:31 cirros kern.notice kernel: [ 0.808774] random: blkid urandom read with 2 bits of entropy available Aug 12 22:01:31 cirros kern.info kernel: [ 0.810437] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:31 cirros kern.info kernel: [ 0.815015] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:31 cirros kern.info kernel: [ 0.886448] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:31 cirros kern.info kernel: [ 0.894278] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:31 cirros kern.info kernel: [ 0.938543] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:31 cirros kern.info kernel: [ 1.099209] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:31 cirros kern.info kernel: [ 1.099215] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:31 cirros kern.info kernel: [ 1.099218] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:31 cirros kern.info kernel: [ 1.099220] usb 1-1: Manufacturer: QEMU Aug 12 22:01:31 cirros kern.info kernel: [ 1.099223] usb 1-1: SerialNumber: 42 Aug 12 22:01:32 cirros kern.info kernel: [ 1.470690] tsc: Refined TSC clocksource calibration: 3491.874 MHz Aug 12 22:01:32 cirros kern.info kernel: [ 1.470696] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255552e88e, max_idle_ns: 440795378574 ns Aug 12 22:01:33 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:33 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:34 cirros kern.info kernel: [ 3.263672] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:34 cirros kern.info kernel: [ 3.296576] 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-12 21:07:36.176 63 INFO tempest.lib.common.rest_client [req-ec2e2d12-ba27-485c-8a6e-055f91e87b9b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb/action 0.062s 2018-08-12 21:07:36.177 63 DEBUG tempest.lib.common.rest_client [req-ec2e2d12-ba27-485c-8a6e-055f91e87b9b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32482', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb/action', u'x-compute-request-id': 'req-ec2e2d12-ba27-485c-8a6e-055f91e87b9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec2e2d12-ba27-485c-8a6e-055f91e87b9b'} 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 488241671 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-12 21:07:36.182 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 39f75bd4-6d80-45f9-989e-cd224befaebb 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 488241671 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.140698] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142407] pid_max: default: 32768 minimum: 301 [ 0.143337] ACPI: Core revision 20150930 [ 0.144748] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.146106] Security Framework initialized [ 0.146949] Yama: becoming mindful. [ 0.147717] AppArmor: AppArmor initialized [ 0.148600] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151318] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152569] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154036] Initializing cgroup subsys io [ 0.154881] Initializing cgroup subsys memory [ 0.155789] Initializing cgroup subsys devices [ 0.156698] Initializing cgroup subsys freezer [ 0.157597] Initializing cgroup subsys net_cls [ 0.158499] Initializing cgroup subsys perf_event [ 0.159447] Initializing cgroup subsys net_prio [ 0.160368] Initializing cgroup subsys hugetlb [ 0.161276] Initializing cgroup subsys pids [ 0.162179] CPU: Physical Processor ID: 0 [ 0.163720] mce: CPU supports 10 MCE banks [ 0.164596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165631] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181365] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187439] ftrace: allocating 31920 entries in 125 pages [ 0.212345] smpboot: Max logical packages: 1 [ 0.213235] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.214615] x2apic enabled [ 0.215435] Switched APIC routing to physical x2apic. [ 0.217195] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218345] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220399] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222242] KVM setup paravirtual spinlock [ 0.223568] x86: Booted up 1 node, 1 CPUs [ 0.224409] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.225838] devtmpfs: initialized [ 0.227573] evm: security.selinux [ 0.228295] evm: security.SMACK64 [ 0.229004] evm: security.SMACK64EXEC [ 0.229769] evm: security.SMACK64TRANSMUTE [ 0.230595] evm: security.SMACK64MMAP [ 0.231362] evm: security.ima [ 0.232038] evm: security.capability [ 0.232866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234771] pinctrl core: initialized pinctrl subsystem [ 0.235900] RTC time: 21:01:19, date: 08/12/18 [ 0.236886] NET: Registered protocol family 16 [ 0.237899] cpuidle: using governor ladder [ 0.238745] cpuidle: using governor menu [ 0.239556] PCCT header not found. [ 0.240338] ACPI: bus type PCI registered [ 0.241174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242457] PCI: Using configuration type 1 for base access [ 0.244259] ACPI: Added _OSI(Module Device) [ 0.245137] ACPI: Added _OSI(Processor Device) [ 0.246026] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.246950] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248735] ACPI: Interpreter enabled [ 0.249522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257130] ACPI: (supports S0 S5) [ 0.257854] ACPI: Using IOAPIC for interrupt routing [ 0.258826] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.261982] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263163] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264447] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265682] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267971] acpiphp: Slot [3] registered [ 0.268800] acpiphp: Slot [4] registered [ 0.269621] acpiphp: Slot [5] registered [ 0.270446] acpiphp: Slot [6] registered [ 0.271269] acpiphp: Slot [7] registered [ 0.272116] acpiphp: Slot [8] registered [ 0.272948] acpiphp: Slot [9] registered [ 0.273773] acpiphp: Slot [10] registered [ 0.274603] acpiphp: Slot [11] registered [ 0.275439] acpiphp: Slot [12] registered [ 0.276293] acpiphp: Slot [13] registered [ 0.277127] acpiphp: Slot [14] registered [ 0.277958] acpiphp: Slot [15] registered [ 0.288896] acpiphp: Slot [16] registered [ 0.289766] acpiphp: Slot [17] registered [ 0.290598] acpiphp: Slot [18] registered [ 0.291434] acpiphp: Slot [19] registered [ 0.292273] acpiphp: Slot [20] registered [ 0.293114] acpiphp: Slot [21] registered [ 0.293951] acpiphp: Slot [22] registered [ 0.294785] acpiphp: Slot [23] registered [ 0.295618] acpiphp: Slot [24] registered [ 0.296454] acpiphp: Slot [25] registered [ 0.297295] acpiphp: Slot [26] registered [ 0.298128] acpiphp: Slot [27] registered [ 0.298951] acpiphp: Slot [28] registered [ 0.299785] acpiphp: Slot [29] registered [ 0.300614] acpiphp: Slot [30] registered [ 0.301457] acpiphp: Slot [31] registered [ 0.302292] PCI host bridge to bus 0000:00 [ 0.303128] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.304386] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.305670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.307161] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.308653] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.310193] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.313611] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.314937] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.316158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.317469] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321025] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.322492] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.341238] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.342757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.344571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346024] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.347447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.348750] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351174] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.352775] vgaarb: loaded [ 0.353388] vgaarb: bridge control possible 0000:00:02.0 [ 0.354658] SCSI subsystem initialized [ 0.355590] ACPI: bus type USB registered [ 0.356451] usbcore: registered new interface driver usbfs [ 0.357519] usbcore: registered new interface driver hub [ 0.358560] usbcore: registered new device driver usb [ 0.359704] PCI: Using ACPI for IRQ routing [ 0.360842] NetLabel: Initializing [ 0.361582] NetLabel: domain hash size = 128 [ 0.362465] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.363451] NetLabel: unlabeled traffic allowed by default [ 0.364647] clocksource: Switched to clocksource kvm-clock [ 0.372899] AppArmor: AppArmor Filesystem Enabled [ 0.373900] pnp: PnP ACPI init [ 0.374855] pnp: PnP ACPI: found 5 devices [ 0.381193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382963] NET: Registered protocol family 2 [ 0.384039] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385386] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.386647] TCP: Hash tables configured (established 4096 bind 4096) [ 0.387898] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389027] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390269] NET: Registered protocol family 1 [ 0.391179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392314] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393427] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421670] Trying to unpack rootfs image as initramfs... [ 0.478218] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.479893] Scanning for low memory corruption every 60 seconds [ 0.481297] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.482516] audit: initializing netlink subsys (disabled) [ 0.483578] audit: type=2000 audit(1534107680.009:1): initialized [ 0.484987] Initialise system trusted keyring [ 0.485969] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.487171] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489339] zbud: loaded [ 0.490093] VFS: Disk quotas dquot_6.6.0 [ 0.490943] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492597] fuse init (API version 7.23) [ 0.493545] Key type big_key registered [ 0.494378] Allocating IMA MOK and blacklist keyrings. [ 0.495642] Key type asymmetric registered [ 0.496491] Asymmetric key parser 'x509' registered [ 0.497500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.499023] io scheduler noop registered [ 0.499845] io scheduler deadline registered (default) [ 0.500883] io scheduler cfq registered [ 0.501760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.504142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.505648] ACPI: Power Button [PWRF] [ 0.506522] GHES: HEST is not enabled! [ 0.520202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548271] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.550406] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.576451] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.579238] Linux agpgart interface v0.103 [ 0.582155] brd: module loaded [ 0.583874] loop: module loaded [ 0.587813] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.589329] GPT:90111 != 2097151 [ 0.590036] GPT:Alternate GPT header not at the end of the disk. [ 0.591169] GPT:90111 != 2097151 [ 0.591866] GPT: Use GNU Parted to correct GPT errors. [ 0.592876] vda: vda1 vda15 [ 0.594260] scsi host0: ata_piix [ 0.595078] scsi host1: ata_piix [ 0.595824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.597095] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.598642] libphy: Fixed MDIO Bus: probed [ 0.599490] tun: Universal TUN/TAP device driver, 1.6 [ 0.600479] tun: (C) 1999-2004 Max Krasnyansky [ 0.602831] PPP generic driver version 2.4.2 [ 0.603786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605036] ehci-pci: EHCI PCI platform driver [ 0.605954] ehci-platform: EHCI generic platform driver [ 0.606991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608171] ohci-pci: OHCI PCI platform driver [ 0.609086] ohci-platform: OHCI generic platform driver [ 0.610125] uhci_hcd: USB Universal Host Controller Interface driver [ 0.624326] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.625376] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626905] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.627945] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.629145] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630429] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631898] usb usb1: Product: UHCI Host Controller [ 0.632871] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634077] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635100] hub 1-0:1.0: USB hub found [ 0.635917] hub 1-0:1.0: 2 ports detected [ 0.636903] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639112] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640112] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641211] mousedev: PS/2 mouse device common for all mice [ 0.642525] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644504] rtc_cmos 00:00: RTC can wake from S4 [ 0.645685] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.646925] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648172] i2c /dev entries driver [ 0.648987] device-mapper: uevent: version 1.0.3 [ 0.649990] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651697] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653186] NET: Registered protocol family 10 [ 0.654360] NET: Registered protocol family 17 [ 0.655294] Key type dns_resolver registered [ 0.656321] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657465] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.659334] registered taskstats version 1 [ 0.660211] Loading compiled-in X.509 certificates [ 0.661740] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663686] zswap: loaded using pool lzo/zbud [ 0.665378] Key type trusted registered [ 0.667169] Key type encrypted registered [ 0.668045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669139] ima: No TPM chip found, activating TPM-bypass! [ 0.670234] evm: HMAC attrs: 0x1 [ 0.671225] Magic number: 14:104:45 [ 0.672114] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:19 UTC (1534107679) [ 0.673805] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674964] EDD information not available. [ 0.758056] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770114] Write protecting the kernel read-only data: 14336k [ 0.772324] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774377] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.821360] 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.73 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.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.82. iid=i-0000013a 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrIbX32XGQg0ux/omGKhyOLpqODom3asoHpD9YKD1xxuDMJq47WsP8OFVyXyN4KvZNd2usPjSW7H4Kw5LeKpX3fvrvWOP70lPmH+dZ8TYXs2Z2UBdYQTkPde7GtYJoP5V6+tcsaXnSHya+COcnaY7r3//JENpFkGs9Xs/Se+aNw5tUfrkMy/Kd1+D8qB4BxvJ4Q0LBITHS2saVqx2iIF5nPzruTs6x/PtIPUUxKekgSRtVFYhRXqhFR/eRavlKUmJf1XKFJvHl+VOvpro3DQwgjuwMtMDLprW5tr4z/josCHkMg9ncxnhslNoc9iBDX4vqTBF43QuhG14VsomtmOML root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAIKwmUrb7i9C98JccN6QbqE1jgHiPgAQZ8dMQzhH42I26u8v2NmtMgSLf33BqkwIJdzJqtT06HOhlkfx7Fzu+eji25lvieBtIssbIRwubH3YRDY5KShGk5+Xs+MSfmekRofi0NTJwwDpGbrVPmC7Z11OwZRbruoDlpZ1K4JwA28lAAAAFQCGBxbYxBKqM02XQnpd1d94yS0JcwAAAIBnLbse3intDGlZHu7+nCREAFVdVuLcVZ5wmNyfiPwks2ooZD0y9/qlFabCQShQ6ZuJCbSci8oU3uw4HpeiCvDF66HSDhyQZPOlJTFdNSBXxgB4IcWPmWS2HdVIlKCQPw1maDphGXZayuuQiFKiP25mw9QFXUkb4p6X5AxBOW9qSwAAAIA9e4YMtbiE+hFQ4RQgOqa76T/hxkVAGVfFP/gVy9jqkJXfOzl+SHMxxWrXUg/fLYvH4dxSYBKvWPy3hQq5ChUSJy9lPZr4BGuQmdXw+/k7QWGeQzV4mP9/eOGuidQXs8by1yW/0H/t9Wlkbtx+WPWvUScAkGWADrynuZAmAzsivA== root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fe8b:f2b/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-0000013a name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.53 === === 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:0F:2B inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8b:f2b/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:10432 (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.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.3 nameserver 10.101.11.2 nameserver 10.101.11.4 ### 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.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.661 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.289 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.187 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.153 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.165 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.153/0.291/0.661 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.572 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.248 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.267 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.282 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.215 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.215/0.316/0.572 ms #### 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.741 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.252 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.212 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.295 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.282 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.356/0.741 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 [ 0.910846] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 0.948675] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.110157] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.110159] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.110160] usb 1-1: Product: QEMU USB Tablet [ 1.110161] usb 1-1: Manufacturer: QEMU [ 1.110162] usb 1-1: SerialNumber: 42 [ 1.476903] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.548349] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.584340] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:19 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 12 22:01:19 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 12 22:01:19 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 12 22:01:19 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 12 22:01:19 cirros kern.info kernel: [ 0.948675] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:19 cirros kern.info kernel: [ 1.110157] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:19 cirros kern.info kernel: [ 1.110159] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:19 cirros kern.info kernel: [ 1.110160] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:19 cirros kern.info kernel: [ 1.110161] usb 1-1: Manufacturer: QEMU Aug 12 22:01:19 cirros kern.info kernel: [ 1.110162] usb 1-1: SerialNumber: 42 Aug 12 22:01:20 cirros kern.info kernel: [ 1.476903] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 12 22:01:21 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:22 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:22 cirros kern.info kernel: [ 3.548349] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:22 cirros kern.info kernel: [ 3.584340] 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-12 21:07:36.297 63 INFO tempest.lib.common.rest_client [req-9cf87100-0598-4fc5-ade9-15fe936b9571 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2/action 0.077s 2018-08-12 21:07:36.298 63 DEBUG tempest.lib.common.rest_client [req-9cf87100-0598-4fc5-ade9-15fe936b9571 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32892', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2/action', u'x-compute-request-id': 'req-9cf87100-0598-4fc5-ade9-15fe936b9571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cf87100-0598-4fc5-ade9-15fe936b9571'} 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 480103164 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-12 21:07:36.300 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for a1edaafd-4a4b-4215-943b-cf990953c5e2 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 480103164 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.153570] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155229] pid_max: default: 32768 minimum: 301 [ 0.156128] ACPI: Core revision 20150930 [ 0.157523] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.158838] Security Framework initialized [ 0.159657] Yama: becoming mindful. [ 0.160392] AppArmor: AppArmor initialized [ 0.161254] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.162621] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.163917] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165178] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166612] Initializing cgroup subsys io [ 0.167433] Initializing cgroup subsys memory [ 0.168296] Initializing cgroup subsys devices [ 0.169188] Initializing cgroup subsys freezer [ 0.170069] Initializing cgroup subsys net_cls [ 0.170946] Initializing cgroup subsys perf_event [ 0.171869] Initializing cgroup subsys net_prio [ 0.172806] Initializing cgroup subsys hugetlb [ 0.173679] Initializing cgroup subsys pids [ 0.174548] CPU: Physical Processor ID: 0 [ 0.176046] mce: CPU supports 10 MCE banks [ 0.176912] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177916] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198377] ftrace: allocating 31920 entries in 125 pages [ 0.223199] smpboot: Max logical packages: 1 [ 0.224080] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225440] x2apic enabled [ 0.226242] Switched APIC routing to physical x2apic. [ 0.227984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232916] KVM setup paravirtual spinlock [ 0.234252] x86: Booted up 1 node, 1 CPUs [ 0.235069] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236483] devtmpfs: initialized [ 0.238204] evm: security.selinux [ 0.238911] evm: security.SMACK64 [ 0.239610] evm: security.SMACK64EXEC [ 0.240354] evm: security.SMACK64TRANSMUTE [ 0.241161] evm: security.SMACK64MMAP [ 0.241912] evm: security.ima [ 0.242557] evm: security.capability [ 0.243396] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.245269] pinctrl core: initialized pinctrl subsystem [ 0.246383] RTC time: 21:01:05, date: 08/12/18 [ 0.247353] NET: Registered protocol family 16 [ 0.248350] cpuidle: using governor ladder [ 0.249172] cpuidle: using governor menu [ 0.249964] PCCT header not found. [ 0.250730] ACPI: bus type PCI registered [ 0.251536] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.252787] PCI: Using configuration type 1 for base access [ 0.254605] ACPI: Added _OSI(Module Device) [ 0.255459] ACPI: Added _OSI(Processor Device) [ 0.256328] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.257226] ACPI: Added _OSI(Processor Aggregator Device) [ 0.258972] ACPI: Interpreter enabled [ 0.259750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.261613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.263493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.265374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.267224] ACPI: (supports S0 S5) [ 0.267935] ACPI: Using IOAPIC for interrupt routing [ 0.268895] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.272003] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.273154] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.274429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.275627] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.277857] acpiphp: Slot [3] registered [ 0.278678] acpiphp: Slot [4] registered [ 0.279486] acpiphp: Slot [5] registered [ 0.280285] acpiphp: Slot [6] registered [ 0.281086] acpiphp: Slot [7] registered [ 0.281895] acpiphp: Slot [8] registered [ 0.282707] acpiphp: Slot [9] registered [ 0.283511] acpiphp: Slot [10] registered [ 0.284365] acpiphp: Slot [11] registered [ 0.285183] acpiphp: Slot [12] registered [ 0.286022] acpiphp: Slot [13] registered [ 0.286845] acpiphp: Slot [14] registered [ 0.287664] acpiphp: Slot [15] registered [ 0.298744] acpiphp: Slot [16] registered [ 0.299570] acpiphp: Slot [17] registered [ 0.300389] acpiphp: Slot [18] registered [ 0.301197] acpiphp: Slot [19] registered [ 0.302019] acpiphp: Slot [20] registered [ 0.302842] acpiphp: Slot [21] registered [ 0.303662] acpiphp: Slot [22] registered [ 0.304508] acpiphp: Slot [23] registered [ 0.305322] acpiphp: Slot [24] registered [ 0.306129] acpiphp: Slot [25] registered [ 0.306945] acpiphp: Slot [26] registered [ 0.307758] acpiphp: Slot [27] registered [ 0.308571] acpiphp: Slot [28] registered [ 0.309432] acpiphp: Slot [29] registered [ 0.310241] acpiphp: Slot [30] registered [ 0.311065] acpiphp: Slot [31] registered [ 0.311875] PCI host bridge to bus 0000:00 [ 0.312685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313920] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.315150] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316606] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.318054] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.319532] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.322901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324212] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.326681] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330204] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331893] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354621] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357481] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358879] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360148] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361462] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362519] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364066] vgaarb: loaded [ 0.364707] vgaarb: bridge control possible 0000:00:02.0 [ 0.365950] SCSI subsystem initialized [ 0.366865] ACPI: bus type USB registered [ 0.367698] usbcore: registered new interface driver usbfs [ 0.368739] usbcore: registered new interface driver hub [ 0.369750] usbcore: registered new device driver usb [ 0.370854] PCI: Using ACPI for IRQ routing [ 0.371964] NetLabel: Initializing [ 0.372692] NetLabel: domain hash size = 128 [ 0.373540] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374528] NetLabel: unlabeled traffic allowed by default [ 0.375695] clocksource: Switched to clocksource kvm-clock [ 0.383888] AppArmor: AppArmor Filesystem Enabled [ 0.384891] pnp: PnP ACPI init [ 0.385835] pnp: PnP ACPI: found 5 devices [ 0.392174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393905] NET: Registered protocol family 2 [ 0.394978] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397491] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398696] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399788] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400973] NET: Registered protocol family 1 [ 0.401853] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404029] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418158] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432350] Trying to unpack rootfs image as initramfs... [ 0.488387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490054] Scanning for low memory corruption every 60 seconds [ 0.491422] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492597] audit: initializing netlink subsys (disabled) [ 0.493625] audit: type=2000 audit(1534107665.911:1): initialized [ 0.494977] Initialise system trusted keyring [ 0.495965] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.497133] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499254] zbud: loaded [ 0.500003] VFS: Disk quotas dquot_6.6.0 [ 0.500832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502428] fuse init (API version 7.23) [ 0.503341] Key type big_key registered [ 0.504154] Allocating IMA MOK and blacklist keyrings. [ 0.505405] Key type asymmetric registered [ 0.506262] Asymmetric key parser 'x509' registered [ 0.507237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.508728] io scheduler noop registered [ 0.509525] io scheduler deadline registered (default) [ 0.510525] io scheduler cfq registered [ 0.511375] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512428] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513708] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515155] ACPI: Power Button [PWRF] [ 0.516048] GHES: HEST is not enabled! [ 0.529800] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557642] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583758] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586043] Linux agpgart interface v0.103 [ 0.588705] brd: module loaded [ 0.590379] loop: module loaded [ 0.597476] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.598947] GPT:90111 != 2097151 [ 0.599629] GPT:Alternate GPT header not at the end of the disk. [ 0.600742] GPT:90111 != 2097151 [ 0.601428] GPT: Use GNU Parted to correct GPT errors. [ 0.602408] vda: vda1 vda15 [ 0.603866] scsi host0: ata_piix [ 0.604675] scsi host1: ata_piix [ 0.605402] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.606633] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.608184] libphy: Fixed MDIO Bus: probed [ 0.609020] tun: Universal TUN/TAP device driver, 1.6 [ 0.610036] tun: (C) 1999-2004 Max Krasnyansky [ 0.612404] PPP generic driver version 2.4.2 [ 0.613344] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.614548] ehci-pci: EHCI PCI platform driver [ 0.615434] ehci-platform: EHCI generic platform driver [ 0.616448] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617641] ohci-pci: OHCI PCI platform driver [ 0.618527] ohci-platform: OHCI generic platform driver [ 0.619546] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633812] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.636306] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.637354] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.638522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641232] usb usb1: Product: UHCI Host Controller [ 0.642176] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.643337] usb usb1: SerialNumber: 0000:00:01.2 [ 0.644343] hub 1-0:1.0: USB hub found [ 0.645145] hub 1-0:1.0: 2 ports detected [ 0.646119] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648344] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649321] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650386] mousedev: PS/2 mouse device common for all mice [ 0.651685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653573] rtc_cmos 00:00: RTC can wake from S4 [ 0.654931] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657390] i2c /dev entries driver [ 0.658180] device-mapper: uevent: version 1.0.3 [ 0.659175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660841] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662294] NET: Registered protocol family 10 [ 0.663457] NET: Registered protocol family 17 [ 0.664381] Key type dns_resolver registered [ 0.665407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666522] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668391] registered taskstats version 1 [ 0.669247] Loading compiled-in X.509 certificates [ 0.670738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672651] zswap: loaded using pool lzo/zbud [ 0.674345] Key type trusted registered [ 0.676181] Key type encrypted registered [ 0.677184] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678353] ima: No TPM chip found, activating TPM-bypass! [ 0.679656] evm: HMAC attrs: 0x1 [ 0.680806] Magic number: 14:104:45 [ 0.681618] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:05 UTC (1534107665) [ 0.683576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.684835] EDD information not available. [ 0.765204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.777636] Write protecting the kernel read-only data: 14336k [ 0.780083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.782378] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.829107] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 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.82. iid=i-00000137 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDN23AJqExGctCHcU/GZ4g8aEkAbcfldMjT72fh4nd9LVIrkR76uybiiU/o2bANSyJ78leBxIuJw2XaBZIaQk8igYgdRfW3jaHEQLRKNvyyWbKTRfDH06/4VwrzKBHF0mSE97jsgFPwc+E+OtS7vxQSxHA8JgdRJNaDeZZLM3k3cDkUNygR9GiGLi76VqIF2OjcwfcorbTtYG+hJQj21luKc0N5USlfuAopS2B/doLGa88sHKqhDjnFQDS0GRlJOcxj1mdcm7D9uPbddehFHv43kz90A1DIrConxoFLKvRhEzOr5K72flmHn2spbdM0bT1g31NyrmeVOD4MNysoaIpJ root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAPUPnIjAvWGWL7HNfuZn1QVCzqsbesnLvAvLLJiJquO9eglAhVqIP76UV1QhuEzS2CgEMzzzHiNaaUtLTxBhp4ur3ZQGWZNVbVqj61Yi8XHTgWaE7+qMtBE4cUTjU9mEnPgiLkAgSke6nB+IQkyP+/FnPWOE3JLbXYFmG02gobL5AAAAFQC74rXhARarf6ue3aqhsHeZA4+1FwAAAIAwlxds+GWys8Pcgh6IdSX6w6EZn/LD69POqLTGMKRFo9W8sQ4eu0JVy100FzA7W7oV0/fy8Ub6fEpgBrBxjXJwwqsnT0jpN6gqTmDe2kL3ZmY4qIxjv9CZ9jTl7xc7vMgGOV4AUNDQ85lnyTodFUAvEEFQnrr/XWwecAZuQ3PmUQAAAIEA1fRrskg52t1pBM0wCqElWU25/UP7r1KCK8CeYHsEQVg3HXtzuSyHTIzZ0tZtLUQTcFtOvYunRWTjHo5DVBDREPR4y0aFjoTK+/1Y9ekPd7CBWye7SbRiBmLUZ5o18GrrF+jke5Di3ePUmK5dK63pdcg+uU4qD28G5PbQURZqYns= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe70:337a/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.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-00000137 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=2.75 === === 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:70:33:7A inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe70:337a/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:10432 (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.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.4 nameserver 10.102.21.3 nameserver 10.102.21.2 ### 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.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=1.104 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.290 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.363 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.573 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.224 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.224/0.510/1.104 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.688 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.290 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.229 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.174 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.284 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.174/0.333/0.688 ms #### 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.677 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.236 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.237 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.249 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.267 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.236/0.333/0.677 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 [ 0.955712] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.116844] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.116846] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.116847] usb 1-1: Product: QEMU USB Tablet [ 1.116848] usb 1-1: Manufacturer: QEMU [ 1.116849] usb 1-1: SerialNumber: 42 [ 1.487769] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.487779] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255535383a, max_idle_ns: 440795233701 ns [ 2.785805] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.818867] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:05 cirros kern.info kernel: [ 0.782378] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:01:05 cirros kern.info kernel: [ 0.795511] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:01:05 cirros kern.info kernel: [ 0.795512] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:01:05 cirros kern.info kernel: [ 0.797259] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:01:05 cirros kern.info kernel: [ 0.800374] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:01:05 cirros kern.info kernel: [ 0.802455] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:01:05 cirros kern.info kernel: [ 0.826486] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:05 cirros kern.info kernel: [ 0.827396] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:05 cirros kern.notice kernel: [ 0.829107] random: blkid urandom read with 2 bits of entropy available Aug 12 22:01:05 cirros kern.info kernel: [ 0.831144] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:05 cirros kern.info kernel: [ 0.835139] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:05 cirros kern.info kernel: [ 0.905619] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:05 cirros kern.info kernel: [ 0.914109] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:05 cirros kern.info kernel: [ 0.955712] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:05 cirros kern.info kernel: [ 1.116844] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:05 cirros kern.info kernel: [ 1.116846] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:05 cirros kern.info kernel: [ 1.116847] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:05 cirros kern.info kernel: [ 1.116848] usb 1-1: Manufacturer: QEMU Aug 12 22:01:05 cirros kern.info kernel: [ 1.116849] usb 1-1: SerialNumber: 42 Aug 12 22:01:06 cirros kern.info kernel: [ 1.487769] tsc: Refined TSC clocksource calibration: 3491.873 MHz Aug 12 22:01:06 cirros kern.info kernel: [ 1.487779] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255535383a, max_idle_ns: 440795233701 ns Aug 12 22:01:07 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:07 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:07 cirros kern.info kernel: [ 2.785805] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:07 cirros kern.info kernel: [ 2.818867] 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-12 21:07:36.483 63 INFO tempest.lib.common.rest_client [req-ec495148-5b45-46f9-9ff5-e9c1bd12dd15 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5/action 0.092s 2018-08-12 21:07:36.484 63 DEBUG tempest.lib.common.rest_client [req-ec495148-5b45-46f9-9ff5-e9c1bd12dd15 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32886', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5/action', u'x-compute-request-id': 'req-ec495148-5b45-46f9-9ff5-e9c1bd12dd15', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec495148-5b45-46f9-9ff5-e9c1bd12dd15'} 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 503730597 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-12 21:07:36.486 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for d5798fcb-882a-4d60-a76a-39ec467c88f5 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 503730597 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.141640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143387] pid_max: default: 32768 minimum: 301 [ 0.144328] ACPI: Core revision 20150930 [ 0.145753] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147125] Security Framework initialized [ 0.147981] Yama: becoming mindful. [ 0.148759] AppArmor: AppArmor initialized [ 0.149652] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151053] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153668] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155149] Initializing cgroup subsys io [ 0.156005] Initializing cgroup subsys memory [ 0.156916] Initializing cgroup subsys devices [ 0.157837] Initializing cgroup subsys freezer [ 0.158750] Initializing cgroup subsys net_cls [ 0.159660] Initializing cgroup subsys perf_event [ 0.160619] Initializing cgroup subsys net_prio [ 0.161547] Initializing cgroup subsys hugetlb [ 0.162469] Initializing cgroup subsys pids [ 0.163379] CPU: Physical Processor ID: 0 [ 0.164940] mce: CPU supports 10 MCE banks [ 0.165829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189390] ftrace: allocating 31920 entries in 125 pages [ 0.214057] smpboot: Max logical packages: 1 [ 0.214983] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216399] x2apic enabled [ 0.217245] Switched APIC routing to physical x2apic. [ 0.219027] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220200] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224166] KVM setup paravirtual spinlock [ 0.225508] x86: Booted up 1 node, 1 CPUs [ 0.226361] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227821] devtmpfs: initialized [ 0.229571] evm: security.selinux [ 0.230311] evm: security.SMACK64 [ 0.231040] evm: security.SMACK64EXEC [ 0.231832] evm: security.SMACK64TRANSMUTE [ 0.232672] evm: security.SMACK64MMAP [ 0.233453] evm: security.ima [ 0.234133] evm: security.capability [ 0.234978] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236931] pinctrl core: initialized pinctrl subsystem [ 0.238090] RTC time: 21:00:49, date: 08/12/18 [ 0.239102] NET: Registered protocol family 16 [ 0.240131] cpuidle: using governor ladder [ 0.240994] cpuidle: using governor menu [ 0.241816] PCCT header not found. [ 0.242604] ACPI: bus type PCI registered [ 0.243453] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244758] PCI: Using configuration type 1 for base access [ 0.246592] ACPI: Added _OSI(Module Device) [ 0.247481] ACPI: Added _OSI(Processor Device) [ 0.248392] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251142] ACPI: Interpreter enabled [ 0.251950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253888] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259708] ACPI: (supports S0 S5) [ 0.260443] ACPI: Using IOAPIC for interrupt routing [ 0.261438] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264652] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265856] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268411] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271587] acpiphp: Slot [4] registered [ 0.272438] acpiphp: Slot [5] registered [ 0.273284] acpiphp: Slot [6] registered [ 0.274123] acpiphp: Slot [7] registered [ 0.274967] acpiphp: Slot [8] registered [ 0.275815] acpiphp: Slot [9] registered [ 0.276653] acpiphp: Slot [10] registered [ 0.277515] acpiphp: Slot [11] registered [ 0.278370] acpiphp: Slot [12] registered [ 0.279225] acpiphp: Slot [13] registered [ 0.280077] acpiphp: Slot [14] registered [ 0.280934] acpiphp: Slot [15] registered [ 0.291864] acpiphp: Slot [16] registered [ 0.292720] acpiphp: Slot [17] registered [ 0.293571] acpiphp: Slot [18] registered [ 0.294427] acpiphp: Slot [19] registered [ 0.295289] acpiphp: Slot [20] registered [ 0.296145] acpiphp: Slot [21] registered [ 0.296996] acpiphp: Slot [22] registered [ 0.297846] acpiphp: Slot [23] registered [ 0.298700] acpiphp: Slot [24] registered [ 0.299546] acpiphp: Slot [25] registered [ 0.300407] acpiphp: Slot [26] registered [ 0.301260] acpiphp: Slot [27] registered [ 0.302172] acpiphp: Slot [28] registered [ 0.303029] acpiphp: Slot [29] registered [ 0.303877] acpiphp: Slot [30] registered [ 0.304734] acpiphp: Slot [31] registered [ 0.305582] PCI host bridge to bus 0000:00 [ 0.306431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.307714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309001] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312058] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.313606] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.317063] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318416] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319661] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.324656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.326694] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348064] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349822] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352974] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354510] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357364] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358589] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.360400] vgaarb: loaded [ 0.361075] vgaarb: bridge control possible 0000:00:02.0 [ 0.362454] SCSI subsystem initialized [ 0.363480] ACPI: bus type USB registered [ 0.364441] usbcore: registered new interface driver usbfs [ 0.365642] usbcore: registered new interface driver hub [ 0.366812] usbcore: registered new device driver usb [ 0.368069] PCI: Using ACPI for IRQ routing [ 0.369310] NetLabel: Initializing [ 0.370124] NetLabel: domain hash size = 128 [ 0.371107] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372206] NetLabel: unlabeled traffic allowed by default [ 0.373532] clocksource: Switched to clocksource kvm-clock [ 0.381969] AppArmor: AppArmor Filesystem Enabled [ 0.383111] pnp: PnP ACPI init [ 0.384132] pnp: PnP ACPI: found 5 devices [ 0.390648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392696] NET: Registered protocol family 2 [ 0.393884] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395386] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396786] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400825] NET: Registered protocol family 1 [ 0.401839] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403113] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404353] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418233] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432341] Trying to unpack rootfs image as initramfs... [ 0.488363] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490283] Scanning for low memory corruption every 60 seconds [ 0.491857] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493215] audit: initializing netlink subsys (disabled) [ 0.494431] audit: type=2000 audit(1534107650.301:1): initialized [ 0.495953] Initialise system trusted keyring [ 0.497040] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500688] zbud: loaded [ 0.501489] VFS: Disk quotas dquot_6.6.0 [ 0.502437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504243] fuse init (API version 7.23) [ 0.505268] Key type big_key registered [ 0.506202] Allocating IMA MOK and blacklist keyrings. [ 0.507584] Key type asymmetric registered [ 0.508533] Asymmetric key parser 'x509' registered [ 0.509653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511356] io scheduler noop registered [ 0.512265] io scheduler deadline registered (default) [ 0.513418] io scheduler cfq registered [ 0.514384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515594] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517052] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518721] ACPI: Power Button [PWRF] [ 0.519683] GHES: HEST is not enabled! [ 0.533126] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560965] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566191] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592763] Linux agpgart interface v0.103 [ 0.595900] brd: module loaded [ 0.597774] loop: module loaded [ 0.602196] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603906] GPT:90111 != 2097151 [ 0.604686] GPT:Alternate GPT header not at the end of the disk. [ 0.605981] GPT:90111 != 2097151 [ 0.606769] GPT: Use GNU Parted to correct GPT errors. [ 0.607904] vda: vda1 vda15 [ 0.609338] scsi host0: ata_piix [ 0.610265] scsi host1: ata_piix [ 0.611106] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.612563] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.614294] libphy: Fixed MDIO Bus: probed [ 0.615255] tun: Universal TUN/TAP device driver, 1.6 [ 0.616382] tun: (C) 1999-2004 Max Krasnyansky [ 0.621877] PPP generic driver version 2.4.2 [ 0.623478] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624869] ehci-pci: EHCI PCI platform driver [ 0.625823] ehci-platform: EHCI generic platform driver [ 0.626894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628128] ohci-pci: OHCI PCI platform driver [ 0.629075] ohci-platform: OHCI generic platform driver [ 0.630173] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647225] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648291] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.649525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.650837] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652334] usb usb1: Product: UHCI Host Controller [ 0.653313] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.654514] usb usb1: SerialNumber: 0000:00:01.2 [ 0.655555] hub 1-0:1.0: USB hub found [ 0.656395] hub 1-0:1.0: 2 ports detected [ 0.657398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.659790] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.660798] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.661912] mousedev: PS/2 mouse device common for all mice [ 0.663266] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665231] rtc_cmos 00:00: RTC can wake from S4 [ 0.666428] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.667710] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.668971] i2c /dev entries driver [ 0.669795] device-mapper: uevent: version 1.0.3 [ 0.670822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672557] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674111] NET: Registered protocol family 10 [ 0.675323] NET: Registered protocol family 17 [ 0.676293] Key type dns_resolver registered [ 0.677363] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678542] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680470] registered taskstats version 1 [ 0.681391] Loading compiled-in X.509 certificates [ 0.682964] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684993] zswap: loaded using pool lzo/zbud [ 0.686755] Key type trusted registered [ 0.688644] Key type encrypted registered [ 0.689544] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690678] ima: No TPM chip found, activating TPM-bypass! [ 0.691822] evm: HMAC attrs: 0x1 [ 0.692845] Magic number: 14:104:45 [ 0.693768] rtc_cmos 00:00: setting system clock to 2018-08-12 21:00:50 UTC (1534107650) [ 0.695529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696729] EDD information not available. [ 0.774955] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787114] Write protecting the kernel read-only data: 14336k [ 0.789387] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.948194] 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 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.84. iid=i-00000134 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChaoatKNQqkL3gKzPI1xjezmPB6spbK478EjheKORIhAfKgMqfmFWQb8GxpvZs+E/e2I/ohgF/H3bpjgIg0Gc75ChdlHohkxr9YnP2wiF7ZBx2OTiUVQyMHgVIz93QIwmohiO760ZKWDidxrENx3lQIKNJHm/GxmPfqljWjcmOvmtNzTKpKCyqVsgvuuUIVPzMWGsZed5A31f5vb8jHmX2yBC6XSipNgsgBOr6eB+aqGnXYFgpS8mn0e76LMHVDOL9n3QzUm20xotvph5ZYtg9tCHN75lcg+1CgKaLX60oo2XVLSsEoWWVwXLqQ+LNP4qiF6d8RS9EmsEt8ywpcK0n root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBANTyLk3NT17ZfymGnEYLgrOPlriZtwhe8b3eSG8PEqQl/mwuNh61YqmupWw6a4YBb3BUJ2gMwWseXSRIrDOp8n3MVT/kzxuTU866fB4sScahhbuNQlm7Nx6KrI1yXyQYXuYs0FrrRWo7PJtYPMbtJrhqveq8/7kBt3/IHvx71LeJAAAAFQC83UzhTfv+pnaAq808dYj0zzqB5wAAAIAI8vctAEsJ/GKP1baGBH4SfTRfzOqLp8iPBPVNzP3tX/3MwIXOu85zgxXQpXTQic2YF5YRmZxh//blp14aLpDx81lhsWjKwrsA0shRyU3wTHfWRAyd4gsSaeIotz65Hsf1NuTzWWNMRPxfbHo0qWhM/WG2c/nErDmKggnqyizB6AAAAIAE2JwyScvOczo9Lu8EVcfB7Gv4/OZkkE2EfO+P+GOSSRu9blm+CK8KeX+a9af8QFE5I39ZMc/MuVL46/IY0Hok8ZmUEJo3J7b/4xb2DL7THyeC6nDUSElkCAK/YMQVZB6b5mopGoP0LFIAGyLqWY/m1Ds6+79LUvN/cjAVETs06A== root@server-1 -----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.101.11.10,24,fe80::f816:3eff:fe38:1d84/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-00000134 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.63 === === 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:38:1D:84 inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe38:1d84/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:10432 (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.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.3 nameserver 10.101.11.2 nameserver 10.101.11.4 ### 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.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.781 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.442 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.289 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.269 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.268 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.268/0.409/0.781 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.691 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.229 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.350 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.268 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.210 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.210/0.349/0.691 ms #### 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.615 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.563 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.397 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.324 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.369 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.324/0.453/0.615 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 [ 0.965549] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.126735] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.126738] usb 1-1: Product: QEMU USB Tablet [ 1.126739] usb 1-1: Manufacturer: QEMU [ 1.126740] usb 1-1: SerialNumber: 42 [ 1.489785] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 1.489793] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns [ 3.675850] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.716006] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:00:50 cirros kern.info kernel: [ 0.791332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:00:50 cirros kern.info kernel: [ 0.804081] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:00:50 cirros kern.info kernel: [ 0.804082] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:00:50 cirros kern.info kernel: [ 0.805866] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:00:50 cirros kern.info kernel: [ 0.809047] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:00:50 cirros kern.info kernel: [ 0.811203] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:00:50 cirros kern.info kernel: [ 0.834638] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:00:50 cirros kern.info kernel: [ 0.835481] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:00:50 cirros kern.info kernel: [ 0.836866] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:00:50 cirros kern.info kernel: [ 0.841773] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:00:50 cirros kern.info kernel: [ 0.916800] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:00:50 cirros kern.info kernel: [ 0.924985] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:00:50 cirros kern.notice kernel: [ 0.948194] random: dd urandom read with 5 bits of entropy available Aug 12 22:00:50 cirros kern.info kernel: [ 0.965549] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:00:50 cirros kern.info kernel: [ 1.126735] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:00:50 cirros kern.info kernel: [ 1.126737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:00:50 cirros kern.info kernel: [ 1.126738] usb 1-1: Product: QEMU USB Tablet Aug 12 22:00:50 cirros kern.info kernel: [ 1.126739] usb 1-1: Manufacturer: QEMU Aug 12 22:00:50 cirros kern.info kernel: [ 1.126740] usb 1-1: SerialNumber: 42 Aug 12 22:00:51 cirros kern.info kernel: [ 1.489785] tsc: Refined TSC clocksource calibration: 3491.849 MHz Aug 12 22:00:51 cirros kern.info kernel: [ 1.489793] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns Aug 12 22:00:52 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:00:53 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:00:53 cirros kern.info kernel: [ 3.675850] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:00:53 cirros kern.info kernel: [ 3.716006] 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-12 21:07:37.684 63 INFO tempest.lib.common.rest_client [req-b019ed4b-f62c-4cd3-9040-5b3ad363a1c4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1cec7e97-e87f-45bd-844c-cbbd1a7c4800 1.145s 2018-08-12 21:07:37.686 63 DEBUG tempest.lib.common.rest_client [req-b019ed4b-f62c-4cd3-9040-5b3ad363a1c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1cec7e97-e87f-45bd-844c-cbbd1a7c4800', u'date': 'Sun, 12 Aug 2018 21:07:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b019ed4b-f62c-4cd3-9040-5b3ad363a1c4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:40.048 63 INFO tempest.lib.common.rest_client [req-b9b17f24-0bfb-42f7-b216-cae491419531 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/remove_router_interface 2.361s 2018-08-12 21:07:40.049 63 DEBUG tempest.lib.common.rest_client [req-b9b17f24-0bfb-42f7-b216-cae491419531 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9b17f24-0bfb-42f7-b216-cae491419531'} Body: {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3", "subnet_ids": ["21c7ca0d-e80f-4022-894b-c3ac95b143e3"], "port_id": "53088817-1dbc-4ccc-a62b-dbf958f42e3a", "id": "11fad05d-d762-40ba-940e-0f86d8a11617"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:41.885 63 INFO tempest.lib.common.rest_client [req-82903b80-df1f-4968-b1dc-53189f0289d7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617 1.835s 2018-08-12 21:07:41.885 63 DEBUG tempest.lib.common.rest_client [req-82903b80-df1f-4968-b1dc-53189f0289d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/11fad05d-d762-40ba-940e-0f86d8a11617', u'date': 'Sun, 12 Aug 2018 21:07:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-82903b80-df1f-4968-b1dc-53189f0289d7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:43.228 63 INFO tempest.lib.common.rest_client [req-b81b3b46-d8ed-49ea-bf1d-b0d3b66427b9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e8167093-ab39-40e4-add7-03df06e14f2b 1.342s 2018-08-12 21:07:43.229 63 DEBUG tempest.lib.common.rest_client [req-b81b3b46-d8ed-49ea-bf1d-b0d3b66427b9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e8167093-ab39-40e4-add7-03df06e14f2b', u'date': 'Sun, 12 Aug 2018 21:07:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b81b3b46-d8ed-49ea-bf1d-b0d3b66427b9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:45.835 63 INFO tempest.lib.common.rest_client [req-252a500e-272b-406e-ad21-3b94ad0c1eff ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/remove_router_interface 2.605s 2018-08-12 21:07:45.836 63 DEBUG tempest.lib.common.rest_client [req-252a500e-272b-406e-ad21-3b94ad0c1eff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:07:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-252a500e-272b-406e-ad21-3b94ad0c1eff'} Body: {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530", "subnet_ids": ["1eef30f5-517a-4b0c-b28a-f0852ca97530"], "port_id": "93227d09-2f02-405c-bb26-2706d6b60f37", "id": "567a05f5-9620-4217-bb86-d4cd484856c3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:47.844 63 INFO tempest.lib.common.rest_client [req-2d1b5883-ef47-4bbc-b5a3-43ae21d7e912 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3 2.006s 2018-08-12 21:07:47.844 63 DEBUG tempest.lib.common.rest_client [req-2d1b5883-ef47-4bbc-b5a3-43ae21d7e912 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/567a05f5-9620-4217-bb86-d4cd484856c3', u'date': 'Sun, 12 Aug 2018 21:07:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d1b5883-ef47-4bbc-b5a3-43ae21d7e912'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:48.167 63 INFO tempest.lib.common.rest_client [req-8b0b362b-259b-4f93-ab4d-59e068855180 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.321s 2018-08-12 21:07:48.167 63 DEBUG tempest.lib.common.rest_client [req-8b0b362b-259b-4f93-ab4d-59e068855180 ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-8b0b362b-259b-4f93-ab4d-59e068855180', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b0b362b-259b-4f93-ab4d-59e068855180'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:49.037 63 INFO tempest.lib.common.rest_client [req-4ac06e00-665d-4ba6-b630-620f0202e537 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.869s 2018-08-12 21:07:49.038 63 DEBUG tempest.lib.common.rest_client [req-4ac06e00-665d-4ba6-b630-620f0202e537 ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-4ac06e00-665d-4ba6-b630-620f0202e537', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ac06e00-665d-4ba6-b630-620f0202e537'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:48Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:50.126 63 INFO tempest.lib.common.rest_client [req-88c582b3-898e-4dcf-a378-d71becd0b74a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.072s 2018-08-12 21:07:50.126 63 DEBUG tempest.lib.common.rest_client [req-88c582b3-898e-4dcf-a378-d71becd0b74a ] 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-88c582b3-898e-4dcf-a378-d71becd0b74a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:50 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88c582b3-898e-4dcf-a378-d71becd0b74a'} Body: {"itemNotFound": {"message": "Instance f1faba9f-6b99-4c6a-a96d-a43425df69c2 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:51.076 63 INFO tempest.lib.common.rest_client [req-cefe0885-cc1d-4972-9a49-d50da58e4d32 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/620fa425-593d-4ec6-bf58-69db4da62a1f 0.949s 2018-08-12 21:07:51.077 63 DEBUG tempest.lib.common.rest_client [req-cefe0885-cc1d-4972-9a49-d50da58e4d32 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/620fa425-593d-4ec6-bf58-69db4da62a1f', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cefe0885-cc1d-4972-9a49-d50da58e4d32'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:51.292 63 INFO tempest.lib.common.rest_client [req-4bffc2c9-8d99-4dfa-a183-e447b5e7381b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.214s 2018-08-12 21:07:51.293 63 DEBUG tempest.lib.common.rest_client [req-4bffc2c9-8d99-4dfa-a183-e447b5e7381b ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-4bffc2c9-8d99-4dfa-a183-e447b5e7381b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bffc2c9-8d99-4dfa-a183-e447b5e7381b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:52.528 63 INFO tempest.lib.common.rest_client [req-f8785988-d5d2-4258-a581-da3cc2a5df19 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 1.234s 2018-08-12 21:07:52.529 63 DEBUG tempest.lib.common.rest_client [req-f8785988-d5d2-4258-a581-da3cc2a5df19 ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-f8785988-d5d2-4258-a581-da3cc2a5df19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8785988-d5d2-4258-a581-da3cc2a5df19'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:51Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:53.588 63 INFO tempest.lib.common.rest_client [req-bf3b269b-39ae-4e2b-bf71-ffc20798ee32 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.043s 2018-08-12 21:07:53.589 63 DEBUG tempest.lib.common.rest_client [req-bf3b269b-39ae-4e2b-bf71-ffc20798ee32 ] 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-bf3b269b-39ae-4e2b-bf71-ffc20798ee32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:53 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bf3b269b-39ae-4e2b-bf71-ffc20798ee32'} Body: {"itemNotFound": {"message": "Instance 39f75bd4-6d80-45f9-989e-cd224befaebb could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:54.371 63 INFO tempest.lib.common.rest_client [req-239d1bd4-3650-4730-862b-bb5cb3b0f65b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/450d8896-a7c4-4e70-a394-f5f0ca38cfc9 0.781s 2018-08-12 21:07:54.372 63 DEBUG tempest.lib.common.rest_client [req-239d1bd4-3650-4730-862b-bb5cb3b0f65b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/450d8896-a7c4-4e70-a394-f5f0ca38cfc9', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-239d1bd4-3650-4730-862b-bb5cb3b0f65b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:54.532 63 INFO tempest.lib.common.rest_client [req-b3c55dda-8edf-4dc5-917d-13ac048cc312 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.160s 2018-08-12 21:07:54.533 63 DEBUG tempest.lib.common.rest_client [req-b3c55dda-8edf-4dc5-917d-13ac048cc312 ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-b3c55dda-8edf-4dc5-917d-13ac048cc312', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3c55dda-8edf-4dc5-917d-13ac048cc312'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:56.036 63 INFO tempest.lib.common.rest_client [req-216710e9-d947-453e-85bc-38ce67ebcd4a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 1.502s 2018-08-12 21:07:56.037 63 DEBUG tempest.lib.common.rest_client [req-216710e9-d947-453e-85bc-38ce67ebcd4a ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-216710e9-d947-453e-85bc-38ce67ebcd4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-216710e9-d947-453e-85bc-38ce67ebcd4a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:57.098 63 INFO tempest.lib.common.rest_client [req-12bce795-d310-4954-8818-3e4d33366534 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.046s 2018-08-12 21:07:57.098 63 DEBUG tempest.lib.common.rest_client [req-12bce795-d310-4954-8818-3e4d33366534 ] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-12bce795-d310-4954-8818-3e4d33366534', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-12bce795-d310-4954-8818-3e4d33366534'} Body: {"itemNotFound": {"message": "Instance a1edaafd-4a4b-4215-943b-cf990953c5e2 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:57.970 63 INFO tempest.lib.common.rest_client [req-63c9c1c6-90ba-482e-953e-6b02d02d739b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/799bc532-fc52-43e6-82b3-43c9e0e37811 0.871s 2018-08-12 21:07:57.971 63 DEBUG tempest.lib.common.rest_client [req-63c9c1c6-90ba-482e-953e-6b02d02d739b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/799bc532-fc52-43e6-82b3-43c9e0e37811', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63c9c1c6-90ba-482e-953e-6b02d02d739b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:58.179 63 INFO tempest.lib.common.rest_client [req-b465b462-8aab-4265-bf55-bd40c691cfa6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.207s 2018-08-12 21:07:58.179 63 DEBUG tempest.lib.common.rest_client [req-b465b462-8aab-4265-bf55-bd40c691cfa6 ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-b465b462-8aab-4265-bf55-bd40c691cfa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b465b462-8aab-4265-bf55-bd40c691cfa6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:07:58.794 63 INFO tempest.lib.common.rest_client [req-a4c31c97-59b5-4d81-896c-1665c61f31cf ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.613s 2018-08-12 21:07:58.794 63 DEBUG tempest.lib.common.rest_client [req-a4c31c97-59b5-4d81-896c-1665c61f31cf ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-a4c31c97-59b5-4d81-896c-1665c61f31cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4c31c97-59b5-4d81-896c-1665c61f31cf'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:58Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:00.480 63 INFO tempest.lib.common.rest_client [req-73e32548-5d72-4855-a497-35dce2280317 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.670s 2018-08-12 21:08:00.481 63 DEBUG tempest.lib.common.rest_client [req-73e32548-5d72-4855-a497-35dce2280317 ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-73e32548-5d72-4855-a497-35dce2280317', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73e32548-5d72-4855-a497-35dce2280317'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:58Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:01.543 63 INFO tempest.lib.common.rest_client [req-e3d74e68-5a91-460a-971f-719f5c79695a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.047s 2018-08-12 21:08:01.544 63 DEBUG tempest.lib.common.rest_client [req-e3d74e68-5a91-460a-971f-719f5c79695a ] 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-e3d74e68-5a91-460a-971f-719f5c79695a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e3d74e68-5a91-460a-971f-719f5c79695a'} Body: {"itemNotFound": {"message": "Instance d5798fcb-882a-4d60-a76a-39ec467c88f5 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:02.478 63 INFO tempest.lib.common.rest_client [req-0f279f26-c83c-46a6-bfe5-7e7c880bd1dc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/25f8bf20-904f-4d86-8ac4-fd4e8ae495c6 0.933s 2018-08-12 21:08:02.478 63 DEBUG tempest.lib.common.rest_client [req-0f279f26-c83c-46a6-bfe5-7e7c880bd1dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/25f8bf20-904f-4d86-8ac4-fd4e8ae495c6', u'date': 'Sun, 12 Aug 2018 21:08:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0f279f26-c83c-46a6-bfe5-7e7c880bd1dc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:02.515 63 INFO tempest.lib.common.rest_client [req-28a5da24-3bff-475e-b33b-d09ba604489f ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1193491207 0.035s 2018-08-12 21:08:02.515 63 DEBUG tempest.lib.common.rest_client [req-28a5da24-3bff-475e-b33b-d09ba604489f ] 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-1193491207', u'x-compute-request-id': 'req-28a5da24-3bff-475e-b33b-d09ba604489f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28a5da24-3bff-475e-b33b-d09ba604489f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:04.966 63 INFO tempest.lib.common.rest_client [req-0d1eb837-5c06-496f-a1bb-81b3abd38e7f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/21c7ca0d-e80f-4022-894b-c3ac95b143e3 2.449s 2018-08-12 21:08:04.966 63 DEBUG tempest.lib.common.rest_client [req-0d1eb837-5c06-496f-a1bb-81b3abd38e7f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/21c7ca0d-e80f-4022-894b-c3ac95b143e3', u'date': 'Sun, 12 Aug 2018 21:08:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d1eb837-5c06-496f-a1bb-81b3abd38e7f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:07.058 63 INFO tempest.lib.common.rest_client [req-db07a1bd-4d4a-48eb-ba60-b21defd38ebf ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/73d3a1eb-cf42-40b7-964f-69cc14e08079 2.090s 2018-08-12 21:08:07.058 63 DEBUG tempest.lib.common.rest_client [req-db07a1bd-4d4a-48eb-ba60-b21defd38ebf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/73d3a1eb-cf42-40b7-964f-69cc14e08079', u'date': 'Sun, 12 Aug 2018 21:08:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db07a1bd-4d4a-48eb-ba60-b21defd38ebf'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:09.556 63 INFO tempest.lib.common.rest_client [req-9c2dfc63-bd63-429a-9b32-2d6efc443e54 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/1eef30f5-517a-4b0c-b28a-f0852ca97530 2.497s 2018-08-12 21:08:09.557 63 DEBUG tempest.lib.common.rest_client [req-9c2dfc63-bd63-429a-9b32-2d6efc443e54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1eef30f5-517a-4b0c-b28a-f0852ca97530', u'date': 'Sun, 12 Aug 2018 21:08:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9c2dfc63-bd63-429a-9b32-2d6efc443e54'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:11.000 63 INFO tempest.lib.common.rest_client [req-b2166299-cef8-4f33-98de-bd3aa1594461 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3a722d3b-3352-4be7-8c2a-dcda039303ef 1.442s 2018-08-12 21:08:11.001 63 DEBUG tempest.lib.common.rest_client [req-b2166299-cef8-4f33-98de-bd3aa1594461 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3a722d3b-3352-4be7-8c2a-dcda039303ef', u'date': 'Sun, 12 Aug 2018 21:08:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b2166299-cef8-4f33-98de-bd3aa1594461'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:11.533 63 INFO tempest.lib.common.rest_client [req-5f3453e9-fcea-4e93-88ab-e75ed35da61a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/3cd73e9a-46f4-4cb1-902b-042b4a503982 0.531s 2018-08-12 21:08:11.534 63 DEBUG tempest.lib.common.rest_client [req-5f3453e9-fcea-4e93-88ab-e75ed35da61a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3cd73e9a-46f4-4cb1-902b-042b4a503982', u'date': 'Sun, 12 Aug 2018 21:08:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f3453e9-fcea-4e93-88ab-e75ed35da61a'} 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 [458.944608s] ... 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.204 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-12 21:00:32,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.247s 2018-08-12 21:00:32,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-2134322333 description", "name": "tempest-secgroup-smoke-2134322333"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4896ca1c-83e4-4b57-ad7f-f0651e49c5e8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2134322333 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:32Z", "updated_at": "2018-08-12T21:00:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:00:32Z", "revision_number": 0, "id": "86993ec5-58dd-47a1-96de-e7ff690eb056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:00:32Z", "revision_number": 0, "id": "9f5e6b91-6300-4870-a5c5-64dd4827af35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "name": "tempest-secgroup-smoke-2134322333"}} 2018-08-12 21:00:33,114 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-12 21:00:33,115 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195431ee-1596-4d49-bcbc-7dad0c403291'} 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-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d1c05fb6-e56c-4cac-b5de-38fe047f403e"}} 2018-08-12 21:00:33,359 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-12 21:00:33,360 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2573ff22-f111-4484-811b-21b23b63dbe7'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d8e96e8c-6cb7-409c-8d55-657cfb9aca4d"}} 2018-08-12 21:00:33,815 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 21:00:33,815 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a375a849-eeb2-41f2-8e4f-47ade3f08b02'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7509f07d-757f-4ff7-a841-db80d1e2edc1"}} 2018-08-12 21:00:34,025 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-12 21:00:34,025 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e5138f6-b9e8-4caf-9ab1-08db610957aa'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8d1f847b-ac56-4673-a2e5-49fb7c7d5a0a"}} 2018-08-12 21:00:34,210 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-12 21:00:34,211 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de318647-10b0-48e8-8c4d-3b02b46b944d'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6a8545f7-4f71-46d5-8c6d-1ed6e58d6234"}} 2018-08-12 21:00:34,438 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-12 21:00:34,438 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91ca3d99-aae6-4c9d-a991-b3d6d33b3d22'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1083f537-4d2d-4963-971d-e0b296f0732a"}} 2018-08-12 21:00:34,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 21:00:34,672 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab18c77f-3382-409b-8b7a-37ce37aa31c8'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e370f995-babf-46a6-bba4-d1b149ce4f54"}} 2018-08-12 21:00:34,858 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.185s 2018-08-12 21:00:34,858 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4f3a70e-11ac-4f32-a44c-60938f47480d'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bfa542d1-8378-4d37-9d9e-e7b02a452e53"}} 2018-08-12 21:00:35,130 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.270s 2018-08-12 21:00:35,131 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-610690664"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:00:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e35b65bb-95af-4094-80b0-069a081e8459'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:00:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","name":"tempest-A-610690664"}} 2018-08-12 21:00:35,849 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.717s 2018-08-12 21:00:35,849 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "name": "tempest-subnet-A-1-962488933"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:00:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33d58cde-f482-4a6e-aceb-dbaf69e2ee65'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:35Z","dns_nameservers":[],"updated_at":"2018-08-12T21:00:35Z","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":"01ace95cf526467b9409c6248a7c6876","id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","subnetpool_id":null,"name":"tempest-subnet-A-1-962488933"}} 2018-08-12 21:00:36,088 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.237s 2018-08-12 21:00:36,088 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1087977002"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:00:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac28c584-1681-41c2-885f-7fb1c8c0184d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:00:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","name":"tempest-B-1087977002"}} 2018-08-12 21:00:36,967 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.878s 2018-08-12 21:00:36,968 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "name": "tempest-subnet-B-1-386549589"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:00:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-462b1d39-d9cd-4082-af3e-380f53e02be0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:36Z","dns_nameservers":[],"updated_at":"2018-08-12T21:00:36Z","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":"01ace95cf526467b9409c6248a7c6876","id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","subnetpool_id":null,"name":"tempest-subnet-B-1-386549589"}} 2018-08-12 21:00:37,770 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.801s 2018-08-12 21:00:37,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:00:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25441ef5-0ae9-4de2-b42c-4f4434754ffc'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "aae4aef0-8268-496f-a667-30414597525a"}} 2018-08-12 21:00:38,061 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.289s 2018-08-12 21:00:38,062 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1193491207"}} 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-d13b1ae8-893f-48a4-9812-cc8e90b75baa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d13b1ae8-893f-48a4-9812-cc8e90b75baa'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGerF1rI6VbOMEYO5V/20mt+2jhHEeAQeAq5rpszeH8+4gkDKGeefX3185OTCTKYOaAnc1M9+xksz5fomcDuLrAq0JAOW7x4UAb2lkCbENWechcTmcd1fxGnw2GUjJM2MJhPcGewf6Ilk9wf3c1WveH1pzMD5isRutfHNXblDszelApEJ2WsDeqP5FfAn9LiE0zVi6gd8x6mTG+pLp/cVS5YDKGiwntK+B2Qrz4NqepUKJxm91mmIs/JROicaFlGariX6PHZmwyQjgdQszaUUAnpp/AUq1D9vjyrM4YfORzAAjkPsxowm0FS47VkvkzWqD1QdtCQR5/FmNvEwQQtzN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxnqxdayOlWzjBGDuVf9tJrfto4RxHgEHgKua6bM3h/PuIJAy\nhnnn199fOTkwkymDmgJ3NTPfsZLM+X6JnA7i6wKtCQDlu8eFAG9pZAmxDVnnIXE5\nnHdX8Rp8NhlIyTNjCYT3BnsH+iJZPcH93NVr3h9aczA+YrEbrXxzV25Q7M3pQKRC\ndlrA3qj+RXwJ/S4hNM1YuoHfMepkxvqS6f3FUuWAyhosJ7SvgdkK8+DanqVCicZv\ndZpiLPyUTonGhZRmq4l+jx2ZsMkI4HULM2lFAJ6afwFKtQ/b48qzOGHzkcwAI5D7\nMaMJtBUuO1ZL5M1qg9UHbQkEefxZjbxMEELczQIDAQABAoIBAQC/WBdvF50aJzAw\nz3XWCHplIlqCErOutlVSUZ32AWXetmZylDFxfWLqtZiqpRzUMuiBeDEOZGUaXykm\nujvV7HANGrZQgMH5px7szXuwCrva4Do3/l0JH/DzKpJm4TdPaS/oRHyVjdSh661X\nIYco98OXD2j2taLfKFlDhj/4IQz5TNK5FBL7Db9QGAGp7xVYg3XTH9AiZX5ZxVKB\nhAdrWWZI4nrFxjKzXXD/YkAQErl/5N/Bf3c9KqevfWk61nxZojMzVQLW+S6Vw8nl\n2ckTUQClBr5L5kVVApUnt9G0WCpMPTFOAhpm9ZWoweWGjfA0lql0R/omdPrcEgwJ\ncVNFCbTBAoGBAOsUyQhI23QmlSK2J0n5J+9TrEkGS0zbPj9+fL7x0DnRXaC1UcG7\nwdGR2A9NSkGa45CSbPgCR1mA91uwPKVLlPKGpNsrz3ZRPQdoHJFf++zG7e2DkBw6\nJ9frrFtunf8SCAtEbC4ORN/9VFhnAQFqF3XpNUuQmO8y9KmJoOqtOaoRAoGBANgk\nGyH/85YZRabervvQh666CtssxwqZuUrzKEkcaQkj/JP/oNbgEv0Rj22WZNWpB7Vi\nbDxgQLIfs0oxvLV6r/9gLtjhaTCr71egRhndkIXgn/Ta+fR02mq07DhFrf/iFe94\nP9iD99KldSyFYH3A3XPnwNTnYJZp7tyHFvT7byr9AoGAH7LEzMYuOUI+l9iiAZqE\nJQROVeZwXuOtSBiBL6ohnro5esMYTBxKLT0SOjX8zk3ZY5Qq92IvRsVaFVX1R4Ci\ni/VV42vL5LNdnFMQjxW3PZ0xVfaIhxXca4QO0KFg0pUW2pYWVDt+VAmvxt/UxeEN\nWsvgcNkFljNzxCyXsy06elECgYEAgMzTVml+ML4SoaQlxm23zUmUWpPOcOS2ZJGO\nOjMx7H6Db3Zv1FxnNGOYgweSQzidHVvvf/Mj2oHFh7sn50WbR6V7hUaeNqDe2erq\nm1NLYlw/NdygAyr3VYtHESmEzO1fgPq5oT7TGbX7o3I/0/Bwhzdd1AGlrzylWMkv\nxwFmd8kCgYEAycVJIrus6YcofHkO0dpORMTSBnO3IB2ZL0Nm4JxfDIcWFW/nlOOW\n7SlNAm1t4zB1Or7aIxN7McQKHadyNpVix3mWvtIPyZySVsUT6HzHX7NOy+UFShwW\n81hUPinYy5ctnKkh569A9DEo7NrWAgvomvHzfuH9jOF1gWv0xhqrPy4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1193491207", "fingerprint": "c7:9b:16:c9:18:84:90:16:4a:23:c4:d4:c3:6b:c4:b2"}} 2018-08-12 21:00:39,160 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.095s 2018-08-12 21:00:39,161 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-522185045", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:00:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18ec7dc3-17be-4c9e-92e2-728bd53bc8a7'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:00:38Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:00:38Z","name":"tempest-port-smoke-522185045","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:38:1d:84","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","ip_address":"10.101.11.10"}],"id":"25f8bf20-904f-4d86-8ac4-fd4e8ae495c6","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} 2018-08-12 21:00:42,720 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.558s 2018-08-12 21:00:42,721 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-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "port": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0decb710-80d1-4813-9c41-3e536a6c79f0', 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0decb710-80d1-4813-9c41-3e536a6c79f0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "adminPass": "LEsYqH64zaF6"}} 2018-08-12 21:00:43,054 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.329s 2018-08-12 21:00:43,055 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-63e01a80-73bc-460f-951c-0c011df34a41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63e01a80-73bc-460f-951c-0c011df34a41'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:44,381 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.309s 2018-08-12 21:00:44,381 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-6f00bb4c-c7c9-4e5d-9d2b-0d510390a192', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f00bb4c-c7c9-4e5d-9d2b-0d510390a192'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:46,019 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.623s 2018-08-12 21:00:46,020 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-fb8216d3-06ed-4a8d-b727-7254bf16c43e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb8216d3-06ed-4a8d-b727-7254bf16c43e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:46,033 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:00:48,145 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 1.110s 2018-08-12 21:00:48,146 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-1a4fad15-acf8-4e1b-a3a0-83ee685bc456', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a4fad15-acf8-4e1b-a3a0-83ee685bc456'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:49,607 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.445s 2018-08-12 21:00:49,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-d3fc12c0-e46a-4faf-bcf4-1e91725d5193', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3fc12c0-e46a-4faf-bcf4-1e91725d5193'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:51,296 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.674s 2018-08-12 21:00:51,297 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-88c31d30-3777-4561-99af-c97738df1ac6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88c31d30-3777-4561-99af-c97738df1ac6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:49Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:51,311 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:00:51,971 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.659s 2018-08-12 21:00:51,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-29521756-5952-4276-bc2a-854abb36f591', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29521756-5952-4276-bc2a-854abb36f591'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:49Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:51,984 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d5798fcb-882a-4d60-a76a-39ec467c88f5 with status: ACTIVE 2018-08-12 21:00:52,857 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.872s 2018-08-12 21:00:52,858 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1814741709", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:00:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de0246c9-5414-4581-99bc-eeb735a7387d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:00:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:00:52Z","name":"tempest-port-smoke-1814741709","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:70:33:7a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","ip_address":"10.102.21.20"}],"id":"799bc532-fc52-43e6-82b3-43c9e0e37811","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} 2018-08-12 21:00:54,913 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.053s 2018-08-12 21:00:54,914 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-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "port": "799bc532-fc52-43e6-82b3-43c9e0e37811"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-6b2384d2-9485-4a86-9c0b-9c8fd1d6a042', 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b2384d2-9485-4a86-9c0b-9c8fd1d6a042'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "adminPass": "GLZn9Bi2EoNa"}} 2018-08-12 21:00:55,217 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.299s 2018-08-12 21:00:55,218 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-f16a4ad3-04f1-4655-afc4-419623fd5f28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f16a4ad3-04f1-4655-afc4-419623fd5f28'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:56,608 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:5000/v3/auth/tokens 2018-08-12 21:00:56,609 63 DEBUG [tempest.lib.common.rest_client] 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': 'Sun, 12 Aug 2018 21:00:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7660aace-f023-4358-bb96-1df3fba6f504'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T22:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-TestBGPVPNBasic-119608522"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.2 2018-08-12 21:00:57,511 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.900s 2018-08-12 21:00:57,512 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1258', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-0da29f85-9544-4c6a-a9f0-d60d19e91c5e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0da29f85-9544-4c6a-a9f0-d60d19e91c5e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:57,527 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 21:00:59,064 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.535s 2018-08-12 21:00:59,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': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-c5190c68-a22f-433f-94a6-1dc34ccd9466', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5190c68-a22f-433f-94a6-1dc34ccd9466'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:59,080 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-12 21:01:01,240 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 1.158s 2018-08-12 21:01:01,241 63 DEBUG [tempest.lib.common.rest_client] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-a7edbaec-dea9-47cd-928e-3a66ee326c7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7edbaec-dea9-47cd-928e-3a66ee326c7c'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:01,254 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-12 21:01:02,962 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.705s 2018-08-12 21:01:02,962 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-92f570f2-f6e4-4e67-9454-7c501ab5e6c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92f570f2-f6e4-4e67-9454-7c501ab5e6c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:02,979 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2018-08-12 21:01:04,854 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.874s 2018-08-12 21:01:04,855 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-a318d767-c943-407e-8866-9671ae90d83b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a318d767-c943-407e-8866-9671ae90d83b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:06,465 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.586s 2018-08-12 21:01:06,466 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-64f44779-20e1-4479-9aad-a239eab5cfa1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64f44779-20e1-4479-9aad-a239eab5cfa1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:06,481 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 21:01:07,259 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.776s 2018-08-12 21:01:07,259 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-2e5c5405-70fe-45be-a511-098f238bf67a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e5c5405-70fe-45be-a511-098f238bf67a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:07,271 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a1edaafd-4a4b-4215-943b-cf990953c5e2 with status: ACTIVE 2018-08-12 21:01:08,807 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.535s 2018-08-12 21:01:08,808 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-792074186", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:01:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8791a823-870e-428a-9897-38c52fc242d4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:01:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:01:08Z","name":"tempest-port-smoke-792074186","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:8b:0f:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","ip_address":"10.101.11.30"}],"id":"450d8896-a7c4-4e70-a394-f5f0ca38cfc9","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} 2018-08-12 21:01:11,813 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.004s 2018-08-12 21:01:11,814 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-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "port": "450d8896-a7c4-4e70-a394-f5f0ca38cfc9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0883e397-d662-4301-8e26-09db918cb2d5', 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0883e397-d662-4301-8e26-09db918cb2d5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "adminPass": "pMEqfP6E6Fgz"}} 2018-08-12 21:01:12,408 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.590s 2018-08-12 21:01:12,409 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-5d192c38-6a18-491a-990a-8b28cf9d7639', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d192c38-6a18-491a-990a-8b28cf9d7639'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:13,995 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.572s 2018-08-12 21:01:13,996 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-76e9c023-a686-4f0b-9b26-0924e81172bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76e9c023-a686-4f0b-9b26-0924e81172bf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:15,613 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.601s 2018-08-12 21:01:15,614 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-e20c6eb3-533f-4735-a53f-151aa4cd7459', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e20c6eb3-533f-4735-a53f-151aa4cd7459'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:15,626 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:01:17,238 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.609s 2018-08-12 21:01:17,238 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-c5848805-98cf-4e22-a8fb-8bdd8153d3dd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5848805-98cf-4e22-a8fb-8bdd8153d3dd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:19,212 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.958s 2018-08-12 21:01:19,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-73d2e360-9ad3-447c-bd08-b49c26063efa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73d2e360-9ad3-447c-bd08-b49c26063efa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:20,925 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.697s 2018-08-12 21:01:20,926 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-560a433c-abfc-4841-9c4b-5d6107d6993e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-560a433c-abfc-4841-9c4b-5d6107d6993e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:20,939 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:01:21,814 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.873s 2018-08-12 21:01:21,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-59a17866-0067-4ff7-8fd4-fc8cd07ac93c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59a17866-0067-4ff7-8fd4-fc8cd07ac93c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:21,828 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 39f75bd4-6d80-45f9-989e-cd224befaebb with status: ACTIVE 2018-08-12 21:01:22,657 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.828s 2018-08-12 21:01:22,658 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-69142402", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:01:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca431cf2-5d1c-4521-8f74-3677ee029bbe'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:01:22Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:01:22Z","name":"tempest-port-smoke-69142402","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:79:2e:d7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","ip_address":"10.102.21.40"}],"id":"620fa425-593d-4ec6-bf58-69db4da62a1f","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} 2018-08-12 21:01:25,163 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.504s 2018-08-12 21:01:25,163 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-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "port": "620fa425-593d-4ec6-bf58-69db4da62a1f"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-ccf0891d-ba80-4bd1-b3dd-d0628d40cebc', 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccf0891d-ba80-4bd1-b3dd-d0628d40cebc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "adminPass": "e2nTjuAYTX4h"}} 2018-08-12 21:01:25,228 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.060s 2018-08-12 21:01:25,229 63 DEBUG [tempest.lib.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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-65445917-df34-4517-8eb0-a50a755c8b87', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65445917-df34-4517-8eb0-a50a755c8b87'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:26,304 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.060s 2018-08-12 21:01:26,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-e48fee30-c90e-494d-833e-b9bedca23d51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e48fee30-c90e-494d-833e-b9bedca23d51'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:27,934 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.612s 2018-08-12 21:01: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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-7526dfe0-173b-4adb-8873-4d8ea34519b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7526dfe0-173b-4adb-8873-4d8ea34519b3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:27,947 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 21:01:29,673 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.724s 2018-08-12 21:01:29,674 63 DEBUG [tempest.lib.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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-3318596e-ba46-4d25-a078-5aa9462a219e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3318596e-ba46-4d25-a078-5aa9462a219e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:29,687 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:01:31,311 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.621s 2018-08-12 21:01:31,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-ca6a8552-df45-4433-9af2-a896c68b3d00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca6a8552-df45-4433-9af2-a896c68b3d00'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:33,033 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.707s 2018-08-12 21:01:33,034 63 DEBUG [tempest.lib.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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-d9ea2ce6-1ba5-481d-82d3-5dd81b0450a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9ea2ce6-1ba5-481d-82d3-5dd81b0450a2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:33,048 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:01:33,739 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.690s 2018-08-12 21:01:33,740 63 DEBUG [tempest.lib.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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-9b438471-e266-492c-8a47-fe6ccd37ba97', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b438471-e266-492c-8a47-fe6ccd37ba97'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:33,753 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f1faba9f-6b99-4c6a-a96d-a43425df69c2 with status: ACTIVE 2018-08-12 21:01:34,215 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.461s 2018-08-12 21:01:34,216 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--2113218034", "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': 'Sun, 12 Aug 2018 21:01:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3d4c8755-3569-4920-a905-7268ff1d1375'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:34Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:34Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "567a05f5-9620-4217-bb86-d4cd484856c3", "name": "tempest-router--2113218034"}} 2018-08-12 21:01:35,701 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/567a05f5-9620-4217-bb86-d4cd484856c3 1.483s 2018-08-12 21:01:35,701 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3', u'date': 'Sun, 12 Aug 2018 21:01:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50682a5b-711e-44a5-afd0-379823e6c803'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:34Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:35Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "567a05f5-9620-4217-bb86-d4cd484856c3", "name": "tempest-router--2113218034"}} 2018-08-12 21:01:38,017 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/567a05f5-9620-4217-bb86-d4cd484856c3/add_router_interface 2.314s 2018-08-12 21:01:38,017 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a7504e68-902d-4939-8f1f-80a97abe4119'} Body: {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530", "subnet_ids": ["1eef30f5-517a-4b0c-b28a-f0852ca97530"], "port_id": "93227d09-2f02-405c-bb26-2706d6b60f37", "id": "567a05f5-9620-4217-bb86-d4cd484856c3"} 2018-08-12 21:01:40,080 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.061s 2018-08-12 21:01:40,080 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:01:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6c73255-7276-4eab-b652-e965adccc415'} Body: {"floatingip": {"router_id": "567a05f5-9620-4217-bb86-d4cd484856c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:01:38Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6", "id": "e8167093-ab39-40e4-add7-03df06e14f2b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:01:40,252 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.171s 2018-08-12 21:01:40,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--692847641", "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': 'Sun, 12 Aug 2018 21:01:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50eba2b4-ea33-45b4-9666-02823e295f79'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:40Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:40Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "11fad05d-d762-40ba-940e-0f86d8a11617", "name": "tempest-router--692847641"}} 2018-08-12 21:01:41,627 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/11fad05d-d762-40ba-940e-0f86d8a11617 1.373s 2018-08-12 21:01:41,627 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617', u'date': 'Sun, 12 Aug 2018 21:01:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3156937-6d6b-4289-acc1-530bc0cde7dd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:40Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:41Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "11fad05d-d762-40ba-940e-0f86d8a11617", "name": "tempest-router--692847641"}} 2018-08-12 21:01:43,569 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/11fad05d-d762-40ba-940e-0f86d8a11617/add_router_interface 1.941s 2018-08-12 21:01:43,570 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:01:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26facea8-a171-41ef-a1ab-09a0c87ff671'} Body: {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3", "subnet_ids": ["21c7ca0d-e80f-4022-894b-c3ac95b143e3"], "port_id": "53088817-1dbc-4ccc-a62b-dbf958f42e3a", "id": "11fad05d-d762-40ba-940e-0f86d8a11617"} 2018-08-12 21:01:45,456 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.886s 2018-08-12 21:01:45,457 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "620fa425-593d-4ec6-bf58-69db4da62a1f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:01:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56be10f5-1f54-4db1-bd80-afcb899ce0cc'} Body: {"floatingip": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:01:44Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "620fa425-593d-4ec6-bf58-69db4da62a1f", "id": "1cec7e97-e87f-45bd-844c-cbbd1a7c4800", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:01:46,042 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/aae4aef0-8268-496f-a667-30414597525a/network_associations 0.584s 2018-08-12 21:01:46,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a/network_associations', u'date': 'Sun, 12 Aug 2018 21:01:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e91dc6e-c79e-4f6b-b163-e60fca236f8b'} Body: {"network_association": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "id": "7f81578d-5b70-4633-9e2b-015a1a09f562"}} 2018-08-12 21:01:46,044 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:04,071 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:04,134 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:04,135 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:04,250 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-12 21:02:04,251 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:04,253 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:04,313 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:04,318 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:09,325 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.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-12 21:02:09,325 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-12 21:02:09,326 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075442 seconds 2018-08-12 21:02:09,326 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:09,329 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:09,391 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:09,393 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:09,508 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-12 21:02:09,508 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:09,510 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:09,569 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:09,574 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:13,581 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.073374 seconds 2018-08-12 21:02:14,262 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/aae4aef0-8268-496f-a667-30414597525a/router_associations 0.680s 2018-08-12 21:02:14,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a/router_associations', u'date': 'Sun, 12 Aug 2018 21:02:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-05d7a5a2-661d-4a4f-a3bc-bc6f26e343c7'} Body: {"router_association": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617", "id": "f5557ab3-96fb-468a-b0a2-54a28be0c30b"}} 2018-08-12 21:02:14,264 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:14,266 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:14,327 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:14,331 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:14,445 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-12 21:02:14,446 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:14,448 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:14,509 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:14,512 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:19,519 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.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-12 21:02:19,520 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-12 21:02:19,520 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074962 seconds 2018-08-12 21:02:19,521 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:03:19,576 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-12 21:04:22,127 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 2. Retry after 3 seconds. 2018-08-12 21:05:25,639 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 3. Retry after 4 seconds. 2018-08-12 21:06:30,148 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 4. Retry after 5 seconds. 2018-08-12 21:07:35,679 63 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 after 4 attempts 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh return function() 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh 2018-08-12 21:07:35,682 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.204 failed. Error: Connection to the 172.30.9.204 via SSH timed out. User: cirros, Password: None 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.204 via SSH timed out. 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-12 21:07:35,996 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.312s 2018-08-12 21:07:35,996 63 DEBUG [tempest.lib.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-74fe52fb-294c-4f46-b5e7-9cbb18918a62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74fe52fb-294c-4f46-b5e7-9cbb18918a62'} Body: {"servers": [{"id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "name": "server-4"}, {"id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "name": "server-3"}, {"id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "name": "server-2"}, {"id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-12 21:07:36,109 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2/action 0.107s 2018-08-12 21:07:36,109 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': '32892', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2/action', u'x-compute-request-id': 'req-1f0454c3-623e-405e-b29d-d0843530cf7e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f0454c3-623e-405e-b29d-d0843530cf7e'} 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 510389870 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-12 21:07:36,112 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for f1faba9f-6b99-4c6a-a96d-a43425df69c2 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 510389870 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.139882] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141560] pid_max: default: 32768 minimum: 301 [ 0.142464] ACPI: Core revision 20150930 [ 0.143851] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145179] Security Framework initialized [ 0.146004] Yama: becoming mindful. [ 0.146738] AppArmor: AppArmor initialized [ 0.147617] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148968] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150264] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151493] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152931] Initializing cgroup subsys io [ 0.153750] Initializing cgroup subsys memory [ 0.154624] Initializing cgroup subsys devices [ 0.155515] Initializing cgroup subsys freezer [ 0.156398] Initializing cgroup subsys net_cls [ 0.157274] Initializing cgroup subsys perf_event [ 0.158195] Initializing cgroup subsys net_prio [ 0.159097] Initializing cgroup subsys hugetlb [ 0.159970] Initializing cgroup subsys pids [ 0.160844] CPU: Physical Processor ID: 0 [ 0.162350] mce: CPU supports 10 MCE banks [ 0.163216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178664] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184852] ftrace: allocating 31920 entries in 125 pages [ 0.210175] smpboot: Max logical packages: 1 [ 0.211059] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212416] x2apic enabled [ 0.213225] Switched APIC routing to physical x2apic. [ 0.214953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216081] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218112] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219916] KVM setup paravirtual spinlock [ 0.221233] x86: Booted up 1 node, 1 CPUs [ 0.222052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223455] devtmpfs: initialized [ 0.225182] evm: security.selinux [ 0.225887] evm: security.SMACK64 [ 0.226596] evm: security.SMACK64EXEC [ 0.227352] evm: security.SMACK64TRANSMUTE [ 0.228173] evm: security.SMACK64MMAP [ 0.228925] evm: security.ima [ 0.229568] evm: security.capability [ 0.230383] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232260] pinctrl core: initialized pinctrl subsystem [ 0.233390] RTC time: 21:01:31, date: 08/12/18 [ 0.234368] NET: Registered protocol family 16 [ 0.235363] cpuidle: using governor ladder [ 0.236194] cpuidle: using governor menu [ 0.236984] PCCT header not found. [ 0.237759] ACPI: bus type PCI registered [ 0.238576] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239830] PCI: Using configuration type 1 for base access [ 0.241616] ACPI: Added _OSI(Module Device) [ 0.242473] ACPI: Added _OSI(Processor Device) [ 0.243351] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244259] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246006] ACPI: Interpreter enabled [ 0.246780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248629] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254136] ACPI: (supports S0 S5) [ 0.254832] ACPI: Using IOAPIC for interrupt routing [ 0.255772] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259996] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261223] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262401] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264603] acpiphp: Slot [3] registered [ 0.265402] acpiphp: Slot [4] registered [ 0.266197] acpiphp: Slot [5] registered [ 0.266987] acpiphp: Slot [6] registered [ 0.267774] acpiphp: Slot [7] registered [ 0.268580] acpiphp: Slot [8] registered [ 0.269377] acpiphp: Slot [9] registered [ 0.270187] acpiphp: Slot [10] registered [ 0.270987] acpiphp: Slot [11] registered [ 0.271793] acpiphp: Slot [12] registered [ 0.272606] acpiphp: Slot [13] registered [ 0.273429] acpiphp: Slot [14] registered [ 0.274256] acpiphp: Slot [15] registered [ 0.285072] acpiphp: Slot [16] registered [ 0.285914] acpiphp: Slot [17] registered [ 0.286723] acpiphp: Slot [18] registered [ 0.287540] acpiphp: Slot [19] registered [ 0.288343] acpiphp: Slot [20] registered [ 0.289150] acpiphp: Slot [21] registered [ 0.289954] acpiphp: Slot [22] registered [ 0.290754] acpiphp: Slot [23] registered [ 0.291565] acpiphp: Slot [24] registered [ 0.292372] acpiphp: Slot [25] registered [ 0.293182] acpiphp: Slot [26] registered [ 0.293986] acpiphp: Slot [27] registered [ 0.294786] acpiphp: Slot [28] registered [ 0.295588] acpiphp: Slot [29] registered [ 0.296418] acpiphp: Slot [30] registered [ 0.297241] acpiphp: Slot [31] registered [ 0.298045] PCI host bridge to bus 0000:00 [ 0.298845] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302696] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304136] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305597] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308884] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310156] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311339] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316081] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317499] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340562] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.341940] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343211] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344501] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.345548] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347080] vgaarb: loaded [ 0.347670] vgaarb: bridge control possible 0000:00:02.0 [ 0.348886] SCSI subsystem initialized [ 0.349791] ACPI: bus type USB registered [ 0.350629] usbcore: registered new interface driver usbfs [ 0.351649] usbcore: registered new interface driver hub [ 0.352645] usbcore: registered new device driver usb [ 0.353737] PCI: Using ACPI for IRQ routing [ 0.354845] NetLabel: Initializing [ 0.355563] NetLabel: domain hash size = 128 [ 0.356404] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.357352] NetLabel: unlabeled traffic allowed by default [ 0.358504] clocksource: Switched to clocksource kvm-clock [ 0.366630] AppArmor: AppArmor Filesystem Enabled [ 0.367595] pnp: PnP ACPI init [ 0.368529] pnp: PnP ACPI: found 5 devices [ 0.374820] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.376524] NET: Registered protocol family 2 [ 0.377566] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.378856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.380072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.381257] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.382334] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.383517] NET: Registered protocol family 1 [ 0.384397] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.385488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.386562] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.400584] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.414708] Trying to unpack rootfs image as initramfs... [ 0.472037] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.473657] Scanning for low memory corruption every 60 seconds [ 0.475019] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.476173] audit: initializing netlink subsys (disabled) [ 0.477192] audit: type=2000 audit(1534107691.913:1): initialized [ 0.478558] Initialise system trusted keyring [ 0.479496] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.480656] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.482787] zbud: loaded [ 0.483520] VFS: Disk quotas dquot_6.6.0 [ 0.484340] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.485926] fuse init (API version 7.23) [ 0.486832] Key type big_key registered [ 0.487639] Allocating IMA MOK and blacklist keyrings. [ 0.488867] Key type asymmetric registered [ 0.489692] Asymmetric key parser 'x509' registered [ 0.490661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.492127] io scheduler noop registered [ 0.492917] io scheduler deadline registered (default) [ 0.493907] io scheduler cfq registered [ 0.494752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.495791] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.497049] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.498485] ACPI: Power Button [PWRF] [ 0.499347] GHES: HEST is not enabled! [ 0.513003] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541201] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543312] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569677] Linux agpgart interface v0.103 [ 0.572270] brd: module loaded [ 0.573921] loop: module loaded [ 0.577990] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.579444] GPT:90111 != 2097151 [ 0.580123] GPT:Alternate GPT header not at the end of the disk. [ 0.581217] GPT:90111 != 2097151 [ 0.581886] GPT: Use GNU Parted to correct GPT errors. [ 0.582885] vda: vda1 vda15 [ 0.584122] scsi host0: ata_piix [ 0.584909] scsi host1: ata_piix [ 0.585634] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.586866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.588360] libphy: Fixed MDIO Bus: probed [ 0.589193] tun: Universal TUN/TAP device driver, 1.6 [ 0.590151] tun: (C) 1999-2004 Max Krasnyansky [ 0.592488] PPP generic driver version 2.4.2 [ 0.593413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596587] ehci-pci: EHCI PCI platform driver [ 0.597566] ehci-platform: EHCI generic platform driver [ 0.598599] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.599751] ohci-pci: OHCI PCI platform driver [ 0.600639] ohci-platform: OHCI generic platform driver [ 0.601644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.616036] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.617058] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.618543] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620764] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622017] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623452] usb usb1: Product: UHCI Host Controller [ 0.624401] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.625558] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626620] hub 1-0:1.0: USB hub found [ 0.627420] hub 1-0:1.0: 2 ports detected [ 0.628398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630606] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631589] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632663] mousedev: PS/2 mouse device common for all mice [ 0.633968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.635971] rtc_cmos 00:00: RTC can wake from S4 [ 0.637119] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.639554] i2c /dev entries driver [ 0.640360] device-mapper: uevent: version 1.0.3 [ 0.641359] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.643041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.644576] NET: Registered protocol family 10 [ 0.645771] NET: Registered protocol family 17 [ 0.646704] Key type dns_resolver registered [ 0.647745] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.648865] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.650714] registered taskstats version 1 [ 0.651571] Loading compiled-in X.509 certificates [ 0.653076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.654992] zswap: loaded using pool lzo/zbud [ 0.656677] Key type trusted registered [ 0.658449] Key type encrypted registered [ 0.659304] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660356] ima: No TPM chip found, activating TPM-bypass! [ 0.661413] evm: HMAC attrs: 0x1 [ 0.662396] Magic number: 14:104:45 [ 0.663274] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:31 UTC (1534107691) [ 0.664927] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.666051] EDD information not available. [ 0.747854] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.759579] Write protecting the kernel read-only data: 14336k [ 0.761718] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.763585] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.808774] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 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.81. iid=i-0000013d failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.10s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCevsX0ixAdpUEmONS/iXq/KjdwORqVZjab+jc/YPr6jSVZfRiIvi6qUM+KCFmOmNXUbyWbFU5JkHlGJdqSEqsPioKfZBisNpNYoOBT+iQsTB3iSbEZs6ZSQfs4uFjApKyjl84QOozOa7BVeTTBNWtXjh7u/MBMyhE5XVz2bKDvuDSqYXuzNVG8Jgr9phsDv2C6Dn2K21PI19H13Zc/Ui0J9vrCjiBGI/EDYBkT23eP773F0nCVIT11f0y/h5n0jXA7g231mxSGXtukaqFd9OU3fLuBEd5l0147Mb+lmxjIN/kTH35LW5Z4egXsD2JZiZa5Vu3h/xbTmVGXgZlQgR5H root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAOLyWpAfDS5IWvNXC1wHy4LEYJ3A11COQl3IuSwn7V2kg0LX52rzJZD94MlHfchKpK7UPSgZd226AJUJXu+LiEeDmzlcxqOOLzAwNJvlf3qJUyCQeC19/NDha7j5BCs8jarysEXul8lXeZcwpzIX4WuUJivlC8i/G1SBT9JPkmZrAAAAFQCtXsLeNQPt6w5mrhUn/XovKd7gEwAAAIBNix0KPBHMjkSqxK2djMMisiUKlOEIhjyDbIbJ6OB0+yqJVyy4B9w2mycj4YwCrmjogD2AR3hgmkh8OT3qFOLVjkhGNpfJRXEfC/gROnVMmujsSJYpW7gMVOev3AjdwONu5a8l+Ou5LZ6AFcsaLhfQ6bQdbCXO2k6kSrjTfu67UQAAAIBIRtPSLsL98YdMlq2Ogah7nx+QTjGRNfPP0QMW9Lw5aClZAHWsXz4z0/52kg4w/loAaZkafW23EqBjPbhf2zBXVfFJ+Lp7pTaBGTY3mALp9R0+1zD9qraZwpolXXf52ovTaFk+/58GkCK/EtDjSpuOSSKovn56gScKUpxLPH2drg== root@server-4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fe79:2ed7/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-0000013d name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.22 === === 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:79:2E:D7 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe79:2ed7/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:10432 (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.4 nameserver 10.102.21.3 nameserver 10.102.21.2 ### 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.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.839 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.360 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.288 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.277 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.268 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.268/0.406/0.839 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.754 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.253 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.264 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.212 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.288 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.354/0.754 ms #### 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=1.106 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.432 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.280 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.204 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.263 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.204/0.457/1.106 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 [ 0.938543] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.099209] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.099215] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.099218] usb 1-1: Product: QEMU USB Tablet [ 1.099220] usb 1-1: Manufacturer: QEMU [ 1.099223] usb 1-1: SerialNumber: 42 [ 1.470690] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.470696] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255552e88e, max_idle_ns: 440795378574 ns [ 3.263672] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.296576] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:31 cirros kern.info kernel: [ 0.763585] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:01:31 cirros kern.info kernel: [ 0.775699] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:01:31 cirros kern.info kernel: [ 0.775700] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:01:31 cirros kern.info kernel: [ 0.777425] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:01:31 cirros kern.info kernel: [ 0.780539] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:01:31 cirros kern.info kernel: [ 0.782632] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:01:31 cirros kern.info kernel: [ 0.806279] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:31 cirros kern.info kernel: [ 0.807181] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:31 cirros kern.notice kernel: [ 0.808774] random: blkid urandom read with 2 bits of entropy available Aug 12 22:01:31 cirros kern.info kernel: [ 0.810437] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:31 cirros kern.info kernel: [ 0.815015] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:31 cirros kern.info kernel: [ 0.886448] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:31 cirros kern.info kernel: [ 0.894278] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:31 cirros kern.info kernel: [ 0.938543] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:31 cirros kern.info kernel: [ 1.099209] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:31 cirros kern.info kernel: [ 1.099215] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:31 cirros kern.info kernel: [ 1.099218] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:31 cirros kern.info kernel: [ 1.099220] usb 1-1: Manufacturer: QEMU Aug 12 22:01:31 cirros kern.info kernel: [ 1.099223] usb 1-1: SerialNumber: 42 Aug 12 22:01:32 cirros kern.info kernel: [ 1.470690] tsc: Refined TSC clocksource calibration: 3491.874 MHz Aug 12 22:01:32 cirros kern.info kernel: [ 1.470696] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255552e88e, max_idle_ns: 440795378574 ns Aug 12 22:01:33 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:33 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:34 cirros kern.info kernel: [ 3.263672] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:34 cirros kern.info kernel: [ 3.296576] 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-12 21:07:36,176 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/39f75bd4-6d80-45f9-989e-cd224befaebb/action 0.062s 2018-08-12 21:07:36,177 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': '32482', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb/action', u'x-compute-request-id': 'req-ec2e2d12-ba27-485c-8a6e-055f91e87b9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec2e2d12-ba27-485c-8a6e-055f91e87b9b'} 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 488241671 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-12 21:07:36,182 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 39f75bd4-6d80-45f9-989e-cd224befaebb 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 488241671 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.140698] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142407] pid_max: default: 32768 minimum: 301 [ 0.143337] ACPI: Core revision 20150930 [ 0.144748] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.146106] Security Framework initialized [ 0.146949] Yama: becoming mindful. [ 0.147717] AppArmor: AppArmor initialized [ 0.148600] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151318] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152569] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154036] Initializing cgroup subsys io [ 0.154881] Initializing cgroup subsys memory [ 0.155789] Initializing cgroup subsys devices [ 0.156698] Initializing cgroup subsys freezer [ 0.157597] Initializing cgroup subsys net_cls [ 0.158499] Initializing cgroup subsys perf_event [ 0.159447] Initializing cgroup subsys net_prio [ 0.160368] Initializing cgroup subsys hugetlb [ 0.161276] Initializing cgroup subsys pids [ 0.162179] CPU: Physical Processor ID: 0 [ 0.163720] mce: CPU supports 10 MCE banks [ 0.164596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165631] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181365] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187439] ftrace: allocating 31920 entries in 125 pages [ 0.212345] smpboot: Max logical packages: 1 [ 0.213235] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.214615] x2apic enabled [ 0.215435] Switched APIC routing to physical x2apic. [ 0.217195] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218345] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220399] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222242] KVM setup paravirtual spinlock [ 0.223568] x86: Booted up 1 node, 1 CPUs [ 0.224409] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.225838] devtmpfs: initialized [ 0.227573] evm: security.selinux [ 0.228295] evm: security.SMACK64 [ 0.229004] evm: security.SMACK64EXEC [ 0.229769] evm: security.SMACK64TRANSMUTE [ 0.230595] evm: security.SMACK64MMAP [ 0.231362] evm: security.ima [ 0.232038] evm: security.capability [ 0.232866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234771] pinctrl core: initialized pinctrl subsystem [ 0.235900] RTC time: 21:01:19, date: 08/12/18 [ 0.236886] NET: Registered protocol family 16 [ 0.237899] cpuidle: using governor ladder [ 0.238745] cpuidle: using governor menu [ 0.239556] PCCT header not found. [ 0.240338] ACPI: bus type PCI registered [ 0.241174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242457] PCI: Using configuration type 1 for base access [ 0.244259] ACPI: Added _OSI(Module Device) [ 0.245137] ACPI: Added _OSI(Processor Device) [ 0.246026] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.246950] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248735] ACPI: Interpreter enabled [ 0.249522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257130] ACPI: (supports S0 S5) [ 0.257854] ACPI: Using IOAPIC for interrupt routing [ 0.258826] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.261982] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263163] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264447] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265682] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267971] acpiphp: Slot [3] registered [ 0.268800] acpiphp: Slot [4] registered [ 0.269621] acpiphp: Slot [5] registered [ 0.270446] acpiphp: Slot [6] registered [ 0.271269] acpiphp: Slot [7] registered [ 0.272116] acpiphp: Slot [8] registered [ 0.272948] acpiphp: Slot [9] registered [ 0.273773] acpiphp: Slot [10] registered [ 0.274603] acpiphp: Slot [11] registered [ 0.275439] acpiphp: Slot [12] registered [ 0.276293] acpiphp: Slot [13] registered [ 0.277127] acpiphp: Slot [14] registered [ 0.277958] acpiphp: Slot [15] registered [ 0.288896] acpiphp: Slot [16] registered [ 0.289766] acpiphp: Slot [17] registered [ 0.290598] acpiphp: Slot [18] registered [ 0.291434] acpiphp: Slot [19] registered [ 0.292273] acpiphp: Slot [20] registered [ 0.293114] acpiphp: Slot [21] registered [ 0.293951] acpiphp: Slot [22] registered [ 0.294785] acpiphp: Slot [23] registered [ 0.295618] acpiphp: Slot [24] registered [ 0.296454] acpiphp: Slot [25] registered [ 0.297295] acpiphp: Slot [26] registered [ 0.298128] acpiphp: Slot [27] registered [ 0.298951] acpiphp: Slot [28] registered [ 0.299785] acpiphp: Slot [29] registered [ 0.300614] acpiphp: Slot [30] registered [ 0.301457] acpiphp: Slot [31] registered [ 0.302292] PCI host bridge to bus 0000:00 [ 0.303128] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.304386] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.305670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.307161] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.308653] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.310193] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.313611] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.314937] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.316158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.317469] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321025] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.322492] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.341238] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.342757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.344571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346024] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.347447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.348750] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351174] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.352775] vgaarb: loaded [ 0.353388] vgaarb: bridge control possible 0000:00:02.0 [ 0.354658] SCSI subsystem initialized [ 0.355590] ACPI: bus type USB registered [ 0.356451] usbcore: registered new interface driver usbfs [ 0.357519] usbcore: registered new interface driver hub [ 0.358560] usbcore: registered new device driver usb [ 0.359704] PCI: Using ACPI for IRQ routing [ 0.360842] NetLabel: Initializing [ 0.361582] NetLabel: domain hash size = 128 [ 0.362465] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.363451] NetLabel: unlabeled traffic allowed by default [ 0.364647] clocksource: Switched to clocksource kvm-clock [ 0.372899] AppArmor: AppArmor Filesystem Enabled [ 0.373900] pnp: PnP ACPI init [ 0.374855] pnp: PnP ACPI: found 5 devices [ 0.381193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382963] NET: Registered protocol family 2 [ 0.384039] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385386] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.386647] TCP: Hash tables configured (established 4096 bind 4096) [ 0.387898] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389027] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390269] NET: Registered protocol family 1 [ 0.391179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392314] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393427] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421670] Trying to unpack rootfs image as initramfs... [ 0.478218] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.479893] Scanning for low memory corruption every 60 seconds [ 0.481297] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.482516] audit: initializing netlink subsys (disabled) [ 0.483578] audit: type=2000 audit(1534107680.009:1): initialized [ 0.484987] Initialise system trusted keyring [ 0.485969] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.487171] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489339] zbud: loaded [ 0.490093] VFS: Disk quotas dquot_6.6.0 [ 0.490943] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492597] fuse init (API version 7.23) [ 0.493545] Key type big_key registered [ 0.494378] Allocating IMA MOK and blacklist keyrings. [ 0.495642] Key type asymmetric registered [ 0.496491] Asymmetric key parser 'x509' registered [ 0.497500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.499023] io scheduler noop registered [ 0.499845] io scheduler deadline registered (default) [ 0.500883] io scheduler cfq registered [ 0.501760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.504142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.505648] ACPI: Power Button [PWRF] [ 0.506522] GHES: HEST is not enabled! [ 0.520202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548271] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.550406] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.576451] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.579238] Linux agpgart interface v0.103 [ 0.582155] brd: module loaded [ 0.583874] loop: module loaded [ 0.587813] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.589329] GPT:90111 != 2097151 [ 0.590036] GPT:Alternate GPT header not at the end of the disk. [ 0.591169] GPT:90111 != 2097151 [ 0.591866] GPT: Use GNU Parted to correct GPT errors. [ 0.592876] vda: vda1 vda15 [ 0.594260] scsi host0: ata_piix [ 0.595078] scsi host1: ata_piix [ 0.595824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.597095] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.598642] libphy: Fixed MDIO Bus: probed [ 0.599490] tun: Universal TUN/TAP device driver, 1.6 [ 0.600479] tun: (C) 1999-2004 Max Krasnyansky [ 0.602831] PPP generic driver version 2.4.2 [ 0.603786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605036] ehci-pci: EHCI PCI platform driver [ 0.605954] ehci-platform: EHCI generic platform driver [ 0.606991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608171] ohci-pci: OHCI PCI platform driver [ 0.609086] ohci-platform: OHCI generic platform driver [ 0.610125] uhci_hcd: USB Universal Host Controller Interface driver [ 0.624326] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.625376] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626905] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.627945] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.629145] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630429] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631898] usb usb1: Product: UHCI Host Controller [ 0.632871] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634077] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635100] hub 1-0:1.0: USB hub found [ 0.635917] hub 1-0:1.0: 2 ports detected [ 0.636903] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639112] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640112] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641211] mousedev: PS/2 mouse device common for all mice [ 0.642525] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644504] rtc_cmos 00:00: RTC can wake from S4 [ 0.645685] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.646925] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648172] i2c /dev entries driver [ 0.648987] device-mapper: uevent: version 1.0.3 [ 0.649990] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651697] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653186] NET: Registered protocol family 10 [ 0.654360] NET: Registered protocol family 17 [ 0.655294] Key type dns_resolver registered [ 0.656321] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657465] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.659334] registered taskstats version 1 [ 0.660211] Loading compiled-in X.509 certificates [ 0.661740] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663686] zswap: loaded using pool lzo/zbud [ 0.665378] Key type trusted registered [ 0.667169] Key type encrypted registered [ 0.668045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669139] ima: No TPM chip found, activating TPM-bypass! [ 0.670234] evm: HMAC attrs: 0x1 [ 0.671225] Magic number: 14:104:45 [ 0.672114] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:19 UTC (1534107679) [ 0.673805] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674964] EDD information not available. [ 0.758056] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770114] Write protecting the kernel read-only data: 14336k [ 0.772324] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774377] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.821360] 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.73 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.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.82. iid=i-0000013a 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrIbX32XGQg0ux/omGKhyOLpqODom3asoHpD9YKD1xxuDMJq47WsP8OFVyXyN4KvZNd2usPjSW7H4Kw5LeKpX3fvrvWOP70lPmH+dZ8TYXs2Z2UBdYQTkPde7GtYJoP5V6+tcsaXnSHya+COcnaY7r3//JENpFkGs9Xs/Se+aNw5tUfrkMy/Kd1+D8qB4BxvJ4Q0LBITHS2saVqx2iIF5nPzruTs6x/PtIPUUxKekgSRtVFYhRXqhFR/eRavlKUmJf1XKFJvHl+VOvpro3DQwgjuwMtMDLprW5tr4z/josCHkMg9ncxnhslNoc9iBDX4vqTBF43QuhG14VsomtmOML root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAIKwmUrb7i9C98JccN6QbqE1jgHiPgAQZ8dMQzhH42I26u8v2NmtMgSLf33BqkwIJdzJqtT06HOhlkfx7Fzu+eji25lvieBtIssbIRwubH3YRDY5KShGk5+Xs+MSfmekRofi0NTJwwDpGbrVPmC7Z11OwZRbruoDlpZ1K4JwA28lAAAAFQCGBxbYxBKqM02XQnpd1d94yS0JcwAAAIBnLbse3intDGlZHu7+nCREAFVdVuLcVZ5wmNyfiPwks2ooZD0y9/qlFabCQShQ6ZuJCbSci8oU3uw4HpeiCvDF66HSDhyQZPOlJTFdNSBXxgB4IcWPmWS2HdVIlKCQPw1maDphGXZayuuQiFKiP25mw9QFXUkb4p6X5AxBOW9qSwAAAIA9e4YMtbiE+hFQ4RQgOqa76T/hxkVAGVfFP/gVy9jqkJXfOzl+SHMxxWrXUg/fLYvH4dxSYBKvWPy3hQq5ChUSJy9lPZr4BGuQmdXw+/k7QWGeQzV4mP9/eOGuidQXs8by1yW/0H/t9Wlkbtx+WPWvUScAkGWADrynuZAmAzsivA== root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fe8b:f2b/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-0000013a name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.53 === === 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:0F:2B inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8b:f2b/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:10432 (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.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.3 nameserver 10.101.11.2 nameserver 10.101.11.4 ### 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.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.661 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.289 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.187 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.153 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.165 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.153/0.291/0.661 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.572 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.248 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.267 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.282 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.215 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.215/0.316/0.572 ms #### 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.741 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.252 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.212 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.295 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.282 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.356/0.741 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 [ 0.910846] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 0.948675] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.110157] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.110159] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.110160] usb 1-1: Product: QEMU USB Tablet [ 1.110161] usb 1-1: Manufacturer: QEMU [ 1.110162] usb 1-1: SerialNumber: 42 [ 1.476903] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.548349] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.584340] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:19 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 12 22:01:19 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 12 22:01:19 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 12 22:01:19 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 12 22:01:19 cirros kern.info kernel: [ 0.948675] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:19 cirros kern.info kernel: [ 1.110157] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:19 cirros kern.info kernel: [ 1.110159] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:19 cirros kern.info kernel: [ 1.110160] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:19 cirros kern.info kernel: [ 1.110161] usb 1-1: Manufacturer: QEMU Aug 12 22:01:19 cirros kern.info kernel: [ 1.110162] usb 1-1: SerialNumber: 42 Aug 12 22:01:20 cirros kern.info kernel: [ 1.476903] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 12 22:01:21 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:22 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:22 cirros kern.info kernel: [ 3.548349] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:22 cirros kern.info kernel: [ 3.584340] 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-12 21:07:36,297 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/a1edaafd-4a4b-4215-943b-cf990953c5e2/action 0.077s 2018-08-12 21:07:36,298 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': '32892', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2/action', u'x-compute-request-id': 'req-9cf87100-0598-4fc5-ade9-15fe936b9571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cf87100-0598-4fc5-ade9-15fe936b9571'} 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 480103164 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-12 21:07:36,300 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for a1edaafd-4a4b-4215-943b-cf990953c5e2 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 480103164 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.153570] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155229] pid_max: default: 32768 minimum: 301 [ 0.156128] ACPI: Core revision 20150930 [ 0.157523] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.158838] Security Framework initialized [ 0.159657] Yama: becoming mindful. [ 0.160392] AppArmor: AppArmor initialized [ 0.161254] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.162621] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.163917] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165178] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166612] Initializing cgroup subsys io [ 0.167433] Initializing cgroup subsys memory [ 0.168296] Initializing cgroup subsys devices [ 0.169188] Initializing cgroup subsys freezer [ 0.170069] Initializing cgroup subsys net_cls [ 0.170946] Initializing cgroup subsys perf_event [ 0.171869] Initializing cgroup subsys net_prio [ 0.172806] Initializing cgroup subsys hugetlb [ 0.173679] Initializing cgroup subsys pids [ 0.174548] CPU: Physical Processor ID: 0 [ 0.176046] mce: CPU supports 10 MCE banks [ 0.176912] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177916] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198377] ftrace: allocating 31920 entries in 125 pages [ 0.223199] smpboot: Max logical packages: 1 [ 0.224080] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225440] x2apic enabled [ 0.226242] Switched APIC routing to physical x2apic. [ 0.227984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232916] KVM setup paravirtual spinlock [ 0.234252] x86: Booted up 1 node, 1 CPUs [ 0.235069] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236483] devtmpfs: initialized [ 0.238204] evm: security.selinux [ 0.238911] evm: security.SMACK64 [ 0.239610] evm: security.SMACK64EXEC [ 0.240354] evm: security.SMACK64TRANSMUTE [ 0.241161] evm: security.SMACK64MMAP [ 0.241912] evm: security.ima [ 0.242557] evm: security.capability [ 0.243396] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.245269] pinctrl core: initialized pinctrl subsystem [ 0.246383] RTC time: 21:01:05, date: 08/12/18 [ 0.247353] NET: Registered protocol family 16 [ 0.248350] cpuidle: using governor ladder [ 0.249172] cpuidle: using governor menu [ 0.249964] PCCT header not found. [ 0.250730] ACPI: bus type PCI registered [ 0.251536] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.252787] PCI: Using configuration type 1 for base access [ 0.254605] ACPI: Added _OSI(Module Device) [ 0.255459] ACPI: Added _OSI(Processor Device) [ 0.256328] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.257226] ACPI: Added _OSI(Processor Aggregator Device) [ 0.258972] ACPI: Interpreter enabled [ 0.259750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.261613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.263493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.265374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.267224] ACPI: (supports S0 S5) [ 0.267935] ACPI: Using IOAPIC for interrupt routing [ 0.268895] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.272003] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.273154] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.274429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.275627] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.277857] acpiphp: Slot [3] registered [ 0.278678] acpiphp: Slot [4] registered [ 0.279486] acpiphp: Slot [5] registered [ 0.280285] acpiphp: Slot [6] registered [ 0.281086] acpiphp: Slot [7] registered [ 0.281895] acpiphp: Slot [8] registered [ 0.282707] acpiphp: Slot [9] registered [ 0.283511] acpiphp: Slot [10] registered [ 0.284365] acpiphp: Slot [11] registered [ 0.285183] acpiphp: Slot [12] registered [ 0.286022] acpiphp: Slot [13] registered [ 0.286845] acpiphp: Slot [14] registered [ 0.287664] acpiphp: Slot [15] registered [ 0.298744] acpiphp: Slot [16] registered [ 0.299570] acpiphp: Slot [17] registered [ 0.300389] acpiphp: Slot [18] registered [ 0.301197] acpiphp: Slot [19] registered [ 0.302019] acpiphp: Slot [20] registered [ 0.302842] acpiphp: Slot [21] registered [ 0.303662] acpiphp: Slot [22] registered [ 0.304508] acpiphp: Slot [23] registered [ 0.305322] acpiphp: Slot [24] registered [ 0.306129] acpiphp: Slot [25] registered [ 0.306945] acpiphp: Slot [26] registered [ 0.307758] acpiphp: Slot [27] registered [ 0.308571] acpiphp: Slot [28] registered [ 0.309432] acpiphp: Slot [29] registered [ 0.310241] acpiphp: Slot [30] registered [ 0.311065] acpiphp: Slot [31] registered [ 0.311875] PCI host bridge to bus 0000:00 [ 0.312685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313920] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.315150] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316606] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.318054] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.319532] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.322901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324212] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.326681] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330204] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331893] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354621] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357481] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358879] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360148] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361462] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362519] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364066] vgaarb: loaded [ 0.364707] vgaarb: bridge control possible 0000:00:02.0 [ 0.365950] SCSI subsystem initialized [ 0.366865] ACPI: bus type USB registered [ 0.367698] usbcore: registered new interface driver usbfs [ 0.368739] usbcore: registered new interface driver hub [ 0.369750] usbcore: registered new device driver usb [ 0.370854] PCI: Using ACPI for IRQ routing [ 0.371964] NetLabel: Initializing [ 0.372692] NetLabel: domain hash size = 128 [ 0.373540] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374528] NetLabel: unlabeled traffic allowed by default [ 0.375695] clocksource: Switched to clocksource kvm-clock [ 0.383888] AppArmor: AppArmor Filesystem Enabled [ 0.384891] pnp: PnP ACPI init [ 0.385835] pnp: PnP ACPI: found 5 devices [ 0.392174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393905] NET: Registered protocol family 2 [ 0.394978] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397491] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398696] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399788] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400973] NET: Registered protocol family 1 [ 0.401853] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404029] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418158] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432350] Trying to unpack rootfs image as initramfs... [ 0.488387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490054] Scanning for low memory corruption every 60 seconds [ 0.491422] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492597] audit: initializing netlink subsys (disabled) [ 0.493625] audit: type=2000 audit(1534107665.911:1): initialized [ 0.494977] Initialise system trusted keyring [ 0.495965] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.497133] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499254] zbud: loaded [ 0.500003] VFS: Disk quotas dquot_6.6.0 [ 0.500832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502428] fuse init (API version 7.23) [ 0.503341] Key type big_key registered [ 0.504154] Allocating IMA MOK and blacklist keyrings. [ 0.505405] Key type asymmetric registered [ 0.506262] Asymmetric key parser 'x509' registered [ 0.507237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.508728] io scheduler noop registered [ 0.509525] io scheduler deadline registered (default) [ 0.510525] io scheduler cfq registered [ 0.511375] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512428] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513708] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515155] ACPI: Power Button [PWRF] [ 0.516048] GHES: HEST is not enabled! [ 0.529800] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557642] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583758] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586043] Linux agpgart interface v0.103 [ 0.588705] brd: module loaded [ 0.590379] loop: module loaded [ 0.597476] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.598947] GPT:90111 != 2097151 [ 0.599629] GPT:Alternate GPT header not at the end of the disk. [ 0.600742] GPT:90111 != 2097151 [ 0.601428] GPT: Use GNU Parted to correct GPT errors. [ 0.602408] vda: vda1 vda15 [ 0.603866] scsi host0: ata_piix [ 0.604675] scsi host1: ata_piix [ 0.605402] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.606633] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.608184] libphy: Fixed MDIO Bus: probed [ 0.609020] tun: Universal TUN/TAP device driver, 1.6 [ 0.610036] tun: (C) 1999-2004 Max Krasnyansky [ 0.612404] PPP generic driver version 2.4.2 [ 0.613344] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.614548] ehci-pci: EHCI PCI platform driver [ 0.615434] ehci-platform: EHCI generic platform driver [ 0.616448] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617641] ohci-pci: OHCI PCI platform driver [ 0.618527] ohci-platform: OHCI generic platform driver [ 0.619546] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633812] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.636306] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.637354] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.638522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641232] usb usb1: Product: UHCI Host Controller [ 0.642176] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.643337] usb usb1: SerialNumber: 0000:00:01.2 [ 0.644343] hub 1-0:1.0: USB hub found [ 0.645145] hub 1-0:1.0: 2 ports detected [ 0.646119] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648344] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649321] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650386] mousedev: PS/2 mouse device common for all mice [ 0.651685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653573] rtc_cmos 00:00: RTC can wake from S4 [ 0.654931] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657390] i2c /dev entries driver [ 0.658180] device-mapper: uevent: version 1.0.3 [ 0.659175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660841] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662294] NET: Registered protocol family 10 [ 0.663457] NET: Registered protocol family 17 [ 0.664381] Key type dns_resolver registered [ 0.665407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666522] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668391] registered taskstats version 1 [ 0.669247] Loading compiled-in X.509 certificates [ 0.670738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672651] zswap: loaded using pool lzo/zbud [ 0.674345] Key type trusted registered [ 0.676181] Key type encrypted registered [ 0.677184] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678353] ima: No TPM chip found, activating TPM-bypass! [ 0.679656] evm: HMAC attrs: 0x1 [ 0.680806] Magic number: 14:104:45 [ 0.681618] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:05 UTC (1534107665) [ 0.683576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.684835] EDD information not available. [ 0.765204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.777636] Write protecting the kernel read-only data: 14336k [ 0.780083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.782378] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.829107] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 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.82. iid=i-00000137 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDN23AJqExGctCHcU/GZ4g8aEkAbcfldMjT72fh4nd9LVIrkR76uybiiU/o2bANSyJ78leBxIuJw2XaBZIaQk8igYgdRfW3jaHEQLRKNvyyWbKTRfDH06/4VwrzKBHF0mSE97jsgFPwc+E+OtS7vxQSxHA8JgdRJNaDeZZLM3k3cDkUNygR9GiGLi76VqIF2OjcwfcorbTtYG+hJQj21luKc0N5USlfuAopS2B/doLGa88sHKqhDjnFQDS0GRlJOcxj1mdcm7D9uPbddehFHv43kz90A1DIrConxoFLKvRhEzOr5K72flmHn2spbdM0bT1g31NyrmeVOD4MNysoaIpJ root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAPUPnIjAvWGWL7HNfuZn1QVCzqsbesnLvAvLLJiJquO9eglAhVqIP76UV1QhuEzS2CgEMzzzHiNaaUtLTxBhp4ur3ZQGWZNVbVqj61Yi8XHTgWaE7+qMtBE4cUTjU9mEnPgiLkAgSke6nB+IQkyP+/FnPWOE3JLbXYFmG02gobL5AAAAFQC74rXhARarf6ue3aqhsHeZA4+1FwAAAIAwlxds+GWys8Pcgh6IdSX6w6EZn/LD69POqLTGMKRFo9W8sQ4eu0JVy100FzA7W7oV0/fy8Ub6fEpgBrBxjXJwwqsnT0jpN6gqTmDe2kL3ZmY4qIxjv9CZ9jTl7xc7vMgGOV4AUNDQ85lnyTodFUAvEEFQnrr/XWwecAZuQ3PmUQAAAIEA1fRrskg52t1pBM0wCqElWU25/UP7r1KCK8CeYHsEQVg3HXtzuSyHTIzZ0tZtLUQTcFtOvYunRWTjHo5DVBDREPR4y0aFjoTK+/1Y9ekPd7CBWye7SbRiBmLUZ5o18GrrF+jke5Di3ePUmK5dK63pdcg+uU4qD28G5PbQURZqYns= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe70:337a/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.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-00000137 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=2.75 === === 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:70:33:7A inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe70:337a/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:10432 (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.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.4 nameserver 10.102.21.3 nameserver 10.102.21.2 ### 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.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=1.104 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.290 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.363 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.573 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.224 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.224/0.510/1.104 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.688 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.290 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.229 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.174 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.284 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.174/0.333/0.688 ms #### 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.677 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.236 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.237 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.249 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.267 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.236/0.333/0.677 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 [ 0.955712] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.116844] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.116846] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.116847] usb 1-1: Product: QEMU USB Tablet [ 1.116848] usb 1-1: Manufacturer: QEMU [ 1.116849] usb 1-1: SerialNumber: 42 [ 1.487769] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.487779] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255535383a, max_idle_ns: 440795233701 ns [ 2.785805] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.818867] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:05 cirros kern.info kernel: [ 0.782378] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:01:05 cirros kern.info kernel: [ 0.795511] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:01:05 cirros kern.info kernel: [ 0.795512] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:01:05 cirros kern.info kernel: [ 0.797259] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:01:05 cirros kern.info kernel: [ 0.800374] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:01:05 cirros kern.info kernel: [ 0.802455] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:01:05 cirros kern.info kernel: [ 0.826486] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:05 cirros kern.info kernel: [ 0.827396] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:05 cirros kern.notice kernel: [ 0.829107] random: blkid urandom read with 2 bits of entropy available Aug 12 22:01:05 cirros kern.info kernel: [ 0.831144] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:05 cirros kern.info kernel: [ 0.835139] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:05 cirros kern.info kernel: [ 0.905619] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:05 cirros kern.info kernel: [ 0.914109] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:05 cirros kern.info kernel: [ 0.955712] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:05 cirros kern.info kernel: [ 1.116844] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:05 cirros kern.info kernel: [ 1.116846] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:05 cirros kern.info kernel: [ 1.116847] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:05 cirros kern.info kernel: [ 1.116848] usb 1-1: Manufacturer: QEMU Aug 12 22:01:05 cirros kern.info kernel: [ 1.116849] usb 1-1: SerialNumber: 42 Aug 12 22:01:06 cirros kern.info kernel: [ 1.487769] tsc: Refined TSC clocksource calibration: 3491.873 MHz Aug 12 22:01:06 cirros kern.info kernel: [ 1.487779] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255535383a, max_idle_ns: 440795233701 ns Aug 12 22:01:07 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:07 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:07 cirros kern.info kernel: [ 2.785805] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:07 cirros kern.info kernel: [ 2.818867] 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-12 21:07:36,483 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/d5798fcb-882a-4d60-a76a-39ec467c88f5/action 0.092s 2018-08-12 21:07:36,484 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': '32886', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5/action', u'x-compute-request-id': 'req-ec495148-5b45-46f9-9ff5-e9c1bd12dd15', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec495148-5b45-46f9-9ff5-e9c1bd12dd15'} 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 503730597 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-12 21:07:36,486 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for d5798fcb-882a-4d60-a76a-39ec467c88f5 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 503730597 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.141640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143387] pid_max: default: 32768 minimum: 301 [ 0.144328] ACPI: Core revision 20150930 [ 0.145753] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147125] Security Framework initialized [ 0.147981] Yama: becoming mindful. [ 0.148759] AppArmor: AppArmor initialized [ 0.149652] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151053] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153668] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155149] Initializing cgroup subsys io [ 0.156005] Initializing cgroup subsys memory [ 0.156916] Initializing cgroup subsys devices [ 0.157837] Initializing cgroup subsys freezer [ 0.158750] Initializing cgroup subsys net_cls [ 0.159660] Initializing cgroup subsys perf_event [ 0.160619] Initializing cgroup subsys net_prio [ 0.161547] Initializing cgroup subsys hugetlb [ 0.162469] Initializing cgroup subsys pids [ 0.163379] CPU: Physical Processor ID: 0 [ 0.164940] mce: CPU supports 10 MCE banks [ 0.165829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189390] ftrace: allocating 31920 entries in 125 pages [ 0.214057] smpboot: Max logical packages: 1 [ 0.214983] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216399] x2apic enabled [ 0.217245] Switched APIC routing to physical x2apic. [ 0.219027] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220200] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224166] KVM setup paravirtual spinlock [ 0.225508] x86: Booted up 1 node, 1 CPUs [ 0.226361] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227821] devtmpfs: initialized [ 0.229571] evm: security.selinux [ 0.230311] evm: security.SMACK64 [ 0.231040] evm: security.SMACK64EXEC [ 0.231832] evm: security.SMACK64TRANSMUTE [ 0.232672] evm: security.SMACK64MMAP [ 0.233453] evm: security.ima [ 0.234133] evm: security.capability [ 0.234978] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236931] pinctrl core: initialized pinctrl subsystem [ 0.238090] RTC time: 21:00:49, date: 08/12/18 [ 0.239102] NET: Registered protocol family 16 [ 0.240131] cpuidle: using governor ladder [ 0.240994] cpuidle: using governor menu [ 0.241816] PCCT header not found. [ 0.242604] ACPI: bus type PCI registered [ 0.243453] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244758] PCI: Using configuration type 1 for base access [ 0.246592] ACPI: Added _OSI(Module Device) [ 0.247481] ACPI: Added _OSI(Processor Device) [ 0.248392] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251142] ACPI: Interpreter enabled [ 0.251950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253888] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259708] ACPI: (supports S0 S5) [ 0.260443] ACPI: Using IOAPIC for interrupt routing [ 0.261438] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264652] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265856] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268411] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271587] acpiphp: Slot [4] registered [ 0.272438] acpiphp: Slot [5] registered [ 0.273284] acpiphp: Slot [6] registered [ 0.274123] acpiphp: Slot [7] registered [ 0.274967] acpiphp: Slot [8] registered [ 0.275815] acpiphp: Slot [9] registered [ 0.276653] acpiphp: Slot [10] registered [ 0.277515] acpiphp: Slot [11] registered [ 0.278370] acpiphp: Slot [12] registered [ 0.279225] acpiphp: Slot [13] registered [ 0.280077] acpiphp: Slot [14] registered [ 0.280934] acpiphp: Slot [15] registered [ 0.291864] acpiphp: Slot [16] registered [ 0.292720] acpiphp: Slot [17] registered [ 0.293571] acpiphp: Slot [18] registered [ 0.294427] acpiphp: Slot [19] registered [ 0.295289] acpiphp: Slot [20] registered [ 0.296145] acpiphp: Slot [21] registered [ 0.296996] acpiphp: Slot [22] registered [ 0.297846] acpiphp: Slot [23] registered [ 0.298700] acpiphp: Slot [24] registered [ 0.299546] acpiphp: Slot [25] registered [ 0.300407] acpiphp: Slot [26] registered [ 0.301260] acpiphp: Slot [27] registered [ 0.302172] acpiphp: Slot [28] registered [ 0.303029] acpiphp: Slot [29] registered [ 0.303877] acpiphp: Slot [30] registered [ 0.304734] acpiphp: Slot [31] registered [ 0.305582] PCI host bridge to bus 0000:00 [ 0.306431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.307714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309001] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312058] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.313606] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.317063] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318416] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319661] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.324656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.326694] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348064] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349822] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352974] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354510] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357364] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358589] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.360400] vgaarb: loaded [ 0.361075] vgaarb: bridge control possible 0000:00:02.0 [ 0.362454] SCSI subsystem initialized [ 0.363480] ACPI: bus type USB registered [ 0.364441] usbcore: registered new interface driver usbfs [ 0.365642] usbcore: registered new interface driver hub [ 0.366812] usbcore: registered new device driver usb [ 0.368069] PCI: Using ACPI for IRQ routing [ 0.369310] NetLabel: Initializing [ 0.370124] NetLabel: domain hash size = 128 [ 0.371107] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372206] NetLabel: unlabeled traffic allowed by default [ 0.373532] clocksource: Switched to clocksource kvm-clock [ 0.381969] AppArmor: AppArmor Filesystem Enabled [ 0.383111] pnp: PnP ACPI init [ 0.384132] pnp: PnP ACPI: found 5 devices [ 0.390648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392696] NET: Registered protocol family 2 [ 0.393884] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395386] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396786] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400825] NET: Registered protocol family 1 [ 0.401839] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403113] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404353] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418233] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432341] Trying to unpack rootfs image as initramfs... [ 0.488363] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490283] Scanning for low memory corruption every 60 seconds [ 0.491857] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493215] audit: initializing netlink subsys (disabled) [ 0.494431] audit: type=2000 audit(1534107650.301:1): initialized [ 0.495953] Initialise system trusted keyring [ 0.497040] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500688] zbud: loaded [ 0.501489] VFS: Disk quotas dquot_6.6.0 [ 0.502437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504243] fuse init (API version 7.23) [ 0.505268] Key type big_key registered [ 0.506202] Allocating IMA MOK and blacklist keyrings. [ 0.507584] Key type asymmetric registered [ 0.508533] Asymmetric key parser 'x509' registered [ 0.509653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511356] io scheduler noop registered [ 0.512265] io scheduler deadline registered (default) [ 0.513418] io scheduler cfq registered [ 0.514384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515594] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517052] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518721] ACPI: Power Button [PWRF] [ 0.519683] GHES: HEST is not enabled! [ 0.533126] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560965] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566191] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592763] Linux agpgart interface v0.103 [ 0.595900] brd: module loaded [ 0.597774] loop: module loaded [ 0.602196] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603906] GPT:90111 != 2097151 [ 0.604686] GPT:Alternate GPT header not at the end of the disk. [ 0.605981] GPT:90111 != 2097151 [ 0.606769] GPT: Use GNU Parted to correct GPT errors. [ 0.607904] vda: vda1 vda15 [ 0.609338] scsi host0: ata_piix [ 0.610265] scsi host1: ata_piix [ 0.611106] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.612563] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.614294] libphy: Fixed MDIO Bus: probed [ 0.615255] tun: Universal TUN/TAP device driver, 1.6 [ 0.616382] tun: (C) 1999-2004 Max Krasnyansky [ 0.621877] PPP generic driver version 2.4.2 [ 0.623478] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624869] ehci-pci: EHCI PCI platform driver [ 0.625823] ehci-platform: EHCI generic platform driver [ 0.626894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628128] ohci-pci: OHCI PCI platform driver [ 0.629075] ohci-platform: OHCI generic platform driver [ 0.630173] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647225] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648291] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.649525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.650837] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652334] usb usb1: Product: UHCI Host Controller [ 0.653313] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.654514] usb usb1: SerialNumber: 0000:00:01.2 [ 0.655555] hub 1-0:1.0: USB hub found [ 0.656395] hub 1-0:1.0: 2 ports detected [ 0.657398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.659790] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.660798] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.661912] mousedev: PS/2 mouse device common for all mice [ 0.663266] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665231] rtc_cmos 00:00: RTC can wake from S4 [ 0.666428] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.667710] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.668971] i2c /dev entries driver [ 0.669795] device-mapper: uevent: version 1.0.3 [ 0.670822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672557] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674111] NET: Registered protocol family 10 [ 0.675323] NET: Registered protocol family 17 [ 0.676293] Key type dns_resolver registered [ 0.677363] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678542] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680470] registered taskstats version 1 [ 0.681391] Loading compiled-in X.509 certificates [ 0.682964] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684993] zswap: loaded using pool lzo/zbud [ 0.686755] Key type trusted registered [ 0.688644] Key type encrypted registered [ 0.689544] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690678] ima: No TPM chip found, activating TPM-bypass! [ 0.691822] evm: HMAC attrs: 0x1 [ 0.692845] Magic number: 14:104:45 [ 0.693768] rtc_cmos 00:00: setting system clock to 2018-08-12 21:00:50 UTC (1534107650) [ 0.695529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696729] EDD information not available. [ 0.774955] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787114] Write protecting the kernel read-only data: 14336k [ 0.789387] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.948194] 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 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.84. iid=i-00000134 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChaoatKNQqkL3gKzPI1xjezmPB6spbK478EjheKORIhAfKgMqfmFWQb8GxpvZs+E/e2I/ohgF/H3bpjgIg0Gc75ChdlHohkxr9YnP2wiF7ZBx2OTiUVQyMHgVIz93QIwmohiO760ZKWDidxrENx3lQIKNJHm/GxmPfqljWjcmOvmtNzTKpKCyqVsgvuuUIVPzMWGsZed5A31f5vb8jHmX2yBC6XSipNgsgBOr6eB+aqGnXYFgpS8mn0e76LMHVDOL9n3QzUm20xotvph5ZYtg9tCHN75lcg+1CgKaLX60oo2XVLSsEoWWVwXLqQ+LNP4qiF6d8RS9EmsEt8ywpcK0n root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBANTyLk3NT17ZfymGnEYLgrOPlriZtwhe8b3eSG8PEqQl/mwuNh61YqmupWw6a4YBb3BUJ2gMwWseXSRIrDOp8n3MVT/kzxuTU866fB4sScahhbuNQlm7Nx6KrI1yXyQYXuYs0FrrRWo7PJtYPMbtJrhqveq8/7kBt3/IHvx71LeJAAAAFQC83UzhTfv+pnaAq808dYj0zzqB5wAAAIAI8vctAEsJ/GKP1baGBH4SfTRfzOqLp8iPBPVNzP3tX/3MwIXOu85zgxXQpXTQic2YF5YRmZxh//blp14aLpDx81lhsWjKwrsA0shRyU3wTHfWRAyd4gsSaeIotz65Hsf1NuTzWWNMRPxfbHo0qWhM/WG2c/nErDmKggnqyizB6AAAAIAE2JwyScvOczo9Lu8EVcfB7Gv4/OZkkE2EfO+P+GOSSRu9blm+CK8KeX+a9af8QFE5I39ZMc/MuVL46/IY0Hok8ZmUEJo3J7b/4xb2DL7THyeC6nDUSElkCAK/YMQVZB6b5mopGoP0LFIAGyLqWY/m1Ds6+79LUvN/cjAVETs06A== root@server-1 -----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.101.11.10,24,fe80::f816:3eff:fe38:1d84/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-00000134 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.63 === === 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:38:1D:84 inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe38:1d84/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:10432 (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.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.3 nameserver 10.101.11.2 nameserver 10.101.11.4 ### 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.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.781 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.442 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.289 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.269 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.268 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.268/0.409/0.781 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.691 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.229 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.350 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.268 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.210 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.210/0.349/0.691 ms #### 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.615 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.563 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.397 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.324 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.369 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.324/0.453/0.615 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 [ 0.965549] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.126735] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.126738] usb 1-1: Product: QEMU USB Tablet [ 1.126739] usb 1-1: Manufacturer: QEMU [ 1.126740] usb 1-1: SerialNumber: 42 [ 1.489785] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 1.489793] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns [ 3.675850] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.716006] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:00:50 cirros kern.info kernel: [ 0.791332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:00:50 cirros kern.info kernel: [ 0.804081] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:00:50 cirros kern.info kernel: [ 0.804082] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:00:50 cirros kern.info kernel: [ 0.805866] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:00:50 cirros kern.info kernel: [ 0.809047] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:00:50 cirros kern.info kernel: [ 0.811203] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:00:50 cirros kern.info kernel: [ 0.834638] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:00:50 cirros kern.info kernel: [ 0.835481] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:00:50 cirros kern.info kernel: [ 0.836866] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:00:50 cirros kern.info kernel: [ 0.841773] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:00:50 cirros kern.info kernel: [ 0.916800] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:00:50 cirros kern.info kernel: [ 0.924985] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:00:50 cirros kern.notice kernel: [ 0.948194] random: dd urandom read with 5 bits of entropy available Aug 12 22:00:50 cirros kern.info kernel: [ 0.965549] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:00:50 cirros kern.info kernel: [ 1.126735] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:00:50 cirros kern.info kernel: [ 1.126737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:00:50 cirros kern.info kernel: [ 1.126738] usb 1-1: Product: QEMU USB Tablet Aug 12 22:00:50 cirros kern.info kernel: [ 1.126739] usb 1-1: Manufacturer: QEMU Aug 12 22:00:50 cirros kern.info kernel: [ 1.126740] usb 1-1: SerialNumber: 42 Aug 12 22:00:51 cirros kern.info kernel: [ 1.489785] tsc: Refined TSC clocksource calibration: 3491.849 MHz Aug 12 22:00:51 cirros kern.info kernel: [ 1.489793] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns Aug 12 22:00:52 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:00:53 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:00:53 cirros kern.info kernel: [ 3.675850] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:00:53 cirros kern.info kernel: [ 3.716006] 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-12 21:07:37,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1cec7e97-e87f-45bd-844c-cbbd1a7c4800 1.145s 2018-08-12 21:07:37,686 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1cec7e97-e87f-45bd-844c-cbbd1a7c4800', u'date': 'Sun, 12 Aug 2018 21:07:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b019ed4b-f62c-4cd3-9040-5b3ad363a1c4'} Body: 2018-08-12 21:07:40,048 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/remove_router_interface 2.361s 2018-08-12 21:07:40,049 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9b17f24-0bfb-42f7-b216-cae491419531'} Body: {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3", "subnet_ids": ["21c7ca0d-e80f-4022-894b-c3ac95b143e3"], "port_id": "53088817-1dbc-4ccc-a62b-dbf958f42e3a", "id": "11fad05d-d762-40ba-940e-0f86d8a11617"} 2018-08-12 21:07:41,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617 1.835s 2018-08-12 21:07:41,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/11fad05d-d762-40ba-940e-0f86d8a11617', u'date': 'Sun, 12 Aug 2018 21:07:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-82903b80-df1f-4968-b1dc-53189f0289d7'} Body: 2018-08-12 21:07:43,228 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e8167093-ab39-40e4-add7-03df06e14f2b 1.342s 2018-08-12 21:07:43,229 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e8167093-ab39-40e4-add7-03df06e14f2b', u'date': 'Sun, 12 Aug 2018 21:07:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b81b3b46-d8ed-49ea-bf1d-b0d3b66427b9'} Body: 2018-08-12 21:07:45,835 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/remove_router_interface 2.605s 2018-08-12 21:07:45,836 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:07:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-252a500e-272b-406e-ad21-3b94ad0c1eff'} Body: {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530", "subnet_ids": ["1eef30f5-517a-4b0c-b28a-f0852ca97530"], "port_id": "93227d09-2f02-405c-bb26-2706d6b60f37", "id": "567a05f5-9620-4217-bb86-d4cd484856c3"} 2018-08-12 21:07:47,844 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3 2.006s 2018-08-12 21:07:47,844 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/567a05f5-9620-4217-bb86-d4cd484856c3', u'date': 'Sun, 12 Aug 2018 21:07:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d1b5883-ef47-4bbc-b5a3-43ae21d7e912'} Body: 2018-08-12 21:07:48,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.321s 2018-08-12 21:07:48,167 63 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-8b0b362b-259b-4f93-ab4d-59e068855180', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b0b362b-259b-4f93-ab4d-59e068855180'} Body: 2018-08-12 21:07:49,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.869s 2018-08-12 21:07:49,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': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-4ac06e00-665d-4ba6-b630-620f0202e537', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ac06e00-665d-4ba6-b630-620f0202e537'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:48Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:07:50,126 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.072s 2018-08-12 21:07:50,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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-88c582b3-898e-4dcf-a378-d71becd0b74a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:50 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88c582b3-898e-4dcf-a378-d71becd0b74a'} Body: {"itemNotFound": {"message": "Instance f1faba9f-6b99-4c6a-a96d-a43425df69c2 could not be found.", "code": 404}} 2018-08-12 21:07:51,076 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/620fa425-593d-4ec6-bf58-69db4da62a1f 0.949s 2018-08-12 21:07:51,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/620fa425-593d-4ec6-bf58-69db4da62a1f', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cefe0885-cc1d-4972-9a49-d50da58e4d32'} Body: 2018-08-12 21:07:51,292 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.214s 2018-08-12 21:07:51,293 63 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-4bffc2c9-8d99-4dfa-a183-e447b5e7381b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bffc2c9-8d99-4dfa-a183-e447b5e7381b'} Body: 2018-08-12 21:07:52,528 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 1.234s 2018-08-12 21:07:52,529 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-f8785988-d5d2-4258-a581-da3cc2a5df19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8785988-d5d2-4258-a581-da3cc2a5df19'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:51Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:07:53,588 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.043s 2018-08-12 21:07:53,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-bf3b269b-39ae-4e2b-bf71-ffc20798ee32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:53 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bf3b269b-39ae-4e2b-bf71-ffc20798ee32'} Body: {"itemNotFound": {"message": "Instance 39f75bd4-6d80-45f9-989e-cd224befaebb could not be found.", "code": 404}} 2018-08-12 21:07:54,371 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/450d8896-a7c4-4e70-a394-f5f0ca38cfc9 0.781s 2018-08-12 21:07:54,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/450d8896-a7c4-4e70-a394-f5f0ca38cfc9', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-239d1bd4-3650-4730-862b-bb5cb3b0f65b'} Body: 2018-08-12 21:07:54,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.160s 2018-08-12 21:07:54,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-b3c55dda-8edf-4dc5-917d-13ac048cc312', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3c55dda-8edf-4dc5-917d-13ac048cc312'} Body: 2018-08-12 21:07:56,036 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 1.502s 2018-08-12 21:07:56,037 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-216710e9-d947-453e-85bc-38ce67ebcd4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-216710e9-d947-453e-85bc-38ce67ebcd4a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:07:57,098 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.046s 2018-08-12 21:07:57,098 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-12bce795-d310-4954-8818-3e4d33366534', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-12bce795-d310-4954-8818-3e4d33366534'} Body: {"itemNotFound": {"message": "Instance a1edaafd-4a4b-4215-943b-cf990953c5e2 could not be found.", "code": 404}} 2018-08-12 21:07:57,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/799bc532-fc52-43e6-82b3-43c9e0e37811 0.871s 2018-08-12 21:07:57,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/799bc532-fc52-43e6-82b3-43c9e0e37811', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63c9c1c6-90ba-482e-953e-6b02d02d739b'} Body: 2018-08-12 21:07:58,179 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.207s 2018-08-12 21:07:58,179 63 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-b465b462-8aab-4265-bf55-bd40c691cfa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b465b462-8aab-4265-bf55-bd40c691cfa6'} Body: 2018-08-12 21:07:58,794 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.613s 2018-08-12 21:07:58,794 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-a4c31c97-59b5-4d81-896c-1665c61f31cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4c31c97-59b5-4d81-896c-1665c61f31cf'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:58Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:00,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.670s 2018-08-12 21:08:00,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': '1482', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-73e32548-5d72-4855-a497-35dce2280317', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73e32548-5d72-4855-a497-35dce2280317'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:58Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:01,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.047s 2018-08-12 21:08:01,544 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-e3d74e68-5a91-460a-971f-719f5c79695a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e3d74e68-5a91-460a-971f-719f5c79695a'} Body: {"itemNotFound": {"message": "Instance d5798fcb-882a-4d60-a76a-39ec467c88f5 could not be found.", "code": 404}} 2018-08-12 21:08:02,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/25f8bf20-904f-4d86-8ac4-fd4e8ae495c6 0.933s 2018-08-12 21:08:02,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/25f8bf20-904f-4d86-8ac4-fd4e8ae495c6', u'date': 'Sun, 12 Aug 2018 21:08:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0f279f26-c83c-46a6-bfe5-7e7c880bd1dc'} Body: 2018-08-12 21:08:02,515 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-1193491207 0.035s 2018-08-12 21:08:02,515 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-1193491207', u'x-compute-request-id': 'req-28a5da24-3bff-475e-b33b-d09ba604489f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28a5da24-3bff-475e-b33b-d09ba604489f'} Body: 2018-08-12 21:08:04,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/21c7ca0d-e80f-4022-894b-c3ac95b143e3 2.449s 2018-08-12 21:08:04,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/subnets/21c7ca0d-e80f-4022-894b-c3ac95b143e3', u'date': 'Sun, 12 Aug 2018 21:08:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d1eb837-5c06-496f-a1bb-81b3abd38e7f'} Body: 2018-08-12 21:08:07,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/73d3a1eb-cf42-40b7-964f-69cc14e08079 2.090s 2018-08-12 21:08:07,058 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/73d3a1eb-cf42-40b7-964f-69cc14e08079', u'date': 'Sun, 12 Aug 2018 21:08:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db07a1bd-4d4a-48eb-ba60-b21defd38ebf'} Body: 2018-08-12 21:08:09,556 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/1eef30f5-517a-4b0c-b28a-f0852ca97530 2.497s 2018-08-12 21:08:09,557 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1eef30f5-517a-4b0c-b28a-f0852ca97530', u'date': 'Sun, 12 Aug 2018 21:08:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9c2dfc63-bd63-429a-9b32-2d6efc443e54'} Body: 2018-08-12 21:08:11,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3a722d3b-3352-4be7-8c2a-dcda039303ef 1.442s 2018-08-12 21:08:11,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3a722d3b-3352-4be7-8c2a-dcda039303ef', u'date': 'Sun, 12 Aug 2018 21:08:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b2166299-cef8-4f33-98de-bd3aa1594461'} Body: 2018-08-12 21:08:11,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/3cd73e9a-46f4-4cb1-902b-042b4a503982 0.531s 2018-08-12 21:08:11,534 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3cd73e9a-46f4-4cb1-902b-042b4a503982', u'date': 'Sun, 12 Aug 2018 21:08:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f3453e9-fcea-4e93-88ab-e75ed35da61a'} Body: 2018-08-12 21:08:11.911 63 INFO tempest.lib.common.rest_client [req-ab8bf7b7-b0b6-4c1b-8817-6f67fbe02101 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.318s 2018-08-12 21:08:11.911 63 DEBUG tempest.lib.common.rest_client [req-ab8bf7b7-b0b6-4c1b-8817-6f67fbe02101 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1924256464 description", "name": "tempest-secgroup-smoke-1924256464"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:08:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab8bf7b7-b0b6-4c1b-8817-6f67fbe02101'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1924256464 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:11Z", "updated_at": "2018-08-12T21:08:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:08:11Z", "revision_number": 0, "id": "101943f9-5d7a-4817-9ab1-02e95a88886f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:08:11Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:08:11Z", "revision_number": 0, "id": "3a417de4-fab9-4d76-8a26-f4ff313327eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:08:11Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "name": "tempest-secgroup-smoke-1924256464"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:12.455 63 INFO tempest.lib.common.rest_client [req-f040c947-10ec-4a0b-9bca-60d871b164b9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.542s 2018-08-12 21:08:12.455 63 DEBUG tempest.lib.common.rest_client [req-f040c947-10ec-4a0b-9bca-60d871b164b9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f040c947-10ec-4a0b-9bca-60d871b164b9'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "09257e05-135e-4a87-aa77-e1ad3279692b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:12.725 63 INFO tempest.lib.common.rest_client [req-2c4d1f44-f12f-4d24-96ee-691b7e2ddce3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.269s 2018-08-12 21:08:12.726 63 DEBUG tempest.lib.common.rest_client [req-2c4d1f44-f12f-4d24-96ee-691b7e2ddce3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c4d1f44-f12f-4d24-96ee-691b7e2ddce3'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f404790f-45a3-4007-bfd9-e657046191a7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:12.880 63 INFO tempest.lib.common.rest_client [req-a8735f23-2398-41fa-89eb-597977608291 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.154s 2018-08-12 21:08:12.881 63 DEBUG tempest.lib.common.rest_client [req-a8735f23-2398-41fa-89eb-597977608291 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8735f23-2398-41fa-89eb-597977608291'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "173d2390-1493-42da-9519-00be9f9cca14"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:13.095 63 INFO tempest.lib.common.rest_client [req-807d61e5-4ac2-4841-a73b-ac1704a3a96a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.213s 2018-08-12 21:08:13.096 63 DEBUG tempest.lib.common.rest_client [req-807d61e5-4ac2-4841-a73b-ac1704a3a96a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-807d61e5-4ac2-4841-a73b-ac1704a3a96a'} 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-12T21:08:13Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "16ad27d1-fb35-4676-ae73-65d9d390948c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:13.515 63 INFO tempest.lib.common.rest_client [req-19a3f4b5-cd08-4efe-a8e7-eb968e8e7dd3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.417s 2018-08-12 21:08:13.515 63 DEBUG tempest.lib.common.rest_client [req-19a3f4b5-cd08-4efe-a8e7-eb968e8e7dd3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:08:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-19a3f4b5-cd08-4efe-a8e7-eb968e8e7dd3'} 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-12T21:08:13Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d7fcc415-3fe2-42d8-82c2-6d8c277cde37"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:14.383 63 INFO tempest.lib.common.rest_client [req-3ac1efc9-ef5f-4768-8e5e-17e32f2bfd43 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.867s 2018-08-12 21:08:14.384 63 DEBUG tempest.lib.common.rest_client [req-3ac1efc9-ef5f-4768-8e5e-17e32f2bfd43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:08:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ac1efc9-ef5f-4768-8e5e-17e32f2bfd43'} 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-12T21:08:14Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "10959df7-a56a-4bdf-b74d-c00803660a06"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:15.209 63 INFO tempest.lib.common.rest_client [req-a56e1133-e35e-4cd8-8f73-9abf3a6bbbff ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.824s 2018-08-12 21:08:15.210 63 DEBUG tempest.lib.common.rest_client [req-a56e1133-e35e-4cd8-8f73-9abf3a6bbbff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a56e1133-e35e-4cd8-8f73-9abf3a6bbbff'} 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-12T21:08:15Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "16087c33-fd4e-4f88-a98a-7b8902bdbfd2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:15.360 63 INFO tempest.lib.common.rest_client [req-4d27c3f3-8103-4ebb-b827-443fc1ed2bb7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.149s 2018-08-12 21:08:15.360 63 DEBUG tempest.lib.common.rest_client [req-4d27c3f3-8103-4ebb-b827-443fc1ed2bb7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d27c3f3-8103-4ebb-b827-443fc1ed2bb7'} 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-12T21:08:15Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f32d06a-9ae8-41da-afb1-496a680b160e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:15.578 63 INFO tempest.lib.common.rest_client [req-0abca63d-7d2d-43c2-891b-4e4e737a74ff ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.216s 2018-08-12 21:08:15.578 63 DEBUG tempest.lib.common.rest_client [req-0abca63d-7d2d-43c2-891b-4e4e737a74ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-803414480"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0abca63d-7d2d-43c2-891b-4e4e737a74ff'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:08:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","name":"tempest-A-803414480"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:16.197 63 INFO tempest.lib.common.rest_client [req-0cb991f0-2421-40f8-b1cb-9fda92069f68 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.618s 2018-08-12 21:08:16.198 63 DEBUG tempest.lib.common.rest_client [req-0cb991f0-2421-40f8-b1cb-9fda92069f68 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "name": "tempest-subnet-A-1-1551965508"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0cb991f0-2421-40f8-b1cb-9fda92069f68'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:15Z","dns_nameservers":[],"updated_at":"2018-08-12T21:08: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":"01ace95cf526467b9409c6248a7c6876","id":"4f0c78d8-89ea-4c73-80fa-1e9caa68f135","subnetpool_id":null,"name":"tempest-subnet-A-1-1551965508"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:16.656 63 INFO tempest.lib.common.rest_client [req-a2cc900d-83ee-46e2-9803-2481c296935b ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.457s 2018-08-12 21:08:16.657 63 DEBUG tempest.lib.common.rest_client [req-a2cc900d-83ee-46e2-9803-2481c296935b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1128466218"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2cc900d-83ee-46e2-9803-2481c296935b'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:08:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","name":"tempest-B-1128466218"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:17.483 63 INFO tempest.lib.common.rest_client [req-f638941b-df14-4639-a331-5923953b23b3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.825s 2018-08-12 21:08:17.484 63 DEBUG tempest.lib.common.rest_client [req-f638941b-df14-4639-a331-5923953b23b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "name": "tempest-subnet-B-1-1110480819"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f638941b-df14-4639-a331-5923953b23b3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:16Z","dns_nameservers":[],"updated_at":"2018-08-12T21:08: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":"01ace95cf526467b9409c6248a7c6876","id":"8f8aab04-1194-4312-a6cb-caf1bd7483cc","subnetpool_id":null,"name":"tempest-subnet-B-1-1110480819"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:17.877 63 INFO tempest.lib.common.rest_client [req-d6403ddc-19ac-4a4c-adaa-1fa5abe58fc0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:08:17.878 63 DEBUG tempest.lib.common.rest_client [req-d6403ddc-19ac-4a4c-adaa-1fa5abe58fc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9042', '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': 'Sun, 12 Aug 2018 21:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6403ddc-19ac-4a4c-adaa-1fa5abe58fc0'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:08:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b97ce0f559e4ac1869739a8abc41bc4", "name": "tempest-TestBGPVPNBasic-1940518730"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"end _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:18.449 63 INFO tempest.lib.common.rest_client [req-56b53a40-58f8-478c-a2f3-3d76f57f3151 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.569s 2018-08-12 21:08:18.449 63 DEBUG tempest.lib.common.rest_client [req-56b53a40-58f8-478c-a2f3-3d76f57f3151 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56b53a40-58f8-478c-a2f3-3d76f57f3151'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "5277dcae-23b1-47d7-b2b6-de6b512b3b3a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:19.863 63 INFO tempest.lib.common.rest_client [req-95f796c8-3287-41fc-9f9e-40c809970208 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations 1.413s 2018-08-12 21:08:19.864 63 DEBUG tempest.lib.common.rest_client [req-95f796c8-3287-41fc-9f9e-40c809970208 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations', u'date': 'Sun, 12 Aug 2018 21:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95f796c8-3287-41fc-9f9e-40c809970208'} Body: {"network_association": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "id": "bfa6e47b-8507-4242-bcf3-91a8b293bfb5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:20.634 63 INFO tempest.lib.common.rest_client [req-4ae18eae-0ae2-41b0-b8df-33ddda889d88 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations 0.770s 2018-08-12 21:08:20.635 63 DEBUG tempest.lib.common.rest_client [req-4ae18eae-0ae2-41b0-b8df-33ddda889d88 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations', u'date': 'Sun, 12 Aug 2018 21:08:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ae18eae-0ae2-41b0-b8df-33ddda889d88'} Body: {"network_association": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "id": "012bdc8d-5750-4758-a876-99fbf28a2ced"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:20.635 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-12 21:08:20.895 63 INFO tempest.lib.common.rest_client [req-9b5e86c7-bb12-4c22-b514-a8a70ffad8ae ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.259s 2018-08-12 21:08:20.896 63 DEBUG tempest.lib.common.rest_client [req-9b5e86c7-bb12-4c22-b514-a8a70ffad8ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1361914854"}} 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-9b5e86c7-bb12-4c22-b514-a8a70ffad8ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b5e86c7-bb12-4c22-b514-a8a70ffad8ae'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcEUxcLF5yBE6OJZz/vPYqBZytEew9+TFK/TvwQEBX/uUxJuX+Dgzd04s7VcVPTx+zpuO4y6DXfP0m4td7Q+7q9lukoGtKy0uTwkMo8YB5SH2ShpyPFnjCHqsRiy0AaxgKfPdKu6v/OAr8Je4vHIFGeuM3oaomLhxOEA6erfNqeFUFcm0oQzG8xDmjkMQvG88hUPsIkjIKiEQYWrpdca2udJoFKxOxaA37mRoMDTtW0UGfgabTIgKySQw3HV9KjACQRbu8pyUg4PEr58mPpr0Ja73SOHT/84JUDLOZb1kQQBR3nS5SL6snfZnVomZlH8srn36GZs3jGKSb5Q3RAIO3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnBFMXCxecgROjiWc/7z2KgWcrRHsPfkxSv078EBAV/7lMSbl\n/g4M3dOLO1XFT08fs6bjuMug13z9JuLXe0Pu6vZbpKBrSstLk8JDKPGAeUh9koac\njxZ4wh6rEYstAGsYCnz3Srur/zgK/CXuLxyBRnrjN6GqJi4cThAOnq3zanhVBXJt\nKEMxvMQ5o5DELxvPIVD7CJIyCohEGFq6XXGtrnSaBSsTsWgN+5kaDA07VtFBn4Gm\n0yICskkMNx1fSowAkEW7vKclIODxK+fJj6a9CWu90jh0//OCVAyzmW9ZEEAUd50u\nUi+rJ32Z1aJmZR/LK59+hmbN4xikm+UN0QCDtwIDAQABAoIBAH3EXuHEi5OcLuXU\nH9HjKAizHxBFajiC8Rs6OSwhyvhem7nhW+RA1FOKnyAAvZFs9OIkckzAI+yjd6n3\nkahvFUDZqP5gnDXY4B3Bpbd/7oVOSoti2RViCYx9hGQN4QT+SJBjJjFeTXvNYOTT\neD8U3IS8kRCKwgAkloC95dov2gIIlkswUfJ4vRrNj4DzpbVadY8yBM+cH4dWpBap\nxgm4/amBHKZHvN9iGzLY+Ycj9Xlv9WD/aiL+1dWOkUb4Qok40N2ZLWpruT9+qSZ1\nWq6o0iOx3pn+PZcf29xJTdgl5jKq7JnE4odR0i72MDniW6vL47hfXOEs//GN+wvQ\nmIEFgWECgYEAzYjMYxt5E1Y5N/gL5/jGmm1vLprxFA/MHLQNAWKNIufTE9JMMl65\np0z/C/zNgEwra0Tsjd+vYsck1k38UOIh3Cymck6Nq6jv1j7etbtTmZjc/UV7VT+f\nMAxyd96qZN84fuqpdxP+meHeJp2h3qcHC0m+Dbm/R/2gbEtnVksgW9ECgYEAwmMu\ny5Q+ZwjbLeJu51O7GKroKbsPcNd13bdjCGBTt7ts1By3dNcKn3LqjpIFi61B/mNI\nx/NjxMBN0g8HCdWkS2/aCnEEU83TmffO/KFULT5Fk3TBUGlWdEwa1NHC5GB9JiqK\nOkOkp05u9PTG6aNBJ3BIsQm4nS9WfVdBOdqbMQcCgYEAhBxTK70D9Q7uFnCkzoVU\nuvxug6lqHjgNPcHpviMnjvEt9sas3Y+Pi97s7TqgqL/NBNU3q/XEmRxiLDHSZfcE\nRq6Yik69t0IOb0rYAj4XfVoJae6YWPJdExhdF3mTUuU8Pi/9n6HFfAn3riCSZDg+\nSd4rgE0Ni2uWCyXolUoS0ZECgYAKBz3hyMsTW7SbAGSCUKKFWkPR61GXm7X78zsL\nspR/FQ8/PiAEyhdFNJN/OW9Jzm1qJ0sY7aiG/PjGznmpezkXnzSbd0sm26Z/+fXW\nuKf0EZNbURmsAVMxer+jnRK133h1YJpy+QxkiTpWLs6YPRDebP+DCqJYkZmfq8G0\nr190PwKBgArnpCQmua4SrIGE7ainHspBySBSER3Vtl8Hhe07B8+l8/mNxHq1OZxo\n0gzgXJoJEhqqtQQoeZZBoarCIxR1z88ebBlgIpgg0a1Ln8JH139eRWSw4H17Dx2S\nwOXv1Z5MLh9wqTrBr/xKUwY0OlB5UdXs1wSwj88ZCT5jGTnqw0WC\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1361914854", "fingerprint": "22:55:ee:2a:9a:3a:7d:10:e0:63:52:11:29:03:23:16"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:21.848 63 INFO tempest.lib.common.rest_client [req-a9736637-756f-4b54-9ae6-129b0a7d59af ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 0.949s 2018-08-12 21:08:21.849 63 DEBUG tempest.lib.common.rest_client [req-a9736637-756f-4b54-9ae6-129b0a7d59af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-961049317", "security_groups": ["94da5ee1-ed9a-46cf-9758-77505a713a4c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9736637-756f-4b54-9ae6-129b0a7d59af'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:08:21Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:08:21Z","name":"tempest-port-smoke-961049317","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:17:4d:93","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4f0c78d8-89ea-4c73-80fa-1e9caa68f135","ip_address":"10.101.11.10"}],"id":"30bcd4ae-d662-4bff-8020-d9804a247224","security_groups":["94da5ee1-ed9a-46cf-9758-77505a713a4c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:25.300 63 INFO tempest.lib.common.rest_client [req-6e8f05de-274c-49bf-861e-ce07a2715599 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.449s 2018-08-12 21:08:25.300 63 DEBUG tempest.lib.common.rest_client [req-6e8f05de-274c-49bf-861e-ce07a2715599 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1361914854", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "port": "30bcd4ae-d662-4bff-8020-d9804a247224"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-6e8f05de-274c-49bf-861e-ce07a2715599', 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e8f05de-274c-49bf-861e-ce07a2715599'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "adminPass": "K8fshGFByNyP"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:25.899 63 INFO tempest.lib.common.rest_client [req-ef78d851-b67b-4932-89e4-c9d18dfc1974 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.595s 2018-08-12 21:08:25.900 63 DEBUG tempest.lib.common.rest_client [req-ef78d851-b67b-4932-89e4-c9d18dfc1974 ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-ef78d851-b67b-4932-89e4-c9d18dfc1974', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef78d851-b67b-4932-89e4-c9d18dfc1974'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:27.250 63 INFO tempest.lib.common.rest_client [req-2163ab8b-fd76-4fc0-8118-71b07810025c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.336s 2018-08-12 21:08:27.251 63 DEBUG tempest.lib.common.rest_client [req-2163ab8b-fd76-4fc0-8118-71b07810025c ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-2163ab8b-fd76-4fc0-8118-71b07810025c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2163ab8b-fd76-4fc0-8118-71b07810025c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:28.608 63 INFO tempest.lib.common.rest_client [req-e4c2cae1-540c-4899-bb19-29650115c49f ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.341s 2018-08-12 21:08:28.609 63 DEBUG tempest.lib.common.rest_client [req-e4c2cae1-540c-4899-bb19-29650115c49f ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-e4c2cae1-540c-4899-bb19-29650115c49f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e4c2cae1-540c-4899-bb19-29650115c49f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:28.622 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:08:30.724 63 INFO tempest.lib.common.rest_client [req-11f0d472-8105-4115-8eed-daa56ffb3caa ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 1.101s 2018-08-12 21:08:30.725 63 DEBUG tempest.lib.common.rest_client [req-11f0d472-8105-4115-8eed-daa56ffb3caa ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-11f0d472-8105-4115-8eed-daa56ffb3caa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11f0d472-8105-4115-8eed-daa56ffb3caa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:32.343 63 INFO tempest.lib.common.rest_client [req-4f43a2f6-bc78-482f-9eb3-349e9e3e0a2c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.604s 2018-08-12 21:08:32.343 63 DEBUG tempest.lib.common.rest_client [req-4f43a2f6-bc78-482f-9eb3-349e9e3e0a2c ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-4f43a2f6-bc78-482f-9eb3-349e9e3e0a2c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f43a2f6-bc78-482f-9eb3-349e9e3e0a2c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:34.045 63 INFO tempest.lib.common.rest_client [req-4e160eba-05c8-49d2-875f-90bebbb7d8d7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.687s 2018-08-12 21:08:34.045 63 DEBUG tempest.lib.common.rest_client [req-4e160eba-05c8-49d2-875f-90bebbb7d8d7 ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-4e160eba-05c8-49d2-875f-90bebbb7d8d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e160eba-05c8-49d2-875f-90bebbb7d8d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:35.927 63 INFO tempest.lib.common.rest_client [req-e7869db8-e3f7-4145-bf00-41cf08676c05 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.867s 2018-08-12 21:08:35.928 63 DEBUG tempest.lib.common.rest_client [req-e7869db8-e3f7-4145-bf00-41cf08676c05 ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-e7869db8-e3f7-4145-bf00-41cf08676c05', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7869db8-e3f7-4145-bf00-41cf08676c05'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:35.941 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:08:36.274 63 INFO tempest.lib.common.rest_client [req-aa7c6319-789d-498f-add6-9220f9a38305 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.332s 2018-08-12 21:08:36.275 63 DEBUG tempest.lib.common.rest_client [req-aa7c6319-789d-498f-add6-9220f9a38305 ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-aa7c6319-789d-498f-add6-9220f9a38305', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa7c6319-789d-498f-add6-9220f9a38305'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:36.290 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 9d900214-0b5f-442f-9e17-436a79a04f6d with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:08:37.800 63 INFO tempest.lib.common.rest_client [req-4b6cd352-c933-4997-bc8f-e0116654e1a1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.509s 2018-08-12 21:08:37.801 63 DEBUG tempest.lib.common.rest_client [req-4b6cd352-c933-4997-bc8f-e0116654e1a1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1434579897", "security_groups": ["94da5ee1-ed9a-46cf-9758-77505a713a4c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:08:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b6cd352-c933-4997-bc8f-e0116654e1a1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:08:37Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:08:37Z","name":"tempest-port-smoke-1434579897","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:99:c1:3f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"8f8aab04-1194-4312-a6cb-caf1bd7483cc","ip_address":"10.102.21.20"}],"id":"65e1649a-9dbc-49e6-9461-5d196abea4cd","security_groups":["94da5ee1-ed9a-46cf-9758-77505a713a4c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:41.498 63 INFO tempest.lib.common.rest_client [req-d219ab44-cc9e-4919-85eb-7815e4420d54 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.697s 2018-08-12 21:08:41.500 63 DEBUG tempest.lib.common.rest_client [req-d219ab44-cc9e-4919-85eb-7815e4420d54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1361914854", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "port": "65e1649a-9dbc-49e6-9461-5d196abea4cd"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-d219ab44-cc9e-4919-85eb-7815e4420d54', 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d219ab44-cc9e-4919-85eb-7815e4420d54'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "da36ec5e-5b89-42fb-be07-878eda890953", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "adminPass": "mvSizX48vjav"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:42.090 63 INFO tempest.lib.common.rest_client [req-cd2e2755-37df-49b9-9f39-bc84cb3aa7c9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.584s 2018-08-12 21:08:42.091 63 DEBUG tempest.lib.common.rest_client [req-cd2e2755-37df-49b9-9f39-bc84cb3aa7c9 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-cd2e2755-37df-49b9-9f39-bc84cb3aa7c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd2e2755-37df-49b9-9f39-bc84cb3aa7c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:43.415 63 INFO tempest.lib.common.rest_client [req-578fbdae-7c63-41c7-9d9b-e97279a0dd90 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.307s 2018-08-12 21:08:43.415 63 DEBUG tempest.lib.common.rest_client [req-578fbdae-7c63-41c7-9d9b-e97279a0dd90 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-578fbdae-7c63-41c7-9d9b-e97279a0dd90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-578fbdae-7c63-41c7-9d9b-e97279a0dd90'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:44.796 63 INFO tempest.lib.common.rest_client [req-86114694-74a8-4b03-9b6a-94ef9e84e645 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.367s 2018-08-12 21:08:44.797 63 DEBUG tempest.lib.common.rest_client [req-86114694-74a8-4b03-9b6a-94ef9e84e645 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-86114694-74a8-4b03-9b6a-94ef9e84e645', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86114694-74a8-4b03-9b6a-94ef9e84e645'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:46.726 63 INFO tempest.lib.common.rest_client [req-ec390d7d-1abc-432b-bba5-9d0182963ac3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.913s 2018-08-12 21:08:46.727 63 DEBUG tempest.lib.common.rest_client [req-ec390d7d-1abc-432b-bba5-9d0182963ac3 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-ec390d7d-1abc-432b-bba5-9d0182963ac3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec390d7d-1abc-432b-bba5-9d0182963ac3'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:46.740 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 21:08:48.086 63 INFO tempest.lib.common.rest_client [req-a3a88343-808a-4c68-b281-ad064e86fdb2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.344s 2018-08-12 21:08:48.086 63 DEBUG tempest.lib.common.rest_client [req-a3a88343-808a-4c68-b281-ad064e86fdb2 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-a3a88343-808a-4c68-b281-ad064e86fdb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3a88343-808a-4c68-b281-ad064e86fdb2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:46Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:48.102 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-12 21:08:49.780 63 INFO tempest.lib.common.rest_client [req-916cabda-bc02-4f3f-a6f7-5f76a470fb04 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.675s 2018-08-12 21:08:49.780 63 DEBUG tempest.lib.common.rest_client [req-916cabda-bc02-4f3f-a6f7-5f76a470fb04 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-916cabda-bc02-4f3f-a6f7-5f76a470fb04', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-916cabda-bc02-4f3f-a6f7-5f76a470fb04'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:46Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:51.504 63 INFO tempest.lib.common.rest_client [req-efd86a2a-c1d0-4b7b-9b19-85b823ad5805 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.709s 2018-08-12 21:08:51.505 63 DEBUG tempest.lib.common.rest_client [req-efd86a2a-c1d0-4b7b-9b19-85b823ad5805 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-efd86a2a-c1d0-4b7b-9b19-85b823ad5805', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efd86a2a-c1d0-4b7b-9b19-85b823ad5805'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:51.529 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:08:52.298 63 INFO tempest.lib.common.rest_client [req-84011990-0962-44ae-be38-1905ad25a29f ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.769s 2018-08-12 21:08:52.299 63 DEBUG tempest.lib.common.rest_client [req-84011990-0962-44ae-be38-1905ad25a29f ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-84011990-0962-44ae-be38-1905ad25a29f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84011990-0962-44ae-be38-1905ad25a29f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:52.310 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: da36ec5e-5b89-42fb-be07-878eda890953 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:08:52.442 63 INFO tempest.lib.common.rest_client [req-0c2c2afb-81b0-4382-9ec8-6b17adeab39a ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/routers 0.131s 2018-08-12 21:08:52.443 63 DEBUG tempest.lib.common.rest_client [req-0c2c2afb-81b0-4382-9ec8-6b17adeab39a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--383579446", "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': 'Sun, 12 Aug 2018 21:08:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0c2c2afb-81b0-4382-9ec8-6b17adeab39a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:52Z", "admin_state_up": true, "updated_at": "2018-08-12T21:08:52Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b429db3d-a161-47b1-8912-a92b79a5b482", "name": "tempest-router--383579446"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:53.935 63 INFO tempest.lib.common.rest_client [req-94554fdd-d886-4b7f-afc6-a4c1c8719454 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482 1.492s 2018-08-12 21:08:53.936 63 DEBUG tempest.lib.common.rest_client [req-94554fdd-d886-4b7f-afc6-a4c1c8719454 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482', u'date': 'Sun, 12 Aug 2018 21:08:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94554fdd-d886-4b7f-afc6-a4c1c8719454'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:52Z", "admin_state_up": true, "updated_at": "2018-08-12T21:08:53Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b429db3d-a161-47b1-8912-a92b79a5b482", "name": "tempest-router--383579446"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:56.501 63 INFO tempest.lib.common.rest_client [req-dd846e23-6583-459f-af00-90cf9891e2ed ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/add_router_interface 2.564s 2018-08-12 21:08:56.501 63 DEBUG tempest.lib.common.rest_client [req-dd846e23-6583-459f-af00-90cf9891e2ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:08:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd846e23-6583-459f-af00-90cf9891e2ed'} Body: {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135", "subnet_ids": ["4f0c78d8-89ea-4c73-80fa-1e9caa68f135"], "port_id": "72e593a4-683b-4d76-9230-32d94fe071d7", "id": "b429db3d-a161-47b1-8912-a92b79a5b482"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:58.595 63 INFO tempest.lib.common.rest_client [req-2a86e627-703f-4954-ae8d-3064f6461a74 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.092s 2018-08-12 21:08:58.595 63 DEBUG tempest.lib.common.rest_client [req-2a86e627-703f-4954-ae8d-3064f6461a74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "30bcd4ae-d662-4bff-8020-d9804a247224"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:08:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a86e627-703f-4954-ae8d-3064f6461a74'} Body: {"floatingip": {"router_id": "b429db3d-a161-47b1-8912-a92b79a5b482", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:08:57Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "30bcd4ae-d662-4bff-8020-d9804a247224", "id": "4f05d949-b873-474f-8a32-ae2438b064e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:08:58.597 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:09:06.619 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:09:06.721 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:09:06.745 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:09:06.860 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-12 21:09:06.860 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:09:06.862 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:09:06.923 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:09:06.926 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:09:11.935 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:09:11.935 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-12 21:10:21.982 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-12 21:10:21.983 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:10:21.987 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:10:22.050 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:10:22.052 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:10:27.060 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:10:27.060 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-12 21:11:37.117 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-12 21:11:37.118 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-12 21:11:37.119 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37.123 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37.218 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:11:37.219 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37.226 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:11:37.226 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:ab:4b:aa [ether] on eth0 2018-08-12 21:11:37.227 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-12 21:11:37.228 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37.230 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37.289 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:11:37.294 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37.303 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 21:11:37.303 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-12 21:11:37.304 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37.306 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37.369 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:11:37.370 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37.376 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-12 21:11:37.376 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37.378 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37.441 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:11:37.443 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37.448 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:11:37.448 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:ab:4b:aa [ether] on eth0 2018-08-12 21:11:37.449 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-12 21:11:37.449 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37.451 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37.508 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:11:37.516 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:42.524 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:11:42.525 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-12 21:12:52.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-12 21:12:52.584 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:12:52.588 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:12:52.687 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:12:52.716 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:12:57.725 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:12:57.726 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-12 21:14:07.796 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-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:14:09.356 63 INFO tempest.lib.common.rest_client [req-c8459d3a-ac93-439f-b1e7-299b35aa65d9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/4f05d949-b873-474f-8a32-ae2438b064e0 1.555s 2018-08-12 21:14:09.357 63 DEBUG tempest.lib.common.rest_client [req-c8459d3a-ac93-439f-b1e7-299b35aa65d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f05d949-b873-474f-8a32-ae2438b064e0', u'date': 'Sun, 12 Aug 2018 21:14:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8459d3a-ac93-439f-b1e7-299b35aa65d9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:11.765 63 INFO tempest.lib.common.rest_client [req-674f0d42-30d0-4838-a45a-8d70556c66bc ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/remove_router_interface 2.406s 2018-08-12 21:14:11.766 63 DEBUG tempest.lib.common.rest_client [req-674f0d42-30d0-4838-a45a-8d70556c66bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:14:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-674f0d42-30d0-4838-a45a-8d70556c66bc'} Body: {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135", "subnet_ids": ["4f0c78d8-89ea-4c73-80fa-1e9caa68f135"], "port_id": "72e593a4-683b-4d76-9230-32d94fe071d7", "id": "b429db3d-a161-47b1-8912-a92b79a5b482"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:13.658 63 INFO tempest.lib.common.rest_client [req-24dc9921-3a59-4b39-8b1a-b6b6ec727dea ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482 1.890s 2018-08-12 21:14:13.658 63 DEBUG tempest.lib.common.rest_client [req-24dc9921-3a59-4b39-8b1a-b6b6ec727dea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b429db3d-a161-47b1-8912-a92b79a5b482', u'date': 'Sun, 12 Aug 2018 21:14:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24dc9921-3a59-4b39-8b1a-b6b6ec727dea'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:14.082 63 INFO tempest.lib.common.rest_client [req-44c49b57-ca24-45b8-ae74-6bec04223e28 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.422s 2018-08-12 21:14:14.083 63 DEBUG tempest.lib.common.rest_client [req-44c49b57-ca24-45b8-ae74-6bec04223e28 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-44c49b57-ca24-45b8-ae74-6bec04223e28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44c49b57-ca24-45b8-ae74-6bec04223e28'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:15.324 63 INFO tempest.lib.common.rest_client [req-dfe3043f-8b4b-4da6-a624-6f4d65b3d4bd ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 1.240s 2018-08-12 21:14:15.325 63 DEBUG tempest.lib.common.rest_client [req-dfe3043f-8b4b-4da6-a624-6f4d65b3d4bd ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-dfe3043f-8b4b-4da6-a624-6f4d65b3d4bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfe3043f-8b4b-4da6-a624-6f4d65b3d4bd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:13Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:16.390 63 INFO tempest.lib.common.rest_client [req-4f5b4d0d-4355-4a74-9ddf-a8835d1eab85 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.049s 2018-08-12 21:14:16.391 63 DEBUG tempest.lib.common.rest_client [req-4f5b4d0d-4355-4a74-9ddf-a8835d1eab85 ] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-4f5b4d0d-4355-4a74-9ddf-a8835d1eab85', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4f5b4d0d-4355-4a74-9ddf-a8835d1eab85'} Body: {"itemNotFound": {"message": "Instance da36ec5e-5b89-42fb-be07-878eda890953 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:17.045 63 INFO tempest.lib.common.rest_client [req-199c39d7-1d83-42a7-862f-aa40b19f5b1c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/65e1649a-9dbc-49e6-9461-5d196abea4cd 0.653s 2018-08-12 21:14:17.046 63 DEBUG tempest.lib.common.rest_client [req-199c39d7-1d83-42a7-862f-aa40b19f5b1c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/65e1649a-9dbc-49e6-9461-5d196abea4cd', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-199c39d7-1d83-42a7-862f-aa40b19f5b1c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:17.268 63 INFO tempest.lib.common.rest_client [req-604343b0-7cb0-4c0f-ae4f-3c9c688ed69d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.221s 2018-08-12 21:14:17.269 63 DEBUG tempest.lib.common.rest_client [req-604343b0-7cb0-4c0f-ae4f-3c9c688ed69d ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-604343b0-7cb0-4c0f-ae4f-3c9c688ed69d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-604343b0-7cb0-4c0f-ae4f-3c9c688ed69d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:18.407 63 INFO tempest.lib.common.rest_client [req-9852d69a-7776-4bca-a9fc-91e1fbfd7d71 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 1.137s 2018-08-12 21:14:18.408 63 DEBUG tempest.lib.common.rest_client [req-9852d69a-7776-4bca-a9fc-91e1fbfd7d71 ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-9852d69a-7776-4bca-a9fc-91e1fbfd7d71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9852d69a-7776-4bca-a9fc-91e1fbfd7d71'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:19.490 63 INFO tempest.lib.common.rest_client [req-b6a007f0-b0c3-4d42-8674-245d2cb1c953 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.055s 2018-08-12 21:14:19.491 63 DEBUG tempest.lib.common.rest_client [req-b6a007f0-b0c3-4d42-8674-245d2cb1c953 ] 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-b6a007f0-b0c3-4d42-8674-245d2cb1c953', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b6a007f0-b0c3-4d42-8674-245d2cb1c953'} Body: {"itemNotFound": {"message": "Instance 9d900214-0b5f-442f-9e17-436a79a04f6d could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:20.123 63 INFO tempest.lib.common.rest_client [req-06ecb762-b836-4d9b-87c0-ad9cc20b70be ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/30bcd4ae-d662-4bff-8020-d9804a247224 0.631s 2018-08-12 21:14:20.124 63 DEBUG tempest.lib.common.rest_client [req-06ecb762-b836-4d9b-87c0-ad9cc20b70be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/30bcd4ae-d662-4bff-8020-d9804a247224', u'date': 'Sun, 12 Aug 2018 21:14:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-06ecb762-b836-4d9b-87c0-ad9cc20b70be'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:20.192 63 INFO tempest.lib.common.rest_client [req-d38df620-492c-40b9-98c1-60532a101475 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1361914854 0.067s 2018-08-12 21:14:20.192 63 DEBUG tempest.lib.common.rest_client [req-d38df620-492c-40b9-98c1-60532a101475 ] 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-1361914854', u'x-compute-request-id': 'req-d38df620-492c-40b9-98c1-60532a101475', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d38df620-492c-40b9-98c1-60532a101475'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:22.541 63 INFO tempest.lib.common.rest_client [req-ab7cac6a-9df3-483a-8c1b-9782e1e229a5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/8f8aab04-1194-4312-a6cb-caf1bd7483cc 2.347s 2018-08-12 21:14:22.542 63 DEBUG tempest.lib.common.rest_client [req-ab7cac6a-9df3-483a-8c1b-9782e1e229a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/8f8aab04-1194-4312-a6cb-caf1bd7483cc', u'date': 'Sun, 12 Aug 2018 21:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ab7cac6a-9df3-483a-8c1b-9782e1e229a5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:24.294 63 INFO tempest.lib.common.rest_client [req-f57af2c9-d622-48b0-9f40-6084906909ef ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/00256902-f500-45c8-9bd8-b3e6f4d7c929 1.751s 2018-08-12 21:14:24.294 63 DEBUG tempest.lib.common.rest_client [req-f57af2c9-d622-48b0-9f40-6084906909ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/00256902-f500-45c8-9bd8-b3e6f4d7c929', u'date': 'Sun, 12 Aug 2018 21:14:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f57af2c9-d622-48b0-9f40-6084906909ef'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:27.065 63 INFO tempest.lib.common.rest_client [req-f7b34f37-7f05-4f70-8db8-6600921c4ed8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4f0c78d8-89ea-4c73-80fa-1e9caa68f135 2.770s 2018-08-12 21:14:27.066 63 DEBUG tempest.lib.common.rest_client [req-f7b34f37-7f05-4f70-8db8-6600921c4ed8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f0c78d8-89ea-4c73-80fa-1e9caa68f135', u'date': 'Sun, 12 Aug 2018 21:14:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f7b34f37-7f05-4f70-8db8-6600921c4ed8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:28.909 63 INFO tempest.lib.common.rest_client [req-a7526bc1-84f7-425e-9245-f88886936afc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/dbe3921b-1b2c-4c7e-80da-550bcfa14cd9 1.842s 2018-08-12 21:14:28.909 63 DEBUG tempest.lib.common.rest_client [req-a7526bc1-84f7-425e-9245-f88886936afc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/dbe3921b-1b2c-4c7e-80da-550bcfa14cd9', u'date': 'Sun, 12 Aug 2018 21:14:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a7526bc1-84f7-425e-9245-f88886936afc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:29.473 63 INFO tempest.lib.common.rest_client [req-3bdba5b1-eeca-4419-8f43-cc1b5b46d835 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/94da5ee1-ed9a-46cf-9758-77505a713a4c 0.562s 2018-08-12 21:14:29.474 63 DEBUG tempest.lib.common.rest_client [req-3bdba5b1-eeca-4419-8f43-cc1b5b46d835 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/94da5ee1-ed9a-46cf-9758-77505a713a4c', u'date': 'Sun, 12 Aug 2018 21:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3bdba5b1-eeca-4419-8f43-cc1b5b46d835'} 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 [377.883337s] ... 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-12 21:08:11,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.318s 2018-08-12 21:08:11,911 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1924256464 description", "name": "tempest-secgroup-smoke-1924256464"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:08:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab8bf7b7-b0b6-4c1b-8817-6f67fbe02101'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1924256464 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:11Z", "updated_at": "2018-08-12T21:08:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:08:11Z", "revision_number": 0, "id": "101943f9-5d7a-4817-9ab1-02e95a88886f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:08:11Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:08:11Z", "revision_number": 0, "id": "3a417de4-fab9-4d76-8a26-f4ff313327eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:08:11Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "name": "tempest-secgroup-smoke-1924256464"}} 2018-08-12 21:08:12,455 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.542s 2018-08-12 21:08:12,455 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f040c947-10ec-4a0b-9bca-60d871b164b9'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "09257e05-135e-4a87-aa77-e1ad3279692b"}} 2018-08-12 21:08:12,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.269s 2018-08-12 21:08:12,726 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c4d1f44-f12f-4d24-96ee-691b7e2ddce3'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f404790f-45a3-4007-bfd9-e657046191a7"}} 2018-08-12 21:08:12,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.154s 2018-08-12 21:08:12,881 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8735f23-2398-41fa-89eb-597977608291'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "173d2390-1493-42da-9519-00be9f9cca14"}} 2018-08-12 21:08:13,095 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-12 21:08:13,096 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-807d61e5-4ac2-4841-a73b-ac1704a3a96a'} 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-12T21:08:13Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "16ad27d1-fb35-4676-ae73-65d9d390948c"}} 2018-08-12 21:08:13,515 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.417s 2018-08-12 21:08:13,515 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:08:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-19a3f4b5-cd08-4efe-a8e7-eb968e8e7dd3'} 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-12T21:08:13Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d7fcc415-3fe2-42d8-82c2-6d8c277cde37"}} 2018-08-12 21:08:14,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.867s 2018-08-12 21:08:14,384 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:08:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ac1efc9-ef5f-4768-8e5e-17e32f2bfd43'} 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-12T21:08:14Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "10959df7-a56a-4bdf-b74d-c00803660a06"}} 2018-08-12 21:08:15,209 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.824s 2018-08-12 21:08:15,210 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a56e1133-e35e-4cd8-8f73-9abf3a6bbbff'} 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-12T21:08:15Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "16087c33-fd4e-4f88-a98a-7b8902bdbfd2"}} 2018-08-12 21:08:15,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.149s 2018-08-12 21:08:15,360 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d27c3f3-8103-4ebb-b827-443fc1ed2bb7'} 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-12T21:08:15Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f32d06a-9ae8-41da-afb1-496a680b160e"}} 2018-08-12 21:08:15,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.216s 2018-08-12 21:08:15,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-803414480"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0abca63d-7d2d-43c2-891b-4e4e737a74ff'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:08:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","name":"tempest-A-803414480"}} 2018-08-12 21:08:16,197 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.618s 2018-08-12 21:08:16,198 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "name": "tempest-subnet-A-1-1551965508"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0cb991f0-2421-40f8-b1cb-9fda92069f68'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:15Z","dns_nameservers":[],"updated_at":"2018-08-12T21:08: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":"01ace95cf526467b9409c6248a7c6876","id":"4f0c78d8-89ea-4c73-80fa-1e9caa68f135","subnetpool_id":null,"name":"tempest-subnet-A-1-1551965508"}} 2018-08-12 21:08:16,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.457s 2018-08-12 21:08:16,657 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1128466218"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2cc900d-83ee-46e2-9803-2481c296935b'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:08:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","name":"tempest-B-1128466218"}} 2018-08-12 21:08:17,483 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.825s 2018-08-12 21:08:17,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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "name": "tempest-subnet-B-1-1110480819"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f638941b-df14-4639-a331-5923953b23b3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:16Z","dns_nameservers":[],"updated_at":"2018-08-12T21:08: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":"01ace95cf526467b9409c6248a7c6876","id":"8f8aab04-1194-4312-a6cb-caf1bd7483cc","subnetpool_id":null,"name":"tempest-subnet-B-1-1110480819"}} 2018-08-12 21:08:17,877 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:08:17,878 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9042', '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': 'Sun, 12 Aug 2018 21:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6403ddc-19ac-4a4c-adaa-1fa5abe58fc0'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:08:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b97ce0f559e4ac1869739a8abc41bc4", "name": "tempest-TestBGPVPNBasic-1940518730"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"end 2018-08-12 21:08:18,449 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.569s 2018-08-12 21:08:18,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56b53a40-58f8-478c-a2f3-3d76f57f3151'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "5277dcae-23b1-47d7-b2b6-de6b512b3b3a"}} 2018-08-12 21:08:19,863 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations 1.413s 2018-08-12 21:08:19,864 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations', u'date': 'Sun, 12 Aug 2018 21:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95f796c8-3287-41fc-9f9e-40c809970208'} Body: {"network_association": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "id": "bfa6e47b-8507-4242-bcf3-91a8b293bfb5"}} 2018-08-12 21:08:20,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations 0.770s 2018-08-12 21:08:20,635 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations', u'date': 'Sun, 12 Aug 2018 21:08:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ae18eae-0ae2-41b0-b8df-33ddda889d88'} Body: {"network_association": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "id": "012bdc8d-5750-4758-a876-99fbf28a2ced"}} 2018-08-12 21:08:20,635 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:08:20,895 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.259s 2018-08-12 21:08:20,896 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1361914854"}} 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-9b5e86c7-bb12-4c22-b514-a8a70ffad8ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b5e86c7-bb12-4c22-b514-a8a70ffad8ae'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcEUxcLF5yBE6OJZz/vPYqBZytEew9+TFK/TvwQEBX/uUxJuX+Dgzd04s7VcVPTx+zpuO4y6DXfP0m4td7Q+7q9lukoGtKy0uTwkMo8YB5SH2ShpyPFnjCHqsRiy0AaxgKfPdKu6v/OAr8Je4vHIFGeuM3oaomLhxOEA6erfNqeFUFcm0oQzG8xDmjkMQvG88hUPsIkjIKiEQYWrpdca2udJoFKxOxaA37mRoMDTtW0UGfgabTIgKySQw3HV9KjACQRbu8pyUg4PEr58mPpr0Ja73SOHT/84JUDLOZb1kQQBR3nS5SL6snfZnVomZlH8srn36GZs3jGKSb5Q3RAIO3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnBFMXCxecgROjiWc/7z2KgWcrRHsPfkxSv078EBAV/7lMSbl\n/g4M3dOLO1XFT08fs6bjuMug13z9JuLXe0Pu6vZbpKBrSstLk8JDKPGAeUh9koac\njxZ4wh6rEYstAGsYCnz3Srur/zgK/CXuLxyBRnrjN6GqJi4cThAOnq3zanhVBXJt\nKEMxvMQ5o5DELxvPIVD7CJIyCohEGFq6XXGtrnSaBSsTsWgN+5kaDA07VtFBn4Gm\n0yICskkMNx1fSowAkEW7vKclIODxK+fJj6a9CWu90jh0//OCVAyzmW9ZEEAUd50u\nUi+rJ32Z1aJmZR/LK59+hmbN4xikm+UN0QCDtwIDAQABAoIBAH3EXuHEi5OcLuXU\nH9HjKAizHxBFajiC8Rs6OSwhyvhem7nhW+RA1FOKnyAAvZFs9OIkckzAI+yjd6n3\nkahvFUDZqP5gnDXY4B3Bpbd/7oVOSoti2RViCYx9hGQN4QT+SJBjJjFeTXvNYOTT\neD8U3IS8kRCKwgAkloC95dov2gIIlkswUfJ4vRrNj4DzpbVadY8yBM+cH4dWpBap\nxgm4/amBHKZHvN9iGzLY+Ycj9Xlv9WD/aiL+1dWOkUb4Qok40N2ZLWpruT9+qSZ1\nWq6o0iOx3pn+PZcf29xJTdgl5jKq7JnE4odR0i72MDniW6vL47hfXOEs//GN+wvQ\nmIEFgWECgYEAzYjMYxt5E1Y5N/gL5/jGmm1vLprxFA/MHLQNAWKNIufTE9JMMl65\np0z/C/zNgEwra0Tsjd+vYsck1k38UOIh3Cymck6Nq6jv1j7etbtTmZjc/UV7VT+f\nMAxyd96qZN84fuqpdxP+meHeJp2h3qcHC0m+Dbm/R/2gbEtnVksgW9ECgYEAwmMu\ny5Q+ZwjbLeJu51O7GKroKbsPcNd13bdjCGBTt7ts1By3dNcKn3LqjpIFi61B/mNI\nx/NjxMBN0g8HCdWkS2/aCnEEU83TmffO/KFULT5Fk3TBUGlWdEwa1NHC5GB9JiqK\nOkOkp05u9PTG6aNBJ3BIsQm4nS9WfVdBOdqbMQcCgYEAhBxTK70D9Q7uFnCkzoVU\nuvxug6lqHjgNPcHpviMnjvEt9sas3Y+Pi97s7TqgqL/NBNU3q/XEmRxiLDHSZfcE\nRq6Yik69t0IOb0rYAj4XfVoJae6YWPJdExhdF3mTUuU8Pi/9n6HFfAn3riCSZDg+\nSd4rgE0Ni2uWCyXolUoS0ZECgYAKBz3hyMsTW7SbAGSCUKKFWkPR61GXm7X78zsL\nspR/FQ8/PiAEyhdFNJN/OW9Jzm1qJ0sY7aiG/PjGznmpezkXnzSbd0sm26Z/+fXW\nuKf0EZNbURmsAVMxer+jnRK133h1YJpy+QxkiTpWLs6YPRDebP+DCqJYkZmfq8G0\nr190PwKBgArnpCQmua4SrIGE7ainHspBySBSER3Vtl8Hhe07B8+l8/mNxHq1OZxo\n0gzgXJoJEhqqtQQoeZZBoarCIxR1z88ebBlgIpgg0a1Ln8JH139eRWSw4H17Dx2S\nwOXv1Z5MLh9wqTrBr/xKUwY0OlB5UdXs1wSwj88ZCT5jGTnqw0WC\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1361914854", "fingerprint": "22:55:ee:2a:9a:3a:7d:10:e0:63:52:11:29:03:23:16"}} 2018-08-12 21:08:21,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 0.949s 2018-08-12 21:08:21,849 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-961049317", "security_groups": ["94da5ee1-ed9a-46cf-9758-77505a713a4c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9736637-756f-4b54-9ae6-129b0a7d59af'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:08:21Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:08:21Z","name":"tempest-port-smoke-961049317","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:17:4d:93","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4f0c78d8-89ea-4c73-80fa-1e9caa68f135","ip_address":"10.101.11.10"}],"id":"30bcd4ae-d662-4bff-8020-d9804a247224","security_groups":["94da5ee1-ed9a-46cf-9758-77505a713a4c"],"device_id":""}} 2018-08-12 21:08:25,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.449s 2018-08-12 21:08:25,300 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-1361914854", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "port": "30bcd4ae-d662-4bff-8020-d9804a247224"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-6e8f05de-274c-49bf-861e-ce07a2715599', 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e8f05de-274c-49bf-861e-ce07a2715599'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "adminPass": "K8fshGFByNyP"}} 2018-08-12 21:08:25,899 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.595s 2018-08-12 21:08:25,900 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-ef78d851-b67b-4932-89e4-c9d18dfc1974', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef78d851-b67b-4932-89e4-c9d18dfc1974'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:27,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.336s 2018-08-12 21:08:27,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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-2163ab8b-fd76-4fc0-8118-71b07810025c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2163ab8b-fd76-4fc0-8118-71b07810025c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:28,608 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.341s 2018-08-12 21:08:28,609 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-e4c2cae1-540c-4899-bb19-29650115c49f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e4c2cae1-540c-4899-bb19-29650115c49f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:28,622 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:08:30,724 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 1.101s 2018-08-12 21:08:30,725 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-11f0d472-8105-4115-8eed-daa56ffb3caa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11f0d472-8105-4115-8eed-daa56ffb3caa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:32,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.604s 2018-08-12 21:08:32,343 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-4f43a2f6-bc78-482f-9eb3-349e9e3e0a2c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f43a2f6-bc78-482f-9eb3-349e9e3e0a2c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:34,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.687s 2018-08-12 21:08:34,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-4e160eba-05c8-49d2-875f-90bebbb7d8d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e160eba-05c8-49d2-875f-90bebbb7d8d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:35,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.867s 2018-08-12 21:08:35,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-e7869db8-e3f7-4145-bf00-41cf08676c05', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7869db8-e3f7-4145-bf00-41cf08676c05'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:35,941 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:08:36,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.332s 2018-08-12 21:08:36,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-aa7c6319-789d-498f-add6-9220f9a38305', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa7c6319-789d-498f-add6-9220f9a38305'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:36,290 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9d900214-0b5f-442f-9e17-436a79a04f6d with status: ACTIVE 2018-08-12 21:08:37,800 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.509s 2018-08-12 21:08:37,801 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1434579897", "security_groups": ["94da5ee1-ed9a-46cf-9758-77505a713a4c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:08:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b6cd352-c933-4997-bc8f-e0116654e1a1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:08:37Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:08:37Z","name":"tempest-port-smoke-1434579897","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:99:c1:3f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"8f8aab04-1194-4312-a6cb-caf1bd7483cc","ip_address":"10.102.21.20"}],"id":"65e1649a-9dbc-49e6-9461-5d196abea4cd","security_groups":["94da5ee1-ed9a-46cf-9758-77505a713a4c"],"device_id":""}} 2018-08-12 21:08:41,498 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.697s 2018-08-12 21:08:41,500 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-1361914854", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "port": "65e1649a-9dbc-49e6-9461-5d196abea4cd"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-d219ab44-cc9e-4919-85eb-7815e4420d54', 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d219ab44-cc9e-4919-85eb-7815e4420d54'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "da36ec5e-5b89-42fb-be07-878eda890953", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "adminPass": "mvSizX48vjav"}} 2018-08-12 21:08:42,090 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.584s 2018-08-12 21:08:42,091 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-cd2e2755-37df-49b9-9f39-bc84cb3aa7c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd2e2755-37df-49b9-9f39-bc84cb3aa7c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:43,415 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.307s 2018-08-12 21:08:43,415 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-578fbdae-7c63-41c7-9d9b-e97279a0dd90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-578fbdae-7c63-41c7-9d9b-e97279a0dd90'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:44,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.367s 2018-08-12 21:08:44,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': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-86114694-74a8-4b03-9b6a-94ef9e84e645', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86114694-74a8-4b03-9b6a-94ef9e84e645'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:46,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.913s 2018-08-12 21:08:46,727 63 DEBUG [tempest.lib.common.rest_client] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-ec390d7d-1abc-432b-bba5-9d0182963ac3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec390d7d-1abc-432b-bba5-9d0182963ac3'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:46,740 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 21:08:48,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.344s 2018-08-12 21:08:48,086 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-a3a88343-808a-4c68-b281-ad064e86fdb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3a88343-808a-4c68-b281-ad064e86fdb2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:46Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:48,102 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-12 21:08:49,780 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.675s 2018-08-12 21:08:49,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-916cabda-bc02-4f3f-a6f7-5f76a470fb04', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-916cabda-bc02-4f3f-a6f7-5f76a470fb04'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:46Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:51,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.709s 2018-08-12 21:08:51,505 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-efd86a2a-c1d0-4b7b-9b19-85b823ad5805', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efd86a2a-c1d0-4b7b-9b19-85b823ad5805'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:51,529 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:08:52,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.769s 2018-08-12 21:08:52,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': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-84011990-0962-44ae-be38-1905ad25a29f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84011990-0962-44ae-be38-1905ad25a29f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:52,310 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: da36ec5e-5b89-42fb-be07-878eda890953 with status: ACTIVE 2018-08-12 21:08:52,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/routers 0.131s 2018-08-12 21:08:52,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--383579446", "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': 'Sun, 12 Aug 2018 21:08:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0c2c2afb-81b0-4382-9ec8-6b17adeab39a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:52Z", "admin_state_up": true, "updated_at": "2018-08-12T21:08:52Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b429db3d-a161-47b1-8912-a92b79a5b482", "name": "tempest-router--383579446"}} 2018-08-12 21:08:53,935 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482 1.492s 2018-08-12 21:08:53,936 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482', u'date': 'Sun, 12 Aug 2018 21:08:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94554fdd-d886-4b7f-afc6-a4c1c8719454'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:52Z", "admin_state_up": true, "updated_at": "2018-08-12T21:08:53Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b429db3d-a161-47b1-8912-a92b79a5b482", "name": "tempest-router--383579446"}} 2018-08-12 21:08:56,501 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/add_router_interface 2.564s 2018-08-12 21:08:56,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:08:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd846e23-6583-459f-af00-90cf9891e2ed'} Body: {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135", "subnet_ids": ["4f0c78d8-89ea-4c73-80fa-1e9caa68f135"], "port_id": "72e593a4-683b-4d76-9230-32d94fe071d7", "id": "b429db3d-a161-47b1-8912-a92b79a5b482"} 2018-08-12 21:08:58,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.092s 2018-08-12 21:08:58,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "30bcd4ae-d662-4bff-8020-d9804a247224"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:08:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a86e627-703f-4954-ae8d-3064f6461a74'} Body: {"floatingip": {"router_id": "b429db3d-a161-47b1-8912-a92b79a5b482", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:08:57Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "30bcd4ae-d662-4bff-8020-d9804a247224", "id": "4f05d949-b873-474f-8a32-ae2438b064e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:08:58,597 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:09:06,619 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:09:06,721 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:09:06,745 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:09:06,860 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-12 21:09:06,860 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:09:06,862 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:09:06,923 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:09:06,926 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:09:11,935 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:09:11,935 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-12 21:10:21,982 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-12 21:10:21,983 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:10:21,987 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:10:22,050 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:10:22,052 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:10:27,060 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:10:27,060 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-12 21:11:37,117 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:11:37,118 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-12 21:11:37,119 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,123 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,218 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,219 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37,226 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:11:37,226 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:ab:4b:aa [ether] on eth0 2018-08-12 21:11:37,227 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-12 21:11:37,228 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,230 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,289 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,294 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37,303 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:11:37,303 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-12 21:11:37,304 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,306 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,369 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,370 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37,376 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-12 21:11:37,376 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,378 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,441 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,443 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37,448 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:11:37,448 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:ab:4b:aa [ether] on eth0 2018-08-12 21:11:37,449 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-12 21:11:37,449 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,451 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,508 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,516 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:42,524 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:11:42,525 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-12 21:12:52,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-12 21:12:52,584 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:12:52,588 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:12:52,687 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:12:52,716 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:12:57,725 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:12:57,726 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-12 21:14:07,796 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:14:07,797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:14:09,356 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/4f05d949-b873-474f-8a32-ae2438b064e0 1.555s 2018-08-12 21:14:09,357 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f05d949-b873-474f-8a32-ae2438b064e0', u'date': 'Sun, 12 Aug 2018 21:14:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8459d3a-ac93-439f-b1e7-299b35aa65d9'} Body: 2018-08-12 21:14:11,765 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/remove_router_interface 2.406s 2018-08-12 21:14:11,766 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:14:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-674f0d42-30d0-4838-a45a-8d70556c66bc'} Body: {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135", "subnet_ids": ["4f0c78d8-89ea-4c73-80fa-1e9caa68f135"], "port_id": "72e593a4-683b-4d76-9230-32d94fe071d7", "id": "b429db3d-a161-47b1-8912-a92b79a5b482"} 2018-08-12 21:14:13,658 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482 1.890s 2018-08-12 21:14:13,658 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b429db3d-a161-47b1-8912-a92b79a5b482', u'date': 'Sun, 12 Aug 2018 21:14:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24dc9921-3a59-4b39-8b1a-b6b6ec727dea'} Body: 2018-08-12 21:14:14,082 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.422s 2018-08-12 21:14:14,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-44c49b57-ca24-45b8-ae74-6bec04223e28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44c49b57-ca24-45b8-ae74-6bec04223e28'} Body: 2018-08-12 21:14:15,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 1.240s 2018-08-12 21:14:15,325 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-dfe3043f-8b4b-4da6-a624-6f4d65b3d4bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfe3043f-8b4b-4da6-a624-6f4d65b3d4bd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:13Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:16,390 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.049s 2018-08-12 21:14:16,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-4f5b4d0d-4355-4a74-9ddf-a8835d1eab85', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4f5b4d0d-4355-4a74-9ddf-a8835d1eab85'} Body: {"itemNotFound": {"message": "Instance da36ec5e-5b89-42fb-be07-878eda890953 could not be found.", "code": 404}} 2018-08-12 21:14:17,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/65e1649a-9dbc-49e6-9461-5d196abea4cd 0.653s 2018-08-12 21:14:17,046 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/65e1649a-9dbc-49e6-9461-5d196abea4cd', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-199c39d7-1d83-42a7-862f-aa40b19f5b1c'} Body: 2018-08-12 21:14:17,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.221s 2018-08-12 21:14:17,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-604343b0-7cb0-4c0f-ae4f-3c9c688ed69d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-604343b0-7cb0-4c0f-ae4f-3c9c688ed69d'} Body: 2018-08-12 21:14:18,407 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 1.137s 2018-08-12 21:14:18,408 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-9852d69a-7776-4bca-a9fc-91e1fbfd7d71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9852d69a-7776-4bca-a9fc-91e1fbfd7d71'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:19,490 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.055s 2018-08-12 21:14:19,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-b6a007f0-b0c3-4d42-8674-245d2cb1c953', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b6a007f0-b0c3-4d42-8674-245d2cb1c953'} Body: {"itemNotFound": {"message": "Instance 9d900214-0b5f-442f-9e17-436a79a04f6d could not be found.", "code": 404}} 2018-08-12 21:14:20,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/30bcd4ae-d662-4bff-8020-d9804a247224 0.631s 2018-08-12 21:14:20,124 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/30bcd4ae-d662-4bff-8020-d9804a247224', u'date': 'Sun, 12 Aug 2018 21:14:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-06ecb762-b836-4d9b-87c0-ad9cc20b70be'} Body: 2018-08-12 21:14:20,192 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-1361914854 0.067s 2018-08-12 21:14:20,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1361914854', u'x-compute-request-id': 'req-d38df620-492c-40b9-98c1-60532a101475', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d38df620-492c-40b9-98c1-60532a101475'} Body: 2018-08-12 21:14:22,541 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/8f8aab04-1194-4312-a6cb-caf1bd7483cc 2.347s 2018-08-12 21:14:22,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/8f8aab04-1194-4312-a6cb-caf1bd7483cc', u'date': 'Sun, 12 Aug 2018 21:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ab7cac6a-9df3-483a-8c1b-9782e1e229a5'} Body: 2018-08-12 21:14:24,294 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/00256902-f500-45c8-9bd8-b3e6f4d7c929 1.751s 2018-08-12 21:14:24,294 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/00256902-f500-45c8-9bd8-b3e6f4d7c929', u'date': 'Sun, 12 Aug 2018 21:14:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f57af2c9-d622-48b0-9f40-6084906909ef'} Body: 2018-08-12 21:14:27,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4f0c78d8-89ea-4c73-80fa-1e9caa68f135 2.770s 2018-08-12 21:14:27,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f0c78d8-89ea-4c73-80fa-1e9caa68f135', u'date': 'Sun, 12 Aug 2018 21:14:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f7b34f37-7f05-4f70-8db8-6600921c4ed8'} Body: 2018-08-12 21:14:28,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/dbe3921b-1b2c-4c7e-80da-550bcfa14cd9 1.842s 2018-08-12 21:14:28,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/dbe3921b-1b2c-4c7e-80da-550bcfa14cd9', u'date': 'Sun, 12 Aug 2018 21:14:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a7526bc1-84f7-425e-9245-f88886936afc'} Body: 2018-08-12 21:14:29,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/94da5ee1-ed9a-46cf-9758-77505a713a4c 0.562s 2018-08-12 21:14:29,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/security-groups/94da5ee1-ed9a-46cf-9758-77505a713a4c', u'date': 'Sun, 12 Aug 2018 21:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3bdba5b1-eeca-4419-8f43-cc1b5b46d835'} Body: 2018-08-12 21:14:29.969 63 INFO tempest.lib.common.rest_client [req-29c4eba3-950f-4054-949d-7b0af986a895 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.469s 2018-08-12 21:14:29.970 63 DEBUG tempest.lib.common.rest_client [req-29c4eba3-950f-4054-949d-7b0af986a895 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1738167718 description", "name": "tempest-secgroup-smoke-1738167718"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:14:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29c4eba3-950f-4054-949d-7b0af986a895'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1738167718 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:29Z", "updated_at": "2018-08-12T21:14:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:14:29Z", "revision_number": 0, "id": "229b3e2a-2ade-4977-8d39-02c2f41136a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:14:29Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:14:29Z", "revision_number": 0, "id": "dd16bd10-169b-4f60-9685-ab58938b046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:14:29Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0b402921-013b-487a-a5f8-64f50e6ed908", "name": "tempest-secgroup-smoke-1738167718"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:30.419 63 INFO tempest.lib.common.rest_client [req-c0abbc52-1d11-4383-aa3d-eb0c003c7a1b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.448s 2018-08-12 21:14:30.420 63 DEBUG tempest.lib.common.rest_client [req-c0abbc52-1d11-4383-aa3d-eb0c003c7a1b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0abbc52-1d11-4383-aa3d-eb0c003c7a1b'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ed69371d-4b19-4d55-bcc7-b3999182300d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:30.897 63 INFO tempest.lib.common.rest_client [req-6c29abb0-ef07-4c55-95a6-0dc67ea3c41d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.477s 2018-08-12 21:14:30.898 63 DEBUG tempest.lib.common.rest_client [req-6c29abb0-ef07-4c55-95a6-0dc67ea3c41d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c29abb0-ef07-4c55-95a6-0dc67ea3c41d'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "65e73e4a-1c6d-44c1-bd33-c30be9ca3d68"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:31.053 63 INFO tempest.lib.common.rest_client [req-786dcd88-ab5f-4072-8b7c-fb5e8a2f5e9e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.154s 2018-08-12 21:14:31.053 63 DEBUG tempest.lib.common.rest_client [req-786dcd88-ab5f-4072-8b7c-fb5e8a2f5e9e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-786dcd88-ab5f-4072-8b7c-fb5e8a2f5e9e'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ab171c2-02d9-4e71-9079-9c7161619bd8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:31.520 63 INFO tempest.lib.common.rest_client [req-346325e1-95e1-47a4-80fa-5bb5f3bed789 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.465s 2018-08-12 21:14:31.520 63 DEBUG tempest.lib.common.rest_client [req-346325e1-95e1-47a4-80fa-5bb5f3bed789 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-346325e1-95e1-47a4-80fa-5bb5f3bed789'} 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-12T21:14:31Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f8e6c621-d416-4ea1-a414-7285243354b2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:31.730 63 INFO tempest.lib.common.rest_client [req-e17e66b6-5336-4f8a-a18d-4ca94c0826f0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-12 21:14:31.731 63 DEBUG tempest.lib.common.rest_client [req-e17e66b6-5336-4f8a-a18d-4ca94c0826f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e17e66b6-5336-4f8a-a18d-4ca94c0826f0'} 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-12T21:14:31Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "877e271b-b35e-4454-8fd4-56e914ac0540"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:32.167 63 INFO tempest.lib.common.rest_client [req-085988d9-cc19-4d6d-baa5-b774c6ea5e73 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.435s 2018-08-12 21:14:32.167 63 DEBUG tempest.lib.common.rest_client [req-085988d9-cc19-4d6d-baa5-b774c6ea5e73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-085988d9-cc19-4d6d-baa5-b774c6ea5e73'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e0652f81-021c-4969-9b0f-3fecdd1a3dcb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:32.353 63 INFO tempest.lib.common.rest_client [req-fcd2f062-2a9c-4dce-b165-754c8aab44fc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.184s 2018-08-12 21:14:32.353 63 DEBUG tempest.lib.common.rest_client [req-fcd2f062-2a9c-4dce-b165-754c8aab44fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcd2f062-2a9c-4dce-b165-754c8aab44fc'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "695164c5-9dc3-4450-aa88-f1102f48da81"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:32.509 63 INFO tempest.lib.common.rest_client [req-a14c5d2b-727a-4355-aad7-26105026ffc6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.155s 2018-08-12 21:14:32.509 63 DEBUG tempest.lib.common.rest_client [req-a14c5d2b-727a-4355-aad7-26105026ffc6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a14c5d2b-727a-4355-aad7-26105026ffc6'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "76a8db2f-40e7-4fed-a59f-293de570d1ac"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:33.057 63 INFO tempest.lib.common.rest_client [req-d6e0c4fd-25f5-453c-88f3-afe42afcdef3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.546s 2018-08-12 21:14:33.057 63 DEBUG tempest.lib.common.rest_client [req-d6e0c4fd-25f5-453c-88f3-afe42afcdef3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1817669618"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6e0c4fd-25f5-453c-88f3-afe42afcdef3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:14:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0a11497c-e893-4ffb-956d-66bec6284061","name":"tempest-A-1817669618"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:33.674 63 INFO tempest.lib.common.rest_client [req-9c46fbc5-28fd-49b7-b2a7-be41a7247eea ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.615s 2018-08-12 21:14:33.674 63 DEBUG tempest.lib.common.rest_client [req-9c46fbc5-28fd-49b7-b2a7-be41a7247eea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0a11497c-e893-4ffb-956d-66bec6284061", "name": "tempest-subnet-A-1-715892272"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c46fbc5-28fd-49b7-b2a7-be41a7247eea'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a11497c-e893-4ffb-956d-66bec6284061","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:33Z","dns_nameservers":[],"updated_at":"2018-08-12T21:14:33Z","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":"01ace95cf526467b9409c6248a7c6876","id":"39f668db-0539-4afd-824c-26b12c4ecd44","subnetpool_id":null,"name":"tempest-subnet-A-1-715892272"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:34.596 63 INFO tempest.lib.common.rest_client [req-b179c783-8f8c-4cea-b345-334d521fb6e3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.921s 2018-08-12 21:14:34.596 63 DEBUG tempest.lib.common.rest_client [req-b179c783-8f8c-4cea-b345-334d521fb6e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-878675838"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:14:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b179c783-8f8c-4cea-b345-334d521fb6e3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:14:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","name":"tempest-B-878675838"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:35.363 63 INFO tempest.lib.common.rest_client [req-cc0edb17-be7c-4f48-931a-7126ffc84bcb ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.765s 2018-08-12 21:14:35.364 63 DEBUG tempest.lib.common.rest_client [req-cc0edb17-be7c-4f48-931a-7126ffc84bcb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "name": "tempest-subnet-B-1-2120591694"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc0edb17-be7c-4f48-931a-7126ffc84bcb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:34Z","dns_nameservers":[],"updated_at":"2018-08-12T21:14:34Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4e370caf-15cf-473d-ac22-b23a7e95e073","subnetpool_id":null,"name":"tempest-subnet-B-1-2120591694"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:35.485 63 INFO tempest.lib.common.rest_client [req-8c8f1c4e-a1df-4974-8404-e5ced3974b67 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.121s 2018-08-12 21:14:35.486 63 DEBUG tempest.lib.common.rest_client [req-8c8f1c4e-a1df-4974-8404-e5ced3974b67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-718036484"}} 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-8c8f1c4e-a1df-4974-8404-e5ced3974b67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c8f1c4e-a1df-4974-8404-e5ced3974b67'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9d4RHGvlbII9DAgAwZ+8FjFHBj5qgbxdH7j0gtrnFIzn7ANQaZ1txPMNNu0shNZa4I9csehDf/4NaNEllE4MNlX312b6qydlcWwOtcc1Ye/QSn93J+kXmtsLO+3B6Y9bHM51Gnl315NciNGeMgysZ+VZhe20rJgCJK2TS4bW+/RAXoT3FTPtUZecpVHhZEL5Esga1YidHPgiOmQ2JNwcjSXO/7V+wvq6hnCPZl5dFJ/OPmyFzyicuMTH+rmISFEmaKSwBR9glsrrCG0mhB+hSJv0Y/aLKthl4AQ2VkXVfBQnQ9KQPdZQAYqLQs9JJ8Le9rKg39yUFZTaRHPmYkmSr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvXeERxr5WyCPQwIAMGfvBYxRwY+aoG8XR+49ILa5xSM5+wDU\nGmdbcTzDTbtLITWWuCPXLHoQ3/+DWjRJZRODDZV99dm+qsnZXFsDrXHNWHv0Ep/d\nyfpF5rbCzvtwemPWxzOdRp5d9eTXIjRnjIMrGflWYXttKyYAiStk0uG1vv0QF6E9\nxUz7VGXnKVR4WRC+RLIGtWInRz4IjpkNiTcHI0lzv+1fsL6uoZwj2ZeXRSfzj5sh\nc8onLjEx/q5iEhRJmiksAUfYJbK6whtJoQfoUib9GP2iyrYZeAENlZF1XwUJ0PSk\nD3WUAGKi0LPSSfC3vayoN/clBWU2kRz5mJJkqwIDAQABAoIBADFOTAcxFtlHJOEc\nQS5XrdU0ygXkOCouHtHiRtgflUKfQzR157yjTyGt3Wl6JzgSORHcid+SOJgCZ41u\n8/aw2DcNw0TakIrjkoQ9Tzyw0+6F+2NpZQ9t6Qj8YL/6oS/IkZkvbmt1RSB7mBzX\npGblr67Hu1oNA8Dp19PajhdvE5wKzpqwtQe6L3VPYfCFMyuw8LwXkW+R+XwsX7xG\nOjwap6dSCGGS7bHE9JJ86FYfaAyVS00o65QoHn8BCcsyFPghbW+bUjR+NrQ6Ma/a\nhpVK3logLR2S+SylItGyOpSAcAZWwANgybA5SHeqEG9rGc2R0O0m3atka1qT/TZz\nlNhxPXECgYEA4uIau5+h+sJ3nRMdZmlQbilkgP5yiJzQ5dTHLL4qPSbf6fA6bgjv\nlDsokDhtb/rRSOpBObJTC/Hx41McetFA+1Nfi8TzdTUTmtORZyKuyinX8CNp5+fN\nkv40jkoD8NMoWR9ZdOrXQheo3nRP3jJ9+xLwIvWUpPD1KWxlAJWyghMCgYEA1cgn\n7tR1kBsRI7T91zAg6Z248V25T9Rh0bxbbKs3AGIvwNhHvJVxEt+Xkuxx6jqSltsG\nSXyDPWlvZzk1aFpxJSmzjHR2M573oGOOL6YmBzjMEUVeyuh1GrwRgqGmwdJS2H/C\nlch0s33YOKsNGc1krg/71iVO/aQFTS+DnMmvJgkCgYEAuSHw2Gqw/PJUMkrXsap7\n4/hIt21pPgpf9zqB8AOYad/f1H+e3gzSme0P82bn/fj3b30fDhpx44xgabN2yM0Z\nLjtg+qcSVfCid7Ltse++Gt68AoqTL5WZzLk7X2QMBSX4hYisMVgzoA24URUt2szu\nucJBSvWDfnfURSHa5PhB+hsCgYEAnSZ1tGsZwMUk5Eq4DueiShlXSpbLEpPdFICR\n9GAoHnAPCoPyt/5jEKysj6SgWL6V4689/+c30n0fF5JGYF+brOXqxuUVvvysq4qD\niyNn8Qcfe9KyzBX1f6GgfZa3LuOdYukH8XNZ1lg8CewzxTPnPs0hI1pppqpb+1Fi\nPm9EAYECgYB0DDYxp/7VOjeL0R1iihUg2XUXAtdSdBKje3Dkm7qfGbC85MxkSmwK\n2Nh0e9khdRasgODb5BHNG9UlbpvG/32LfdkE1kgynSgZO72qaOevCWCIgpLIfQRP\nDZMuP0LzehzU0ucVl7oFBroXjFHC6aZnVI/TLf/Vyf/lHnrT5o1ApA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-718036484", "fingerprint": "d1:c3:64:4d:e9:85:9c:6b:3e:8a:5d:28:b3:88:bc:7e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:36.399 63 INFO tempest.lib.common.rest_client [req-39ba1941-0584-47ca-9669-91163c450da8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.909s 2018-08-12 21:14:36.399 63 DEBUG tempest.lib.common.rest_client [req-39ba1941-0584-47ca-9669-91163c450da8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a11497c-e893-4ffb-956d-66bec6284061", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1858062146", "security_groups": ["0b402921-013b-487a-a5f8-64f50e6ed908"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:14:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-39ba1941-0584-47ca-9669-91163c450da8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:14:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a11497c-e893-4ffb-956d-66bec6284061","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:14:35Z","name":"tempest-port-smoke-1858062146","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:82:44:84","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"39f668db-0539-4afd-824c-26b12c4ecd44","ip_address":"10.101.11.10"}],"id":"1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5","security_groups":["0b402921-013b-487a-a5f8-64f50e6ed908"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:40.467 63 INFO tempest.lib.common.rest_client [req-9e51c78f-f19c-49f6-8c01-3954e7e6b553 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 4.066s 2018-08-12 21:14:40.468 63 DEBUG tempest.lib.common.rest_client [req-9e51c78f-f19c-49f6-8c01-3954e7e6b553 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-718036484", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a11497c-e893-4ffb-956d-66bec6284061", "port": "1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9e51c78f-f19c-49f6-8c01-3954e7e6b553', 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e51c78f-f19c-49f6-8c01-3954e7e6b553'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "adminPass": "k7i2rLxhyji9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:41.394 63 INFO tempest.lib.common.rest_client [req-e0ac08cf-4a3b-48b3-a99f-4ed6e7a8916b ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.922s 2018-08-12 21:14:41.394 63 DEBUG tempest.lib.common.rest_client [req-e0ac08cf-4a3b-48b3-a99f-4ed6e7a8916b ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-e0ac08cf-4a3b-48b3-a99f-4ed6e7a8916b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0ac08cf-4a3b-48b3-a99f-4ed6e7a8916b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:43.014 63 INFO tempest.lib.common.rest_client [req-87ea999a-dd71-4a6a-8cfb-394e4d6daaa2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.605s 2018-08-12 21:14:43.015 63 DEBUG tempest.lib.common.rest_client [req-87ea999a-dd71-4a6a-8cfb-394e4d6daaa2 ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-87ea999a-dd71-4a6a-8cfb-394e4d6daaa2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87ea999a-dd71-4a6a-8cfb-394e4d6daaa2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:45.327 63 INFO tempest.lib.common.rest_client [req-2e7c3109-189d-47b6-b392-4dc1cf9b5d88 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.295s 2018-08-12 21:14:45.328 63 DEBUG tempest.lib.common.rest_client [req-2e7c3109-189d-47b6-b392-4dc1cf9b5d88 ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-2e7c3109-189d-47b6-b392-4dc1cf9b5d88', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e7c3109-189d-47b6-b392-4dc1cf9b5d88'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:45.342 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:14:47.045 63 INFO tempest.lib.common.rest_client [req-5b20048a-5ed8-4192-8a10-db5b94785fc2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.701s 2018-08-12 21:14:47.046 63 DEBUG tempest.lib.common.rest_client [req-5b20048a-5ed8-4192-8a10-db5b94785fc2 ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-5b20048a-5ed8-4192-8a10-db5b94785fc2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5b20048a-5ed8-4192-8a10-db5b94785fc2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:49.360 63 INFO tempest.lib.common.rest_client [req-93987add-7715-4ad9-b4dd-1b61796d584d ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.299s 2018-08-12 21:14:49.361 63 DEBUG tempest.lib.common.rest_client [req-93987add-7715-4ad9-b4dd-1b61796d584d ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-93987add-7715-4ad9-b4dd-1b61796d584d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93987add-7715-4ad9-b4dd-1b61796d584d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:51.097 63 INFO tempest.lib.common.rest_client [req-655bac06-2f0f-4617-919e-88e03d31c40a ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.719s 2018-08-12 21:14:51.098 63 DEBUG tempest.lib.common.rest_client [req-655bac06-2f0f-4617-919e-88e03d31c40a ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-655bac06-2f0f-4617-919e-88e03d31c40a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-655bac06-2f0f-4617-919e-88e03d31c40a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:51.110 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:14:52.363 63 INFO tempest.lib.common.rest_client [req-b9adb50b-f794-4850-9938-fd02a18d638e ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.252s 2018-08-12 21:14:52.363 63 DEBUG tempest.lib.common.rest_client [req-b9adb50b-f794-4850-9938-fd02a18d638e ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-b9adb50b-f794-4850-9938-fd02a18d638e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9adb50b-f794-4850-9938-fd02a18d638e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:52.379 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:14:53.153 63 INFO tempest.lib.common.rest_client [req-776f7e74-19d5-4ec6-8173-f6e521e85220 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.773s 2018-08-12 21:14:53.153 63 DEBUG tempest.lib.common.rest_client [req-776f7e74-19d5-4ec6-8173-f6e521e85220 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1107427626", "security_groups": ["0b402921-013b-487a-a5f8-64f50e6ed908"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:14:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-776f7e74-19d5-4ec6-8173-f6e521e85220'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:14:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:14:52Z","name":"tempest-port-smoke-1107427626","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f1:39:26","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4e370caf-15cf-473d-ac22-b23a7e95e073","ip_address":"10.102.21.20"}],"id":"d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc","security_groups":["0b402921-013b-487a-a5f8-64f50e6ed908"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:55.425 63 INFO tempest.lib.common.rest_client [req-69e8f190-21a3-4121-a1ba-e3631f58d686 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 2.270s 2018-08-12 21:14:55.425 63 DEBUG tempest.lib.common.rest_client [req-69e8f190-21a3-4121-a1ba-e3631f58d686 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-718036484", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "port": "d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-69e8f190-21a3-4121-a1ba-e3631f58d686', 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69e8f190-21a3-4121-a1ba-e3631f58d686'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "987f9721-4616-4733-b94f-170ba0603b3c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "adminPass": "nvFyh4Rqw9yR"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:55.928 63 INFO tempest.lib.common.rest_client [req-a7751043-9ee5-4edc-939a-2c3eae7adfaf ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.499s 2018-08-12 21:14:55.929 63 DEBUG tempest.lib.common.rest_client [req-a7751043-9ee5-4edc-939a-2c3eae7adfaf ] 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-a7751043-9ee5-4edc-939a-2c3eae7adfaf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7751043-9ee5-4edc-939a-2c3eae7adfaf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "987f9721-4616-4733-b94f-170ba0603b3c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-2", "created": "2018-08-12T21:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:57.306 63 INFO tempest.lib.common.rest_client [req-a18da7fe-2fde-4a71-b774-cf8e3772ef82 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.362s 2018-08-12 21:14:57.307 63 DEBUG tempest.lib.common.rest_client [req-a18da7fe-2fde-4a71-b774-cf8e3772ef82 ] 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-a18da7fe-2fde-4a71-b774-cf8e3772ef82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a18da7fe-2fde-4a71-b774-cf8e3772ef82'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "987f9721-4616-4733-b94f-170ba0603b3c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-12T21:14:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-2", "created": "2018-08-12T21:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-12T21:14:56Z"}, "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:57.319 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-12 21:14:58.383 63 INFO tempest.lib.common.rest_client [req-48bd7df1-8d83-4174-9710-8303a6a86fda ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 204 DELETE http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 1.063s 2018-08-12 21:14:58.384 63 DEBUG tempest.lib.common.rest_client [req-48bd7df1-8d83-4174-9710-8303a6a86fda ] 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-48bd7df1-8d83-4174-9710-8303a6a86fda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48bd7df1-8d83-4174-9710-8303a6a86fda'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:58.426 63 INFO tempest.lib.common.rest_client [req-2e4b8a9b-f51c-473a-87e6-311020849d6d ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 404 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.042s 2018-08-12 21:14:58.427 63 DEBUG tempest.lib.common.rest_client [req-2e4b8a9b-f51c-473a-87e6-311020849d6d ] 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-2e4b8a9b-f51c-473a-87e6-311020849d6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2e4b8a9b-f51c-473a-87e6-311020849d6d'} Body: {"itemNotFound": {"message": "Instance 987f9721-4616-4733-b94f-170ba0603b3c could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:59.039 63 INFO tempest.lib.common.rest_client [req-db211c53-4d31-4967-a98f-a9b18496663d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc 0.610s 2018-08-12 21:14:59.040 63 DEBUG tempest.lib.common.rest_client [req-db211c53-4d31-4967-a98f-a9b18496663d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db211c53-4d31-4967-a98f-a9b18496663d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:14:59.388 63 INFO tempest.lib.common.rest_client [req-31631932-49c0-47e9-8a11-5f85bef61f39 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.347s 2018-08-12 21:14:59.388 63 DEBUG tempest.lib.common.rest_client [req-31631932-49c0-47e9-8a11-5f85bef61f39 ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-31631932-49c0-47e9-8a11-5f85bef61f39', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31631932-49c0-47e9-8a11-5f85bef61f39'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:00.097 63 INFO tempest.lib.common.rest_client [req-937fd0ff-36e4-4a21-8e95-791f0aa1a037 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.707s 2018-08-12 21:15:00.098 63 DEBUG tempest.lib.common.rest_client [req-937fd0ff-36e4-4a21-8e95-791f0aa1a037 ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-937fd0ff-36e4-4a21-8e95-791f0aa1a037', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-937fd0ff-36e4-4a21-8e95-791f0aa1a037'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:59Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:01.670 63 INFO tempest.lib.common.rest_client [req-1c514a33-4f84-4833-b347-49c605f94b32 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.556s 2018-08-12 21:15:01.670 63 DEBUG tempest.lib.common.rest_client [req-1c514a33-4f84-4833-b347-49c605f94b32 ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-1c514a33-4f84-4833-b347-49c605f94b32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c514a33-4f84-4833-b347-49c605f94b32'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:59Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:02.726 63 INFO tempest.lib.common.rest_client [req-69cf33ad-e810-4500-9fe4-5b44dc22a2de ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.041s 2018-08-12 21:15:02.727 63 DEBUG tempest.lib.common.rest_client [req-69cf33ad-e810-4500-9fe4-5b44dc22a2de ] 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-69cf33ad-e810-4500-9fe4-5b44dc22a2de', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:02 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-69cf33ad-e810-4500-9fe4-5b44dc22a2de'} Body: {"itemNotFound": {"message": "Instance f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:03.667 63 INFO tempest.lib.common.rest_client [req-2bd1345c-2e07-440a-849b-33ed648eec91 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5 0.939s 2018-08-12 21:15:03.668 63 DEBUG tempest.lib.common.rest_client [req-2bd1345c-2e07-440a-849b-33ed648eec91 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5', u'date': 'Sun, 12 Aug 2018 21:15:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bd1345c-2e07-440a-849b-33ed648eec91'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:03.730 63 INFO tempest.lib.common.rest_client [req-f01f51b3-17e8-4e2c-b4f7-3285642e86c8 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-718036484 0.061s 2018-08-12 21:15:03.730 63 DEBUG tempest.lib.common.rest_client [req-f01f51b3-17e8-4e2c-b4f7-3285642e86c8 ] 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-718036484', u'x-compute-request-id': 'req-f01f51b3-17e8-4e2c-b4f7-3285642e86c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f01f51b3-17e8-4e2c-b4f7-3285642e86c8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:06.344 63 INFO tempest.lib.common.rest_client [req-9a58ed6f-d847-406e-b770-05303b9e704c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4e370caf-15cf-473d-ac22-b23a7e95e073 2.612s 2018-08-12 21:15:06.344 63 DEBUG tempest.lib.common.rest_client [req-9a58ed6f-d847-406e-b770-05303b9e704c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4e370caf-15cf-473d-ac22-b23a7e95e073', u'date': 'Sun, 12 Aug 2018 21:15:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9a58ed6f-d847-406e-b770-05303b9e704c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:08.590 63 INFO tempest.lib.common.rest_client [req-2996dccd-ba22-4a57-bb1d-68bf5ca21acd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ceb278d9-3787-4a6e-a753-8b9c06c62c6c 2.245s 2018-08-12 21:15:08.591 63 DEBUG tempest.lib.common.rest_client [req-2996dccd-ba22-4a57-bb1d-68bf5ca21acd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ceb278d9-3787-4a6e-a753-8b9c06c62c6c', u'date': 'Sun, 12 Aug 2018 21:15:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2996dccd-ba22-4a57-bb1d-68bf5ca21acd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:11.821 63 INFO tempest.lib.common.rest_client [req-b8018ae7-b8ef-42ae-8e1a-7cd2bf1e04f9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/39f668db-0539-4afd-824c-26b12c4ecd44 3.229s 2018-08-12 21:15:11.822 63 DEBUG tempest.lib.common.rest_client [req-b8018ae7-b8ef-42ae-8e1a-7cd2bf1e04f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/39f668db-0539-4afd-824c-26b12c4ecd44', u'date': 'Sun, 12 Aug 2018 21:15:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b8018ae7-b8ef-42ae-8e1a-7cd2bf1e04f9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:13.655 63 INFO tempest.lib.common.rest_client [req-bf1d8132-1d04-4cd5-9afd-4bf0384b1d20 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0a11497c-e893-4ffb-956d-66bec6284061 1.832s 2018-08-12 21:15:13.656 63 DEBUG tempest.lib.common.rest_client [req-bf1d8132-1d04-4cd5-9afd-4bf0384b1d20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0a11497c-e893-4ffb-956d-66bec6284061', u'date': 'Sun, 12 Aug 2018 21:15:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bf1d8132-1d04-4cd5-9afd-4bf0384b1d20'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:13.898 63 INFO tempest.lib.common.rest_client [req-477505b1-cea2-4241-9885-49810ac28bdb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/0b402921-013b-487a-a5f8-64f50e6ed908 0.241s 2018-08-12 21:15:13.899 63 DEBUG tempest.lib.common.rest_client [req-477505b1-cea2-4241-9885-49810ac28bdb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0b402921-013b-487a-a5f8-64f50e6ed908', u'date': 'Sun, 12 Aug 2018 21:15:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-477505b1-cea2-4241-9885-49810ac28bdb'} 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 [44.401165s] ... 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 119, in test_bgpvpn_variant2 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 987f9721-4616-4733-b94f-170ba0603b3c 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-12T21:14:56Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-12 21:14:29,969 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.469s 2018-08-12 21:14:29,970 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1738167718 description", "name": "tempest-secgroup-smoke-1738167718"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:14:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29c4eba3-950f-4054-949d-7b0af986a895'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1738167718 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:29Z", "updated_at": "2018-08-12T21:14:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:14:29Z", "revision_number": 0, "id": "229b3e2a-2ade-4977-8d39-02c2f41136a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:14:29Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:14:29Z", "revision_number": 0, "id": "dd16bd10-169b-4f60-9685-ab58938b046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:14:29Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0b402921-013b-487a-a5f8-64f50e6ed908", "name": "tempest-secgroup-smoke-1738167718"}} 2018-08-12 21:14:30,419 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-12 21:14:30,420 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0abbc52-1d11-4383-aa3d-eb0c003c7a1b'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ed69371d-4b19-4d55-bcc7-b3999182300d"}} 2018-08-12 21:14:30,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.477s 2018-08-12 21:14:30,898 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c29abb0-ef07-4c55-95a6-0dc67ea3c41d'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "65e73e4a-1c6d-44c1-bd33-c30be9ca3d68"}} 2018-08-12 21:14:31,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.154s 2018-08-12 21:14:31,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": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-786dcd88-ab5f-4072-8b7c-fb5e8a2f5e9e'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ab171c2-02d9-4e71-9079-9c7161619bd8"}} 2018-08-12 21:14:31,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.465s 2018-08-12 21:14:31,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": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-346325e1-95e1-47a4-80fa-5bb5f3bed789'} 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-12T21:14:31Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f8e6c621-d416-4ea1-a414-7285243354b2"}} 2018-08-12 21:14:31,730 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-12 21:14:31,731 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e17e66b6-5336-4f8a-a18d-4ca94c0826f0'} 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-12T21:14:31Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "877e271b-b35e-4454-8fd4-56e914ac0540"}} 2018-08-12 21:14:32,167 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-12 21:14:32,167 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-085988d9-cc19-4d6d-baa5-b774c6ea5e73'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e0652f81-021c-4969-9b0f-3fecdd1a3dcb"}} 2018-08-12 21:14:32,353 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-12 21:14:32,353 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcd2f062-2a9c-4dce-b165-754c8aab44fc'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "695164c5-9dc3-4450-aa88-f1102f48da81"}} 2018-08-12 21:14:32,509 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.155s 2018-08-12 21:14:32,509 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a14c5d2b-727a-4355-aad7-26105026ffc6'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "76a8db2f-40e7-4fed-a59f-293de570d1ac"}} 2018-08-12 21:14:33,057 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.546s 2018-08-12 21:14:33,057 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1817669618"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6e0c4fd-25f5-453c-88f3-afe42afcdef3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:14:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0a11497c-e893-4ffb-956d-66bec6284061","name":"tempest-A-1817669618"}} 2018-08-12 21:14:33,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.615s 2018-08-12 21:14:33,674 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0a11497c-e893-4ffb-956d-66bec6284061", "name": "tempest-subnet-A-1-715892272"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c46fbc5-28fd-49b7-b2a7-be41a7247eea'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a11497c-e893-4ffb-956d-66bec6284061","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:33Z","dns_nameservers":[],"updated_at":"2018-08-12T21:14:33Z","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":"01ace95cf526467b9409c6248a7c6876","id":"39f668db-0539-4afd-824c-26b12c4ecd44","subnetpool_id":null,"name":"tempest-subnet-A-1-715892272"}} 2018-08-12 21:14:34,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.921s 2018-08-12 21:14:34,596 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-878675838"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:14:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b179c783-8f8c-4cea-b345-334d521fb6e3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:14:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","name":"tempest-B-878675838"}} 2018-08-12 21:14:35,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.765s 2018-08-12 21:14:35,364 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "name": "tempest-subnet-B-1-2120591694"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc0edb17-be7c-4f48-931a-7126ffc84bcb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:34Z","dns_nameservers":[],"updated_at":"2018-08-12T21:14:34Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4e370caf-15cf-473d-ac22-b23a7e95e073","subnetpool_id":null,"name":"tempest-subnet-B-1-2120591694"}} 2018-08-12 21:14:35,485 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.121s 2018-08-12 21:14:35,486 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-718036484"}} 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-8c8f1c4e-a1df-4974-8404-e5ced3974b67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c8f1c4e-a1df-4974-8404-e5ced3974b67'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9d4RHGvlbII9DAgAwZ+8FjFHBj5qgbxdH7j0gtrnFIzn7ANQaZ1txPMNNu0shNZa4I9csehDf/4NaNEllE4MNlX312b6qydlcWwOtcc1Ye/QSn93J+kXmtsLO+3B6Y9bHM51Gnl315NciNGeMgysZ+VZhe20rJgCJK2TS4bW+/RAXoT3FTPtUZecpVHhZEL5Esga1YidHPgiOmQ2JNwcjSXO/7V+wvq6hnCPZl5dFJ/OPmyFzyicuMTH+rmISFEmaKSwBR9glsrrCG0mhB+hSJv0Y/aLKthl4AQ2VkXVfBQnQ9KQPdZQAYqLQs9JJ8Le9rKg39yUFZTaRHPmYkmSr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvXeERxr5WyCPQwIAMGfvBYxRwY+aoG8XR+49ILa5xSM5+wDU\nGmdbcTzDTbtLITWWuCPXLHoQ3/+DWjRJZRODDZV99dm+qsnZXFsDrXHNWHv0Ep/d\nyfpF5rbCzvtwemPWxzOdRp5d9eTXIjRnjIMrGflWYXttKyYAiStk0uG1vv0QF6E9\nxUz7VGXnKVR4WRC+RLIGtWInRz4IjpkNiTcHI0lzv+1fsL6uoZwj2ZeXRSfzj5sh\nc8onLjEx/q5iEhRJmiksAUfYJbK6whtJoQfoUib9GP2iyrYZeAENlZF1XwUJ0PSk\nD3WUAGKi0LPSSfC3vayoN/clBWU2kRz5mJJkqwIDAQABAoIBADFOTAcxFtlHJOEc\nQS5XrdU0ygXkOCouHtHiRtgflUKfQzR157yjTyGt3Wl6JzgSORHcid+SOJgCZ41u\n8/aw2DcNw0TakIrjkoQ9Tzyw0+6F+2NpZQ9t6Qj8YL/6oS/IkZkvbmt1RSB7mBzX\npGblr67Hu1oNA8Dp19PajhdvE5wKzpqwtQe6L3VPYfCFMyuw8LwXkW+R+XwsX7xG\nOjwap6dSCGGS7bHE9JJ86FYfaAyVS00o65QoHn8BCcsyFPghbW+bUjR+NrQ6Ma/a\nhpVK3logLR2S+SylItGyOpSAcAZWwANgybA5SHeqEG9rGc2R0O0m3atka1qT/TZz\nlNhxPXECgYEA4uIau5+h+sJ3nRMdZmlQbilkgP5yiJzQ5dTHLL4qPSbf6fA6bgjv\nlDsokDhtb/rRSOpBObJTC/Hx41McetFA+1Nfi8TzdTUTmtORZyKuyinX8CNp5+fN\nkv40jkoD8NMoWR9ZdOrXQheo3nRP3jJ9+xLwIvWUpPD1KWxlAJWyghMCgYEA1cgn\n7tR1kBsRI7T91zAg6Z248V25T9Rh0bxbbKs3AGIvwNhHvJVxEt+Xkuxx6jqSltsG\nSXyDPWlvZzk1aFpxJSmzjHR2M573oGOOL6YmBzjMEUVeyuh1GrwRgqGmwdJS2H/C\nlch0s33YOKsNGc1krg/71iVO/aQFTS+DnMmvJgkCgYEAuSHw2Gqw/PJUMkrXsap7\n4/hIt21pPgpf9zqB8AOYad/f1H+e3gzSme0P82bn/fj3b30fDhpx44xgabN2yM0Z\nLjtg+qcSVfCid7Ltse++Gt68AoqTL5WZzLk7X2QMBSX4hYisMVgzoA24URUt2szu\nucJBSvWDfnfURSHa5PhB+hsCgYEAnSZ1tGsZwMUk5Eq4DueiShlXSpbLEpPdFICR\n9GAoHnAPCoPyt/5jEKysj6SgWL6V4689/+c30n0fF5JGYF+brOXqxuUVvvysq4qD\niyNn8Qcfe9KyzBX1f6GgfZa3LuOdYukH8XNZ1lg8CewzxTPnPs0hI1pppqpb+1Fi\nPm9EAYECgYB0DDYxp/7VOjeL0R1iihUg2XUXAtdSdBKje3Dkm7qfGbC85MxkSmwK\n2Nh0e9khdRasgODb5BHNG9UlbpvG/32LfdkE1kgynSgZO72qaOevCWCIgpLIfQRP\nDZMuP0LzehzU0ucVl7oFBroXjFHC6aZnVI/TLf/Vyf/lHnrT5o1ApA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-718036484", "fingerprint": "d1:c3:64:4d:e9:85:9c:6b:3e:8a:5d:28:b3:88:bc:7e"}} 2018-08-12 21:14:36,399 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.909s 2018-08-12 21:14:36,399 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a11497c-e893-4ffb-956d-66bec6284061", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1858062146", "security_groups": ["0b402921-013b-487a-a5f8-64f50e6ed908"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:14:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-39ba1941-0584-47ca-9669-91163c450da8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:14:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a11497c-e893-4ffb-956d-66bec6284061","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:14:35Z","name":"tempest-port-smoke-1858062146","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:82:44:84","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"39f668db-0539-4afd-824c-26b12c4ecd44","ip_address":"10.101.11.10"}],"id":"1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5","security_groups":["0b402921-013b-487a-a5f8-64f50e6ed908"],"device_id":""}} 2018-08-12 21:14:40,467 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 4.066s 2018-08-12 21:14:40,468 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-718036484", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a11497c-e893-4ffb-956d-66bec6284061", "port": "1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9e51c78f-f19c-49f6-8c01-3954e7e6b553', 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e51c78f-f19c-49f6-8c01-3954e7e6b553'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "adminPass": "k7i2rLxhyji9"}} 2018-08-12 21:14:41,394 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.922s 2018-08-12 21:14:41,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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-e0ac08cf-4a3b-48b3-a99f-4ed6e7a8916b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0ac08cf-4a3b-48b3-a99f-4ed6e7a8916b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:43,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.605s 2018-08-12 21:14:43,015 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-87ea999a-dd71-4a6a-8cfb-394e4d6daaa2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87ea999a-dd71-4a6a-8cfb-394e4d6daaa2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:45,327 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.295s 2018-08-12 21:14:45,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-2e7c3109-189d-47b6-b392-4dc1cf9b5d88', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e7c3109-189d-47b6-b392-4dc1cf9b5d88'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:45,342 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:14:47,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.701s 2018-08-12 21:14:47,046 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-5b20048a-5ed8-4192-8a10-db5b94785fc2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5b20048a-5ed8-4192-8a10-db5b94785fc2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:49,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.299s 2018-08-12 21:14:49,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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-93987add-7715-4ad9-b4dd-1b61796d584d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93987add-7715-4ad9-b4dd-1b61796d584d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:51,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.719s 2018-08-12 21:14:51,098 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-655bac06-2f0f-4617-919e-88e03d31c40a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-655bac06-2f0f-4617-919e-88e03d31c40a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:51,110 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:14:52,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.252s 2018-08-12 21:14:52,363 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-b9adb50b-f794-4850-9938-fd02a18d638e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9adb50b-f794-4850-9938-fd02a18d638e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:52,379 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 with status: ACTIVE 2018-08-12 21:14:53,153 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.773s 2018-08-12 21:14:53,153 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1107427626", "security_groups": ["0b402921-013b-487a-a5f8-64f50e6ed908"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:14:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-776f7e74-19d5-4ec6-8173-f6e521e85220'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:14:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:14:52Z","name":"tempest-port-smoke-1107427626","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f1:39:26","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4e370caf-15cf-473d-ac22-b23a7e95e073","ip_address":"10.102.21.20"}],"id":"d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc","security_groups":["0b402921-013b-487a-a5f8-64f50e6ed908"],"device_id":""}} 2018-08-12 21:14:55,425 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 2.270s 2018-08-12 21:14:55,425 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-718036484", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "port": "d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-69e8f190-21a3-4121-a1ba-e3631f58d686', 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69e8f190-21a3-4121-a1ba-e3631f58d686'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "987f9721-4616-4733-b94f-170ba0603b3c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "adminPass": "nvFyh4Rqw9yR"}} 2018-08-12 21:14:55,928 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.499s 2018-08-12 21:14:55,929 63 DEBUG [tempest.lib.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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-a7751043-9ee5-4edc-939a-2c3eae7adfaf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7751043-9ee5-4edc-939a-2c3eae7adfaf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "987f9721-4616-4733-b94f-170ba0603b3c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-2", "created": "2018-08-12T21:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:57,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.362s 2018-08-12 21:14:57,307 63 DEBUG [tempest.lib.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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-a18da7fe-2fde-4a71-b774-cf8e3772ef82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a18da7fe-2fde-4a71-b774-cf8e3772ef82'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "987f9721-4616-4733-b94f-170ba0603b3c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-12T21:14:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-2", "created": "2018-08-12T21:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-12T21:14:56Z"}, "metadata": {}}} 2018-08-12 21:14:57,319 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-12 21:14:58,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 204 DELETE http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 1.063s 2018-08-12 21:14:58,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-48bd7df1-8d83-4174-9710-8303a6a86fda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48bd7df1-8d83-4174-9710-8303a6a86fda'} Body: 2018-08-12 21:14:58,426 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 404 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.042s 2018-08-12 21:14:58,427 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-2e4b8a9b-f51c-473a-87e6-311020849d6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2e4b8a9b-f51c-473a-87e6-311020849d6d'} Body: {"itemNotFound": {"message": "Instance 987f9721-4616-4733-b94f-170ba0603b3c could not be found.", "code": 404}} 2018-08-12 21:14:59,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc 0.610s 2018-08-12 21:14:59,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db211c53-4d31-4967-a98f-a9b18496663d'} Body: 2018-08-12 21:14:59,388 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.347s 2018-08-12 21:14:59,388 63 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-31631932-49c0-47e9-8a11-5f85bef61f39', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31631932-49c0-47e9-8a11-5f85bef61f39'} Body: 2018-08-12 21:15:00,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.707s 2018-08-12 21:15:00,098 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-937fd0ff-36e4-4a21-8e95-791f0aa1a037', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-937fd0ff-36e4-4a21-8e95-791f0aa1a037'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:59Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:01,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.556s 2018-08-12 21:15:01,670 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-1c514a33-4f84-4833-b347-49c605f94b32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c514a33-4f84-4833-b347-49c605f94b32'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:59Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:02,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.041s 2018-08-12 21:15:02,727 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-69cf33ad-e810-4500-9fe4-5b44dc22a2de', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:02 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-69cf33ad-e810-4500-9fe4-5b44dc22a2de'} Body: {"itemNotFound": {"message": "Instance f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 could not be found.", "code": 404}} 2018-08-12 21:15:03,667 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5 0.939s 2018-08-12 21:15:03,668 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5', u'date': 'Sun, 12 Aug 2018 21:15:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bd1345c-2e07-440a-849b-33ed648eec91'} Body: 2018-08-12 21:15:03,730 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-718036484 0.061s 2018-08-12 21:15:03,730 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-718036484', u'x-compute-request-id': 'req-f01f51b3-17e8-4e2c-b4f7-3285642e86c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f01f51b3-17e8-4e2c-b4f7-3285642e86c8'} Body: 2018-08-12 21:15:06,344 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4e370caf-15cf-473d-ac22-b23a7e95e073 2.612s 2018-08-12 21:15:06,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/subnets/4e370caf-15cf-473d-ac22-b23a7e95e073', u'date': 'Sun, 12 Aug 2018 21:15:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9a58ed6f-d847-406e-b770-05303b9e704c'} Body: 2018-08-12 21:15:08,590 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ceb278d9-3787-4a6e-a753-8b9c06c62c6c 2.245s 2018-08-12 21:15:08,591 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ceb278d9-3787-4a6e-a753-8b9c06c62c6c', u'date': 'Sun, 12 Aug 2018 21:15:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2996dccd-ba22-4a57-bb1d-68bf5ca21acd'} Body: 2018-08-12 21:15:11,821 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/39f668db-0539-4afd-824c-26b12c4ecd44 3.229s 2018-08-12 21:15:11,822 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/39f668db-0539-4afd-824c-26b12c4ecd44', u'date': 'Sun, 12 Aug 2018 21:15:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b8018ae7-b8ef-42ae-8e1a-7cd2bf1e04f9'} Body: 2018-08-12 21:15:13,655 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0a11497c-e893-4ffb-956d-66bec6284061 1.832s 2018-08-12 21:15:13,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/networks/0a11497c-e893-4ffb-956d-66bec6284061', u'date': 'Sun, 12 Aug 2018 21:15:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bf1d8132-1d04-4cd5-9afd-4bf0384b1d20'} Body: 2018-08-12 21:15:13,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/0b402921-013b-487a-a5f8-64f50e6ed908 0.241s 2018-08-12 21:15:13,899 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0b402921-013b-487a-a5f8-64f50e6ed908', u'date': 'Sun, 12 Aug 2018 21:15:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-477505b1-cea2-4241-9885-49810ac28bdb'} Body: 2018-08-12 21:15:14.208 63 INFO tempest.lib.common.rest_client [req-141ce276-6ed6-45f0-abb0-d492d0b14ecb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.288s 2018-08-12 21:15:14.209 63 DEBUG tempest.lib.common.rest_client [req-141ce276-6ed6-45f0-abb0-d492d0b14ecb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-291358281 description", "name": "tempest-secgroup-smoke-291358281"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-141ce276-6ed6-45f0-abb0-d492d0b14ecb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-291358281 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "updated_at": "2018-08-12T21:15:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:15:14Z", "revision_number": 0, "id": "7b243c9d-7792-43a9-9d7f-7b2b5560f02c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:15:14Z", "revision_number": 0, "id": "9c3c4d2a-45cd-4b95-b1d9-972a8164cb50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "name": "tempest-secgroup-smoke-291358281"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:14.424 63 INFO tempest.lib.common.rest_client [req-74ead487-00c4-4a83-81fe-73a5b8b08bd7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.214s 2018-08-12 21:15:14.424 63 DEBUG tempest.lib.common.rest_client [req-74ead487-00c4-4a83-81fe-73a5b8b08bd7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74ead487-00c4-4a83-81fe-73a5b8b08bd7'} 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-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3a0f6739-cd9e-4a44-b6dd-b12341a1220e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:14.658 63 INFO tempest.lib.common.rest_client [req-4700216c-4df4-4b8e-8983-f14b097be50e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 21:15:14.658 63 DEBUG tempest.lib.common.rest_client [req-4700216c-4df4-4b8e-8983-f14b097be50e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4700216c-4df4-4b8e-8983-f14b097be50e'} 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-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ae1c1d8d-9758-4ccf-a6ff-86ea03c1f997"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:15.136 63 INFO tempest.lib.common.rest_client [req-3e76eef3-01d9-4f51-8ed3-5d9cbe9503b0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.477s 2018-08-12 21:15:15.137 63 DEBUG tempest.lib.common.rest_client [req-3e76eef3-01d9-4f51-8ed3-5d9cbe9503b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e76eef3-01d9-4f51-8ed3-5d9cbe9503b0'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2f0f4f75-6a53-45c5-bca2-8f076734253e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:15.304 63 INFO tempest.lib.common.rest_client [req-da59b2fa-f9d2-4c7a-b376-281aecd03a55 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.166s 2018-08-12 21:15:15.305 63 DEBUG tempest.lib.common.rest_client [req-da59b2fa-f9d2-4c7a-b376-281aecd03a55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da59b2fa-f9d2-4c7a-b376-281aecd03a55'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "41a6fa2d-e79f-40fa-9175-8263d8c10db0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:15.509 63 INFO tempest.lib.common.rest_client [req-0204927f-faaa-43ab-99ac-daca6b6d719c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.203s 2018-08-12 21:15:15.510 63 DEBUG tempest.lib.common.rest_client [req-0204927f-faaa-43ab-99ac-daca6b6d719c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0204927f-faaa-43ab-99ac-daca6b6d719c'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa230a78-9c9f-40e2-a9df-0797f8cd69ab"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:15.947 63 INFO tempest.lib.common.rest_client [req-2ea0756e-55d7-49c4-bb0a-db5e14880667 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.436s 2018-08-12 21:15:15.947 63 DEBUG tempest.lib.common.rest_client [req-2ea0756e-55d7-49c4-bb0a-db5e14880667 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ea0756e-55d7-49c4-bb0a-db5e14880667'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d38ee23b-20e9-4b0e-bab7-65c25459d5a5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:16.148 63 INFO tempest.lib.common.rest_client [req-d7150107-1b17-4c7f-ac34-4617ac7f14ad ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.200s 2018-08-12 21:15:16.149 63 DEBUG tempest.lib.common.rest_client [req-d7150107-1b17-4c7f-ac34-4617ac7f14ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7150107-1b17-4c7f-ac34-4617ac7f14ad'} 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-12T21:15:16Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a0c8874c-f3ee-453d-b73f-72b6ae8b56e2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:16.394 63 INFO tempest.lib.common.rest_client [req-224c6eec-480d-4749-aeb9-5c4a41456e29 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.244s 2018-08-12 21:15:16.395 63 DEBUG tempest.lib.common.rest_client [req-224c6eec-480d-4749-aeb9-5c4a41456e29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-224c6eec-480d-4749-aeb9-5c4a41456e29'} 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-12T21:15:16Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8428dbc3-b488-47f7-96f7-cae2d6411b09"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:16.695 63 INFO tempest.lib.common.rest_client [req-8c8e15cc-44d4-4b67-b4e1-2caa5052f6db ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.299s 2018-08-12 21:15:16.696 63 DEBUG tempest.lib.common.rest_client [req-8c8e15cc-44d4-4b67-b4e1-2caa5052f6db ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1354159843"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c8e15cc-44d4-4b67-b4e1-2caa5052f6db'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:15:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","name":"tempest-A-1354159843"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:17.572 63 INFO tempest.lib.common.rest_client [req-98cc71d3-9c2a-465d-9bda-1776bd2b136f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.875s 2018-08-12 21:15:17.572 63 DEBUG tempest.lib.common.rest_client [req-98cc71d3-9c2a-465d-9bda-1776bd2b136f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "name": "tempest-subnet-A-1-1315700238"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98cc71d3-9c2a-465d-9bda-1776bd2b136f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:17Z","dns_nameservers":[],"updated_at":"2018-08-12T21:15:17Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90","subnetpool_id":null,"name":"tempest-subnet-A-1-1315700238"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:17.807 63 INFO tempest.lib.common.rest_client [req-64b9257d-b60b-4296-a6b1-a5f9eebe0353 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.233s 2018-08-12 21:15:17.807 63 DEBUG tempest.lib.common.rest_client [req-64b9257d-b60b-4296-a6b1-a5f9eebe0353 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-660642701"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64b9257d-b60b-4296-a6b1-a5f9eebe0353'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:15:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","name":"tempest-B-660642701"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:18.931 63 INFO tempest.lib.common.rest_client [req-21e327fa-30de-4ff8-8361-baff6d9f857f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.123s 2018-08-12 21:15:18.932 63 DEBUG tempest.lib.common.rest_client [req-21e327fa-30de-4ff8-8361-baff6d9f857f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "name": "tempest-subnet-B-1-2060476456"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:15:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21e327fa-30de-4ff8-8361-baff6d9f857f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:18Z","dns_nameservers":[],"updated_at":"2018-08-12T21:15:18Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","subnetpool_id":null,"name":"tempest-subnet-B-1-2060476456"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:19.125 63 INFO tempest.lib.common.rest_client [req-03d39bba-5668-4e95-8c8d-beb3d254b43b ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.192s 2018-08-12 21:15:19.126 63 DEBUG tempest.lib.common.rest_client [req-03d39bba-5668-4e95-8c8d-beb3d254b43b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-725923026"}} 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-03d39bba-5668-4e95-8c8d-beb3d254b43b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03d39bba-5668-4e95-8c8d-beb3d254b43b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpNiU4ydpR0T2SvbZTQpmgwQYvqFVcREVHS3kHMCAa10lNVPSvrMMvYwNXAVUZaXhY/NbXrVVB3oTldn4QvMji2h3q/MHRzlm4k51vSIoo3Eu6U9DP+h8SYfM19F4kuEYd7P0pS58MOliXYteaJ9fLL+GLXGSAxCCey/V7x2FaBbQQsmZ3zDoGoKKqBpRMgKlAfOwvlDRX6ovW4QntWXSNBtdTApsjfjS2zMyY0AUBa+gWR+cP0lajxvWY41BnlPyY1/5u3vJ2aYeaQ5SQweNnITNQomUVWFL+Sh2e8/xCygBQjIjrki8vnA4jZwuEs20OsuFMVEGMoK3IkIFg7aJd Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqTYlOMnaUdE9kr22U0KZoMEGL6hVXERFR0t5BzAgGtdJTVT0\nr6zDL2MDVwFVGWl4WPzW161VQd6E5XZ+ELzI4tod6vzB0c5ZuJOdb0iKKNxLulPQ\nz/ofEmHzNfReJLhGHez9KUufDDpYl2LXmifXyy/hi1xkgMQgnsv1e8dhWgW0ELJm\nd8w6BqCiqgaUTICpQHzsL5Q0V+qL1uEJ7Vl0jQbXUwKbI340tszMmNAFAWvoFkfn\nD9JWo8b1mONQZ5T8mNf+bt7ydmmHmkOUkMHjZyEzUKJlFVhS/kodnvP8QsoAUIyI\n65IvL5wOI2cLhLNtDrLhTFRBjKCtyJCBYO2iXQIDAQABAoIBABjZMq4cNks9huU9\npsCjTxwkPFxTQ/XAsMu/cY50qsJGSyVoDGaf4CndSGhGcdDBhELNHl+dvJ9npexs\ncibTEkz96tbPN0cwHkzUoJHu/Rry/svl8wwXluiEKcsKj6ikxucuHh8qU7jf+JKC\nmVax8yaLaXulnbyrEH9BRFNg/BLT9lLU3rCPxtfmHeNzd3ymKJPMqS9unZRklPGC\n9VN4TvUhMsSTf1NaRth/dH/ItcXyHhpjNitdjWb60EmBU+W3pS00DYxSdkiW09yO\n71p5+uaG0Xg0WmczQQUaHbA+iO6zcLpmaSlavpxTQBSwT0p99Gh251RVsAspyw9c\nrYcO66ECgYEA3kF02U99aKK4I4QHypYA5o1XvrSmSFOnrLXGQaOViMUrRpZHtPEx\nCUT8gQI84mKf3Kxj+jKvfw1cFKm5yFtsHb4R3sC9ZJDiieh67B1ZYnNy4jBT4Hm4\np/huSanAPBCjud3rjHeClRAMMzU3447XjU7vvNaemsWC2aPcKeIV4iMCgYEAwub9\nPrO7ybzwpFjRmI19tNDMTpF92umagpyIMXQs+vUuIpC58bfl5w/B55eADE/ZxNtH\nSeVWG1nDbGrBwOQPC2n03eokCeDsKoFnTcKI61bM9dxEqOcEh7A6qcKn6LOhE6VM\naMaGIiDKC6ndVaNdf9FWMZE9g9sSK//llOVLcX8CgYBP6n9miDOSxTeq5ZWbnZZT\nUC1l0DUeOp5G9tGD1ps1I5hs+CpugG9eYuTcSn6z9DyBL6d/VmxOJfKfJ2w7A8x7\nYVWxn+I53/LlHafdcKwsP1DmzfPK+lmQZD7b0+Lgdic49Pf2eR6GFNAeNZuUAk+1\natW/M/ixtCVZtpa6pKWzuwKBgB690lnufYMvcwFpJP4b6yT2/hKybhh2WjGZwP2T\n5nha7cDz9PBEYlXUrW/6/G50tdOQBqmIK9G6kdFq8U6caicRula6VJ7eREHcEVA5\ni+Ea2s84w/ekIJnKWSZnlpZkptZzbx7jmUqOw2+dhlS4pMnBWggNcZd3mWEpRqv6\nkrC/AoGBAItCrckQJI/BfaRmTwQnoYnyROZdd4b2H9SG7j4Y/VjtjWnmi148BfR5\n0GS1J/NVebWQqok/JGy6a0pS8ZbdoH1zaaDWy0GxRk9c8i/IbQtCWKeiXAvTHpVK\naBPecvNj8IuKRkiYV1JExImAlpNHjxmGPPpIE7kR5MPR8IpBKJS2\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-725923026", "fingerprint": "cd:0f:6c:dd:11:9f:7f:4c:35:8a:56:be:27:dd:a9:fb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:20.213 63 INFO tempest.lib.common.rest_client [req-d0c1025f-64a3-4a99-b700-83f60e46c064 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.082s 2018-08-12 21:15:20.213 63 DEBUG tempest.lib.common.rest_client [req-d0c1025f-64a3-4a99-b700-83f60e46c064 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1758289298", "security_groups": ["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c1025f-64a3-4a99-b700-83f60e46c064'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:15:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:15:19Z","name":"tempest-port-smoke-1758289298","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4d:a4:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90","ip_address":"10.101.11.10"}],"id":"8fec65f3-6975-4b3e-914a-a348799829d1","security_groups":["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:24.043 63 INFO tempest.lib.common.rest_client [req-916cf1e6-6df1-4495-8aab-8bb7aa96aef6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.828s 2018-08-12 21:15:24.043 63 DEBUG tempest.lib.common.rest_client [req-916cf1e6-6df1-4495-8aab-8bb7aa96aef6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-725923026", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "port": "8fec65f3-6975-4b3e-914a-a348799829d1"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-916cf1e6-6df1-4495-8aab-8bb7aa96aef6', 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-916cf1e6-6df1-4495-8aab-8bb7aa96aef6'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "adminPass": "rPfazEQknjL8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:24.776 63 INFO tempest.lib.common.rest_client [req-d0bbff46-ba22-4755-a219-a7fca76d9682 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.727s 2018-08-12 21:15:24.777 63 DEBUG tempest.lib.common.rest_client [req-d0bbff46-ba22-4755-a219-a7fca76d9682 ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-d0bbff46-ba22-4755-a219-a7fca76d9682', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0bbff46-ba22-4755-a219-a7fca76d9682'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:26.120 63 INFO tempest.lib.common.rest_client [req-d240cba1-968a-4889-97c3-abc9bf34d93d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.330s 2018-08-12 21:15:26.121 63 DEBUG tempest.lib.common.rest_client [req-d240cba1-968a-4889-97c3-abc9bf34d93d ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-d240cba1-968a-4889-97c3-abc9bf34d93d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d240cba1-968a-4889-97c3-abc9bf34d93d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:28.144 63 INFO tempest.lib.common.rest_client [req-8c4ba34e-6540-49f6-9809-1e880cd967b8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 1.008s 2018-08-12 21:15:28.145 63 DEBUG tempest.lib.common.rest_client [req-8c4ba34e-6540-49f6-9809-1e880cd967b8 ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-8c4ba34e-6540-49f6-9809-1e880cd967b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c4ba34e-6540-49f6-9809-1e880cd967b8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:28.159 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-12 21:15:29.432 63 INFO tempest.lib.common.rest_client [req-b28360f0-fc31-4ceb-956a-c258d6034737 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.271s 2018-08-12 21:15:29.432 63 DEBUG tempest.lib.common.rest_client [req-b28360f0-fc31-4ceb-956a-c258d6034737 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-b28360f0-fc31-4ceb-956a-c258d6034737', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b28360f0-fc31-4ceb-956a-c258d6034737'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:29Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:29.446 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2018-08-12 21:15:31.404 63 INFO tempest.lib.common.rest_client [req-2f14032c-9255-47d2-ba0b-46d38f45b06c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.954s 2018-08-12 21:15:31.405 63 DEBUG tempest.lib.common.rest_client [req-2f14032c-9255-47d2-ba0b-46d38f45b06c ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-2f14032c-9255-47d2-ba0b-46d38f45b06c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f14032c-9255-47d2-ba0b-46d38f45b06c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:31.419 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2018-08-12 21:15:33.007 63 INFO tempest.lib.common.rest_client [req-cd357119-7d25-4392-90e3-4a20a7fe718e ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.586s 2018-08-12 21:15:33.008 63 DEBUG tempest.lib.common.rest_client [req-cd357119-7d25-4392-90e3-4a20a7fe718e ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-cd357119-7d25-4392-90e3-4a20a7fe718e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd357119-7d25-4392-90e3-4a20a7fe718e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:34.761 63 INFO tempest.lib.common.rest_client [req-a63dcee0-11bd-4dfc-869c-b99dd8300b7c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.737s 2018-08-12 21:15:34.761 63 DEBUG tempest.lib.common.rest_client [req-a63dcee0-11bd-4dfc-869c-b99dd8300b7c ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-a63dcee0-11bd-4dfc-869c-b99dd8300b7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a63dcee0-11bd-4dfc-869c-b99dd8300b7c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:36.362 63 INFO tempest.lib.common.rest_client [req-f65584bd-7131-401c-a3d2-cf641e636661 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.585s 2018-08-12 21:15:36.363 63 DEBUG tempest.lib.common.rest_client [req-f65584bd-7131-401c-a3d2-cf641e636661 ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-f65584bd-7131-401c-a3d2-cf641e636661', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f65584bd-7131-401c-a3d2-cf641e636661'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:36.376 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2018-08-12 21:15:37.083 63 INFO tempest.lib.common.rest_client [req-dcc54498-7132-4baa-b500-9dc3337caf23 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.706s 2018-08-12 21:15:37.084 63 DEBUG tempest.lib.common.rest_client [req-dcc54498-7132-4baa-b500-9dc3337caf23 ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-dcc54498-7132-4baa-b500-9dc3337caf23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dcc54498-7132-4baa-b500-9dc3337caf23'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:37.097 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 78e1cea3-f8a5-4ce7-b893-fefff91d1927 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:15:37.920 63 INFO tempest.lib.common.rest_client [req-284afae8-9160-4889-839d-640d01c83b54 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 0.822s 2018-08-12 21:15:37.920 63 DEBUG tempest.lib.common.rest_client [req-284afae8-9160-4889-839d-640d01c83b54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1554474756", "security_groups": ["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:15:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-284afae8-9160-4889-839d-640d01c83b54'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:15:37Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:15:37Z","name":"tempest-port-smoke-1554474756","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1f:4d:42","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","ip_address":"10.102.21.20"}],"id":"1ab8a5b8-2646-4639-a16b-983b96c6fe16","security_groups":["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:41.054 63 INFO tempest.lib.common.rest_client [req-72aaef5e-ffee-4025-bee3-02de61f375f1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.132s 2018-08-12 21:15:41.054 63 DEBUG tempest.lib.common.rest_client [req-72aaef5e-ffee-4025-bee3-02de61f375f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-725923026", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "port": "1ab8a5b8-2646-4639-a16b-983b96c6fe16"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-72aaef5e-ffee-4025-bee3-02de61f375f1', 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72aaef5e-ffee-4025-bee3-02de61f375f1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "adminPass": "LskZpySCr2UG"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:41.387 63 INFO tempest.lib.common.rest_client [req-59d06ad6-3a11-4785-b73f-aa5a113ad652 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.328s 2018-08-12 21:15:41.387 63 DEBUG tempest.lib.common.rest_client [req-59d06ad6-3a11-4785-b73f-aa5a113ad652 ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-59d06ad6-3a11-4785-b73f-aa5a113ad652', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59d06ad6-3a11-4785-b73f-aa5a113ad652'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:42.659 63 INFO tempest.lib.common.rest_client [req-ba957260-9583-4839-aff1-c9e2cfc7ad0e ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.257s 2018-08-12 21:15:42.660 63 DEBUG tempest.lib.common.rest_client [req-ba957260-9583-4839-aff1-c9e2cfc7ad0e ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-ba957260-9583-4839-aff1-c9e2cfc7ad0e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba957260-9583-4839-aff1-c9e2cfc7ad0e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:44.430 63 INFO tempest.lib.common.rest_client [req-56281c82-64fb-402a-a84a-bdd9a9d1bbbf ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.753s 2018-08-12 21:15:44.430 63 DEBUG tempest.lib.common.rest_client [req-56281c82-64fb-402a-a84a-bdd9a9d1bbbf ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-56281c82-64fb-402a-a84a-bdd9a9d1bbbf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56281c82-64fb-402a-a84a-bdd9a9d1bbbf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:44.445 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:15:45.882 63 INFO tempest.lib.common.rest_client [req-4b8e54e8-d3a7-4533-adbe-b2bfb07a2474 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.434s 2018-08-12 21:15:45.883 63 DEBUG tempest.lib.common.rest_client [req-4b8e54e8-d3a7-4533-adbe-b2bfb07a2474 ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-4b8e54e8-d3a7-4533-adbe-b2bfb07a2474', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b8e54e8-d3a7-4533-adbe-b2bfb07a2474'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:47.607 63 INFO tempest.lib.common.rest_client [req-9a68fda3-f7fa-45b7-b2b5-4a87f27727e1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.708s 2018-08-12 21:15:47.607 63 DEBUG tempest.lib.common.rest_client [req-9a68fda3-f7fa-45b7-b2b5-4a87f27727e1 ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-9a68fda3-f7fa-45b7-b2b5-4a87f27727e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a68fda3-f7fa-45b7-b2b5-4a87f27727e1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:49.675 63 INFO tempest.lib.common.rest_client [req-6786f6a2-dfcd-4b45-b566-6b363589308a ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 1.052s 2018-08-12 21:15:49.675 63 DEBUG tempest.lib.common.rest_client [req-6786f6a2-dfcd-4b45-b566-6b363589308a ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-6786f6a2-dfcd-4b45-b566-6b363589308a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6786f6a2-dfcd-4b45-b566-6b363589308a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:47Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:49.691 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:15:50.392 63 INFO tempest.lib.common.rest_client [req-38674473-3e4a-48c1-a389-3c388aa62e4e ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.699s 2018-08-12 21:15:50.392 63 DEBUG tempest.lib.common.rest_client [req-38674473-3e4a-48c1-a389-3c388aa62e4e ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-38674473-3e4a-48c1-a389-3c388aa62e4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38674473-3e4a-48c1-a389-3c388aa62e4e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:47Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:50.405 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c0418961-5a3b-4308-abcc-ead8355533fe with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:15:50.597 63 INFO tempest.lib.common.rest_client [req-9a549a12-6419-4e94-9d12-c95b055afe81 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.191s 2018-08-12 21:15:50.598 63 DEBUG tempest.lib.common.rest_client [req-9a549a12-6419-4e94-9d12-c95b055afe81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1567472787", "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': 'Sun, 12 Aug 2018 21:15:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a549a12-6419-4e94-9d12-c95b055afe81'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:50Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:50Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf", "name": "tempest-router--1567472787"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:52.177 63 INFO tempest.lib.common.rest_client [req-f165d898-3bf2-4a71-aa9e-4ecec4374266 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 1.578s 2018-08-12 21:15:52.178 63 DEBUG tempest.lib.common.rest_client [req-f165d898-3bf2-4a71-aa9e-4ecec4374266 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f165d898-3bf2-4a71-aa9e-4ecec4374266'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:50Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:51Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf", "name": "tempest-router--1567472787"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:54.475 63 INFO tempest.lib.common.rest_client [req-ecf2a95f-1c29-408f-aa40-7d7f8dfc16cc ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/add_router_interface 2.296s 2018-08-12 21:15:54.475 63 DEBUG tempest.lib.common.rest_client [req-ecf2a95f-1c29-408f-aa40-7d7f8dfc16cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ecf2a95f-1c29-408f-aa40-7d7f8dfc16cc'} Body: {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9", "subnet_ids": ["c59d7fd4-6981-4a93-ae86-31ac1d0decf9"], "port_id": "71fead4e-f8cc-4c04-921e-14c7216614f1", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:54.873 63 INFO tempest.lib.common.rest_client [req-87994047-e4d5-4477-a77d-d715063015cf ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.396s 2018-08-12 21:15:54.873 63 DEBUG tempest.lib.common.rest_client [req-87994047-e4d5-4477-a77d-d715063015cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87994047-e4d5-4477-a77d-d715063015cf'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "52163e9e-83da-4a92-85e9-9f35f24d9704"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:55.260 63 INFO tempest.lib.common.rest_client [req-b4f47cd6-42e7-488f-b55d-c12aa5c4eb9f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations 0.386s 2018-08-12 21:15:55.261 63 DEBUG tempest.lib.common.rest_client [req-b4f47cd6-42e7-488f-b55d-c12aa5c4eb9f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations', u'date': 'Sun, 12 Aug 2018 21:15:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4f47cd6-42e7-488f-b55d-c12aa5c4eb9f'} Body: {"network_association": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "id": "3558c323-6e5b-4776-a55c-b370d468c66f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:56.122 63 INFO tempest.lib.common.rest_client [req-2ae85022-59e7-4bdf-aff0-e02f5b462a4c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations 0.860s 2018-08-12 21:15:56.122 63 DEBUG tempest.lib.common.rest_client [req-2ae85022-59e7-4bdf-aff0-e02f5b462a4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations', u'date': 'Sun, 12 Aug 2018 21:15:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ae85022-59e7-4bdf-aff0-e02f5b462a4c'} Body: {"network_association": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "id": "3a21ccf7-531a-44f9-9da7-fb02c1cdfc1f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:56.123 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-12 21:15:56.176 63 INFO tempest.lib.common.rest_client [req-bc1a96d3-6109-4503-8ca6-5a182836ebf4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:9696/v2.0/ports?device_id=430411f7-9c29-4571-84b1-3310fba9d3cf 0.052s 2018-08-12 21:15:56.176 63 DEBUG tempest.lib.common.rest_client [req-bc1a96d3-6109-4503-8ca6-5a182836ebf4 ] 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=430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc1a96d3-6109-4503-8ca6-5a182836ebf4'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:53Z","admin_state_up":true,"updated_at":"2018-08-12T21:15:53Z","binding:vnic_type":"normal","device_id":"430411f7-9c29-4571-84b1-3310fba9d3cf","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:e7:15:25","id":"71fead4e-f8cc-4c04-921e-14c7216614f1","port_security_enabled":false,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","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-12 21:15:57.918 63 INFO tempest.lib.common.rest_client [req-5e69aa52-ab5f-4a40-93aa-c9f6288c9ce9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface 1.740s 2018-08-12 21:15:57.918 63 DEBUG tempest.lib.common.rest_client [req-5e69aa52-ab5f-4a40-93aa-c9f6288c9ce9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:15:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e69aa52-ab5f-4a40-93aa-c9f6288c9ce9'} Body: {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9", "subnet_ids": ["c59d7fd4-6981-4a93-ae86-31ac1d0decf9"], "port_id": "71fead4e-f8cc-4c04-921e-14c7216614f1", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:59.613 63 INFO tempest.lib.common.rest_client [req-a053d05c-49cf-48bd-8d19-a981418713ae ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 1.694s 2018-08-12 21:15:59.614 63 DEBUG tempest.lib.common.rest_client [req-a053d05c-49cf-48bd-8d19-a981418713ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a053d05c-49cf-48bd-8d19-a981418713ae'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:15:59.820 63 INFO tempest.lib.common.rest_client [req-b33a7359-fc7f-4b16-8491-da6c511320c6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.205s 2018-08-12 21:15:59.821 63 DEBUG tempest.lib.common.rest_client [req-b33a7359-fc7f-4b16-8491-da6c511320c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--37613276", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Sun, 12 Aug 2018 21:15:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b33a7359-fc7f-4b16-8491-da6c511320c6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:59Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "name": "tempest-router--37613276"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:16:01.273 63 INFO tempest.lib.common.rest_client [req-2be80ea9-18e8-4525-9d52-3ebef0b0f58e ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7 1.452s 2018-08-12 21:16:01.274 63 DEBUG tempest.lib.common.rest_client [req-2be80ea9-18e8-4525-9d52-3ebef0b0f58e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7', u'date': 'Sun, 12 Aug 2018 21:16:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2be80ea9-18e8-4525-9d52-3ebef0b0f58e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:16:01Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "name": "tempest-router--37613276"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:16:03.563 63 INFO tempest.lib.common.rest_client [req-417099ce-4bee-453a-a901-c4c012284a0f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/add_router_interface 2.288s 2018-08-12 21:16:03.564 63 DEBUG tempest.lib.common.rest_client [req-417099ce-4bee-453a-a901-c4c012284a0f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:16:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-417099ce-4bee-453a-a901-c4c012284a0f'} Body: {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90", "subnet_ids": ["4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"], "port_id": "5a8bea7e-507a-44c4-97c1-f33391fe8df2", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:16:05.403 63 INFO tempest.lib.common.rest_client [req-f1ac0ad5-2feb-4aea-bd72-c7881562b90c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.838s 2018-08-12 21:16:05.404 63 DEBUG tempest.lib.common.rest_client [req-f1ac0ad5-2feb-4aea-bd72-c7881562b90c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "8fec65f3-6975-4b3e-914a-a348799829d1"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:16:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1ac0ad5-2feb-4aea-bd72-c7881562b90c'} Body: {"floatingip": {"router_id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:16:04Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "8fec65f3-6975-4b3e-914a-a348799829d1", "id": "8e4da4cd-b001-4754-a637-571d0f14ad6f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:16:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:16:05.405 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:16:21.433 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:16:21.496 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:16:21.497 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:16:21.612 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-12 21:16:21.613 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:16:21.615 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:16:21.674 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:16:21.680 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:16:26.686 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:16:26.687 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-12 21:17:36.756 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-12 21:17:36.757 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:17:36.762 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:17:36.866 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:17:36.891 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:17:41.898 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:17:41.899 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-12 21:18:51.921 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-12 21:18:51.921 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-12 21:18:51.922 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:51.925 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52.021 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:18:52.054 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52.060 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:18:52.060 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:a0:0b:5d [ether] on eth0 2018-08-12 21:18:52.060 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-12 21:18:52.061 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52.063 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52.125 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:18:52.127 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52.136 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 21:18:52.136 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-12 21:18:52.137 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52.139 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52.200 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:18:52.203 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52.209 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-12 21:18:52.210 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52.212 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52.273 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:18:52.276 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52.282 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:18:52.283 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:a0:0b:5d [ether] on eth0 2018-08-12 21:18:52.283 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-12 21:18:52.283 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52.286 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52.348 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:18:52.350 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:57.358 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:18:57.358 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-12 21:20:07.425 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-12 21:20:07.426 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:20:07.430 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:20:07.525 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:20:07.526 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:20:12.534 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:20:12.535 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-12 21:21:22.595 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-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:21:24.032 63 INFO tempest.lib.common.rest_client [req-e5358002-1e15-4c38-ae06-bef89948704d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/8e4da4cd-b001-4754-a637-571d0f14ad6f 1.434s 2018-08-12 21:21:24.033 63 DEBUG tempest.lib.common.rest_client [req-e5358002-1e15-4c38-ae06-bef89948704d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/8e4da4cd-b001-4754-a637-571d0f14ad6f', u'date': 'Sun, 12 Aug 2018 21:21:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e5358002-1e15-4c38-ae06-bef89948704d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:26.059 63 INFO tempest.lib.common.rest_client [req-9f7f47ed-3663-4aa2-b05e-77f4f347f415 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/remove_router_interface 2.025s 2018-08-12 21:21:26.060 63 DEBUG tempest.lib.common.rest_client [req-9f7f47ed-3663-4aa2-b05e-77f4f347f415 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:21:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f7f47ed-3663-4aa2-b05e-77f4f347f415'} Body: {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90", "subnet_ids": ["4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"], "port_id": "5a8bea7e-507a-44c4-97c1-f33391fe8df2", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:27.806 63 INFO tempest.lib.common.rest_client [req-37b2af0a-975e-4fba-a786-c4124e61bacb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7 1.745s 2018-08-12 21:21:27.807 63 DEBUG tempest.lib.common.rest_client [req-37b2af0a-975e-4fba-a786-c4124e61bacb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c650aa12-44fa-45cc-bfb1-2ac61ee215e7', u'date': 'Sun, 12 Aug 2018 21:21:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-37b2af0a-975e-4fba-a786-c4124e61bacb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:28.111 63 INFO tempest.lib.common.rest_client [req-159a4f6a-4229-47e0-b907-4d29ae606618 ] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface 0.303s 2018-08-12 21:21:28.111 63 DEBUG tempest.lib.common.rest_client [req-159a4f6a-4229-47e0-b907-4d29ae606618 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-159a4f6a-4229-47e0-b907-4d29ae606618'} Body: {"NeutronError": {"message": "Router 430411f7-9c29-4571-84b1-3310fba9d3cf could not be found", "type": "RouterNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:28.443 63 INFO tempest.lib.common.rest_client [req-f3b1fd17-55f3-4e55-a827-fe136de462a7 ] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 0.331s 2018-08-12 21:21:28.444 63 DEBUG tempest.lib.common.rest_client [req-f3b1fd17-55f3-4e55-a827-fe136de462a7 ] 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/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3b1fd17-55f3-4e55-a827-fe136de462a7'} Body: {"NeutronError": {"message": "Router 430411f7-9c29-4571-84b1-3310fba9d3cf could not be found", "type": "RouterNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:28.883 63 INFO tempest.lib.common.rest_client [req-915dbc4c-8f74-4c72-b996-14e53ed066b1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.438s 2018-08-12 21:21:28.884 63 DEBUG tempest.lib.common.rest_client [req-915dbc4c-8f74-4c72-b996-14e53ed066b1 ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-915dbc4c-8f74-4c72-b996-14e53ed066b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-915dbc4c-8f74-4c72-b996-14e53ed066b1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:30.075 63 INFO tempest.lib.common.rest_client [req-74704451-260d-41e5-9b48-4a6ad3756567 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 1.190s 2018-08-12 21:21:30.076 63 DEBUG tempest.lib.common.rest_client [req-74704451-260d-41e5-9b48-4a6ad3756567 ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-74704451-260d-41e5-9b48-4a6ad3756567', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74704451-260d-41e5-9b48-4a6ad3756567'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:21:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:31.140 63 INFO tempest.lib.common.rest_client [req-f3d8d23f-637a-44c5-b626-8a41ea0f57e7 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.047s 2018-08-12 21:21:31.141 63 DEBUG tempest.lib.common.rest_client [req-f3d8d23f-637a-44c5-b626-8a41ea0f57e7 ] 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-f3d8d23f-637a-44c5-b626-8a41ea0f57e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f3d8d23f-637a-44c5-b626-8a41ea0f57e7'} Body: {"itemNotFound": {"message": "Instance c0418961-5a3b-4308-abcc-ead8355533fe could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:32.021 63 INFO tempest.lib.common.rest_client [req-abe80f60-ff0a-403f-9336-7909788f3fae ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1ab8a5b8-2646-4639-a16b-983b96c6fe16 0.879s 2018-08-12 21:21:32.021 63 DEBUG tempest.lib.common.rest_client [req-abe80f60-ff0a-403f-9336-7909788f3fae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1ab8a5b8-2646-4639-a16b-983b96c6fe16', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-abe80f60-ff0a-403f-9336-7909788f3fae'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:32.207 63 INFO tempest.lib.common.rest_client [req-657b9256-80aa-4c3b-976c-2f0913005530 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.185s 2018-08-12 21:21:32.207 63 DEBUG tempest.lib.common.rest_client [req-657b9256-80aa-4c3b-976c-2f0913005530 ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-657b9256-80aa-4c3b-976c-2f0913005530', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-657b9256-80aa-4c3b-976c-2f0913005530'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:33.321 63 INFO tempest.lib.common.rest_client [req-0a4d8c86-fbd9-4d28-b3af-529d13e39b77 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 1.112s 2018-08-12 21:21:33.321 63 DEBUG tempest.lib.common.rest_client [req-0a4d8c86-fbd9-4d28-b3af-529d13e39b77 ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-0a4d8c86-fbd9-4d28-b3af-529d13e39b77', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a4d8c86-fbd9-4d28-b3af-529d13e39b77'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:21:32Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:34.389 63 INFO tempest.lib.common.rest_client [req-b878c2d3-8a86-4994-95f9-a1cf7f93500d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.052s 2018-08-12 21:21:34.389 63 DEBUG tempest.lib.common.rest_client [req-b878c2d3-8a86-4994-95f9-a1cf7f93500d ] 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-b878c2d3-8a86-4994-95f9-a1cf7f93500d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b878c2d3-8a86-4994-95f9-a1cf7f93500d'} Body: {"itemNotFound": {"message": "Instance 78e1cea3-f8a5-4ce7-b893-fefff91d1927 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:34.960 63 INFO tempest.lib.common.rest_client [req-f543a8d3-c781-47eb-bcc3-dfe1beaab0b4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8fec65f3-6975-4b3e-914a-a348799829d1 0.569s 2018-08-12 21:21:34.960 63 DEBUG tempest.lib.common.rest_client [req-f543a8d3-c781-47eb-bcc3-dfe1beaab0b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/8fec65f3-6975-4b3e-914a-a348799829d1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f543a8d3-c781-47eb-bcc3-dfe1beaab0b4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:35.024 63 INFO tempest.lib.common.rest_client [req-bdf21159-ff19-4c81-a386-8ca3ed5ada95 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-725923026 0.063s 2018-08-12 21:21:35.024 63 DEBUG tempest.lib.common.rest_client [req-bdf21159-ff19-4c81-a386-8ca3ed5ada95 ] 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-725923026', u'x-compute-request-id': 'req-bdf21159-ff19-4c81-a386-8ca3ed5ada95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bdf21159-ff19-4c81-a386-8ca3ed5ada95'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:37.317 63 INFO tempest.lib.common.rest_client [req-c879f4ea-a2d8-483b-b639-6daf284f97d0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c59d7fd4-6981-4a93-ae86-31ac1d0decf9 2.291s 2018-08-12 21:21:37.317 63 DEBUG tempest.lib.common.rest_client [req-c879f4ea-a2d8-483b-b639-6daf284f97d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c59d7fd4-6981-4a93-ae86-31ac1d0decf9', u'date': 'Sun, 12 Aug 2018 21:21:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c879f4ea-a2d8-483b-b639-6daf284f97d0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:39.236 63 INFO tempest.lib.common.rest_client [req-a160aba8-f0a0-4495-a05e-6728dca8cd12 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e4da491a-1fb4-4d09-ab24-02313fe159d2 1.918s 2018-08-12 21:21:39.237 63 DEBUG tempest.lib.common.rest_client [req-a160aba8-f0a0-4495-a05e-6728dca8cd12 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e4da491a-1fb4-4d09-ab24-02313fe159d2', u'date': 'Sun, 12 Aug 2018 21:21:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a160aba8-f0a0-4495-a05e-6728dca8cd12'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:41.980 63 INFO tempest.lib.common.rest_client [req-94e0da9d-38f0-4597-b6f3-c76921cbe081 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90 2.742s 2018-08-12 21:21:41.980 63 DEBUG tempest.lib.common.rest_client [req-94e0da9d-38f0-4597-b6f3-c76921cbe081 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90', u'date': 'Sun, 12 Aug 2018 21:21:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94e0da9d-38f0-4597-b6f3-c76921cbe081'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:43.881 63 INFO tempest.lib.common.rest_client [req-24932ee5-8a97-49ac-8f15-79db69c5a10a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/b1b1328f-cf46-46dc-a617-235e4035ebd1 1.900s 2018-08-12 21:21:43.882 63 DEBUG tempest.lib.common.rest_client [req-24932ee5-8a97-49ac-8f15-79db69c5a10a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b1b1328f-cf46-46dc-a617-235e4035ebd1', u'date': 'Sun, 12 Aug 2018 21:21:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24932ee5-8a97-49ac-8f15-79db69c5a10a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:44.413 63 INFO tempest.lib.common.rest_client [req-e4eac045-1153-4752-82b3-e6c527ea848a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/1780a757-6255-46a3-b0a8-6d5d7bf66b8e 0.530s 2018-08-12 21:21:44.414 63 DEBUG tempest.lib.common.rest_client [req-e4eac045-1153-4752-82b3-e6c527ea848a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1780a757-6255-46a3-b0a8-6d5d7bf66b8e', u'date': 'Sun, 12 Aug 2018 21:21:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e4eac045-1153-4752-82b3-e6c527ea848a'} 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 [390.495508s] ... 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-12 21:15:14,208 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.288s 2018-08-12 21:15:14,209 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-291358281 description", "name": "tempest-secgroup-smoke-291358281"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-141ce276-6ed6-45f0-abb0-d492d0b14ecb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-291358281 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "updated_at": "2018-08-12T21:15:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:15:14Z", "revision_number": 0, "id": "7b243c9d-7792-43a9-9d7f-7b2b5560f02c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:15:14Z", "revision_number": 0, "id": "9c3c4d2a-45cd-4b95-b1d9-972a8164cb50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "name": "tempest-secgroup-smoke-291358281"}} 2018-08-12 21:15:14,424 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-12 21:15:14,424 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74ead487-00c4-4a83-81fe-73a5b8b08bd7'} 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-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3a0f6739-cd9e-4a44-b6dd-b12341a1220e"}} 2018-08-12 21:15:14,658 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 21:15:14,658 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4700216c-4df4-4b8e-8983-f14b097be50e'} 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-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ae1c1d8d-9758-4ccf-a6ff-86ea03c1f997"}} 2018-08-12 21:15:15,136 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.477s 2018-08-12 21:15:15,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": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e76eef3-01d9-4f51-8ed3-5d9cbe9503b0'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2f0f4f75-6a53-45c5-bca2-8f076734253e"}} 2018-08-12 21:15:15,304 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-12 21:15:15,305 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da59b2fa-f9d2-4c7a-b376-281aecd03a55'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "41a6fa2d-e79f-40fa-9175-8263d8c10db0"}} 2018-08-12 21:15:15,509 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-12 21:15:15,510 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0204927f-faaa-43ab-99ac-daca6b6d719c'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa230a78-9c9f-40e2-a9df-0797f8cd69ab"}} 2018-08-12 21:15:15,947 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.436s 2018-08-12 21:15:15,947 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ea0756e-55d7-49c4-bb0a-db5e14880667'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d38ee23b-20e9-4b0e-bab7-65c25459d5a5"}} 2018-08-12 21:15:16,148 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-12 21:15:16,149 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7150107-1b17-4c7f-ac34-4617ac7f14ad'} 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-12T21:15:16Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a0c8874c-f3ee-453d-b73f-72b6ae8b56e2"}} 2018-08-12 21:15:16,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.244s 2018-08-12 21:15:16,395 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-224c6eec-480d-4749-aeb9-5c4a41456e29'} 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-12T21:15:16Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8428dbc3-b488-47f7-96f7-cae2d6411b09"}} 2018-08-12 21:15:16,695 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.299s 2018-08-12 21:15:16,696 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1354159843"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c8e15cc-44d4-4b67-b4e1-2caa5052f6db'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:15:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","name":"tempest-A-1354159843"}} 2018-08-12 21:15:17,572 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.875s 2018-08-12 21:15:17,572 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "name": "tempest-subnet-A-1-1315700238"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98cc71d3-9c2a-465d-9bda-1776bd2b136f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:17Z","dns_nameservers":[],"updated_at":"2018-08-12T21:15:17Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90","subnetpool_id":null,"name":"tempest-subnet-A-1-1315700238"}} 2018-08-12 21:15:17,807 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.233s 2018-08-12 21:15:17,807 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-660642701"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64b9257d-b60b-4296-a6b1-a5f9eebe0353'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:15:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","name":"tempest-B-660642701"}} 2018-08-12 21:15:18,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.123s 2018-08-12 21:15:18,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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "name": "tempest-subnet-B-1-2060476456"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:15:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21e327fa-30de-4ff8-8361-baff6d9f857f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:18Z","dns_nameservers":[],"updated_at":"2018-08-12T21:15:18Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","subnetpool_id":null,"name":"tempest-subnet-B-1-2060476456"}} 2018-08-12 21:15:19,125 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.192s 2018-08-12 21:15:19,126 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-725923026"}} 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-03d39bba-5668-4e95-8c8d-beb3d254b43b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03d39bba-5668-4e95-8c8d-beb3d254b43b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpNiU4ydpR0T2SvbZTQpmgwQYvqFVcREVHS3kHMCAa10lNVPSvrMMvYwNXAVUZaXhY/NbXrVVB3oTldn4QvMji2h3q/MHRzlm4k51vSIoo3Eu6U9DP+h8SYfM19F4kuEYd7P0pS58MOliXYteaJ9fLL+GLXGSAxCCey/V7x2FaBbQQsmZ3zDoGoKKqBpRMgKlAfOwvlDRX6ovW4QntWXSNBtdTApsjfjS2zMyY0AUBa+gWR+cP0lajxvWY41BnlPyY1/5u3vJ2aYeaQ5SQweNnITNQomUVWFL+Sh2e8/xCygBQjIjrki8vnA4jZwuEs20OsuFMVEGMoK3IkIFg7aJd Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqTYlOMnaUdE9kr22U0KZoMEGL6hVXERFR0t5BzAgGtdJTVT0\nr6zDL2MDVwFVGWl4WPzW161VQd6E5XZ+ELzI4tod6vzB0c5ZuJOdb0iKKNxLulPQ\nz/ofEmHzNfReJLhGHez9KUufDDpYl2LXmifXyy/hi1xkgMQgnsv1e8dhWgW0ELJm\nd8w6BqCiqgaUTICpQHzsL5Q0V+qL1uEJ7Vl0jQbXUwKbI340tszMmNAFAWvoFkfn\nD9JWo8b1mONQZ5T8mNf+bt7ydmmHmkOUkMHjZyEzUKJlFVhS/kodnvP8QsoAUIyI\n65IvL5wOI2cLhLNtDrLhTFRBjKCtyJCBYO2iXQIDAQABAoIBABjZMq4cNks9huU9\npsCjTxwkPFxTQ/XAsMu/cY50qsJGSyVoDGaf4CndSGhGcdDBhELNHl+dvJ9npexs\ncibTEkz96tbPN0cwHkzUoJHu/Rry/svl8wwXluiEKcsKj6ikxucuHh8qU7jf+JKC\nmVax8yaLaXulnbyrEH9BRFNg/BLT9lLU3rCPxtfmHeNzd3ymKJPMqS9unZRklPGC\n9VN4TvUhMsSTf1NaRth/dH/ItcXyHhpjNitdjWb60EmBU+W3pS00DYxSdkiW09yO\n71p5+uaG0Xg0WmczQQUaHbA+iO6zcLpmaSlavpxTQBSwT0p99Gh251RVsAspyw9c\nrYcO66ECgYEA3kF02U99aKK4I4QHypYA5o1XvrSmSFOnrLXGQaOViMUrRpZHtPEx\nCUT8gQI84mKf3Kxj+jKvfw1cFKm5yFtsHb4R3sC9ZJDiieh67B1ZYnNy4jBT4Hm4\np/huSanAPBCjud3rjHeClRAMMzU3447XjU7vvNaemsWC2aPcKeIV4iMCgYEAwub9\nPrO7ybzwpFjRmI19tNDMTpF92umagpyIMXQs+vUuIpC58bfl5w/B55eADE/ZxNtH\nSeVWG1nDbGrBwOQPC2n03eokCeDsKoFnTcKI61bM9dxEqOcEh7A6qcKn6LOhE6VM\naMaGIiDKC6ndVaNdf9FWMZE9g9sSK//llOVLcX8CgYBP6n9miDOSxTeq5ZWbnZZT\nUC1l0DUeOp5G9tGD1ps1I5hs+CpugG9eYuTcSn6z9DyBL6d/VmxOJfKfJ2w7A8x7\nYVWxn+I53/LlHafdcKwsP1DmzfPK+lmQZD7b0+Lgdic49Pf2eR6GFNAeNZuUAk+1\natW/M/ixtCVZtpa6pKWzuwKBgB690lnufYMvcwFpJP4b6yT2/hKybhh2WjGZwP2T\n5nha7cDz9PBEYlXUrW/6/G50tdOQBqmIK9G6kdFq8U6caicRula6VJ7eREHcEVA5\ni+Ea2s84w/ekIJnKWSZnlpZkptZzbx7jmUqOw2+dhlS4pMnBWggNcZd3mWEpRqv6\nkrC/AoGBAItCrckQJI/BfaRmTwQnoYnyROZdd4b2H9SG7j4Y/VjtjWnmi148BfR5\n0GS1J/NVebWQqok/JGy6a0pS8ZbdoH1zaaDWy0GxRk9c8i/IbQtCWKeiXAvTHpVK\naBPecvNj8IuKRkiYV1JExImAlpNHjxmGPPpIE7kR5MPR8IpBKJS2\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-725923026", "fingerprint": "cd:0f:6c:dd:11:9f:7f:4c:35:8a:56:be:27:dd:a9:fb"}} 2018-08-12 21:15:20,213 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.082s 2018-08-12 21:15:20,213 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1758289298", "security_groups": ["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c1025f-64a3-4a99-b700-83f60e46c064'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:15:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:15:19Z","name":"tempest-port-smoke-1758289298","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4d:a4:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90","ip_address":"10.101.11.10"}],"id":"8fec65f3-6975-4b3e-914a-a348799829d1","security_groups":["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"],"device_id":""}} 2018-08-12 21:15:24,043 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.828s 2018-08-12 21:15:24,043 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-725923026", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "port": "8fec65f3-6975-4b3e-914a-a348799829d1"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-916cf1e6-6df1-4495-8aab-8bb7aa96aef6', 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-916cf1e6-6df1-4495-8aab-8bb7aa96aef6'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "adminPass": "rPfazEQknjL8"}} 2018-08-12 21:15:24,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.727s 2018-08-12 21:15:24,777 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-d0bbff46-ba22-4755-a219-a7fca76d9682', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0bbff46-ba22-4755-a219-a7fca76d9682'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:26,120 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.330s 2018-08-12 21:15:26,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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-d240cba1-968a-4889-97c3-abc9bf34d93d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d240cba1-968a-4889-97c3-abc9bf34d93d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:28,144 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 1.008s 2018-08-12 21:15:28,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': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-8c4ba34e-6540-49f6-9809-1e880cd967b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c4ba34e-6540-49f6-9809-1e880cd967b8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:28,159 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-12 21:15:29,432 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.271s 2018-08-12 21:15:29,432 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-b28360f0-fc31-4ceb-956a-c258d6034737', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b28360f0-fc31-4ceb-956a-c258d6034737'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:29Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:29,446 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2018-08-12 21:15:31,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.954s 2018-08-12 21:15:31,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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-2f14032c-9255-47d2-ba0b-46d38f45b06c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f14032c-9255-47d2-ba0b-46d38f45b06c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:31,419 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2018-08-12 21:15:33,007 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.586s 2018-08-12 21:15:33,008 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-cd357119-7d25-4392-90e3-4a20a7fe718e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd357119-7d25-4392-90e3-4a20a7fe718e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:34,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.737s 2018-08-12 21:15:34,761 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-a63dcee0-11bd-4dfc-869c-b99dd8300b7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a63dcee0-11bd-4dfc-869c-b99dd8300b7c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:36,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.585s 2018-08-12 21:15:36,363 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-f65584bd-7131-401c-a3d2-cf641e636661', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f65584bd-7131-401c-a3d2-cf641e636661'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:36,376 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2018-08-12 21:15:37,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.706s 2018-08-12 21:15:37,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-dcc54498-7132-4baa-b500-9dc3337caf23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dcc54498-7132-4baa-b500-9dc3337caf23'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:37,097 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 78e1cea3-f8a5-4ce7-b893-fefff91d1927 with status: ACTIVE 2018-08-12 21:15:37,920 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 0.822s 2018-08-12 21:15:37,920 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1554474756", "security_groups": ["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:15:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-284afae8-9160-4889-839d-640d01c83b54'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:15:37Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:15:37Z","name":"tempest-port-smoke-1554474756","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1f:4d:42","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","ip_address":"10.102.21.20"}],"id":"1ab8a5b8-2646-4639-a16b-983b96c6fe16","security_groups":["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"],"device_id":""}} 2018-08-12 21:15:41,054 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.132s 2018-08-12 21:15:41,054 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-725923026", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "port": "1ab8a5b8-2646-4639-a16b-983b96c6fe16"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-72aaef5e-ffee-4025-bee3-02de61f375f1', 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72aaef5e-ffee-4025-bee3-02de61f375f1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "adminPass": "LskZpySCr2UG"}} 2018-08-12 21:15:41,387 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.328s 2018-08-12 21:15:41,387 63 DEBUG [tempest.lib.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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-59d06ad6-3a11-4785-b73f-aa5a113ad652', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59d06ad6-3a11-4785-b73f-aa5a113ad652'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:42,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.257s 2018-08-12 21:15:42,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-ba957260-9583-4839-aff1-c9e2cfc7ad0e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba957260-9583-4839-aff1-c9e2cfc7ad0e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:44,430 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.753s 2018-08-12 21:15:44,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-56281c82-64fb-402a-a84a-bdd9a9d1bbbf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56281c82-64fb-402a-a84a-bdd9a9d1bbbf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:44,445 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:15:45,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.434s 2018-08-12 21:15:45,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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-4b8e54e8-d3a7-4533-adbe-b2bfb07a2474', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b8e54e8-d3a7-4533-adbe-b2bfb07a2474'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15: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/c0418961-5a3b-4308-abcc-ead8355533fe 0.708s 2018-08-12 21:15: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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-9a68fda3-f7fa-45b7-b2b5-4a87f27727e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a68fda3-f7fa-45b7-b2b5-4a87f27727e1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:49,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 1.052s 2018-08-12 21:15:49,675 63 DEBUG [tempest.lib.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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-6786f6a2-dfcd-4b45-b566-6b363589308a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6786f6a2-dfcd-4b45-b566-6b363589308a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:47Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:49,691 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:15:50,392 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.699s 2018-08-12 21:15:50,392 63 DEBUG [tempest.lib.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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-38674473-3e4a-48c1-a389-3c388aa62e4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38674473-3e4a-48c1-a389-3c388aa62e4e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:47Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:50,405 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c0418961-5a3b-4308-abcc-ead8355533fe with status: ACTIVE 2018-08-12 21:15:50,597 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.191s 2018-08-12 21:15:50,598 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1567472787", "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': 'Sun, 12 Aug 2018 21:15:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a549a12-6419-4e94-9d12-c95b055afe81'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:50Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:50Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf", "name": "tempest-router--1567472787"}} 2018-08-12 21:15:52,177 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 1.578s 2018-08-12 21:15:52,178 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f165d898-3bf2-4a71-aa9e-4ecec4374266'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:50Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:51Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf", "name": "tempest-router--1567472787"}} 2018-08-12 21:15:54,475 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/add_router_interface 2.296s 2018-08-12 21:15:54,475 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ecf2a95f-1c29-408f-aa40-7d7f8dfc16cc'} Body: {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9", "subnet_ids": ["c59d7fd4-6981-4a93-ae86-31ac1d0decf9"], "port_id": "71fead4e-f8cc-4c04-921e-14c7216614f1", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf"} 2018-08-12 21:15:54,873 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.396s 2018-08-12 21:15:54,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87994047-e4d5-4477-a77d-d715063015cf'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "52163e9e-83da-4a92-85e9-9f35f24d9704"}} 2018-08-12 21:15:55,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations 0.386s 2018-08-12 21:15:55,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations', u'date': 'Sun, 12 Aug 2018 21:15:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4f47cd6-42e7-488f-b55d-c12aa5c4eb9f'} Body: {"network_association": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "id": "3558c323-6e5b-4776-a55c-b370d468c66f"}} 2018-08-12 21:15:56,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations 0.860s 2018-08-12 21:15:56,122 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations', u'date': 'Sun, 12 Aug 2018 21:15:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ae85022-59e7-4bdf-aff0-e02f5b462a4c'} Body: {"network_association": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "id": "3a21ccf7-531a-44f9-9da7-fb02c1cdfc1f"}} 2018-08-12 21:15:56,123 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:15:56,176 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=430411f7-9c29-4571-84b1-3310fba9d3cf 0.052s 2018-08-12 21:15:56,176 63 DEBUG [tempest.lib.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=430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc1a96d3-6109-4503-8ca6-5a182836ebf4'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:53Z","admin_state_up":true,"updated_at":"2018-08-12T21:15:53Z","binding:vnic_type":"normal","device_id":"430411f7-9c29-4571-84b1-3310fba9d3cf","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:e7:15:25","id":"71fead4e-f8cc-4c04-921e-14c7216614f1","port_security_enabled":false,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 21:15:57,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface 1.740s 2018-08-12 21:15:57,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:15:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e69aa52-ab5f-4a40-93aa-c9f6288c9ce9'} Body: {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9", "subnet_ids": ["c59d7fd4-6981-4a93-ae86-31ac1d0decf9"], "port_id": "71fead4e-f8cc-4c04-921e-14c7216614f1", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf"} 2018-08-12 21:15:59,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 1.694s 2018-08-12 21:15:59,614 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a053d05c-49cf-48bd-8d19-a981418713ae'} Body: 2018-08-12 21:15:59,820 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.205s 2018-08-12 21:15:59,821 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--37613276", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Sun, 12 Aug 2018 21:15:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b33a7359-fc7f-4b16-8491-da6c511320c6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:59Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "name": "tempest-router--37613276"}} 2018-08-12 21:16:01,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7 1.452s 2018-08-12 21:16:01,274 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7', u'date': 'Sun, 12 Aug 2018 21:16:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2be80ea9-18e8-4525-9d52-3ebef0b0f58e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:16:01Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "name": "tempest-router--37613276"}} 2018-08-12 21:16:03,563 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/add_router_interface 2.288s 2018-08-12 21:16:03,564 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:16:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-417099ce-4bee-453a-a901-c4c012284a0f'} Body: {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90", "subnet_ids": ["4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"], "port_id": "5a8bea7e-507a-44c4-97c1-f33391fe8df2", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7"} 2018-08-12 21:16:05,403 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.838s 2018-08-12 21:16:05,404 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "8fec65f3-6975-4b3e-914a-a348799829d1"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:16:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1ac0ad5-2feb-4aea-bd72-c7881562b90c'} Body: {"floatingip": {"router_id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:16:04Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "8fec65f3-6975-4b3e-914a-a348799829d1", "id": "8e4da4cd-b001-4754-a637-571d0f14ad6f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:16:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:16:05,405 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:16:21,433 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:16:21,496 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:16:21,497 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:16:21,612 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-12 21:16:21,613 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:16:21,615 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:16:21,674 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:16:21,680 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:16:26,686 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:16:26,687 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-12 21:17:36,756 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-12 21:17:36,757 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:17:36,762 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:17:36,866 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:17:36,891 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:17:41,898 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:17:41,899 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-12 21:18:51,921 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:18:51,921 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-12 21:18:51,922 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:51,925 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,021 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,054 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52,060 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:18:52,060 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a0:0b:5d [ether] on eth0 2018-08-12 21:18:52,060 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-12 21:18:52,061 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52,063 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,125 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,127 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52,136 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:18:52,136 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-12 21:18:52,137 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52,139 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,200 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,203 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52,209 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-12 21:18:52,210 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52,212 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,273 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,276 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52,282 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:18:52,283 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a0:0b:5d [ether] on eth0 2018-08-12 21:18:52,283 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-12 21:18:52,283 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52,286 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,348 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,350 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:57,358 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:18:57,358 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-12 21:20:07,425 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-12 21:20:07,426 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:20:07,430 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:20:07,525 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:20:07,526 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:20:12,534 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:20:12,535 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-12 21:21:22,595 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:21:22,596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:21:24,032 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/8e4da4cd-b001-4754-a637-571d0f14ad6f 1.434s 2018-08-12 21:21:24,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/floatingips/8e4da4cd-b001-4754-a637-571d0f14ad6f', u'date': 'Sun, 12 Aug 2018 21:21:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e5358002-1e15-4c38-ae06-bef89948704d'} Body: 2018-08-12 21:21:26,059 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/remove_router_interface 2.025s 2018-08-12 21:21:26,060 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:21:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f7f47ed-3663-4aa2-b05e-77f4f347f415'} Body: {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90", "subnet_ids": ["4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"], "port_id": "5a8bea7e-507a-44c4-97c1-f33391fe8df2", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7"} 2018-08-12 21:21:27,806 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7 1.745s 2018-08-12 21:21:27,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7', u'date': 'Sun, 12 Aug 2018 21:21:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-37b2af0a-975e-4fba-a786-c4124e61bacb'} Body: 2018-08-12 21:21:28,111 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface 0.303s 2018-08-12 21:21:28,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-159a4f6a-4229-47e0-b907-4d29ae606618'} Body: {"NeutronError": {"message": "Router 430411f7-9c29-4571-84b1-3310fba9d3cf could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-12 21:21:28,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 0.331s 2018-08-12 21:21:28,444 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/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3b1fd17-55f3-4e55-a827-fe136de462a7'} Body: {"NeutronError": {"message": "Router 430411f7-9c29-4571-84b1-3310fba9d3cf could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-12 21:21:28,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.438s 2018-08-12 21:21:28,884 63 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-915dbc4c-8f74-4c72-b996-14e53ed066b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-915dbc4c-8f74-4c72-b996-14e53ed066b1'} Body: 2018-08-12 21:21:30,075 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 1.190s 2018-08-12 21:21:30,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': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-74704451-260d-41e5-9b48-4a6ad3756567', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74704451-260d-41e5-9b48-4a6ad3756567'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:21:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:31,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.047s 2018-08-12 21:21:31,141 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-f3d8d23f-637a-44c5-b626-8a41ea0f57e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f3d8d23f-637a-44c5-b626-8a41ea0f57e7'} Body: {"itemNotFound": {"message": "Instance c0418961-5a3b-4308-abcc-ead8355533fe could not be found.", "code": 404}} 2018-08-12 21:21:32,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1ab8a5b8-2646-4639-a16b-983b96c6fe16 0.879s 2018-08-12 21:21:32,021 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1ab8a5b8-2646-4639-a16b-983b96c6fe16', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-abe80f60-ff0a-403f-9336-7909788f3fae'} Body: 2018-08-12 21:21:32,207 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.185s 2018-08-12 21:21:32,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-657b9256-80aa-4c3b-976c-2f0913005530', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-657b9256-80aa-4c3b-976c-2f0913005530'} Body: 2018-08-12 21:21:33,321 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 1.112s 2018-08-12 21:21:33,321 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-0a4d8c86-fbd9-4d28-b3af-529d13e39b77', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a4d8c86-fbd9-4d28-b3af-529d13e39b77'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:21:32Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:34,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.052s 2018-08-12 21:21:34,389 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-b878c2d3-8a86-4994-95f9-a1cf7f93500d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b878c2d3-8a86-4994-95f9-a1cf7f93500d'} Body: {"itemNotFound": {"message": "Instance 78e1cea3-f8a5-4ce7-b893-fefff91d1927 could not be found.", "code": 404}} 2018-08-12 21:21:34,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8fec65f3-6975-4b3e-914a-a348799829d1 0.569s 2018-08-12 21:21:34,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/8fec65f3-6975-4b3e-914a-a348799829d1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f543a8d3-c781-47eb-bcc3-dfe1beaab0b4'} Body: 2018-08-12 21:21:35,024 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-725923026 0.063s 2018-08-12 21:21:35,024 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-725923026', u'x-compute-request-id': 'req-bdf21159-ff19-4c81-a386-8ca3ed5ada95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bdf21159-ff19-4c81-a386-8ca3ed5ada95'} Body: 2018-08-12 21:21:37,317 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c59d7fd4-6981-4a93-ae86-31ac1d0decf9 2.291s 2018-08-12 21:21:37,317 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c59d7fd4-6981-4a93-ae86-31ac1d0decf9', u'date': 'Sun, 12 Aug 2018 21:21:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c879f4ea-a2d8-483b-b639-6daf284f97d0'} Body: 2018-08-12 21:21:39,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e4da491a-1fb4-4d09-ab24-02313fe159d2 1.918s 2018-08-12 21:21:39,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/e4da491a-1fb4-4d09-ab24-02313fe159d2', u'date': 'Sun, 12 Aug 2018 21:21:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a160aba8-f0a0-4495-a05e-6728dca8cd12'} Body: 2018-08-12 21:21:41,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90 2.742s 2018-08-12 21:21:41,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90', u'date': 'Sun, 12 Aug 2018 21:21:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94e0da9d-38f0-4597-b6f3-c76921cbe081'} Body: 2018-08-12 21:21:43,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/b1b1328f-cf46-46dc-a617-235e4035ebd1 1.900s 2018-08-12 21:21:43,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/networks/b1b1328f-cf46-46dc-a617-235e4035ebd1', u'date': 'Sun, 12 Aug 2018 21:21:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24932ee5-8a97-49ac-8f15-79db69c5a10a'} Body: 2018-08-12 21:21:44,413 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/1780a757-6255-46a3-b0a8-6d5d7bf66b8e 0.530s 2018-08-12 21:21:44,414 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1780a757-6255-46a3-b0a8-6d5d7bf66b8e', u'date': 'Sun, 12 Aug 2018 21:21:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e4eac045-1153-4752-82b3-e6c527ea848a'} Body: 2018-08-12 21:21:44.675 63 INFO tempest.lib.common.rest_client [req-c70f557e-d1ba-4cdb-9e18-031e3a183a61 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.234s 2018-08-12 21:21:44.676 63 DEBUG tempest.lib.common.rest_client [req-c70f557e-d1ba-4cdb-9e18-031e3a183a61 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-645698855 description", "name": "tempest-secgroup-smoke-645698855"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:21:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c70f557e-d1ba-4cdb-9e18-031e3a183a61'} Body: {"security_group": {"description": "tempest-secgroup-smoke-645698855 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:44Z", "updated_at": "2018-08-12T21:21:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:21:44Z", "revision_number": 0, "id": "b13407db-a9a5-491a-89fc-58aa65bc1ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:21:44Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:21:44Z", "revision_number": 0, "id": "cd027b6c-cae0-495f-9dad-7055fec4366e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:21:44Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a2385ce4-e558-420c-900b-cad9bd425a15", "name": "tempest-secgroup-smoke-645698855"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:45.261 63 INFO tempest.lib.common.rest_client [req-cdb766f3-052b-4bec-83fa-ab70b8d15339 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.584s 2018-08-12 21:21:45.262 63 DEBUG tempest.lib.common.rest_client [req-cdb766f3-052b-4bec-83fa-ab70b8d15339 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cdb766f3-052b-4bec-83fa-ab70b8d15339'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "de250676-0747-4b94-a4e9-1d3673b54810"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:45.729 63 INFO tempest.lib.common.rest_client [req-d5296a1f-d912-490d-b108-f31780c67e51 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 21:21:45.729 63 DEBUG tempest.lib.common.rest_client [req-d5296a1f-d912-490d-b108-f31780c67e51 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d5296a1f-d912-490d-b108-f31780c67e51'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b6fe6be8-e459-4d3c-a082-e3b72bd8234a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:45.921 63 INFO tempest.lib.common.rest_client [req-0d3e2f7c-23c2-4eb9-968d-2c8c4af99bc0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.190s 2018-08-12 21:21:45.922 63 DEBUG tempest.lib.common.rest_client [req-0d3e2f7c-23c2-4eb9-968d-2c8c4af99bc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d3e2f7c-23c2-4eb9-968d-2c8c4af99bc0'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4bd77417-7c25-4f0d-b61f-20eafec8b96d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:46.131 63 INFO tempest.lib.common.rest_client [req-ea4fdb50-c5b2-45c2-8003-d02fb3f3df0c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-12 21:21:46.132 63 DEBUG tempest.lib.common.rest_client [req-ea4fdb50-c5b2-45c2-8003-d02fb3f3df0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea4fdb50-c5b2-45c2-8003-d02fb3f3df0c'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "970b5871-a224-44ea-a757-e0909f528e73"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:46.477 63 INFO tempest.lib.common.rest_client [req-7dd2383b-5482-4cc0-aa1b-d087bd8fa262 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.344s 2018-08-12 21:21:46.478 63 DEBUG tempest.lib.common.rest_client [req-7dd2383b-5482-4cc0-aa1b-d087bd8fa262 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dd2383b-5482-4cc0-aa1b-d087bd8fa262'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "43c1492d-583d-4ce1-bcea-91817c2080af"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:46.692 63 INFO tempest.lib.common.rest_client [req-a9412cec-ba48-4c1c-a397-ebda2a297d3d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.213s 2018-08-12 21:21:46.693 63 DEBUG tempest.lib.common.rest_client [req-a9412cec-ba48-4c1c-a397-ebda2a297d3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9412cec-ba48-4c1c-a397-ebda2a297d3d'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "04107280-401b-4907-ac58-1f016140da32"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:46.884 63 INFO tempest.lib.common.rest_client [req-4200818d-3e24-4632-b12e-fb5207683d2b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.191s 2018-08-12 21:21:46.885 63 DEBUG tempest.lib.common.rest_client [req-4200818d-3e24-4632-b12e-fb5207683d2b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4200818d-3e24-4632-b12e-fb5207683d2b'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4e893ee0-8d5c-48d4-a5ca-a1d7b70cc275"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:47.352 63 INFO tempest.lib.common.rest_client [req-8d4d2a34-546a-41c0-81fe-243d5f210ddd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 21:21:47.352 63 DEBUG tempest.lib.common.rest_client [req-8d4d2a34-546a-41c0-81fe-243d5f210ddd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d4d2a34-546a-41c0-81fe-243d5f210ddd'} 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-12T21:21:47Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:47Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3f8ba08a-87b1-4ebe-9e72-e5aa17da8cac"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:47.843 63 INFO tempest.lib.common.rest_client [req-718e8ec3-f095-4a32-a51d-5cd78fa08d83 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.490s 2018-08-12 21:21:47.844 63 DEBUG tempest.lib.common.rest_client [req-718e8ec3-f095-4a32-a51d-5cd78fa08d83 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-810311401"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:21:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-718e8ec3-f095-4a32-a51d-5cd78fa08d83'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:21:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"aac0534d-953d-48f2-a539-252f7fc38695","name":"tempest-A-810311401"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:49.009 63 INFO tempest.lib.common.rest_client [req-e4d57d0c-832e-4194-b7b3-cef2955ec879 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.163s 2018-08-12 21:21:49.009 63 DEBUG tempest.lib.common.rest_client [req-e4d57d0c-832e-4194-b7b3-cef2955ec879 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "name": "tempest-subnet-A-1-1533939298"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:21:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4d57d0c-832e-4194-b7b3-cef2955ec879'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aac0534d-953d-48f2-a539-252f7fc38695","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:48Z","dns_nameservers":[],"updated_at":"2018-08-12T21:21:48Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c0f58db3-f95c-42fa-9359-d85924bf4725","subnetpool_id":null,"name":"tempest-subnet-A-1-1533939298"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:49.787 63 INFO tempest.lib.common.rest_client [req-76b355c9-6d0d-4d12-bbd6-f6e32e12f1c5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.777s 2018-08-12 21:21:49.787 63 DEBUG tempest.lib.common.rest_client [req-76b355c9-6d0d-4d12-bbd6-f6e32e12f1c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1837168072"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:21:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76b355c9-6d0d-4d12-bbd6-f6e32e12f1c5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:21:49Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"7f227922-d98c-4413-87a8-6aad8feba541","name":"tempest-B-1837168072"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:50.512 63 INFO tempest.lib.common.rest_client [req-4e5378e7-2f90-43a0-8ea4-0b42b375e40d ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.723s 2018-08-12 21:21:50.512 63 DEBUG tempest.lib.common.rest_client [req-4e5378e7-2f90-43a0-8ea4-0b42b375e40d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "name": "tempest-subnet-B-1-896578583"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4e5378e7-2f90-43a0-8ea4-0b42b375e40d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f227922-d98c-4413-87a8-6aad8feba541","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:50Z","dns_nameservers":[],"updated_at":"2018-08-12T21:21:50Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c62032eb-e838-4c88-89f8-baf666b0ffe1","subnetpool_id":null,"name":"tempest-subnet-B-1-896578583"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:50.796 63 INFO tempest.lib.common.rest_client [req-d3d467aa-65d6-44e6-9507-29b3d686f52b ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.283s 2018-08-12 21:21:50.796 63 DEBUG tempest.lib.common.rest_client [req-d3d467aa-65d6-44e6-9507-29b3d686f52b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1024608234"}} 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-d3d467aa-65d6-44e6-9507-29b3d686f52b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3d467aa-65d6-44e6-9507-29b3d686f52b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNsndDvaeBRNzKVGtwMwD5XtHCKK/eb4r/yqdDMMyEzVkcxEZWQ1Gar88zmvKD3kt16n8BEixYA7kuAnxGdCy1FOOHoLfnxoMw0ftRFwfHYZxGRNJ1NSTX8kaacc19YTZ56LiQ9ovIMsFVWnfAXvjtEeTtf5bF+DlKGPioIxOJFtwVeRd5DfadCzL7oIgcDHI+eYsXCcPxzAjdwgUrcafdKOWqhdL0TSktATIH+MbpB2DWuMpK3Z5Byo7VJQU1nuH32sSbryESdneVljihLhYXCnqrOfmdNLuC8g4Hosnw65ZeAoa72CMePXMnvoQyFyV4LiOYuafinvrbCCXQ86KV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzbJ3Q72ngUTcylRrcDMA+V7Rwiiv3m+K/8qnQzDMhM1ZHMRG\nVkNRmq/PM5ryg95Ldep/ARIsWAO5LgJ8RnQstRTjh6C358aDMNH7URcHx2GcRkTS\ndTUk1/JGmnHNfWE2eei4kPaLyDLBVVp3wF747RHk7X+Wxfg5Shj4qCMTiRbcFXkX\neQ32nQsy+6CIHAxyPnmLFwnD8cwI3cIFK3Gn3SjlqoXS9E0pLQEyB/jG6Qdg1rjK\nSt2eQcqO1SUFNZ7h99rEm68hEnZ3lZY4oS4WFwp6qzn5nTS7gvIOB6LJ8OuWXgKG\nu9gjHj1zJ76EMhcleC4jmLmn4p762wgl0POilQIDAQABAoIBAQCc2oVVs66ixZcz\n9pIC+fG5NxPu4cXSce5lxewsMW8Tqd9VL1qPd0AoG/591J8v7XhPj6SPdYM5DoXM\nTvrjYr2gzDABAY6bgGYT+VuSZ2R4JrfbYam21PKmdUpfhX50KIg5CDyN1mObIxEI\nfDcrC4D4jpeqf4vCpNlS5p3e4PiJpPUEt7Gn00n2PQ2zXBGm0jalO+qyM8eZdQuw\neTSYLiGtv0C+M++UEleWo2RZ3C558cF9SBbazvLewsfc+/KVu4a4USxMEDCzt2+o\nOs5Gk5E9mJXXloEAcZrFb3uJBQfDKXnuKJWdj4DaRLSkgvDWYz1DrM83yoBBz62b\ns5L/kmrBAoGBAPavFgwIhntm7ylY8IRmpilVLQUMaKMGYcyFXgcM6E/ogG4tUPSQ\n4J4hkeWtZeQeAkl3/o/Z04TJEiKERtyiyEQQXG0Fw64+8bvxzPpY1aJLTD5Lily/\naEpUVIXOPxuWW65nMguoh+CED4dFhdP5s0wTjUh512Ga6N8Itn5WNTaFAoGBANV3\nH6+r3Tf8PBhN7Puv7emX8dQ6ABtlcPs8H/WmU6ZM/zrthoNhg4EThfxzZ7yiatK4\n7suZoGMIdMV4W81ADVQdVQp4KQcuZFtBYRv5j7M4+4z3VR/z+JelrtDYGpqN18Zx\npphAuCNysRsFNz30acsLk83gMLdQHik+79M4Y6DRAoGAHsRrrYiKrW2DOtb6+KiM\n5O7YtJ59loe/PvELbzmu5/iJvDQuurIvMcniFpFv+em8Q0mSGIMEnLUva9qvs+kh\nrUuVG4vyghMbt2NLO5ZE3v8hPUvSsAq3iT3HZQD6Ygh42uHIHigg+mG+RhLnxC6K\nrFxr7LQ1ptjZXqgJiuxZqrkCgYBhT7DOMJbkUsRCgCOsiQL4HiBMEzTBSHk8zqfz\nICO6CBfCEU3kzqtYSEIoV6POxmvULCIQBrSq8MvqyXdwFeb9lXGTGDv73hY505Al\nZJsxpKRoGshfjKSi3RDYe+uE0WywNlcvyTEoV7yNCM+qGqWvvlNe4vjSWF+nhd1m\neKpSQQKBgQCl2nkqUA7BpHywhTghJbG/b4egt1n4P+zeO8TR4voj/mLdP4aX6KQb\n3ncg/rX/+hS6X+rWx9f/nQhrNBQrtNTPIr5GhqUmcxO8cNx8PtfM/znZO5PIvMDi\nNRQHmyWznfVlWimIibxXsH6vTHBBhfY0ogB7SGRP3qOYUPhr8jMu0Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1024608234", "fingerprint": "ba:90:bb:fa:f8:9a:40:0f:09:7e:05:cc:b9:f0:d9:3e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:51.937 63 INFO tempest.lib.common.rest_client [req-5ea7f865-1230-4669-8b36-278e6e5af184 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 1.136s 2018-08-12 21:21:51.937 63 DEBUG tempest.lib.common.rest_client [req-5ea7f865-1230-4669-8b36-278e6e5af184 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1413011259", "security_groups": ["a2385ce4-e558-420c-900b-cad9bd425a15"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:21:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ea7f865-1230-4669-8b36-278e6e5af184'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:21:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"aac0534d-953d-48f2-a539-252f7fc38695","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:21:51Z","name":"tempest-port-smoke-1413011259","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1e:6f:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c0f58db3-f95c-42fa-9359-d85924bf4725","ip_address":"10.101.11.10"}],"id":"7c4f210b-9d88-45cb-b8f0-2ff56a03f38d","security_groups":["a2385ce4-e558-420c-900b-cad9bd425a15"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:54.995 63 INFO tempest.lib.common.rest_client [req-2820d773-2717-42fd-b8c7-c25909938bcc ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 3.056s 2018-08-12 21:21:54.995 63 DEBUG tempest.lib.common.rest_client [req-2820d773-2717-42fd-b8c7-c25909938bcc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1024608234", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "aac0534d-953d-48f2-a539-252f7fc38695", "port": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-2820d773-2717-42fd-b8c7-c25909938bcc', 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2820d773-2717-42fd-b8c7-c25909938bcc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "adminPass": "cWYr5wV2bJms"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:55.669 63 INFO tempest.lib.common.rest_client [req-6ce672e8-cbef-4fa4-a598-8f76bc351f53 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.669s 2018-08-12 21:21:55.670 63 DEBUG tempest.lib.common.rest_client [req-6ce672e8-cbef-4fa4-a598-8f76bc351f53 ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-6ce672e8-cbef-4fa4-a598-8f76bc351f53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ce672e8-cbef-4fa4-a598-8f76bc351f53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:21:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:57.391 63 INFO tempest.lib.common.rest_client [req-b342c013-bfd8-436d-83c1-69962f719b10 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.706s 2018-08-12 21:21:57.391 63 DEBUG tempest.lib.common.rest_client [req-b342c013-bfd8-436d-83c1-69962f719b10 ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-b342c013-bfd8-436d-83c1-69962f719b10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b342c013-bfd8-436d-83c1-69962f719b10'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:59.362 63 INFO tempest.lib.common.rest_client [req-d58ef4e2-1669-401f-8ec4-49dcc4e3b314 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.955s 2018-08-12 21:21:59.363 63 DEBUG tempest.lib.common.rest_client [req-d58ef4e2-1669-401f-8ec4-49dcc4e3b314 ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-d58ef4e2-1669-401f-8ec4-49dcc4e3b314', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d58ef4e2-1669-401f-8ec4-49dcc4e3b314'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:21:59.379 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:22:01.542 63 INFO tempest.lib.common.rest_client [req-7572bfb5-f29e-41d5-861d-a6d90229649f ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 1.161s 2018-08-12 21:22:01.543 63 DEBUG tempest.lib.common.rest_client [req-7572bfb5-f29e-41d5-861d-a6d90229649f ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-7572bfb5-f29e-41d5-861d-a6d90229649f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7572bfb5-f29e-41d5-861d-a6d90229649f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:03.165 63 INFO tempest.lib.common.rest_client [req-3c86e5cf-3d3b-4a1a-abae-847f6b4aae8d ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.605s 2018-08-12 21:22:03.165 63 DEBUG tempest.lib.common.rest_client [req-3c86e5cf-3d3b-4a1a-abae-847f6b4aae8d ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-3c86e5cf-3d3b-4a1a-abae-847f6b4aae8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c86e5cf-3d3b-4a1a-abae-847f6b4aae8d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:05.057 63 INFO tempest.lib.common.rest_client [req-b98c9ae1-b95c-49cc-815d-c0c5fc3a80f3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.874s 2018-08-12 21:22:05.057 63 DEBUG tempest.lib.common.rest_client [req-b98c9ae1-b95c-49cc-815d-c0c5fc3a80f3 ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-b98c9ae1-b95c-49cc-815d-c0c5fc3a80f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b98c9ae1-b95c-49cc-815d-c0c5fc3a80f3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:05.071 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:22:05.878 63 INFO tempest.lib.common.rest_client [req-e3bffe36-e734-40fd-92fb-ddc02932eb51 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.806s 2018-08-12 21:22:05.879 63 DEBUG tempest.lib.common.rest_client [req-e3bffe36-e734-40fd-92fb-ddc02932eb51 ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-e3bffe36-e734-40fd-92fb-ddc02932eb51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e3bffe36-e734-40fd-92fb-ddc02932eb51'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:05.892 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 5ece96c1-33a3-4ea5-ae93-dda22ecd946e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:22:06.729 63 INFO tempest.lib.common.rest_client [req-b6142f3b-d8e8-43f4-ac36-f8853ae7486c ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 0.836s 2018-08-12 21:22:06.730 63 DEBUG tempest.lib.common.rest_client [req-b6142f3b-d8e8-43f4-ac36-f8853ae7486c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-265916999", "security_groups": ["a2385ce4-e558-420c-900b-cad9bd425a15"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6142f3b-d8e8-43f4-ac36-f8853ae7486c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:22:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7f227922-d98c-4413-87a8-6aad8feba541","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:22:06Z","name":"tempest-port-smoke-265916999","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:02:fd:db","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c62032eb-e838-4c88-89f8-baf666b0ffe1","ip_address":"10.102.21.20"}],"id":"54495b44-5876-427f-955b-b793ce5699b2","security_groups":["a2385ce4-e558-420c-900b-cad9bd425a15"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:10.790 63 INFO tempest.lib.common.rest_client [req-03ab44fa-fe50-409c-9c8c-26441cf8eb0b ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 4.059s 2018-08-12 21:22:10.791 63 DEBUG tempest.lib.common.rest_client [req-03ab44fa-fe50-409c-9c8c-26441cf8eb0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1024608234", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "7f227922-d98c-4413-87a8-6aad8feba541", "port": "54495b44-5876-427f-955b-b793ce5699b2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-03ab44fa-fe50-409c-9c8c-26441cf8eb0b', 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03ab44fa-fe50-409c-9c8c-26441cf8eb0b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "14c04630-7b4f-499b-b713-668282ed5a78", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "adminPass": "3m8ZfWFwrdTK"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:11.131 63 INFO tempest.lib.common.rest_client [req-5137999e-96ac-454c-8585-680b10e0b2a0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.336s 2018-08-12 21:22:11.132 63 DEBUG tempest.lib.common.rest_client [req-5137999e-96ac-454c-8585-680b10e0b2a0 ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-5137999e-96ac-454c-8585-680b10e0b2a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5137999e-96ac-454c-8585-680b10e0b2a0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:22:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:12.478 63 INFO tempest.lib.common.rest_client [req-cd05400f-ba07-4020-88d4-04ccd4df78fd ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.330s 2018-08-12 21:22:12.479 63 DEBUG tempest.lib.common.rest_client [req-cd05400f-ba07-4020-88d4-04ccd4df78fd ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-cd05400f-ba07-4020-88d4-04ccd4df78fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd05400f-ba07-4020-88d4-04ccd4df78fd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:22:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:14.267 63 INFO tempest.lib.common.rest_client [req-fabd4664-6f6d-42db-8114-a8101a939dad ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.765s 2018-08-12 21:22:14.268 63 DEBUG tempest.lib.common.rest_client [req-fabd4664-6f6d-42db-8114-a8101a939dad ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-fabd4664-6f6d-42db-8114-a8101a939dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fabd4664-6f6d-42db-8114-a8101a939dad'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:15.375 63 INFO tempest.lib.common.rest_client [req-4b808aec-98b2-4232-9f58-e97c77ea4100 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.091s 2018-08-12 21:22:15.376 63 DEBUG tempest.lib.common.rest_client [req-4b808aec-98b2-4232-9f58-e97c77ea4100 ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4b808aec-98b2-4232-9f58-e97c77ea4100', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b808aec-98b2-4232-9f58-e97c77ea4100'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:15.390 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:22:16.836 63 INFO tempest.lib.common.rest_client [req-b6fd415b-7e2a-487f-810b-bc7470a57aa0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.444s 2018-08-12 21:22:16.837 63 DEBUG tempest.lib.common.rest_client [req-b6fd415b-7e2a-487f-810b-bc7470a57aa0 ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-b6fd415b-7e2a-487f-810b-bc7470a57aa0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b6fd415b-7e2a-487f-810b-bc7470a57aa0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:18.924 63 INFO tempest.lib.common.rest_client [req-4b1351fd-5ecc-4954-9e2e-ca8cc9e2dc30 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.072s 2018-08-12 21:22:18.925 63 DEBUG tempest.lib.common.rest_client [req-4b1351fd-5ecc-4954-9e2e-ca8cc9e2dc30 ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4b1351fd-5ecc-4954-9e2e-ca8cc9e2dc30', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b1351fd-5ecc-4954-9e2e-ca8cc9e2dc30'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:21.186 63 INFO tempest.lib.common.rest_client [req-4dca9f19-1824-4ae0-a697-c0f38f11e7ad ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.247s 2018-08-12 21:22:21.187 63 DEBUG tempest.lib.common.rest_client [req-4dca9f19-1824-4ae0-a697-c0f38f11e7ad ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4dca9f19-1824-4ae0-a697-c0f38f11e7ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4dca9f19-1824-4ae0-a697-c0f38f11e7ad'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:21.201 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:22:21.893 63 INFO tempest.lib.common.rest_client [req-559305ba-949b-4caa-a55f-51d887270391 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.691s 2018-08-12 21:22:21.894 63 DEBUG tempest.lib.common.rest_client [req-559305ba-949b-4caa-a55f-51d887270391 ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-559305ba-949b-4caa-a55f-51d887270391', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-559305ba-949b-4caa-a55f-51d887270391'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:21.909 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 14c04630-7b4f-499b-b713-668282ed5a78 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:22:22.196 63 INFO tempest.lib.common.rest_client [req-b7307dbb-68bb-4a74-be94-681952619723 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.286s 2018-08-12 21:22:22.196 63 DEBUG tempest.lib.common.rest_client [req-b7307dbb-68bb-4a74-be94-681952619723 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7307dbb-68bb-4a74-be94-681952619723'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "4483e14f-78b9-4f9a-b69b-6aaec31f5ce2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:22.848 63 INFO tempest.lib.common.rest_client [req-5f56ab6f-0b60-448f-a23b-986899887fa6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations 0.651s 2018-08-12 21:22:22.849 63 DEBUG tempest.lib.common.rest_client [req-5f56ab6f-0b60-448f-a23b-986899887fa6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations', u'date': 'Sun, 12 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f56ab6f-0b60-448f-a23b-986899887fa6'} Body: {"network_association": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "id": "6e02dd08-ad83-42d6-8006-3d93db58a571"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:23.535 63 INFO tempest.lib.common.rest_client [req-4a1f1cce-874d-4877-9c6c-70d13fb4f57e ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations 0.685s 2018-08-12 21:22:23.536 63 DEBUG tempest.lib.common.rest_client [req-4a1f1cce-874d-4877-9c6c-70d13fb4f57e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations', u'date': 'Sun, 12 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a1f1cce-874d-4877-9c6c-70d13fb4f57e'} Body: {"network_association": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "id": "bda885ae-642b-4158-8f55-b0f7a6f4022e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:23.536 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-12 21:22:23.716 63 INFO tempest.lib.common.rest_client [req-114551c6-f6cf-4789-a4f4-a9c236bd8b3e ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/routers 0.179s 2018-08-12 21:22:23.717 63 DEBUG tempest.lib.common.rest_client [req-114551c6-f6cf-4789-a4f4-a9c236bd8b3e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1108727461", "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': 'Sun, 12 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-114551c6-f6cf-4789-a4f4-a9c236bd8b3e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:23Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:23Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0a67a757-83d6-4866-aae3-f64937debbf2", "name": "tempest-router--1108727461"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:25.232 63 INFO tempest.lib.common.rest_client [req-bffefb97-068e-4734-86ca-9ef18ccf20c5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2 1.514s 2018-08-12 21:22:25.233 63 DEBUG tempest.lib.common.rest_client [req-bffefb97-068e-4734-86ca-9ef18ccf20c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2', u'date': 'Sun, 12 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bffefb97-068e-4734-86ca-9ef18ccf20c5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:23Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:24Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0a67a757-83d6-4866-aae3-f64937debbf2", "name": "tempest-router--1108727461"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:27.236 63 INFO tempest.lib.common.rest_client [req-1ff39d28-e8a4-4f27-acb2-967d91e6912c ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/add_router_interface 2.002s 2018-08-12 21:22:27.237 63 DEBUG tempest.lib.common.rest_client [req-1ff39d28-e8a4-4f27-acb2-967d91e6912c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:22:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ff39d28-e8a4-4f27-acb2-967d91e6912c'} Body: {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1", "subnet_ids": ["c62032eb-e838-4c88-89f8-baf666b0ffe1"], "port_id": "f12e411f-8c75-41a5-83a4-753275bd77bc", "id": "0a67a757-83d6-4866-aae3-f64937debbf2"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:27.389 63 INFO tempest.lib.common.rest_client [req-658b71e7-0c21-4ee5-873c-38c52e2a7cf4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/routers 0.151s 2018-08-12 21:22:27.389 63 DEBUG tempest.lib.common.rest_client [req-658b71e7-0c21-4ee5-873c-38c52e2a7cf4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--105794920", "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': 'Sun, 12 Aug 2018 21:22:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-658b71e7-0c21-4ee5-873c-38c52e2a7cf4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:27Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:27Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e2142838-034c-4d68-b144-300bb1c26bdc", "name": "tempest-router--105794920"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:28.867 63 INFO tempest.lib.common.rest_client [req-cae59859-5a79-4064-8d6c-ff4387f9d96e ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc 1.476s 2018-08-12 21:22:28.868 63 DEBUG tempest.lib.common.rest_client [req-cae59859-5a79-4064-8d6c-ff4387f9d96e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc', u'date': 'Sun, 12 Aug 2018 21:22:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cae59859-5a79-4064-8d6c-ff4387f9d96e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:27Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:28Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e2142838-034c-4d68-b144-300bb1c26bdc", "name": "tempest-router--105794920"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:30.980 63 INFO tempest.lib.common.rest_client [req-a54da0da-7d3d-417f-b368-b167c829da8b ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/add_router_interface 2.111s 2018-08-12 21:22:30.981 63 DEBUG tempest.lib.common.rest_client [req-a54da0da-7d3d-417f-b368-b167c829da8b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:22:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a54da0da-7d3d-417f-b368-b167c829da8b'} Body: {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725", "subnet_ids": ["c0f58db3-f95c-42fa-9359-d85924bf4725"], "port_id": "53309081-1c2d-4d08-8456-c6ff90a4d849", "id": "e2142838-034c-4d68-b144-300bb1c26bdc"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:33.222 63 INFO tempest.lib.common.rest_client [req-f888dd76-5e72-4bdf-8ec0-4be233a3e718 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.239s 2018-08-12 21:22:33.222 63 DEBUG tempest.lib.common.rest_client [req-f888dd76-5e72-4bdf-8ec0-4be233a3e718 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:22:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f888dd76-5e72-4bdf-8ec0-4be233a3e718'} Body: {"floatingip": {"router_id": "e2142838-034c-4d68-b144-300bb1c26bdc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:22:31Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d", "id": "6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:22:33.224 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:22:49.258 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:22:49.325 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:22:49.354 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:22:49.470 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-12 21:22:49.471 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:22:49.473 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:22:49.535 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:22:49.537 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:22:54.544 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:22:54.545 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 21:24:04.605 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-12 21:24:04.606 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:24:04.609 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:24:04.674 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:24:04.705 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:24:09.713 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:24:09.713 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 21:25:19.780 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-12 21:25:19.781 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-12 21:25:19.781 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19.786 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:19.884 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:25:19.914 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:19.919 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:25:19.920 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:9f:67:16 [ether] on eth0 2018-08-12 21:25:19.920 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-12 21:25:19.921 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19.923 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:19.984 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:25:19.987 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:19.995 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 21:25:19.996 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-12 21:25:19.996 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19.998 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20.060 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:25:20.064 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:20.070 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-12 21:25:20.071 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:20.073 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20.134 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:25:20.137 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:20.142 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:25:20.143 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:9f:67:16 [ether] on eth0 2018-08-12 21:25:20.143 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-12 21:25:20.143 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:20.145 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20.204 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:25:20.210 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:25.217 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:25:25.218 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 21:26:35.269 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-12 21:26:35.270 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:26:35.274 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:26:35.374 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:26:35.402 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:26:40.410 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:26:40.411 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-12 21:27:50.478 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-12 21:27:50.479 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.200: 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:27:51.957 63 INFO tempest.lib.common.rest_client [req-a5317728-7d52-4cd4-a079-6ca185105f45 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5 1.476s 2018-08-12 21:27:51.957 63 DEBUG tempest.lib.common.rest_client [req-a5317728-7d52-4cd4-a079-6ca185105f45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5', u'date': 'Sun, 12 Aug 2018 21:27:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a5317728-7d52-4cd4-a079-6ca185105f45'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:27:53.944 63 INFO tempest.lib.common.rest_client [req-f7bb8c75-df69-4ec8-878e-c4272c2f5558 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/remove_router_interface 1.985s 2018-08-12 21:27:53.944 63 DEBUG tempest.lib.common.rest_client [req-f7bb8c75-df69-4ec8-878e-c4272c2f5558 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:27:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7bb8c75-df69-4ec8-878e-c4272c2f5558'} Body: {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725", "subnet_ids": ["c0f58db3-f95c-42fa-9359-d85924bf4725"], "port_id": "53309081-1c2d-4d08-8456-c6ff90a4d849", "id": "e2142838-034c-4d68-b144-300bb1c26bdc"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:27:55.703 63 INFO tempest.lib.common.rest_client [req-51a08d43-5c22-4694-8b7d-322c3ed6aaaa ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc 1.758s 2018-08-12 21:27:55.704 63 DEBUG tempest.lib.common.rest_client [req-51a08d43-5c22-4694-8b7d-322c3ed6aaaa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e2142838-034c-4d68-b144-300bb1c26bdc', u'date': 'Sun, 12 Aug 2018 21:27:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-51a08d43-5c22-4694-8b7d-322c3ed6aaaa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:27:57.634 63 INFO tempest.lib.common.rest_client [req-fea1790d-43d2-4c7d-8b15-5c632fb484fb ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/remove_router_interface 1.930s 2018-08-12 21:27:57.635 63 DEBUG tempest.lib.common.rest_client [req-fea1790d-43d2-4c7d-8b15-5c632fb484fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:27:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fea1790d-43d2-4c7d-8b15-5c632fb484fb'} Body: {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1", "subnet_ids": ["c62032eb-e838-4c88-89f8-baf666b0ffe1"], "port_id": "f12e411f-8c75-41a5-83a4-753275bd77bc", "id": "0a67a757-83d6-4866-aae3-f64937debbf2"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:27:59.332 63 INFO tempest.lib.common.rest_client [req-e077891f-dbd6-4620-94d6-9317d4e03137 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2 1.696s 2018-08-12 21:27:59.332 63 DEBUG tempest.lib.common.rest_client [req-e077891f-dbd6-4620-94d6-9317d4e03137 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0a67a757-83d6-4866-aae3-f64937debbf2', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e077891f-dbd6-4620-94d6-9317d4e03137'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:27:59.739 63 INFO tempest.lib.common.rest_client [req-8d53c1a5-77cf-47c4-9565-900d21f4afa1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.406s 2018-08-12 21:27:59.740 63 DEBUG tempest.lib.common.rest_client [req-8d53c1a5-77cf-47c4-9565-900d21f4afa1 ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-8d53c1a5-77cf-47c4-9565-900d21f4afa1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d53c1a5-77cf-47c4-9565-900d21f4afa1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:00.926 63 INFO tempest.lib.common.rest_client [req-3f796ffb-e9b4-48ed-b3b9-6b22e6e6739b ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.185s 2018-08-12 21:28:00.927 63 DEBUG tempest.lib.common.rest_client [req-3f796ffb-e9b4-48ed-b3b9-6b22e6e6739b ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-3f796ffb-e9b4-48ed-b3b9-6b22e6e6739b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f796ffb-e9b4-48ed-b3b9-6b22e6e6739b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:27:59Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:01.994 63 INFO tempest.lib.common.rest_client [req-b6d96a2c-50a9-4477-b59e-fa5e954d5c08 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.052s 2018-08-12 21:28:01.995 63 DEBUG tempest.lib.common.rest_client [req-b6d96a2c-50a9-4477-b59e-fa5e954d5c08 ] 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-b6d96a2c-50a9-4477-b59e-fa5e954d5c08', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b6d96a2c-50a9-4477-b59e-fa5e954d5c08'} Body: {"itemNotFound": {"message": "Instance 14c04630-7b4f-499b-b713-668282ed5a78 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:03.092 63 INFO tempest.lib.common.rest_client [req-826a164d-ebc7-4aeb-8397-6060d6291ea9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/54495b44-5876-427f-955b-b793ce5699b2 1.096s 2018-08-12 21:28:03.093 63 DEBUG tempest.lib.common.rest_client [req-826a164d-ebc7-4aeb-8397-6060d6291ea9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/54495b44-5876-427f-955b-b793ce5699b2', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-826a164d-ebc7-4aeb-8397-6060d6291ea9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:03.266 63 INFO tempest.lib.common.rest_client [req-60bf8b2c-2037-40b6-96a9-ec39c219f079 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.172s 2018-08-12 21:28:03.267 63 DEBUG tempest.lib.common.rest_client [req-60bf8b2c-2037-40b6-96a9-ec39c219f079 ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-60bf8b2c-2037-40b6-96a9-ec39c219f079', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60bf8b2c-2037-40b6-96a9-ec39c219f079'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:04.436 63 INFO tempest.lib.common.rest_client [req-a541dc34-f525-4971-9897-93fd08228cbc ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 1.168s 2018-08-12 21:28:04.437 63 DEBUG tempest.lib.common.rest_client [req-a541dc34-f525-4971-9897-93fd08228cbc ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-a541dc34-f525-4971-9897-93fd08228cbc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a541dc34-f525-4971-9897-93fd08228cbc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:05.507 63 INFO tempest.lib.common.rest_client [req-35913f20-e78f-4ff2-8d82-7c07f9810125 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.055s 2018-08-12 21:28:05.508 63 DEBUG tempest.lib.common.rest_client [req-35913f20-e78f-4ff2-8d82-7c07f9810125 ] 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-35913f20-e78f-4ff2-8d82-7c07f9810125', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-35913f20-e78f-4ff2-8d82-7c07f9810125'} Body: {"itemNotFound": {"message": "Instance 5ece96c1-33a3-4ea5-ae93-dda22ecd946e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:06.429 63 INFO tempest.lib.common.rest_client [req-6b6037ae-708f-4574-9674-95531298f1a2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7c4f210b-9d88-45cb-b8f0-2ff56a03f38d 0.920s 2018-08-12 21:28:06.430 63 DEBUG tempest.lib.common.rest_client [req-6b6037ae-708f-4574-9674-95531298f1a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7c4f210b-9d88-45cb-b8f0-2ff56a03f38d', u'date': 'Sun, 12 Aug 2018 21:28:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b6037ae-708f-4574-9674-95531298f1a2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:06.477 63 INFO tempest.lib.common.rest_client [req-94998749-c3ad-4961-9168-9331e13b5d2c ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1024608234 0.047s 2018-08-12 21:28:06.478 63 DEBUG tempest.lib.common.rest_client [req-94998749-c3ad-4961-9168-9331e13b5d2c ] 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-1024608234', u'x-compute-request-id': 'req-94998749-c3ad-4961-9168-9331e13b5d2c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94998749-c3ad-4961-9168-9331e13b5d2c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:09.255 63 INFO tempest.lib.common.rest_client [req-57855cb5-db14-4216-8a08-921a1571af8c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c62032eb-e838-4c88-89f8-baf666b0ffe1 2.776s 2018-08-12 21:28:09.256 63 DEBUG tempest.lib.common.rest_client [req-57855cb5-db14-4216-8a08-921a1571af8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c62032eb-e838-4c88-89f8-baf666b0ffe1', u'date': 'Sun, 12 Aug 2018 21:28:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-57855cb5-db14-4216-8a08-921a1571af8c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:10.834 63 INFO tempest.lib.common.rest_client [req-993766a2-aada-4feb-81d4-680c1871a222 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/7f227922-d98c-4413-87a8-6aad8feba541 1.577s 2018-08-12 21:28:10.835 63 DEBUG tempest.lib.common.rest_client [req-993766a2-aada-4feb-81d4-680c1871a222 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7f227922-d98c-4413-87a8-6aad8feba541', u'date': 'Sun, 12 Aug 2018 21:28:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-993766a2-aada-4feb-81d4-680c1871a222'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:13.796 63 INFO tempest.lib.common.rest_client [req-292680d4-2ba2-487c-983e-681ad93b2ce4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c0f58db3-f95c-42fa-9359-d85924bf4725 2.959s 2018-08-12 21:28:13.796 63 DEBUG tempest.lib.common.rest_client [req-292680d4-2ba2-487c-983e-681ad93b2ce4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c0f58db3-f95c-42fa-9359-d85924bf4725', u'date': 'Sun, 12 Aug 2018 21:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-292680d4-2ba2-487c-983e-681ad93b2ce4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:15.280 63 INFO tempest.lib.common.rest_client [req-2ef664e3-cd1e-43f8-a642-62d6a510e404 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/aac0534d-953d-48f2-a539-252f7fc38695 1.482s 2018-08-12 21:28:15.280 63 DEBUG tempest.lib.common.rest_client [req-2ef664e3-cd1e-43f8-a642-62d6a510e404 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/aac0534d-953d-48f2-a539-252f7fc38695', u'date': 'Sun, 12 Aug 2018 21:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2ef664e3-cd1e-43f8-a642-62d6a510e404'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:15.761 63 INFO tempest.lib.common.rest_client [req-5601d286-b977-4b17-8f3e-73a4ba117c0d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/a2385ce4-e558-420c-900b-cad9bd425a15 0.480s 2018-08-12 21:28:15.762 63 DEBUG tempest.lib.common.rest_client [req-5601d286-b977-4b17-8f3e-73a4ba117c0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a2385ce4-e558-420c-900b-cad9bd425a15', u'date': 'Sun, 12 Aug 2018 21:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5601d286-b977-4b17-8f3e-73a4ba117c0d'} 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 [391.322418s] ... 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 170, in test_bgpvpn_variant4 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-12 21:21:44,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.234s 2018-08-12 21:21:44,676 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-645698855 description", "name": "tempest-secgroup-smoke-645698855"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:21:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c70f557e-d1ba-4cdb-9e18-031e3a183a61'} Body: {"security_group": {"description": "tempest-secgroup-smoke-645698855 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:44Z", "updated_at": "2018-08-12T21:21:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:21:44Z", "revision_number": 0, "id": "b13407db-a9a5-491a-89fc-58aa65bc1ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:21:44Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:21:44Z", "revision_number": 0, "id": "cd027b6c-cae0-495f-9dad-7055fec4366e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:21:44Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a2385ce4-e558-420c-900b-cad9bd425a15", "name": "tempest-secgroup-smoke-645698855"}} 2018-08-12 21:21:45,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.584s 2018-08-12 21:21:45,262 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cdb766f3-052b-4bec-83fa-ab70b8d15339'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "de250676-0747-4b94-a4e9-1d3673b54810"}} 2018-08-12 21:21:45,729 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 21:21:45,729 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d5296a1f-d912-490d-b108-f31780c67e51'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b6fe6be8-e459-4d3c-a082-e3b72bd8234a"}} 2018-08-12 21:21:45,921 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-12 21:21:45,922 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d3e2f7c-23c2-4eb9-968d-2c8c4af99bc0'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4bd77417-7c25-4f0d-b61f-20eafec8b96d"}} 2018-08-12 21:21:46,131 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-12 21:21:46,132 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea4fdb50-c5b2-45c2-8003-d02fb3f3df0c'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "970b5871-a224-44ea-a757-e0909f528e73"}} 2018-08-12 21:21:46,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.344s 2018-08-12 21:21:46,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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dd2383b-5482-4cc0-aa1b-d087bd8fa262'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "43c1492d-583d-4ce1-bcea-91817c2080af"}} 2018-08-12 21:21:46,692 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-12 21:21:46,693 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9412cec-ba48-4c1c-a397-ebda2a297d3d'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "04107280-401b-4907-ac58-1f016140da32"}} 2018-08-12 21:21:46,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.191s 2018-08-12 21:21:46,885 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4200818d-3e24-4632-b12e-fb5207683d2b'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4e893ee0-8d5c-48d4-a5ca-a1d7b70cc275"}} 2018-08-12 21:21:47,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 21:21:47,352 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d4d2a34-546a-41c0-81fe-243d5f210ddd'} 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-12T21:21:47Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:47Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3f8ba08a-87b1-4ebe-9e72-e5aa17da8cac"}} 2018-08-12 21:21:47,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.490s 2018-08-12 21:21:47,844 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-810311401"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:21:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-718e8ec3-f095-4a32-a51d-5cd78fa08d83'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:21:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"aac0534d-953d-48f2-a539-252f7fc38695","name":"tempest-A-810311401"}} 2018-08-12 21:21:49,009 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.163s 2018-08-12 21:21:49,009 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "name": "tempest-subnet-A-1-1533939298"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:21:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4d57d0c-832e-4194-b7b3-cef2955ec879'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aac0534d-953d-48f2-a539-252f7fc38695","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:48Z","dns_nameservers":[],"updated_at":"2018-08-12T21:21:48Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c0f58db3-f95c-42fa-9359-d85924bf4725","subnetpool_id":null,"name":"tempest-subnet-A-1-1533939298"}} 2018-08-12 21:21:49,787 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.777s 2018-08-12 21:21:49,787 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1837168072"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:21:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76b355c9-6d0d-4d12-bbd6-f6e32e12f1c5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:21:49Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"7f227922-d98c-4413-87a8-6aad8feba541","name":"tempest-B-1837168072"}} 2018-08-12 21:21:50,512 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.723s 2018-08-12 21:21:50,512 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "name": "tempest-subnet-B-1-896578583"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4e5378e7-2f90-43a0-8ea4-0b42b375e40d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f227922-d98c-4413-87a8-6aad8feba541","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:50Z","dns_nameservers":[],"updated_at":"2018-08-12T21:21:50Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c62032eb-e838-4c88-89f8-baf666b0ffe1","subnetpool_id":null,"name":"tempest-subnet-B-1-896578583"}} 2018-08-12 21:21:50,796 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.283s 2018-08-12 21:21:50,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1024608234"}} 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-d3d467aa-65d6-44e6-9507-29b3d686f52b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3d467aa-65d6-44e6-9507-29b3d686f52b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNsndDvaeBRNzKVGtwMwD5XtHCKK/eb4r/yqdDMMyEzVkcxEZWQ1Gar88zmvKD3kt16n8BEixYA7kuAnxGdCy1FOOHoLfnxoMw0ftRFwfHYZxGRNJ1NSTX8kaacc19YTZ56LiQ9ovIMsFVWnfAXvjtEeTtf5bF+DlKGPioIxOJFtwVeRd5DfadCzL7oIgcDHI+eYsXCcPxzAjdwgUrcafdKOWqhdL0TSktATIH+MbpB2DWuMpK3Z5Byo7VJQU1nuH32sSbryESdneVljihLhYXCnqrOfmdNLuC8g4Hosnw65ZeAoa72CMePXMnvoQyFyV4LiOYuafinvrbCCXQ86KV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzbJ3Q72ngUTcylRrcDMA+V7Rwiiv3m+K/8qnQzDMhM1ZHMRG\nVkNRmq/PM5ryg95Ldep/ARIsWAO5LgJ8RnQstRTjh6C358aDMNH7URcHx2GcRkTS\ndTUk1/JGmnHNfWE2eei4kPaLyDLBVVp3wF747RHk7X+Wxfg5Shj4qCMTiRbcFXkX\neQ32nQsy+6CIHAxyPnmLFwnD8cwI3cIFK3Gn3SjlqoXS9E0pLQEyB/jG6Qdg1rjK\nSt2eQcqO1SUFNZ7h99rEm68hEnZ3lZY4oS4WFwp6qzn5nTS7gvIOB6LJ8OuWXgKG\nu9gjHj1zJ76EMhcleC4jmLmn4p762wgl0POilQIDAQABAoIBAQCc2oVVs66ixZcz\n9pIC+fG5NxPu4cXSce5lxewsMW8Tqd9VL1qPd0AoG/591J8v7XhPj6SPdYM5DoXM\nTvrjYr2gzDABAY6bgGYT+VuSZ2R4JrfbYam21PKmdUpfhX50KIg5CDyN1mObIxEI\nfDcrC4D4jpeqf4vCpNlS5p3e4PiJpPUEt7Gn00n2PQ2zXBGm0jalO+qyM8eZdQuw\neTSYLiGtv0C+M++UEleWo2RZ3C558cF9SBbazvLewsfc+/KVu4a4USxMEDCzt2+o\nOs5Gk5E9mJXXloEAcZrFb3uJBQfDKXnuKJWdj4DaRLSkgvDWYz1DrM83yoBBz62b\ns5L/kmrBAoGBAPavFgwIhntm7ylY8IRmpilVLQUMaKMGYcyFXgcM6E/ogG4tUPSQ\n4J4hkeWtZeQeAkl3/o/Z04TJEiKERtyiyEQQXG0Fw64+8bvxzPpY1aJLTD5Lily/\naEpUVIXOPxuWW65nMguoh+CED4dFhdP5s0wTjUh512Ga6N8Itn5WNTaFAoGBANV3\nH6+r3Tf8PBhN7Puv7emX8dQ6ABtlcPs8H/WmU6ZM/zrthoNhg4EThfxzZ7yiatK4\n7suZoGMIdMV4W81ADVQdVQp4KQcuZFtBYRv5j7M4+4z3VR/z+JelrtDYGpqN18Zx\npphAuCNysRsFNz30acsLk83gMLdQHik+79M4Y6DRAoGAHsRrrYiKrW2DOtb6+KiM\n5O7YtJ59loe/PvELbzmu5/iJvDQuurIvMcniFpFv+em8Q0mSGIMEnLUva9qvs+kh\nrUuVG4vyghMbt2NLO5ZE3v8hPUvSsAq3iT3HZQD6Ygh42uHIHigg+mG+RhLnxC6K\nrFxr7LQ1ptjZXqgJiuxZqrkCgYBhT7DOMJbkUsRCgCOsiQL4HiBMEzTBSHk8zqfz\nICO6CBfCEU3kzqtYSEIoV6POxmvULCIQBrSq8MvqyXdwFeb9lXGTGDv73hY505Al\nZJsxpKRoGshfjKSi3RDYe+uE0WywNlcvyTEoV7yNCM+qGqWvvlNe4vjSWF+nhd1m\neKpSQQKBgQCl2nkqUA7BpHywhTghJbG/b4egt1n4P+zeO8TR4voj/mLdP4aX6KQb\n3ncg/rX/+hS6X+rWx9f/nQhrNBQrtNTPIr5GhqUmcxO8cNx8PtfM/znZO5PIvMDi\nNRQHmyWznfVlWimIibxXsH6vTHBBhfY0ogB7SGRP3qOYUPhr8jMu0Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1024608234", "fingerprint": "ba:90:bb:fa:f8:9a:40:0f:09:7e:05:cc:b9:f0:d9:3e"}} 2018-08-12 21:21:51,937 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 1.136s 2018-08-12 21:21:51,937 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1413011259", "security_groups": ["a2385ce4-e558-420c-900b-cad9bd425a15"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:21:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ea7f865-1230-4669-8b36-278e6e5af184'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:21:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"aac0534d-953d-48f2-a539-252f7fc38695","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:21:51Z","name":"tempest-port-smoke-1413011259","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1e:6f:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c0f58db3-f95c-42fa-9359-d85924bf4725","ip_address":"10.101.11.10"}],"id":"7c4f210b-9d88-45cb-b8f0-2ff56a03f38d","security_groups":["a2385ce4-e558-420c-900b-cad9bd425a15"],"device_id":""}} 2018-08-12 21:21:54,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 3.056s 2018-08-12 21:21:54,995 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-1024608234", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "aac0534d-953d-48f2-a539-252f7fc38695", "port": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-2820d773-2717-42fd-b8c7-c25909938bcc', 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2820d773-2717-42fd-b8c7-c25909938bcc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "adminPass": "cWYr5wV2bJms"}} 2018-08-12 21:21:55,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.669s 2018-08-12 21:21:55,670 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-6ce672e8-cbef-4fa4-a598-8f76bc351f53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ce672e8-cbef-4fa4-a598-8f76bc351f53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:21:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:57,391 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.706s 2018-08-12 21:21:57,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': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-b342c013-bfd8-436d-83c1-69962f719b10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b342c013-bfd8-436d-83c1-69962f719b10'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:59,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.955s 2018-08-12 21:21:59,363 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-d58ef4e2-1669-401f-8ec4-49dcc4e3b314', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d58ef4e2-1669-401f-8ec4-49dcc4e3b314'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:59,379 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:22:01,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 1.161s 2018-08-12 21:22:01,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-7572bfb5-f29e-41d5-861d-a6d90229649f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7572bfb5-f29e-41d5-861d-a6d90229649f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:03,165 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.605s 2018-08-12 21:22:03,165 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-3c86e5cf-3d3b-4a1a-abae-847f6b4aae8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c86e5cf-3d3b-4a1a-abae-847f6b4aae8d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:05,057 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.874s 2018-08-12 21:22:05,057 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-b98c9ae1-b95c-49cc-815d-c0c5fc3a80f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b98c9ae1-b95c-49cc-815d-c0c5fc3a80f3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:05,071 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:22:05,878 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.806s 2018-08-12 21:22:05,879 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-e3bffe36-e734-40fd-92fb-ddc02932eb51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e3bffe36-e734-40fd-92fb-ddc02932eb51'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:05,892 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 5ece96c1-33a3-4ea5-ae93-dda22ecd946e with status: ACTIVE 2018-08-12 21:22:06,729 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 0.836s 2018-08-12 21:22:06,730 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-265916999", "security_groups": ["a2385ce4-e558-420c-900b-cad9bd425a15"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6142f3b-d8e8-43f4-ac36-f8853ae7486c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:22:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7f227922-d98c-4413-87a8-6aad8feba541","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:22:06Z","name":"tempest-port-smoke-265916999","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:02:fd:db","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c62032eb-e838-4c88-89f8-baf666b0ffe1","ip_address":"10.102.21.20"}],"id":"54495b44-5876-427f-955b-b793ce5699b2","security_groups":["a2385ce4-e558-420c-900b-cad9bd425a15"],"device_id":""}} 2018-08-12 21:22:10,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 4.059s 2018-08-12 21:22:10,791 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-1024608234", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "7f227922-d98c-4413-87a8-6aad8feba541", "port": "54495b44-5876-427f-955b-b793ce5699b2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-03ab44fa-fe50-409c-9c8c-26441cf8eb0b', 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03ab44fa-fe50-409c-9c8c-26441cf8eb0b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "14c04630-7b4f-499b-b713-668282ed5a78", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "adminPass": "3m8ZfWFwrdTK"}} 2018-08-12 21:22:11,131 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.336s 2018-08-12 21:22:11,132 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-5137999e-96ac-454c-8585-680b10e0b2a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5137999e-96ac-454c-8585-680b10e0b2a0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:22:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:12,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.330s 2018-08-12 21:22:12,479 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-cd05400f-ba07-4020-88d4-04ccd4df78fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd05400f-ba07-4020-88d4-04ccd4df78fd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:22:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:14,267 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.765s 2018-08-12 21:22:14,268 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-fabd4664-6f6d-42db-8114-a8101a939dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fabd4664-6f6d-42db-8114-a8101a939dad'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:15,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.091s 2018-08-12 21:22:15,376 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4b808aec-98b2-4232-9f58-e97c77ea4100', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b808aec-98b2-4232-9f58-e97c77ea4100'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:15,390 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:22:16,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.444s 2018-08-12 21:22:16,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-b6fd415b-7e2a-487f-810b-bc7470a57aa0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b6fd415b-7e2a-487f-810b-bc7470a57aa0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:18,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.072s 2018-08-12 21:22:18,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4b1351fd-5ecc-4954-9e2e-ca8cc9e2dc30', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b1351fd-5ecc-4954-9e2e-ca8cc9e2dc30'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:21,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.247s 2018-08-12 21:22:21,187 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4dca9f19-1824-4ae0-a697-c0f38f11e7ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4dca9f19-1824-4ae0-a697-c0f38f11e7ad'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:21,201 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:22:21,893 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.691s 2018-08-12 21:22:21,894 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-559305ba-949b-4caa-a55f-51d887270391', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-559305ba-949b-4caa-a55f-51d887270391'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:21,909 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 14c04630-7b4f-499b-b713-668282ed5a78 with status: ACTIVE 2018-08-12 21:22:22,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.286s 2018-08-12 21:22:22,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7307dbb-68bb-4a74-be94-681952619723'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "4483e14f-78b9-4f9a-b69b-6aaec31f5ce2"}} 2018-08-12 21:22:22,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations 0.651s 2018-08-12 21:22:22,849 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations', u'date': 'Sun, 12 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f56ab6f-0b60-448f-a23b-986899887fa6'} Body: {"network_association": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "id": "6e02dd08-ad83-42d6-8006-3d93db58a571"}} 2018-08-12 21:22:23,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations 0.685s 2018-08-12 21:22:23,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations', u'date': 'Sun, 12 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a1f1cce-874d-4877-9c6c-70d13fb4f57e'} Body: {"network_association": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "id": "bda885ae-642b-4158-8f55-b0f7a6f4022e"}} 2018-08-12 21:22:23,536 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:22:23,716 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/routers 0.179s 2018-08-12 21:22:23,717 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1108727461", "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': 'Sun, 12 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-114551c6-f6cf-4789-a4f4-a9c236bd8b3e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:23Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:23Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0a67a757-83d6-4866-aae3-f64937debbf2", "name": "tempest-router--1108727461"}} 2018-08-12 21:22:25,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2 1.514s 2018-08-12 21:22:25,233 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2', u'date': 'Sun, 12 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bffefb97-068e-4734-86ca-9ef18ccf20c5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:23Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:24Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0a67a757-83d6-4866-aae3-f64937debbf2", "name": "tempest-router--1108727461"}} 2018-08-12 21:22:27,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/add_router_interface 2.002s 2018-08-12 21:22:27,237 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:22:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ff39d28-e8a4-4f27-acb2-967d91e6912c'} Body: {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1", "subnet_ids": ["c62032eb-e838-4c88-89f8-baf666b0ffe1"], "port_id": "f12e411f-8c75-41a5-83a4-753275bd77bc", "id": "0a67a757-83d6-4866-aae3-f64937debbf2"} 2018-08-12 21:22:27,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/routers 0.151s 2018-08-12 21:22:27,389 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--105794920", "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': 'Sun, 12 Aug 2018 21:22:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-658b71e7-0c21-4ee5-873c-38c52e2a7cf4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:27Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:27Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e2142838-034c-4d68-b144-300bb1c26bdc", "name": "tempest-router--105794920"}} 2018-08-12 21:22:28,867 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc 1.476s 2018-08-12 21:22:28,868 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc', u'date': 'Sun, 12 Aug 2018 21:22:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cae59859-5a79-4064-8d6c-ff4387f9d96e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:27Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:28Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e2142838-034c-4d68-b144-300bb1c26bdc", "name": "tempest-router--105794920"}} 2018-08-12 21:22:30,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/add_router_interface 2.111s 2018-08-12 21:22:30,981 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:22:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a54da0da-7d3d-417f-b368-b167c829da8b'} Body: {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725", "subnet_ids": ["c0f58db3-f95c-42fa-9359-d85924bf4725"], "port_id": "53309081-1c2d-4d08-8456-c6ff90a4d849", "id": "e2142838-034c-4d68-b144-300bb1c26bdc"} 2018-08-12 21:22:33,222 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.239s 2018-08-12 21:22:33,222 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:22:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f888dd76-5e72-4bdf-8ec0-4be233a3e718'} Body: {"floatingip": {"router_id": "e2142838-034c-4d68-b144-300bb1c26bdc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:22:31Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d", "id": "6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:22:33,224 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:22:49,258 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:22:49,325 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:22:49,354 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:22:49,470 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-12 21:22:49,471 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:22:49,473 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:22:49,535 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:22:49,537 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:22:54,544 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:22:54,545 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 21:24:04,605 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-12 21:24:04,606 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:24:04,609 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:24:04,674 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:24:04,705 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:24:09,713 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:24:09,713 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 21:25:19,780 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:25:19,781 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-12 21:25:19,781 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19,786 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:19,884 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:19,914 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:19,919 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:25:19,920 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9f:67:16 [ether] on eth0 2018-08-12 21:25:19,920 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-12 21:25:19,921 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19,923 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:19,984 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:19,987 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:19,995 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:25:19,996 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-12 21:25:19,996 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19,998 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20,060 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:20,064 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:20,070 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-12 21:25:20,071 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:20,073 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20,134 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:20,137 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:20,142 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:25:20,143 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9f:67:16 [ether] on eth0 2018-08-12 21:25:20,143 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-12 21:25:20,143 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:20,145 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20,204 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:20,210 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:25,217 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:25:25,218 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 21:26:35,269 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-12 21:26:35,270 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:26:35,274 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:26:35,374 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:26:35,402 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:26:40,410 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:26:40,411 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 21:27:50,478 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:27:50,479 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.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:27:51,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5 1.476s 2018-08-12 21:27:51,957 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5', u'date': 'Sun, 12 Aug 2018 21:27:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a5317728-7d52-4cd4-a079-6ca185105f45'} Body: 2018-08-12 21:27:53,944 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/remove_router_interface 1.985s 2018-08-12 21:27:53,944 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:27:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7bb8c75-df69-4ec8-878e-c4272c2f5558'} Body: {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725", "subnet_ids": ["c0f58db3-f95c-42fa-9359-d85924bf4725"], "port_id": "53309081-1c2d-4d08-8456-c6ff90a4d849", "id": "e2142838-034c-4d68-b144-300bb1c26bdc"} 2018-08-12 21:27:55,703 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc 1.758s 2018-08-12 21:27:55,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc', u'date': 'Sun, 12 Aug 2018 21:27:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-51a08d43-5c22-4694-8b7d-322c3ed6aaaa'} Body: 2018-08-12 21:27:57,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/remove_router_interface 1.930s 2018-08-12 21:27:57,635 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:27:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fea1790d-43d2-4c7d-8b15-5c632fb484fb'} Body: {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1", "subnet_ids": ["c62032eb-e838-4c88-89f8-baf666b0ffe1"], "port_id": "f12e411f-8c75-41a5-83a4-753275bd77bc", "id": "0a67a757-83d6-4866-aae3-f64937debbf2"} 2018-08-12 21:27:59,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2 1.696s 2018-08-12 21:27:59,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e077891f-dbd6-4620-94d6-9317d4e03137'} Body: 2018-08-12 21:27:59,739 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.406s 2018-08-12 21:27:59,740 63 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-8d53c1a5-77cf-47c4-9565-900d21f4afa1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d53c1a5-77cf-47c4-9565-900d21f4afa1'} Body: 2018-08-12 21:28:00,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.185s 2018-08-12 21:28:00,927 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-3f796ffb-e9b4-48ed-b3b9-6b22e6e6739b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f796ffb-e9b4-48ed-b3b9-6b22e6e6739b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:27:59Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:01,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.052s 2018-08-12 21:28:01,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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-b6d96a2c-50a9-4477-b59e-fa5e954d5c08', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b6d96a2c-50a9-4477-b59e-fa5e954d5c08'} Body: {"itemNotFound": {"message": "Instance 14c04630-7b4f-499b-b713-668282ed5a78 could not be found.", "code": 404}} 2018-08-12 21:28:03,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/54495b44-5876-427f-955b-b793ce5699b2 1.096s 2018-08-12 21:28:03,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/ports/54495b44-5876-427f-955b-b793ce5699b2', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-826a164d-ebc7-4aeb-8397-6060d6291ea9'} Body: 2018-08-12 21:28:03,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.172s 2018-08-12 21:28:03,267 63 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-60bf8b2c-2037-40b6-96a9-ec39c219f079', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60bf8b2c-2037-40b6-96a9-ec39c219f079'} Body: 2018-08-12 21:28:04,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 1.168s 2018-08-12 21:28:04,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': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-a541dc34-f525-4971-9897-93fd08228cbc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a541dc34-f525-4971-9897-93fd08228cbc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:05,507 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.055s 2018-08-12 21:28:05,508 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-35913f20-e78f-4ff2-8d82-7c07f9810125', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-35913f20-e78f-4ff2-8d82-7c07f9810125'} Body: {"itemNotFound": {"message": "Instance 5ece96c1-33a3-4ea5-ae93-dda22ecd946e could not be found.", "code": 404}} 2018-08-12 21:28:06,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7c4f210b-9d88-45cb-b8f0-2ff56a03f38d 0.920s 2018-08-12 21:28:06,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/ports/7c4f210b-9d88-45cb-b8f0-2ff56a03f38d', u'date': 'Sun, 12 Aug 2018 21:28:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b6037ae-708f-4574-9674-95531298f1a2'} Body: 2018-08-12 21:28:06,477 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-1024608234 0.047s 2018-08-12 21:28:06,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1024608234', u'x-compute-request-id': 'req-94998749-c3ad-4961-9168-9331e13b5d2c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94998749-c3ad-4961-9168-9331e13b5d2c'} Body: 2018-08-12 21:28:09,255 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c62032eb-e838-4c88-89f8-baf666b0ffe1 2.776s 2018-08-12 21:28:09,256 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c62032eb-e838-4c88-89f8-baf666b0ffe1', u'date': 'Sun, 12 Aug 2018 21:28:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-57855cb5-db14-4216-8a08-921a1571af8c'} Body: 2018-08-12 21:28:10,834 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/7f227922-d98c-4413-87a8-6aad8feba541 1.577s 2018-08-12 21:28:10,835 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7f227922-d98c-4413-87a8-6aad8feba541', u'date': 'Sun, 12 Aug 2018 21:28:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-993766a2-aada-4feb-81d4-680c1871a222'} Body: 2018-08-12 21:28:13,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c0f58db3-f95c-42fa-9359-d85924bf4725 2.959s 2018-08-12 21:28:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c0f58db3-f95c-42fa-9359-d85924bf4725', u'date': 'Sun, 12 Aug 2018 21:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-292680d4-2ba2-487c-983e-681ad93b2ce4'} Body: 2018-08-12 21:28:15,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/aac0534d-953d-48f2-a539-252f7fc38695 1.482s 2018-08-12 21:28:15,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/networks/aac0534d-953d-48f2-a539-252f7fc38695', u'date': 'Sun, 12 Aug 2018 21:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2ef664e3-cd1e-43f8-a642-62d6a510e404'} Body: 2018-08-12 21:28:15,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/a2385ce4-e558-420c-900b-cad9bd425a15 0.480s 2018-08-12 21:28:15,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/security-groups/a2385ce4-e558-420c-900b-cad9bd425a15', u'date': 'Sun, 12 Aug 2018 21:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5601d286-b977-4b17-8f3e-73a4ba117c0d'} Body: 2018-08-12 21:28:16.382 63 INFO tempest.lib.common.rest_client [req-25da508c-ebca-43b9-86ce-0c82471d0232 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.593s 2018-08-12 21:28:16.382 63 DEBUG tempest.lib.common.rest_client [req-25da508c-ebca-43b9-86ce-0c82471d0232 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-322912242 description", "name": "tempest-secgroup-smoke-322912242"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25da508c-ebca-43b9-86ce-0c82471d0232'} Body: {"security_group": {"description": "tempest-secgroup-smoke-322912242 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:16Z", "updated_at": "2018-08-12T21:28:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:28:16Z", "revision_number": 0, "id": "161eab8a-81c6-4e28-98e8-dc90167041c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:28:16Z", "revision_number": 0, "id": "54bf444b-ac87-4144-b3b8-c0e7654cc76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "332e8644-2947-46c9-bb96-a2a955984e8d", "name": "tempest-secgroup-smoke-322912242"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:16.675 63 INFO tempest.lib.common.rest_client [req-22a39b06-74ea-446c-bc31-bffb674671c6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.291s 2018-08-12 21:28:16.675 63 DEBUG tempest.lib.common.rest_client [req-22a39b06-74ea-446c-bc31-bffb674671c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22a39b06-74ea-446c-bc31-bffb674671c6'} 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-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2f8aba08-7261-4687-80df-39450f06fd31"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:17.123 63 INFO tempest.lib.common.rest_client [req-5108bcf0-b4bf-4c9e-8441-3140b6fe01be ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.447s 2018-08-12 21:28:17.124 63 DEBUG tempest.lib.common.rest_client [req-5108bcf0-b4bf-4c9e-8441-3140b6fe01be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5108bcf0-b4bf-4c9e-8441-3140b6fe01be'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fb35f9cd-3b70-4124-b257-61626570fcc3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:17.530 63 INFO tempest.lib.common.rest_client [req-9d4b7ffe-f236-42ca-8eae-93b5a8b378fa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.405s 2018-08-12 21:28:17.530 63 DEBUG tempest.lib.common.rest_client [req-9d4b7ffe-f236-42ca-8eae-93b5a8b378fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d4b7ffe-f236-42ca-8eae-93b5a8b378fa'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "608f5584-ca18-4057-beb9-1c58554e9f35"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:17.979 63 INFO tempest.lib.common.rest_client [req-fc1709f9-a005-4f44-9a16-e44bf69f0297 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.448s 2018-08-12 21:28:17.980 63 DEBUG tempest.lib.common.rest_client [req-fc1709f9-a005-4f44-9a16-e44bf69f0297 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc1709f9-a005-4f44-9a16-e44bf69f0297'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4bafdd9d-5ad5-494e-a9fc-0c1fbb8190b6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:18.459 63 INFO tempest.lib.common.rest_client [req-2bb679ff-3533-4d53-9a72-46224ba8bbf2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.478s 2018-08-12 21:28:18.459 63 DEBUG tempest.lib.common.rest_client [req-2bb679ff-3533-4d53-9a72-46224ba8bbf2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bb679ff-3533-4d53-9a72-46224ba8bbf2'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7748fba6-0f0d-40ba-b19d-7afc88be33dc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:18.668 63 INFO tempest.lib.common.rest_client [req-a8b4fadd-2f1b-45aa-907e-b8ae024302ab ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.208s 2018-08-12 21:28:18.668 63 DEBUG tempest.lib.common.rest_client [req-a8b4fadd-2f1b-45aa-907e-b8ae024302ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8b4fadd-2f1b-45aa-907e-b8ae024302ab'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "244986d9-d82e-4659-98e2-d7805eac26fe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:18.873 63 INFO tempest.lib.common.rest_client [req-b98930c9-8e13-4202-bde0-8ff8d20d4067 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.203s 2018-08-12 21:28:18.873 63 DEBUG tempest.lib.common.rest_client [req-b98930c9-8e13-4202-bde0-8ff8d20d4067 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b98930c9-8e13-4202-bde0-8ff8d20d4067'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "35374db1-cd14-403a-8dde-0f89b666ce9f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:19.548 63 INFO tempest.lib.common.rest_client [req-62904e18-a92c-474c-b68a-7466a8cda007 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.674s 2018-08-12 21:28:19.549 63 DEBUG tempest.lib.common.rest_client [req-62904e18-a92c-474c-b68a-7466a8cda007 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62904e18-a92c-474c-b68a-7466a8cda007'} 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-12T21:28:19Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:19Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3db618b1-fd6e-4282-8b4d-35cd64744bb5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:20.062 63 INFO tempest.lib.common.rest_client [req-a66d9cd0-3c05-4a01-8d46-bfe8c139f131 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.512s 2018-08-12 21:28:20.062 63 DEBUG tempest.lib.common.rest_client [req-a66d9cd0-3c05-4a01-8d46-bfe8c139f131 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-235006864"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:28:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a66d9cd0-3c05-4a01-8d46-bfe8c139f131'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:28:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"a2847489-d531-4aec-a9c7-375d71975a10","name":"tempest-A-235006864"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:20.691 63 INFO tempest.lib.common.rest_client [req-775128b5-4275-4b83-ab48-197840dfa2c5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.627s 2018-08-12 21:28:20.691 63 DEBUG tempest.lib.common.rest_client [req-775128b5-4275-4b83-ab48-197840dfa2c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "name": "tempest-subnet-A-1-155452467"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:28:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-775128b5-4275-4b83-ab48-197840dfa2c5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2847489-d531-4aec-a9c7-375d71975a10","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:20Z","dns_nameservers":[],"updated_at":"2018-08-12T21:28: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":"01ace95cf526467b9409c6248a7c6876","id":"d01c297c-e5c6-433d-81a2-3b4a1f94acc2","subnetpool_id":null,"name":"tempest-subnet-A-1-155452467"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:21.127 63 INFO tempest.lib.common.rest_client [req-1cf5f8c6-190e-441f-bbea-268130ffec8f ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.435s 2018-08-12 21:28:21.128 63 DEBUG tempest.lib.common.rest_client [req-1cf5f8c6-190e-441f-bbea-268130ffec8f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-79914400"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:28:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1cf5f8c6-190e-441f-bbea-268130ffec8f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:28:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c53d7a95-8aca-4298-9287-3750b9c026e3","name":"tempest-B-79914400"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:22.164 63 INFO tempest.lib.common.rest_client [req-b8110f0d-b3d6-46f3-9b37-6d0edb962209 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.035s 2018-08-12 21:28:22.165 63 DEBUG tempest.lib.common.rest_client [req-b8110f0d-b3d6-46f3-9b37-6d0edb962209 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "name": "tempest-subnet-B-1-1377470935"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:28:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8110f0d-b3d6-46f3-9b37-6d0edb962209'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c53d7a95-8aca-4298-9287-3750b9c026e3","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:21Z","dns_nameservers":[],"updated_at":"2018-08-12T21:28:21Z","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":"01ace95cf526467b9409c6248a7c6876","id":"d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f","subnetpool_id":null,"name":"tempest-subnet-B-1-1377470935"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:22.339 63 INFO tempest.lib.common.rest_client [req-32d5ea61-cdd5-4896-91a6-8d9b8a47df60 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-12 21:28:22.340 63 DEBUG tempest.lib.common.rest_client [req-32d5ea61-cdd5-4896-91a6-8d9b8a47df60 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1657098729", "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': 'Sun, 12 Aug 2018 21:28:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32d5ea61-cdd5-4896-91a6-8d9b8a47df60'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:22Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:22Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0", "name": "tempest-router--1657098729"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:24.228 63 INFO tempest.lib.common.rest_client [req-28664480-f7dc-4213-9197-b111d17a12b1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0 1.887s 2018-08-12 21:28:24.229 63 DEBUG tempest.lib.common.rest_client [req-28664480-f7dc-4213-9197-b111d17a12b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0', u'date': 'Sun, 12 Aug 2018 21:28:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28664480-f7dc-4213-9197-b111d17a12b1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:22Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:23Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0", "name": "tempest-router--1657098729"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:26.967 63 INFO tempest.lib.common.rest_client [req-3f7909f9-8e5d-403e-899f-c9a7ebf58b5c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/add_router_interface 2.737s 2018-08-12 21:28:26.968 63 DEBUG tempest.lib.common.rest_client [req-3f7909f9-8e5d-403e-899f-c9a7ebf58b5c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:28:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f7909f9-8e5d-403e-899f-c9a7ebf58b5c'} Body: {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f", "subnet_ids": ["d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"], "port_id": "d97e6fa7-69fe-4005-9069-8609b1958190", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:27.423 63 INFO tempest.lib.common.rest_client [req-d891cb3d-7826-4e09-8f9c-2136ad1403ed ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.454s 2018-08-12 21:28:27.423 63 DEBUG tempest.lib.common.rest_client [req-d891cb3d-7826-4e09-8f9c-2136ad1403ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:28:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d891cb3d-7826-4e09-8f9c-2136ad1403ed'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "4f67febd-1af2-4b3a-8c9c-34fb42c84c9f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:27.837 63 INFO tempest.lib.common.rest_client [req-e591fbe5-7c30-47f7-a840-e349b9a094e6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations 0.412s 2018-08-12 21:28:27.838 63 DEBUG tempest.lib.common.rest_client [req-e591fbe5-7c30-47f7-a840-e349b9a094e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations', u'date': 'Sun, 12 Aug 2018 21:28:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e591fbe5-7c30-47f7-a840-e349b9a094e6'} Body: {"network_association": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "id": "84aa6700-cccc-4ddf-ba07-946a2e13ad97"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:28.478 63 INFO tempest.lib.common.rest_client [req-f57aa4cd-3525-4171-85d2-037391156e0c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations 0.639s 2018-08-12 21:28:28.479 63 DEBUG tempest.lib.common.rest_client [req-f57aa4cd-3525-4171-85d2-037391156e0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations', u'date': 'Sun, 12 Aug 2018 21:28:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f57aa4cd-3525-4171-85d2-037391156e0c'} Body: {"network_association": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "id": "6b8b7725-4f69-48b3-9523-89b2cf61db83"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:28.479 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-12 21:28:28.669 63 INFO tempest.lib.common.rest_client [req-d3378ad1-419d-4ed8-970a-2a02554d9a72 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.188s 2018-08-12 21:28:28.669 63 DEBUG tempest.lib.common.rest_client [req-d3378ad1-419d-4ed8-970a-2a02554d9a72 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2010590478"}} 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-d3378ad1-419d-4ed8-970a-2a02554d9a72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3378ad1-419d-4ed8-970a-2a02554d9a72'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZ9aLf0q1c8qsDRyLATsgI7KQsyaZGxPjXcS+YXiF6xiMcwMf1rUpXR/axFzd+Tp9g2GnieeQdDqhNzz5tcKpvyUqs3VWB+S8aPmgwAX594Q+pLF3nzXP9TaKjlksbcEgc0IvB6a0J2I9j3KhdgtjFHYRDAqcGVdMzchj3Z3vjsgnvsDGtI4GFY2HQTSXaDCBO/p+bNSXQ0vF7Fc+GjdzPnrTtrHrASv8gBxBwbHkpHfV2GHmHdFB4q0Ek4K2Cp47/BBT/12PzuKk0GS23HLtFf5K+D5o83YlHWVCRR67mZL/KxKzYGvJkYjIjU5dM7JOPPPVyLeM4H3QMgatFJbd3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAmfWi39KtXPKrA0ciwE7ICOykLMmmRsT413EvmF4hesYjHMDH\n9a1KV0f2sRc3fk6fYNhp4nnkHQ6oTc8+bXCqb8lKrN1VgfkvGj5oMAF+feEPqSxd\n581z/U2io5ZLG3BIHNCLwemtCdiPY9yoXYLYxR2EQwKnBlXTM3IY92d747IJ77Ax\nrSOBhWNh0E0l2gwgTv6fmzUl0NLxexXPho3cz5607ax6wEr/IAcQcGx5KR31dhh5\nh3RQeKtBJOCtgqeO/wQU/9dj87ipNBkttxy7RX+Svg+aPN2JR1lQkUeu5mS/ysSs\n2BryZGIyI1OXTOyTjzz1ci3jOB90DIGrRSW3dwIDAQABAoIBADfJ7s80RGXd+WIi\nsNEGuy2gso0YNQyH67QF671GvtMCYU7V/J9lv/6IsTfSteUrEE3DnfrXOHXfDdXE\nN1bo8Jm5Uzn4qjeC2DKmUpKyt+ddWpNu5EhPBqzPKRQmLekvcrIeT8ZgqrdapfsF\nxmy8MVicLYUqvONqzjFiMvHTqe0D0vPsFo7Cdqrmo6OCdiO03ScAAKMw65+Y4VTN\n/K1yVixeOpFy4rDARPLb8Ua9vov17xJKVbNDgJJsfeaFq84rA1neAy7j41P78BSD\nC3w+uauqz16leljUo+MqbSgUdNgyA22iS+WUKVVluVeRD/JIuIbG5DfUTwlCit/N\nczEZRmECgYEAyuWurJElr8Dk1fWGcqOWqzSD1Eifb4xCWmUKMysg7hp9h13ls2g1\nb9/fCEJ4Z/V9ue4kCRIQ3kfrIBT4y5u9ypXx8//9u62tMqt8yOkJ/0Mx3hOTuACD\nQXk64vMVFguFw6/QNsbzIHLioVlo+wXA6p7nKJ/zezZf9z5yNcqhMO0CgYEAwkEU\nbDLge5mpo2rx40+FnjKdNRptMUgucLwbCBNXKUcVoij2z+3DUAD6ELAvQZs8mBAc\nXjOpWCstN8DqZsEyRxiNWlao3YcInc+COGZN1Jq5uvIYnLPN60XhMfTvwISO6oQw\n2uGuMSJc3jehI+VIQstYT9TwYej6/anhM93REXMCgYEAwCUjdmk+t2KFU9pgqNAj\nL59b+P2Nf6XkcJafQjXlyZdsqXVSwsQ9VuU74iaQwGLL3fiYR77EGr0g/hDeTHQB\nGIlHyTr0n3eqPgII+ns27HZGE3mWuvpBUw/rpGFv5qCi3N7y3+0o8eHandJ+iLq6\nJ3a0ktRnUJf96bdJkYeDf0ECgYANVQ4jxvIlSYydDLABW+ndy7eCd4fbBAs77Y0l\nZr5qtNhFQu59ouHu0cJX9t+nbxIflat8w6rxxDTcSL9NwiDDRGofMydv3N64hg93\n832QA/aPYCJUTvrpFOi51wfFfNOaQOxheW/NK4CYN9U1c30cKHytLf45mhXv5wLv\n3l+FBQKBgGxp1aLvvo1b3FlvBvr+Y++TbKqiNPCk7Sxx5T6XgpqbUWqQHwtcHi+2\ny2WHRL9iukxsmqcq64Z8yr42tWVlQ2mpmLNugG1a6O/rT85t4dLdVfsiXLYjKUMh\n1FvjqQ6749FeRJgLcIKFeXbk2/xyak4Enpfi7QfEqRA3EZofeNAu\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-2010590478", "fingerprint": "10:97:28:c6:1c:a5:89:c0:23:a6:d4:43:9d:6a:18:fa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:29.919 63 INFO tempest.lib.common.rest_client [req-fd70d0aa-2efa-4d05-88e4-896181f99207 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.244s 2018-08-12 21:28:29.920 63 DEBUG tempest.lib.common.rest_client [req-fd70d0aa-2efa-4d05-88e4-896181f99207 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1324236794", "security_groups": ["332e8644-2947-46c9-bb96-a2a955984e8d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fd70d0aa-2efa-4d05-88e4-896181f99207'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:28:29Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2847489-d531-4aec-a9c7-375d71975a10","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:28:29Z","name":"tempest-port-smoke-1324236794","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:38:d8:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"d01c297c-e5c6-433d-81a2-3b4a1f94acc2","ip_address":"10.101.11.10"}],"id":"cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9","security_groups":["332e8644-2947-46c9-bb96-a2a955984e8d"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:33.234 63 INFO tempest.lib.common.rest_client [req-e329605c-2d0e-479c-a515-23315876b8cb ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 3.313s 2018-08-12 21:28:33.234 63 DEBUG tempest.lib.common.rest_client [req-e329605c-2d0e-479c-a515-23315876b8cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2010590478", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "a2847489-d531-4aec-a9c7-375d71975a10", "port": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e329605c-2d0e-479c-a515-23315876b8cb', 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e329605c-2d0e-479c-a515-23315876b8cb'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "adminPass": "9FWbUjqhCsuR"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:33.962 63 INFO tempest.lib.common.rest_client [req-deac5225-8b22-4f20-b5d8-58cee6235bda ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.720s 2018-08-12 21:28:33.962 63 DEBUG tempest.lib.common.rest_client [req-deac5225-8b22-4f20-b5d8-58cee6235bda ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-deac5225-8b22-4f20-b5d8-58cee6235bda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-deac5225-8b22-4f20-b5d8-58cee6235bda'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:35.298 63 INFO tempest.lib.common.rest_client [req-0106546a-1a39-4954-b7da-9021e11f540b ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.321s 2018-08-12 21:28:35.298 63 DEBUG tempest.lib.common.rest_client [req-0106546a-1a39-4954-b7da-9021e11f540b ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-0106546a-1a39-4954-b7da-9021e11f540b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0106546a-1a39-4954-b7da-9021e11f540b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:37.311 63 INFO tempest.lib.common.rest_client [req-cdee42d5-042e-4ccc-b186-a7d5f6a206a4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.999s 2018-08-12 21:28:37.312 63 DEBUG tempest.lib.common.rest_client [req-cdee42d5-042e-4ccc-b186-a7d5f6a206a4 ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-cdee42d5-042e-4ccc-b186-a7d5f6a206a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdee42d5-042e-4ccc-b186-a7d5f6a206a4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:37.324 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:28:39.175 63 INFO tempest.lib.common.rest_client [req-5501fe89-c45c-4fa4-834a-650a5bce80fb ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.848s 2018-08-12 21:28:39.175 63 DEBUG tempest.lib.common.rest_client [req-5501fe89-c45c-4fa4-834a-650a5bce80fb ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-5501fe89-c45c-4fa4-834a-650a5bce80fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5501fe89-c45c-4fa4-834a-650a5bce80fb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:41.046 63 INFO tempest.lib.common.rest_client [req-12365bb5-b60d-4def-8518-55ab4fc81dc3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.855s 2018-08-12 21:28:41.047 63 DEBUG tempest.lib.common.rest_client [req-12365bb5-b60d-4def-8518-55ab4fc81dc3 ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-12365bb5-b60d-4def-8518-55ab4fc81dc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12365bb5-b60d-4def-8518-55ab4fc81dc3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:43.018 63 INFO tempest.lib.common.rest_client [req-2dc6b7a0-600f-430d-b5ec-d0329690e053 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.955s 2018-08-12 21:28:43.019 63 DEBUG tempest.lib.common.rest_client [req-2dc6b7a0-600f-430d-b5ec-d0329690e053 ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-2dc6b7a0-600f-430d-b5ec-d0329690e053', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2dc6b7a0-600f-430d-b5ec-d0329690e053'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:44.910 63 INFO tempest.lib.common.rest_client [req-9dca3294-33c0-411a-8e96-81de3e9e9b4a ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.878s 2018-08-12 21:28:44.911 63 DEBUG tempest.lib.common.rest_client [req-9dca3294-33c0-411a-8e96-81de3e9e9b4a ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-9dca3294-33c0-411a-8e96-81de3e9e9b4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dca3294-33c0-411a-8e96-81de3e9e9b4a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:44.923 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 21:28:45.860 63 INFO tempest.lib.common.rest_client [req-369fb046-2a9b-4370-b6bc-d907eb0db657 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.935s 2018-08-12 21:28:45.861 63 DEBUG tempest.lib.common.rest_client [req-369fb046-2a9b-4370-b6bc-d907eb0db657 ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-369fb046-2a9b-4370-b6bc-d907eb0db657', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-369fb046-2a9b-4370-b6bc-d907eb0db657'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:45.874 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 794f2251-2b32-40a3-8e27-cf18492d5968 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:28:46.702 63 INFO tempest.lib.common.rest_client [req-8772c5ef-1d2f-4b49-9389-334dc48ae27c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 0.827s 2018-08-12 21:28:46.703 63 DEBUG tempest.lib.common.rest_client [req-8772c5ef-1d2f-4b49-9389-334dc48ae27c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1557264519", "security_groups": ["332e8644-2947-46c9-bb96-a2a955984e8d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8772c5ef-1d2f-4b49-9389-334dc48ae27c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:28:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c53d7a95-8aca-4298-9287-3750b9c026e3","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:28:46Z","name":"tempest-port-smoke-1557264519","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e0:7e:59","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f","ip_address":"10.102.21.20"}],"id":"f50f9573-9714-42cb-9414-967283fd3a6e","security_groups":["332e8644-2947-46c9-bb96-a2a955984e8d"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:49.550 63 INFO tempest.lib.common.rest_client [req-c707d736-1a44-497c-81f7-223a26382a09 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 2.846s 2018-08-12 21:28:49.550 63 DEBUG tempest.lib.common.rest_client [req-c707d736-1a44-497c-81f7-223a26382a09 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-2010590478", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c53d7a95-8aca-4298-9287-3750b9c026e3", "port": "f50f9573-9714-42cb-9414-967283fd3a6e"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-c707d736-1a44-497c-81f7-223a26382a09', 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c707d736-1a44-497c-81f7-223a26382a09'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "adminPass": "i6UnRsJeNgvy"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:49.874 63 INFO tempest.lib.common.rest_client [req-ddddf74f-321b-42ec-b695-ed50c65bceaf ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.319s 2018-08-12 21:28:49.875 63 DEBUG tempest.lib.common.rest_client [req-ddddf74f-321b-42ec-b695-ed50c65bceaf ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-ddddf74f-321b-42ec-b695-ed50c65bceaf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ddddf74f-321b-42ec-b695-ed50c65bceaf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:50.945 63 INFO tempest.lib.common.rest_client [req-77d74c21-d476-4302-850b-e898396c6a73 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.054s 2018-08-12 21:28:50.946 63 DEBUG tempest.lib.common.rest_client [req-77d74c21-d476-4302-850b-e898396c6a73 ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-77d74c21-d476-4302-850b-e898396c6a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77d74c21-d476-4302-850b-e898396c6a73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:52.771 63 INFO tempest.lib.common.rest_client [req-92c846c5-584d-46a5-9fac-2c051fafcced ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.808s 2018-08-12 21:28:52.773 63 DEBUG tempest.lib.common.rest_client [req-92c846c5-584d-46a5-9fac-2c051fafcced ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1258', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-92c846c5-584d-46a5-9fac-2c051fafcced', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92c846c5-584d-46a5-9fac-2c051fafcced'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:52.788 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 21:28:55.429 63 INFO tempest.lib.common.rest_client [req-29263088-3326-40d2-b877-83189daf03e5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 1.639s 2018-08-12 21:28:55.429 63 DEBUG tempest.lib.common.rest_client [req-29263088-3326-40d2-b877-83189daf03e5 ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-29263088-3326-40d2-b877-83189daf03e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29263088-3326-40d2-b877-83189daf03e5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:52Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:55.443 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 21:28:57.047 63 INFO tempest.lib.common.rest_client [req-6f3c7d9b-6fa7-4a21-987f-72ff82efb932 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.602s 2018-08-12 21:28:57.048 63 DEBUG tempest.lib.common.rest_client [req-6f3c7d9b-6fa7-4a21-987f-72ff82efb932 ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-6f3c7d9b-6fa7-4a21-987f-72ff82efb932', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f3c7d9b-6fa7-4a21-987f-72ff82efb932'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:52Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:58.492 63 INFO tempest.lib.common.rest_client [req-2714936e-e2db-4641-97f7-28e0eec1fbbd ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.429s 2018-08-12 21:28:58.493 63 DEBUG tempest.lib.common.rest_client [req-2714936e-e2db-4641-97f7-28e0eec1fbbd ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-2714936e-e2db-4641-97f7-28e0eec1fbbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2714936e-e2db-4641-97f7-28e0eec1fbbd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:56Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:58.506 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:28:59.265 63 INFO tempest.lib.common.rest_client [req-87a72456-7981-4a07-baff-bd5f993bde8b ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.757s 2018-08-12 21:28:59.266 63 DEBUG tempest.lib.common.rest_client [req-87a72456-7981-4a07-baff-bd5f993bde8b ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-87a72456-7981-4a07-baff-bd5f993bde8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87a72456-7981-4a07-baff-bd5f993bde8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:56Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:28:59.279 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: f33fedd7-ad09-430d-9a93-5864631f2afb with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:28:59.435 63 INFO tempest.lib.common.rest_client [req-9f48b1e4-73ef-4acf-9c2f-a6f4b3e19547 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.155s 2018-08-12 21:28:59.436 63 DEBUG tempest.lib.common.rest_client [req-9f48b1e4-73ef-4acf-9c2f-a6f4b3e19547 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1463551311", "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': 'Sun, 12 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f48b1e4-73ef-4acf-9c2f-a6f4b3e19547'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:59Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "name": "tempest-router--1463551311"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:29:00.897 63 INFO tempest.lib.common.rest_client [req-5bbe229e-c461-4e60-b354-b3460bc052d0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f 1.460s 2018-08-12 21:29:00.898 63 DEBUG tempest.lib.common.rest_client [req-5bbe229e-c461-4e60-b354-b3460bc052d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f', u'date': 'Sun, 12 Aug 2018 21:29:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5bbe229e-c461-4e60-b354-b3460bc052d0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:29:00Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "name": "tempest-router--1463551311"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:29:02.948 63 INFO tempest.lib.common.rest_client [req-63f2e9ce-82eb-42ad-9da9-ef6e650de206 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/add_router_interface 2.048s 2018-08-12 21:29:02.948 63 DEBUG tempest.lib.common.rest_client [req-63f2e9ce-82eb-42ad-9da9-ef6e650de206 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:29:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f2e9ce-82eb-42ad-9da9-ef6e650de206'} Body: {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2", "subnet_ids": ["d01c297c-e5c6-433d-81a2-3b4a1f94acc2"], "port_id": "808a212c-9242-478f-9969-5e0f677586ed", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:29:04.882 63 INFO tempest.lib.common.rest_client [req-6450d83d-69a1-4afa-9834-86c6bd1161a6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.933s 2018-08-12 21:29:04.883 63 DEBUG tempest.lib.common.rest_client [req-6450d83d-69a1-4afa-9834-86c6bd1161a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:29:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6450d83d-69a1-4afa-9834-86c6bd1161a6'} Body: {"floatingip": {"router_id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:29:03Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9", "id": "c54e34ca-2749-4abd-8e31-7c2b9808da36", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:29:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:29:04.884 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:29:20.920 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:29:21.024 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:29:21.048 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:29:21.163 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-12 21:29:21.163 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:29:21.165 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:29:21.226 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:29:21.229 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:29:26.237 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:29:26.237 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-12 21:30:36.308 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-12 21:30:36.310 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:30:36.313 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:30:36.376 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:30:36.377 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:30:41.385 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:30:41.385 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-12 21:31:51.445 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-12 21:31:51.446 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-12 21:31:51.447 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51.451 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51.550 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:31:51.579 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51.585 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:31:51.586 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:21:64:05 [ether] on eth0 2018-08-12 21:31:51.586 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-12 21:31:51.587 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51.589 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51.652 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:31:51.653 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51.663 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 21:31:51.664 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-12 21:31:51.664 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51.667 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51.727 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:31:51.731 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51.737 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-12 21:31:51.738 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51.740 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51.799 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:31:51.804 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51.810 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:31:51.810 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:21:64:05 [ether] on eth0 2018-08-12 21:31:51.811 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-12 21:31:51.811 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51.813 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51.875 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:31:51.879 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:56.885 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:31:56.886 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-12 21:33:06.940 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-12 21:33:06.942 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:33:06.946 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:33:07.008 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:33:07.011 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:33:12.019 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:33:12.020 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-12 21:34:22.090 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-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:34:23.547 63 INFO tempest.lib.common.rest_client [req-5476cc51-9bd3-440f-a3b3-c2b02695141f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c54e34ca-2749-4abd-8e31-7c2b9808da36 1.453s 2018-08-12 21:34:23.547 63 DEBUG tempest.lib.common.rest_client [req-5476cc51-9bd3-440f-a3b3-c2b02695141f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c54e34ca-2749-4abd-8e31-7c2b9808da36', u'date': 'Sun, 12 Aug 2018 21:34:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5476cc51-9bd3-440f-a3b3-c2b02695141f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:25.535 63 INFO tempest.lib.common.rest_client [req-fa007b2d-05b8-4d20-9ac9-7137995bb52e ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/remove_router_interface 1.987s 2018-08-12 21:34:25.536 63 DEBUG tempest.lib.common.rest_client [req-fa007b2d-05b8-4d20-9ac9-7137995bb52e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:34:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa007b2d-05b8-4d20-9ac9-7137995bb52e'} Body: {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2", "subnet_ids": ["d01c297c-e5c6-433d-81a2-3b4a1f94acc2"], "port_id": "808a212c-9242-478f-9969-5e0f677586ed", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:27.320 63 INFO tempest.lib.common.rest_client [req-1afa1089-875a-4ad5-930e-3e5742c24c3d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f 1.782s 2018-08-12 21:34:27.320 63 DEBUG tempest.lib.common.rest_client [req-1afa1089-875a-4ad5-930e-3e5742c24c3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6994ee73-5ea4-4694-88a9-bd2bd5ed687f', u'date': 'Sun, 12 Aug 2018 21:34:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1afa1089-875a-4ad5-930e-3e5742c24c3d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:28.164 63 INFO tempest.lib.common.rest_client [req-b7cc99c9-0873-43ba-8a8f-45b13c8d9094 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.842s 2018-08-12 21:34:28.164 63 DEBUG tempest.lib.common.rest_client [req-b7cc99c9-0873-43ba-8a8f-45b13c8d9094 ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-b7cc99c9-0873-43ba-8a8f-45b13c8d9094', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7cc99c9-0873-43ba-8a8f-45b13c8d9094'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:29.356 63 INFO tempest.lib.common.rest_client [req-4841e728-a654-4833-8763-7631906399f5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 1.190s 2018-08-12 21:34:29.356 63 DEBUG tempest.lib.common.rest_client [req-4841e728-a654-4833-8763-7631906399f5 ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-4841e728-a654-4833-8763-7631906399f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4841e728-a654-4833-8763-7631906399f5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:34:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:31.004 63 INFO tempest.lib.common.rest_client [req-941ba21d-7a2f-4c56-ae56-7e9887ce3f9f ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.631s 2018-08-12 21:34:31.005 63 DEBUG tempest.lib.common.rest_client [req-941ba21d-7a2f-4c56-ae56-7e9887ce3f9f ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-941ba21d-7a2f-4c56-ae56-7e9887ce3f9f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-941ba21d-7a2f-4c56-ae56-7e9887ce3f9f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:34:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": "2018-08-12T21:34:30.000000", "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:31.018 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-12 21:34:32.063 63 INFO tempest.lib.common.rest_client [req-dc33a002-bb9b-4b46-b721-7828d70b8f80 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.043s 2018-08-12 21:34:32.064 63 DEBUG tempest.lib.common.rest_client [req-dc33a002-bb9b-4b46-b721-7828d70b8f80 ] 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-dc33a002-bb9b-4b46-b721-7828d70b8f80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-dc33a002-bb9b-4b46-b721-7828d70b8f80'} Body: {"itemNotFound": {"message": "Instance f33fedd7-ad09-430d-9a93-5864631f2afb could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:32.959 63 INFO tempest.lib.common.rest_client [req-3fa59b17-33bb-484d-8a21-eb0f11756cbb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f50f9573-9714-42cb-9414-967283fd3a6e 0.894s 2018-08-12 21:34:32.960 63 DEBUG tempest.lib.common.rest_client [req-3fa59b17-33bb-484d-8a21-eb0f11756cbb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f50f9573-9714-42cb-9414-967283fd3a6e', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3fa59b17-33bb-484d-8a21-eb0f11756cbb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:33.313 63 INFO tempest.lib.common.rest_client [req-1d5cf651-67e9-4e41-98d7-c641216c3401 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.353s 2018-08-12 21:34:33.314 63 DEBUG tempest.lib.common.rest_client [req-1d5cf651-67e9-4e41-98d7-c641216c3401 ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-1d5cf651-67e9-4e41-98d7-c641216c3401', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d5cf651-67e9-4e41-98d7-c641216c3401'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:34.889 63 INFO tempest.lib.common.rest_client [req-4b8fce21-d039-42c2-9a55-f68187558817 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 1.574s 2018-08-12 21:34:34.889 63 DEBUG tempest.lib.common.rest_client [req-4b8fce21-d039-42c2-9a55-f68187558817 ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-4b8fce21-d039-42c2-9a55-f68187558817', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b8fce21-d039-42c2-9a55-f68187558817'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:34:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:35.959 63 INFO tempest.lib.common.rest_client [req-f2bd81d2-8011-42c6-971c-b13b6c690179 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.053s 2018-08-12 21:34:35.960 63 DEBUG tempest.lib.common.rest_client [req-f2bd81d2-8011-42c6-971c-b13b6c690179 ] 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-f2bd81d2-8011-42c6-971c-b13b6c690179', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:35 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f2bd81d2-8011-42c6-971c-b13b6c690179'} Body: {"itemNotFound": {"message": "Instance 794f2251-2b32-40a3-8e27-cf18492d5968 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:36.949 63 INFO tempest.lib.common.rest_client [req-abbe1e17-9559-45e3-8c05-0d1f4ac157d5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9 0.988s 2018-08-12 21:34:36.950 63 DEBUG tempest.lib.common.rest_client [req-abbe1e17-9559-45e3-8c05-0d1f4ac157d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9', u'date': 'Sun, 12 Aug 2018 21:34:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-abbe1e17-9559-45e3-8c05-0d1f4ac157d5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:36.985 63 INFO tempest.lib.common.rest_client [req-be948b58-4cd9-4afc-9105-c334cd66b2c5 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-2010590478 0.035s 2018-08-12 21:34:36.986 63 DEBUG tempest.lib.common.rest_client [req-be948b58-4cd9-4afc-9105-c334cd66b2c5 ] 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-2010590478', u'x-compute-request-id': 'req-be948b58-4cd9-4afc-9105-c334cd66b2c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be948b58-4cd9-4afc-9105-c334cd66b2c5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:38.905 63 INFO tempest.lib.common.rest_client [req-1440c85e-4c22-4b57-b835-b3e5e7d47489 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/remove_router_interface 1.918s 2018-08-12 21:34:38.906 63 DEBUG tempest.lib.common.rest_client [req-1440c85e-4c22-4b57-b835-b3e5e7d47489 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:34:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1440c85e-4c22-4b57-b835-b3e5e7d47489'} Body: {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f", "subnet_ids": ["d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"], "port_id": "d97e6fa7-69fe-4005-9069-8609b1958190", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:40.943 63 INFO tempest.lib.common.rest_client [req-578f2c17-535a-4178-9641-7e22ce38f8c3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0 2.035s 2018-08-12 21:34:40.944 63 DEBUG tempest.lib.common.rest_client [req-578f2c17-535a-4178-9641-7e22ce38f8c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e3f002c8-6ce5-44b6-a432-de5882329bd0', u'date': 'Sun, 12 Aug 2018 21:34:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-578f2c17-535a-4178-9641-7e22ce38f8c3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:43.349 63 INFO tempest.lib.common.rest_client [req-f9e10efe-a4d3-4b9b-89c9-dfd4994abe0e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f 2.404s 2018-08-12 21:34:43.350 63 DEBUG tempest.lib.common.rest_client [req-f9e10efe-a4d3-4b9b-89c9-dfd4994abe0e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f', u'date': 'Sun, 12 Aug 2018 21:34:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9e10efe-a4d3-4b9b-89c9-dfd4994abe0e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:45.193 63 INFO tempest.lib.common.rest_client [req-087ee366-d1fc-4290-9608-d4c3e991c7b7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c53d7a95-8aca-4298-9287-3750b9c026e3 1.842s 2018-08-12 21:34:45.194 63 DEBUG tempest.lib.common.rest_client [req-087ee366-d1fc-4290-9608-d4c3e991c7b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c53d7a95-8aca-4298-9287-3750b9c026e3', u'date': 'Sun, 12 Aug 2018 21:34:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-087ee366-d1fc-4290-9608-d4c3e991c7b7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:47.857 63 INFO tempest.lib.common.rest_client [req-d5e5b464-3073-4372-a1aa-a19234bbb81b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d01c297c-e5c6-433d-81a2-3b4a1f94acc2 2.663s 2018-08-12 21:34:47.858 63 DEBUG tempest.lib.common.rest_client [req-d5e5b464-3073-4372-a1aa-a19234bbb81b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d01c297c-e5c6-433d-81a2-3b4a1f94acc2', u'date': 'Sun, 12 Aug 2018 21:34:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d5e5b464-3073-4372-a1aa-a19234bbb81b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:49.725 63 INFO tempest.lib.common.rest_client [req-de00b892-11b4-4fcb-a777-a0f383c36535 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a2847489-d531-4aec-a9c7-375d71975a10 1.866s 2018-08-12 21:34:49.727 63 DEBUG tempest.lib.common.rest_client [req-de00b892-11b4-4fcb-a777-a0f383c36535 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a2847489-d531-4aec-a9c7-375d71975a10', u'date': 'Sun, 12 Aug 2018 21:34:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de00b892-11b4-4fcb-a777-a0f383c36535'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:50.274 63 INFO tempest.lib.common.rest_client [req-b27c372a-c83f-42e5-8c33-f566d22ee5a1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/332e8644-2947-46c9-bb96-a2a955984e8d 0.546s 2018-08-12 21:34:50.275 63 DEBUG tempest.lib.common.rest_client [req-b27c372a-c83f-42e5-8c33-f566d22ee5a1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/332e8644-2947-46c9-bb96-a2a955984e8d', u'date': 'Sun, 12 Aug 2018 21:34:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b27c372a-c83f-42e5-8c33-f566d22ee5a1'} 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 [394.488970s] ... 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-12 21:28:16,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.593s 2018-08-12 21:28:16,382 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-322912242 description", "name": "tempest-secgroup-smoke-322912242"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25da508c-ebca-43b9-86ce-0c82471d0232'} Body: {"security_group": {"description": "tempest-secgroup-smoke-322912242 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:16Z", "updated_at": "2018-08-12T21:28:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:28:16Z", "revision_number": 0, "id": "161eab8a-81c6-4e28-98e8-dc90167041c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:28:16Z", "revision_number": 0, "id": "54bf444b-ac87-4144-b3b8-c0e7654cc76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "332e8644-2947-46c9-bb96-a2a955984e8d", "name": "tempest-secgroup-smoke-322912242"}} 2018-08-12 21:28:16,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.291s 2018-08-12 21:28:16,675 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22a39b06-74ea-446c-bc31-bffb674671c6'} 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-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2f8aba08-7261-4687-80df-39450f06fd31"}} 2018-08-12 21:28:17,123 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-12 21:28:17,124 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5108bcf0-b4bf-4c9e-8441-3140b6fe01be'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fb35f9cd-3b70-4124-b257-61626570fcc3"}} 2018-08-12 21:28:17,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.405s 2018-08-12 21:28:17,530 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d4b7ffe-f236-42ca-8eae-93b5a8b378fa'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "608f5584-ca18-4057-beb9-1c58554e9f35"}} 2018-08-12 21:28:17,979 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-12 21:28:17,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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc1709f9-a005-4f44-9a16-e44bf69f0297'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4bafdd9d-5ad5-494e-a9fc-0c1fbb8190b6"}} 2018-08-12 21:28:18,459 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.478s 2018-08-12 21:28:18,459 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bb679ff-3533-4d53-9a72-46224ba8bbf2'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7748fba6-0f0d-40ba-b19d-7afc88be33dc"}} 2018-08-12 21:28:18,668 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-12 21:28:18,668 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8b4fadd-2f1b-45aa-907e-b8ae024302ab'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "244986d9-d82e-4659-98e2-d7805eac26fe"}} 2018-08-12 21:28:18,873 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-12 21:28:18,873 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b98930c9-8e13-4202-bde0-8ff8d20d4067'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "35374db1-cd14-403a-8dde-0f89b666ce9f"}} 2018-08-12 21:28:19,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.674s 2018-08-12 21:28:19,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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62904e18-a92c-474c-b68a-7466a8cda007'} 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-12T21:28:19Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:19Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3db618b1-fd6e-4282-8b4d-35cd64744bb5"}} 2018-08-12 21:28:20,062 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.512s 2018-08-12 21:28:20,062 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-235006864"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:28:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a66d9cd0-3c05-4a01-8d46-bfe8c139f131'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:28:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"a2847489-d531-4aec-a9c7-375d71975a10","name":"tempest-A-235006864"}} 2018-08-12 21:28:20,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.627s 2018-08-12 21:28:20,691 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "name": "tempest-subnet-A-1-155452467"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:28:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-775128b5-4275-4b83-ab48-197840dfa2c5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2847489-d531-4aec-a9c7-375d71975a10","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:20Z","dns_nameservers":[],"updated_at":"2018-08-12T21:28: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":"01ace95cf526467b9409c6248a7c6876","id":"d01c297c-e5c6-433d-81a2-3b4a1f94acc2","subnetpool_id":null,"name":"tempest-subnet-A-1-155452467"}} 2018-08-12 21:28:21,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.435s 2018-08-12 21:28:21,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-79914400"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:28:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1cf5f8c6-190e-441f-bbea-268130ffec8f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:28:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c53d7a95-8aca-4298-9287-3750b9c026e3","name":"tempest-B-79914400"}} 2018-08-12 21:28:22,164 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.035s 2018-08-12 21:28:22,165 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "name": "tempest-subnet-B-1-1377470935"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:28:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8110f0d-b3d6-46f3-9b37-6d0edb962209'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c53d7a95-8aca-4298-9287-3750b9c026e3","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:21Z","dns_nameservers":[],"updated_at":"2018-08-12T21:28:21Z","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":"01ace95cf526467b9409c6248a7c6876","id":"d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f","subnetpool_id":null,"name":"tempest-subnet-B-1-1377470935"}} 2018-08-12 21:28:22,339 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-12 21:28:22,340 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1657098729", "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': 'Sun, 12 Aug 2018 21:28:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32d5ea61-cdd5-4896-91a6-8d9b8a47df60'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:22Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:22Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0", "name": "tempest-router--1657098729"}} 2018-08-12 21:28:24,228 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0 1.887s 2018-08-12 21:28:24,229 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0', u'date': 'Sun, 12 Aug 2018 21:28:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28664480-f7dc-4213-9197-b111d17a12b1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:22Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:23Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0", "name": "tempest-router--1657098729"}} 2018-08-12 21:28:26,967 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/add_router_interface 2.737s 2018-08-12 21:28:26,968 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:28:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f7909f9-8e5d-403e-899f-c9a7ebf58b5c'} Body: {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f", "subnet_ids": ["d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"], "port_id": "d97e6fa7-69fe-4005-9069-8609b1958190", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0"} 2018-08-12 21:28:27,423 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.454s 2018-08-12 21:28:27,423 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:28:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d891cb3d-7826-4e09-8f9c-2136ad1403ed'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "4f67febd-1af2-4b3a-8c9c-34fb42c84c9f"}} 2018-08-12 21:28:27,837 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations 0.412s 2018-08-12 21:28:27,838 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations', u'date': 'Sun, 12 Aug 2018 21:28:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e591fbe5-7c30-47f7-a840-e349b9a094e6'} Body: {"network_association": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "id": "84aa6700-cccc-4ddf-ba07-946a2e13ad97"}} 2018-08-12 21:28:28,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations 0.639s 2018-08-12 21:28:28,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations', u'date': 'Sun, 12 Aug 2018 21:28:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f57aa4cd-3525-4171-85d2-037391156e0c'} Body: {"network_association": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "id": "6b8b7725-4f69-48b3-9523-89b2cf61db83"}} 2018-08-12 21:28:28,479 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:28:28,669 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.188s 2018-08-12 21:28:28,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2010590478"}} 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-d3378ad1-419d-4ed8-970a-2a02554d9a72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3378ad1-419d-4ed8-970a-2a02554d9a72'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZ9aLf0q1c8qsDRyLATsgI7KQsyaZGxPjXcS+YXiF6xiMcwMf1rUpXR/axFzd+Tp9g2GnieeQdDqhNzz5tcKpvyUqs3VWB+S8aPmgwAX594Q+pLF3nzXP9TaKjlksbcEgc0IvB6a0J2I9j3KhdgtjFHYRDAqcGVdMzchj3Z3vjsgnvsDGtI4GFY2HQTSXaDCBO/p+bNSXQ0vF7Fc+GjdzPnrTtrHrASv8gBxBwbHkpHfV2GHmHdFB4q0Ek4K2Cp47/BBT/12PzuKk0GS23HLtFf5K+D5o83YlHWVCRR67mZL/KxKzYGvJkYjIjU5dM7JOPPPVyLeM4H3QMgatFJbd3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAmfWi39KtXPKrA0ciwE7ICOykLMmmRsT413EvmF4hesYjHMDH\n9a1KV0f2sRc3fk6fYNhp4nnkHQ6oTc8+bXCqb8lKrN1VgfkvGj5oMAF+feEPqSxd\n581z/U2io5ZLG3BIHNCLwemtCdiPY9yoXYLYxR2EQwKnBlXTM3IY92d747IJ77Ax\nrSOBhWNh0E0l2gwgTv6fmzUl0NLxexXPho3cz5607ax6wEr/IAcQcGx5KR31dhh5\nh3RQeKtBJOCtgqeO/wQU/9dj87ipNBkttxy7RX+Svg+aPN2JR1lQkUeu5mS/ysSs\n2BryZGIyI1OXTOyTjzz1ci3jOB90DIGrRSW3dwIDAQABAoIBADfJ7s80RGXd+WIi\nsNEGuy2gso0YNQyH67QF671GvtMCYU7V/J9lv/6IsTfSteUrEE3DnfrXOHXfDdXE\nN1bo8Jm5Uzn4qjeC2DKmUpKyt+ddWpNu5EhPBqzPKRQmLekvcrIeT8ZgqrdapfsF\nxmy8MVicLYUqvONqzjFiMvHTqe0D0vPsFo7Cdqrmo6OCdiO03ScAAKMw65+Y4VTN\n/K1yVixeOpFy4rDARPLb8Ua9vov17xJKVbNDgJJsfeaFq84rA1neAy7j41P78BSD\nC3w+uauqz16leljUo+MqbSgUdNgyA22iS+WUKVVluVeRD/JIuIbG5DfUTwlCit/N\nczEZRmECgYEAyuWurJElr8Dk1fWGcqOWqzSD1Eifb4xCWmUKMysg7hp9h13ls2g1\nb9/fCEJ4Z/V9ue4kCRIQ3kfrIBT4y5u9ypXx8//9u62tMqt8yOkJ/0Mx3hOTuACD\nQXk64vMVFguFw6/QNsbzIHLioVlo+wXA6p7nKJ/zezZf9z5yNcqhMO0CgYEAwkEU\nbDLge5mpo2rx40+FnjKdNRptMUgucLwbCBNXKUcVoij2z+3DUAD6ELAvQZs8mBAc\nXjOpWCstN8DqZsEyRxiNWlao3YcInc+COGZN1Jq5uvIYnLPN60XhMfTvwISO6oQw\n2uGuMSJc3jehI+VIQstYT9TwYej6/anhM93REXMCgYEAwCUjdmk+t2KFU9pgqNAj\nL59b+P2Nf6XkcJafQjXlyZdsqXVSwsQ9VuU74iaQwGLL3fiYR77EGr0g/hDeTHQB\nGIlHyTr0n3eqPgII+ns27HZGE3mWuvpBUw/rpGFv5qCi3N7y3+0o8eHandJ+iLq6\nJ3a0ktRnUJf96bdJkYeDf0ECgYANVQ4jxvIlSYydDLABW+ndy7eCd4fbBAs77Y0l\nZr5qtNhFQu59ouHu0cJX9t+nbxIflat8w6rxxDTcSL9NwiDDRGofMydv3N64hg93\n832QA/aPYCJUTvrpFOi51wfFfNOaQOxheW/NK4CYN9U1c30cKHytLf45mhXv5wLv\n3l+FBQKBgGxp1aLvvo1b3FlvBvr+Y++TbKqiNPCk7Sxx5T6XgpqbUWqQHwtcHi+2\ny2WHRL9iukxsmqcq64Z8yr42tWVlQ2mpmLNugG1a6O/rT85t4dLdVfsiXLYjKUMh\n1FvjqQ6749FeRJgLcIKFeXbk2/xyak4Enpfi7QfEqRA3EZofeNAu\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-2010590478", "fingerprint": "10:97:28:c6:1c:a5:89:c0:23:a6:d4:43:9d:6a:18:fa"}} 2018-08-12 21:28:29,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.244s 2018-08-12 21:28:29,920 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1324236794", "security_groups": ["332e8644-2947-46c9-bb96-a2a955984e8d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fd70d0aa-2efa-4d05-88e4-896181f99207'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:28:29Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2847489-d531-4aec-a9c7-375d71975a10","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:28:29Z","name":"tempest-port-smoke-1324236794","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:38:d8:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"d01c297c-e5c6-433d-81a2-3b4a1f94acc2","ip_address":"10.101.11.10"}],"id":"cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9","security_groups":["332e8644-2947-46c9-bb96-a2a955984e8d"],"device_id":""}} 2018-08-12 21:28:33,234 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 3.313s 2018-08-12 21:28:33,234 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-2010590478", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "a2847489-d531-4aec-a9c7-375d71975a10", "port": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e329605c-2d0e-479c-a515-23315876b8cb', 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e329605c-2d0e-479c-a515-23315876b8cb'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "adminPass": "9FWbUjqhCsuR"}} 2018-08-12 21:28:33,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.720s 2018-08-12 21:28:33,962 63 DEBUG [tempest.lib.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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-deac5225-8b22-4f20-b5d8-58cee6235bda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-deac5225-8b22-4f20-b5d8-58cee6235bda'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:35,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.321s 2018-08-12 21:28:35,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-0106546a-1a39-4954-b7da-9021e11f540b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0106546a-1a39-4954-b7da-9021e11f540b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:37,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.999s 2018-08-12 21:28:37,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-cdee42d5-042e-4ccc-b186-a7d5f6a206a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdee42d5-042e-4ccc-b186-a7d5f6a206a4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:37,324 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:28:39,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.848s 2018-08-12 21:28:39,175 63 DEBUG [tempest.lib.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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-5501fe89-c45c-4fa4-834a-650a5bce80fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5501fe89-c45c-4fa4-834a-650a5bce80fb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:41,046 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.855s 2018-08-12 21:28:41,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-12365bb5-b60d-4def-8518-55ab4fc81dc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12365bb5-b60d-4def-8518-55ab4fc81dc3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:43,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.955s 2018-08-12 21:28:43,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-2dc6b7a0-600f-430d-b5ec-d0329690e053', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2dc6b7a0-600f-430d-b5ec-d0329690e053'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:44,910 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.878s 2018-08-12 21:28:44,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-9dca3294-33c0-411a-8e96-81de3e9e9b4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dca3294-33c0-411a-8e96-81de3e9e9b4a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:44,923 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 21:28:45,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.935s 2018-08-12 21:28:45,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-369fb046-2a9b-4370-b6bc-d907eb0db657', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-369fb046-2a9b-4370-b6bc-d907eb0db657'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:45,874 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 794f2251-2b32-40a3-8e27-cf18492d5968 with status: ACTIVE 2018-08-12 21:28:46,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 0.827s 2018-08-12 21:28:46,703 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1557264519", "security_groups": ["332e8644-2947-46c9-bb96-a2a955984e8d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8772c5ef-1d2f-4b49-9389-334dc48ae27c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:28:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c53d7a95-8aca-4298-9287-3750b9c026e3","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:28:46Z","name":"tempest-port-smoke-1557264519","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e0:7e:59","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f","ip_address":"10.102.21.20"}],"id":"f50f9573-9714-42cb-9414-967283fd3a6e","security_groups":["332e8644-2947-46c9-bb96-a2a955984e8d"],"device_id":""}} 2018-08-12 21:28:49,550 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 2.846s 2018-08-12 21:28:49,550 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-2010590478", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c53d7a95-8aca-4298-9287-3750b9c026e3", "port": "f50f9573-9714-42cb-9414-967283fd3a6e"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-c707d736-1a44-497c-81f7-223a26382a09', 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c707d736-1a44-497c-81f7-223a26382a09'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "adminPass": "i6UnRsJeNgvy"}} 2018-08-12 21:28:49,874 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.319s 2018-08-12 21:28:49,875 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-ddddf74f-321b-42ec-b695-ed50c65bceaf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ddddf74f-321b-42ec-b695-ed50c65bceaf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:50,945 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.054s 2018-08-12 21:28:50,946 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-77d74c21-d476-4302-850b-e898396c6a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77d74c21-d476-4302-850b-e898396c6a73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:52,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.808s 2018-08-12 21:28:52,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': '1258', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-92c846c5-584d-46a5-9fac-2c051fafcced', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92c846c5-584d-46a5-9fac-2c051fafcced'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:52,788 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 21:28:55,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 1.639s 2018-08-12 21:28:55,429 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-29263088-3326-40d2-b877-83189daf03e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29263088-3326-40d2-b877-83189daf03e5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:52Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:55,443 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 21:28:57,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.602s 2018-08-12 21:28:57,048 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-6f3c7d9b-6fa7-4a21-987f-72ff82efb932', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f3c7d9b-6fa7-4a21-987f-72ff82efb932'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:52Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:58,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.429s 2018-08-12 21:28:58,493 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-2714936e-e2db-4641-97f7-28e0eec1fbbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2714936e-e2db-4641-97f7-28e0eec1fbbd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:56Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:58,506 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:28:59,265 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.757s 2018-08-12 21:28:59,266 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-87a72456-7981-4a07-baff-bd5f993bde8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87a72456-7981-4a07-baff-bd5f993bde8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:56Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:59,279 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f33fedd7-ad09-430d-9a93-5864631f2afb with status: ACTIVE 2018-08-12 21:28:59,435 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.155s 2018-08-12 21:28:59,436 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1463551311", "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': 'Sun, 12 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f48b1e4-73ef-4acf-9c2f-a6f4b3e19547'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:59Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "name": "tempest-router--1463551311"}} 2018-08-12 21:29:00,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f 1.460s 2018-08-12 21:29:00,898 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f', u'date': 'Sun, 12 Aug 2018 21:29:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5bbe229e-c461-4e60-b354-b3460bc052d0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:29:00Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "name": "tempest-router--1463551311"}} 2018-08-12 21:29:02,948 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/add_router_interface 2.048s 2018-08-12 21:29:02,948 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:29:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f2e9ce-82eb-42ad-9da9-ef6e650de206'} Body: {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2", "subnet_ids": ["d01c297c-e5c6-433d-81a2-3b4a1f94acc2"], "port_id": "808a212c-9242-478f-9969-5e0f677586ed", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f"} 2018-08-12 21:29:04,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.933s 2018-08-12 21:29:04,883 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:29:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6450d83d-69a1-4afa-9834-86c6bd1161a6'} Body: {"floatingip": {"router_id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:29:03Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9", "id": "c54e34ca-2749-4abd-8e31-7c2b9808da36", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:29:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:29:04,884 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:29:20,920 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:29:21,024 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:29:21,048 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:29:21,163 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-12 21:29:21,163 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:29:21,165 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:29:21,226 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:29:21,229 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:29:26,237 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:29:26,237 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-12 21:30:36,308 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-12 21:30:36,310 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:30:36,313 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:30:36,376 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:30:36,377 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:30:41,385 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:30:41,385 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-12 21:31:51,445 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:31:51,446 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-12 21:31:51,447 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,451 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,550 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,579 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51,585 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:31:51,586 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:21:64:05 [ether] on eth0 2018-08-12 21:31:51,586 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-12 21:31:51,587 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,589 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,652 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,653 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51,663 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:31:51,664 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-12 21:31:51,664 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,667 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,727 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,731 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51,737 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-12 21:31:51,738 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,740 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,799 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,804 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51,810 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:31:51,810 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:21:64:05 [ether] on eth0 2018-08-12 21:31:51,811 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-12 21:31:51,811 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,813 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,875 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,879 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:56,885 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:31:56,886 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-12 21:33:06,940 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-12 21:33:06,942 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:33:06,946 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:33:07,008 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:33:07,011 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:33:12,019 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:33:12,020 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-12 21:34:22,090 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:34:22,091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:34:23,547 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c54e34ca-2749-4abd-8e31-7c2b9808da36 1.453s 2018-08-12 21:34:23,547 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c54e34ca-2749-4abd-8e31-7c2b9808da36', u'date': 'Sun, 12 Aug 2018 21:34:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5476cc51-9bd3-440f-a3b3-c2b02695141f'} Body: 2018-08-12 21:34:25,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/remove_router_interface 1.987s 2018-08-12 21:34:25,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:34:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa007b2d-05b8-4d20-9ac9-7137995bb52e'} Body: {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2", "subnet_ids": ["d01c297c-e5c6-433d-81a2-3b4a1f94acc2"], "port_id": "808a212c-9242-478f-9969-5e0f677586ed", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f"} 2018-08-12 21:34:27,320 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f 1.782s 2018-08-12 21:34:27,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f', u'date': 'Sun, 12 Aug 2018 21:34:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1afa1089-875a-4ad5-930e-3e5742c24c3d'} Body: 2018-08-12 21:34:28,164 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.842s 2018-08-12 21:34:28,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-b7cc99c9-0873-43ba-8a8f-45b13c8d9094', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7cc99c9-0873-43ba-8a8f-45b13c8d9094'} Body: 2018-08-12 21:34:29,356 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 1.190s 2018-08-12 21:34:29,356 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-4841e728-a654-4833-8763-7631906399f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4841e728-a654-4833-8763-7631906399f5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:34:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:34:31,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.631s 2018-08-12 21:34:31,005 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-941ba21d-7a2f-4c56-ae56-7e9887ce3f9f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-941ba21d-7a2f-4c56-ae56-7e9887ce3f9f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:34:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": "2018-08-12T21:34:30.000000", "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:34:31,018 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-12 21:34:32,063 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.043s 2018-08-12 21:34:32,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-dc33a002-bb9b-4b46-b721-7828d70b8f80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-dc33a002-bb9b-4b46-b721-7828d70b8f80'} Body: {"itemNotFound": {"message": "Instance f33fedd7-ad09-430d-9a93-5864631f2afb could not be found.", "code": 404}} 2018-08-12 21:34:32,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f50f9573-9714-42cb-9414-967283fd3a6e 0.894s 2018-08-12 21:34:32,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f50f9573-9714-42cb-9414-967283fd3a6e', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3fa59b17-33bb-484d-8a21-eb0f11756cbb'} Body: 2018-08-12 21:34:33,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.353s 2018-08-12 21:34:33,314 63 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-1d5cf651-67e9-4e41-98d7-c641216c3401', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d5cf651-67e9-4e41-98d7-c641216c3401'} Body: 2018-08-12 21:34:34,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 1.574s 2018-08-12 21:34: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': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-4b8fce21-d039-42c2-9a55-f68187558817', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b8fce21-d039-42c2-9a55-f68187558817'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:34:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:34:35,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.053s 2018-08-12 21:34:35,960 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-f2bd81d2-8011-42c6-971c-b13b6c690179', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:35 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f2bd81d2-8011-42c6-971c-b13b6c690179'} Body: {"itemNotFound": {"message": "Instance 794f2251-2b32-40a3-8e27-cf18492d5968 could not be found.", "code": 404}} 2018-08-12 21:34:36,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9 0.988s 2018-08-12 21:34:36,950 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9', u'date': 'Sun, 12 Aug 2018 21:34:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-abbe1e17-9559-45e3-8c05-0d1f4ac157d5'} Body: 2018-08-12 21:34:36,985 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-2010590478 0.035s 2018-08-12 21:34:36,986 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-2010590478', u'x-compute-request-id': 'req-be948b58-4cd9-4afc-9105-c334cd66b2c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be948b58-4cd9-4afc-9105-c334cd66b2c5'} Body: 2018-08-12 21:34:38,905 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/remove_router_interface 1.918s 2018-08-12 21:34:38,906 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:34:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1440c85e-4c22-4b57-b835-b3e5e7d47489'} Body: {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f", "subnet_ids": ["d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"], "port_id": "d97e6fa7-69fe-4005-9069-8609b1958190", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0"} 2018-08-12 21:34:40,943 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0 2.035s 2018-08-12 21:34:40,944 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e3f002c8-6ce5-44b6-a432-de5882329bd0', u'date': 'Sun, 12 Aug 2018 21:34:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-578f2c17-535a-4178-9641-7e22ce38f8c3'} Body: 2018-08-12 21:34:43,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f 2.404s 2018-08-12 21:34:43,350 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f', u'date': 'Sun, 12 Aug 2018 21:34:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9e10efe-a4d3-4b9b-89c9-dfd4994abe0e'} Body: 2018-08-12 21:34:45,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c53d7a95-8aca-4298-9287-3750b9c026e3 1.842s 2018-08-12 21:34:45,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/c53d7a95-8aca-4298-9287-3750b9c026e3', u'date': 'Sun, 12 Aug 2018 21:34:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-087ee366-d1fc-4290-9608-d4c3e991c7b7'} Body: 2018-08-12 21:34:47,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d01c297c-e5c6-433d-81a2-3b4a1f94acc2 2.663s 2018-08-12 21:34:47,858 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d01c297c-e5c6-433d-81a2-3b4a1f94acc2', u'date': 'Sun, 12 Aug 2018 21:34:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d5e5b464-3073-4372-a1aa-a19234bbb81b'} Body: 2018-08-12 21:34:49,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a2847489-d531-4aec-a9c7-375d71975a10 1.866s 2018-08-12 21:34:49,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a2847489-d531-4aec-a9c7-375d71975a10', u'date': 'Sun, 12 Aug 2018 21:34:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de00b892-11b4-4fcb-a777-a0f383c36535'} Body: 2018-08-12 21:34:50,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/332e8644-2947-46c9-bb96-a2a955984e8d 0.546s 2018-08-12 21:34:50,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/security-groups/332e8644-2947-46c9-bb96-a2a955984e8d', u'date': 'Sun, 12 Aug 2018 21:34:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b27c372a-c83f-42e5-8c33-f566d22ee5a1'} Body: 2018-08-12 21:34:50.558 63 INFO tempest.lib.common.rest_client [req-a370320b-52cf-4722-ae46-208ad6f878ae ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.251s 2018-08-12 21:34:50.559 63 DEBUG tempest.lib.common.rest_client [req-a370320b-52cf-4722-ae46-208ad6f878ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-117443309 description", "name": "tempest-secgroup-smoke-117443309"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:34:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a370320b-52cf-4722-ae46-208ad6f878ae'} Body: {"security_group": {"description": "tempest-secgroup-smoke-117443309 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:50Z", "updated_at": "2018-08-12T21:34:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:34:50Z", "revision_number": 0, "id": "39592cc4-eac3-4c43-96f5-c8da508bfafc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:34:50Z", "revision_number": 0, "id": "dc35c0f4-c0a6-472a-9aca-3cfd1c2cd1bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "name": "tempest-secgroup-smoke-117443309"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:51.047 63 INFO tempest.lib.common.rest_client [req-77b4707d-57fe-4ee1-8485-5d48f9b8e736 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.486s 2018-08-12 21:34:51.048 63 DEBUG tempest.lib.common.rest_client [req-77b4707d-57fe-4ee1-8485-5d48f9b8e736 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77b4707d-57fe-4ee1-8485-5d48f9b8e736'} 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-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:50Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5855c732-2857-4638-b6b5-44ab8dcfc9d6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:51.315 63 INFO tempest.lib.common.rest_client [req-f5398016-fa3a-411b-915c-03bfa013fe58 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.266s 2018-08-12 21:34:51.315 63 DEBUG tempest.lib.common.rest_client [req-f5398016-fa3a-411b-915c-03bfa013fe58 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5398016-fa3a-411b-915c-03bfa013fe58'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0d302554-e570-4a9a-bcc4-0a4f4a17ae3a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:51.518 63 INFO tempest.lib.common.rest_client [req-3f269020-8e46-4fd9-a6dd-f914d29e8291 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.201s 2018-08-12 21:34:51.519 63 DEBUG tempest.lib.common.rest_client [req-3f269020-8e46-4fd9-a6dd-f914d29e8291 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f269020-8e46-4fd9-a6dd-f914d29e8291'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9e7dca72-5120-478d-a9f4-21a84fa40b75"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:51.968 63 INFO tempest.lib.common.rest_client [req-9f13fec3-b6cc-454c-a13b-a5be3189dd95 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.448s 2018-08-12 21:34:51.969 63 DEBUG tempest.lib.common.rest_client [req-9f13fec3-b6cc-454c-a13b-a5be3189dd95 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f13fec3-b6cc-454c-a13b-a5be3189dd95'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f2f6e4b1-891d-4828-bea7-5846a560f2fc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:52.424 63 INFO tempest.lib.common.rest_client [req-2c2424f4-a27e-429d-83fc-e9bc6c10f122 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 21:34:52.425 63 DEBUG tempest.lib.common.rest_client [req-2c2424f4-a27e-429d-83fc-e9bc6c10f122 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c2424f4-a27e-429d-83fc-e9bc6c10f122'} 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-12T21:34:52Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:52Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9713af57-9836-4758-ac75-314586183065"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:52.955 63 INFO tempest.lib.common.rest_client [req-353a723b-a14c-464e-b346-23bed040709f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.528s 2018-08-12 21:34:52.956 63 DEBUG tempest.lib.common.rest_client [req-353a723b-a14c-464e-b346-23bed040709f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-353a723b-a14c-464e-b346-23bed040709f'} 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-12T21:34:52Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:52Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5a4e8aa6-9d1c-4a4a-a6cb-e676f4537020"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:53.110 63 INFO tempest.lib.common.rest_client [req-7e4623bd-1698-40a4-95fd-43f62c127d1a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.153s 2018-08-12 21:34:53.111 63 DEBUG tempest.lib.common.rest_client [req-7e4623bd-1698-40a4-95fd-43f62c127d1a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e4623bd-1698-40a4-95fd-43f62c127d1a'} 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-12T21:34:53Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:53Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0e3f8815-b40e-4d14-be0f-f756b6902171"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:53.314 63 INFO tempest.lib.common.rest_client [req-cf52d30c-d6f6-49d2-b993-63c910dd88ac ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.202s 2018-08-12 21:34:53.315 63 DEBUG tempest.lib.common.rest_client [req-cf52d30c-d6f6-49d2-b993-63c910dd88ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf52d30c-d6f6-49d2-b993-63c910dd88ac'} 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-12T21:34:53Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:53Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b390ba46-e679-4fda-a40e-d91e0ac66340"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:53.600 63 INFO tempest.lib.common.rest_client [req-b7e4b1f1-fb39-4218-a6b6-5d02a1daf201 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.284s 2018-08-12 21:34:53.601 63 DEBUG tempest.lib.common.rest_client [req-b7e4b1f1-fb39-4218-a6b6-5d02a1daf201 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-711784112"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7e4b1f1-fb39-4218-a6b6-5d02a1daf201'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:34:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","name":"tempest-A-711784112"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:54.876 63 INFO tempest.lib.common.rest_client [req-e6116a87-4ca9-40b4-afb7-9b85d779177e ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.273s 2018-08-12 21:34:54.876 63 DEBUG tempest.lib.common.rest_client [req-e6116a87-4ca9-40b4-afb7-9b85d779177e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "name": "tempest-subnet-A-1-1923522902"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:34:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6116a87-4ca9-40b4-afb7-9b85d779177e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:54Z","dns_nameservers":[],"updated_at":"2018-08-12T21:34:54Z","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":"01ace95cf526467b9409c6248a7c6876","id":"e22f4a69-cba6-4bbb-b4e2-370a937ef0d0","subnetpool_id":null,"name":"tempest-subnet-A-1-1923522902"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:55.115 63 INFO tempest.lib.common.rest_client [req-4a40c1c5-7763-44fc-bda6-c32ff6fc1d85 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.237s 2018-08-12 21:34:55.115 63 DEBUG tempest.lib.common.rest_client [req-4a40c1c5-7763-44fc-bda6-c32ff6fc1d85 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1365224077"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:34:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a40c1c5-7763-44fc-bda6-c32ff6fc1d85'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:34:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"d67578f5-4b26-433d-83fc-f7c622baef9a","name":"tempest-B-1365224077"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:56.337 63 INFO tempest.lib.common.rest_client [req-e5a83840-4346-4293-b56f-bdb4f0ec47c0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.220s 2018-08-12 21:34:56.339 63 DEBUG tempest.lib.common.rest_client [req-e5a83840-4346-4293-b56f-bdb4f0ec47c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "name": "tempest-subnet-B-1-143672137"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:34:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5a83840-4346-4293-b56f-bdb4f0ec47c0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d67578f5-4b26-433d-83fc-f7c622baef9a","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:55Z","dns_nameservers":[],"updated_at":"2018-08-12T21:34:55Z","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":"01ace95cf526467b9409c6248a7c6876","id":"56e8b16c-b547-4bd5-8b55-fd483cf635e5","subnetpool_id":null,"name":"tempest-subnet-B-1-143672137"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:56.853 63 INFO tempest.lib.common.rest_client [req-b49a96c0-8503-4a42-a58e-2097c0135d3c ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.513s 2018-08-12 21:34:56.854 63 DEBUG tempest.lib.common.rest_client [req-b49a96c0-8503-4a42-a58e-2097c0135d3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:34:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b49a96c0-8503-4a42-a58e-2097c0135d3c'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "36034a13-8d3d-41bb-b164-ab8b1bd26028"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:57.577 63 INFO tempest.lib.common.rest_client [req-b3613a60-dd30-4e66-9286-68995d47776a ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations 0.722s 2018-08-12 21:34:57.578 63 DEBUG tempest.lib.common.rest_client [req-b3613a60-dd30-4e66-9286-68995d47776a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations', u'date': 'Sun, 12 Aug 2018 21:34:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b3613a60-dd30-4e66-9286-68995d47776a'} Body: {"network_association": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "id": "aa70a4a5-f9d1-4203-a056-9f5e86da504f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:58.685 63 INFO tempest.lib.common.rest_client [req-ffea23bd-9483-4185-adb4-c0c098e72cf1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations 1.105s 2018-08-12 21:34:58.686 63 DEBUG tempest.lib.common.rest_client [req-ffea23bd-9483-4185-adb4-c0c098e72cf1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations', u'date': 'Sun, 12 Aug 2018 21:34:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffea23bd-9483-4185-adb4-c0c098e72cf1'} Body: {"network_association": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "id": "e3ceba27-9b4c-4e04-875b-57b65f77f01d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:34:58.689 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-12 21:34:59.134 63 INFO tempest.lib.common.rest_client [req-c75731e9-f57c-441b-b996-cb681ec73105 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.444s 2018-08-12 21:34:59.135 63 DEBUG tempest.lib.common.rest_client [req-c75731e9-f57c-441b-b996-cb681ec73105 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--588879526", "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': 'Sun, 12 Aug 2018 21:34:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c75731e9-f57c-441b-b996-cb681ec73105'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:58Z", "admin_state_up": true, "updated_at": "2018-08-12T21:34:58Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3", "name": "tempest-router--588879526"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:00.794 63 INFO tempest.lib.common.rest_client [req-2637d9a5-d7f3-440b-8cdf-10e821eff8e7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3 1.657s 2018-08-12 21:35:00.795 63 DEBUG tempest.lib.common.rest_client [req-2637d9a5-d7f3-440b-8cdf-10e821eff8e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3', u'date': 'Sun, 12 Aug 2018 21:35:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2637d9a5-d7f3-440b-8cdf-10e821eff8e7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:58Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:00Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3", "name": "tempest-router--588879526"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:03.115 63 INFO tempest.lib.common.rest_client [req-5fd4fb3d-7b1c-4a72-bd09-31db031cde71 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/add_router_interface 2.319s 2018-08-12 21:35:03.115 63 DEBUG tempest.lib.common.rest_client [req-5fd4fb3d-7b1c-4a72-bd09-31db031cde71 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:35:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fd4fb3d-7b1c-4a72-bd09-31db031cde71'} Body: {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5", "subnet_ids": ["56e8b16c-b547-4bd5-8b55-fd483cf635e5"], "port_id": "b73d3420-1921-4634-8e03-49b6c69d39f4", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:03.244 63 INFO tempest.lib.common.rest_client [req-fbffde32-d422-4d77-822d-3a93df1aa89c ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.23:8774/v2.1/os-keypairs 0.128s 2018-08-12 21:35:03.245 63 DEBUG tempest.lib.common.rest_client [req-fbffde32-d422-4d77-822d-3a93df1aa89c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1233142418"}} 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-fbffde32-d422-4d77-822d-3a93df1aa89c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbffde32-d422-4d77-822d-3a93df1aa89c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDp8jGJy45kTqWjqKrd6GxM+anqYk4Xts666uxci+mx4zA5KzBbqdG2crZZPFkCHSCMioGV/flf3URKIvwsm1D4k9E7HDwYbTD+jPbZ91B6cVwakW652HfXlE0JWRnYtsCcz5lhi/0Ps2Cg+kdrhypZaOhXpKx3cMuZzSHIQHlErpeuVQeuAGdc3OA/d3AXsfyLj17utN15WCL1iFMsuWgOXsP3KfoPjLK2MlbNiLv38WyVmJrY+T1JgIES2TbgmLjdPTf9B2RIBKY/KSXbi3fTF0bZKVsXuiD6vLZJ5g0576/bUsV9LfFLkqOaBWKmh8opXbY++rGho1bfT5ybUABt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA6fIxicuOZE6lo6iq3ehsTPmp6mJOF7bOuursXIvpseMwOSsw\nW6nRtnK2WTxZAh0gjIqBlf35X91ESiL8LJtQ+JPROxw8GG0w/oz22fdQenFcGpFu\nudh315RNCVkZ2LbAnM+ZYYv9D7NgoPpHa4cqWWjoV6Ssd3DLmc0hyEB5RK6XrlUH\nrgBnXNzgP3dwF7H8i49e7rTdeVgi9YhTLLloDl7D9yn6D4yytjJWzYi79/FslZia\n2Pk9SYCBEtk24Ji43T03/QdkSASmPykl24t30xdG2SlbF7og+ry2SeYNOe+v21LF\nfS3xS5KjmgVipofKKV22PvqxoaNW30+cm1AAbQIDAQABAoIBAQC8d+YayYdMHePp\nRc9peH4PQS726P1as2Y2RV3nbLv3GDzYQYfywIt3PVDT8P8P6eE397lP2cxVw47p\nXufjE7kWmRb9VNDBKO5Ik82maUxHaB24NaOLSu25Gfs55bMh2JCxg7lgUYOsa2kU\nJqz03m5qm05alQpwKsmLfSuTBQXtImQ1yopBqISAfp91rYxCMnBLmCwAg1y5a1fe\nZiALX/p4jzYrHycT0seXkIySTC0BFmjIrP6Gf1zLqTRN9V/nYNTzb1bxGJer83fw\nXjBypVlFUV8bv8xrXJz3IDxw2UEjA+gV4ZPGDUSXSjexWW1JHzcTVxi2Ufanlo6g\nzz6PodghAoGBAPXU20OXkZWSD20ys5idbDMDtNqlKiH8HR75Pz52Lap6OxUyz9l9\nA+7wiSBrVF+XnPSotk29qXfMaPUWkDggS8qrb6oL7LISRpaFBLAqMig90A1oZdpa\nVQyVd1bSsIacF90HAmIvYS8E/9T6KVC/Y2PyuDvdMDa6Rbz+PVIzlr/lAoGBAPOf\nexgj0kgGOTadC3BWBlV+rW4Z0tFX9m7tGCZhKLmJe7zMNdkMZ1cYXZhpZ/qyXTdb\n29AFVS0nr5grbSSvKVMMJqJRrKjUbVg7PrFCtfnW2YidhKhEIc0xW/NqXIFOTcTn\nnRyMOProD/aiOG0RDqqKHLQ3SwpNnYG3TgpFbmXpAoGBAI5NjjN9XK/5YeazT9VL\nY2PQhHOA4nfTykOwwpR0spCZuvPVew4J2SoKoUZb+vZu/FOACi/MV3paoHMngYqL\n33PNc5E63+Rgwe3FyGX1tx0mUvY/9Z3FZrAnIXLn+XmiiAnRUebmSFqAiVuPCDWO\n5Ijp6w30R0GW6GGzxml8JYqlAoGAcSjNu1vAK9ZAMv7lNkuu631Iv1BdXQG3pLSa\nOBF/IhcbE4njJSsewRS/PLERLCA3LiSLyGcBtlStukfJjXWTA1EsjM7VHSJ2m7oB\nF8L91cuXBV7tJF9pN+9KX5ky2JjvhJt0nbMAMIMkDxIwlXCL2GkIhij8wQ9mLr9f\nD2RKsCkCgYEA8S5xoCav158LBIRpZO+Dpk2QP13XElDnwwirrEXA7NQATNHMhM2b\nLNmUKuYODgHfJjdfmr8qWc3gaLxK3Oo49u3B5Xozo6RDW3mqh3XbTXGwxjkK9RcK\n5JkkANsTXRUy/2nTMIAT250arru6rzNFum5eyNKVDlhAw+btHEyhuwc=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1233142418", "fingerprint": "e5:af:8a:41:bd:c3:89:7e:19:ae:b2:39:14:10:ea:a4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:04.289 63 INFO tempest.lib.common.rest_client [req-69b18509-0f3b-44ff-acd2-145940599575 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.036s 2018-08-12 21:35:04.289 63 DEBUG tempest.lib.common.rest_client [req-69b18509-0f3b-44ff-acd2-145940599575 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-711622268", "security_groups": ["df6dd821-dbdd-40b9-9cf0-f97708115271"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:35:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69b18509-0f3b-44ff-acd2-145940599575'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:35:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:35:03Z","name":"tempest-port-smoke-711622268","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ab:bb:05","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"e22f4a69-cba6-4bbb-b4e2-370a937ef0d0","ip_address":"10.101.11.10"}],"id":"b6942073-af2d-4c6f-abb6-ed2165fc1804","security_groups":["df6dd821-dbdd-40b9-9cf0-f97708115271"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:07.861 63 INFO tempest.lib.common.rest_client [req-7f960ba8-8523-4012-a168-72c47b0849fc ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.570s 2018-08-12 21:35:07.861 63 DEBUG tempest.lib.common.rest_client [req-7f960ba8-8523-4012-a168-72c47b0849fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1233142418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "port": "b6942073-af2d-4c6f-abb6-ed2165fc1804"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-7f960ba8-8523-4012-a168-72c47b0849fc', 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f960ba8-8523-4012-a168-72c47b0849fc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "adminPass": "NT79LMT2xjhV"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:08.200 63 INFO tempest.lib.common.rest_client [req-7d7f9bb1-1269-4ba9-9318-9caf15f484c9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.332s 2018-08-12 21:35:08.201 63 DEBUG tempest.lib.common.rest_client [req-7d7f9bb1-1269-4ba9-9318-9caf15f484c9 ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-7d7f9bb1-1269-4ba9-9318-9caf15f484c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d7f9bb1-1269-4ba9-9318-9caf15f484c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:09.533 63 INFO tempest.lib.common.rest_client [req-88b028a1-29cf-4baa-b6c5-10ec9eed5d9c ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.313s 2018-08-12 21:35:09.534 63 DEBUG tempest.lib.common.rest_client [req-88b028a1-29cf-4baa-b6c5-10ec9eed5d9c ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-88b028a1-29cf-4baa-b6c5-10ec9eed5d9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b028a1-29cf-4baa-b6c5-10ec9eed5d9c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:10.913 63 INFO tempest.lib.common.rest_client [req-8f191a16-73b6-4eee-aa6e-85cdc4b0986e ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.354s 2018-08-12 21:35:10.914 63 DEBUG tempest.lib.common.rest_client [req-8f191a16-73b6-4eee-aa6e-85cdc4b0986e ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-8f191a16-73b6-4eee-aa6e-85cdc4b0986e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f191a16-73b6-4eee-aa6e-85cdc4b0986e'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:10Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:10.927 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-12 21:35:12.708 63 INFO tempest.lib.common.rest_client [req-812dd318-fa77-4a12-89d2-8cfd96571b8b ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.780s 2018-08-12 21:35:12.709 63 DEBUG tempest.lib.common.rest_client [req-812dd318-fa77-4a12-89d2-8cfd96571b8b ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-812dd318-fa77-4a12-89d2-8cfd96571b8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-812dd318-fa77-4a12-89d2-8cfd96571b8b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:12.725 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:35:14.520 63 INFO tempest.lib.common.rest_client [req-975ad1d9-3080-45d2-ad45-2b0c3e87a758 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.793s 2018-08-12 21:35:14.521 63 DEBUG tempest.lib.common.rest_client [req-975ad1d9-3080-45d2-ad45-2b0c3e87a758 ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-975ad1d9-3080-45d2-ad45-2b0c3e87a758', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-975ad1d9-3080-45d2-ad45-2b0c3e87a758'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:16.152 63 INFO tempest.lib.common.rest_client [req-b553c12a-86d4-4995-b35b-27ab929591ba ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.617s 2018-08-12 21:35:16.153 63 DEBUG tempest.lib.common.rest_client [req-b553c12a-86d4-4995-b35b-27ab929591ba ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-b553c12a-86d4-4995-b35b-27ab929591ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b553c12a-86d4-4995-b35b-27ab929591ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:17.849 63 INFO tempest.lib.common.rest_client [req-a28feed4-5574-4744-af42-f74cc937a6d7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.681s 2018-08-12 21:35:17.849 63 DEBUG tempest.lib.common.rest_client [req-a28feed4-5574-4744-af42-f74cc937a6d7 ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-a28feed4-5574-4744-af42-f74cc937a6d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a28feed4-5574-4744-af42-f74cc937a6d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:17.861 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:35:18.591 63 INFO tempest.lib.common.rest_client [req-bca033e8-dda5-4a46-b10d-f6a8cb2a2013 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.729s 2018-08-12 21:35:18.591 63 DEBUG tempest.lib.common.rest_client [req-bca033e8-dda5-4a46-b10d-f6a8cb2a2013 ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-bca033e8-dda5-4a46-b10d-f6a8cb2a2013', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bca033e8-dda5-4a46-b10d-f6a8cb2a2013'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:18.604 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 59c7fb35-056f-496b-bf8a-77dd77b0fb88 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:35:19.398 63 INFO tempest.lib.common.rest_client [req-5c26ba8f-d78a-46a5-ada8-546385bce620 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 0.793s 2018-08-12 21:35:19.398 63 DEBUG tempest.lib.common.rest_client [req-5c26ba8f-d78a-46a5-ada8-546385bce620 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1759821299", "security_groups": ["df6dd821-dbdd-40b9-9cf0-f97708115271"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:35:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c26ba8f-d78a-46a5-ada8-546385bce620'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:35:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d67578f5-4b26-433d-83fc-f7c622baef9a","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:35:19Z","name":"tempest-port-smoke-1759821299","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:61:20:46","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"56e8b16c-b547-4bd5-8b55-fd483cf635e5","ip_address":"10.102.21.20"}],"id":"e798b208-27c4-41eb-a139-29bb14d298da","security_groups":["df6dd821-dbdd-40b9-9cf0-f97708115271"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:23.076 63 INFO tempest.lib.common.rest_client [req-4e468a93-d64d-4e48-8855-f2d09aaae179 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.676s 2018-08-12 21:35:23.077 63 DEBUG tempest.lib.common.rest_client [req-4e468a93-d64d-4e48-8855-f2d09aaae179 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1233142418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "d67578f5-4b26-433d-83fc-f7c622baef9a", "port": "e798b208-27c4-41eb-a139-29bb14d298da"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-4e468a93-d64d-4e48-8855-f2d09aaae179', 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e468a93-d64d-4e48-8855-f2d09aaae179'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9599041f-7109-4125-9ceb-9a64ce501578", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "adminPass": "93LeNMe5ccrA"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:23.429 63 INFO tempest.lib.common.rest_client [req-215545ed-56c7-4ec4-bd24-6a260018acb9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.346s 2018-08-12 21:35:23.429 63 DEBUG tempest.lib.common.rest_client [req-215545ed-56c7-4ec4-bd24-6a260018acb9 ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-215545ed-56c7-4ec4-bd24-6a260018acb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-215545ed-56c7-4ec4-bd24-6a260018acb9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:24.794 63 INFO tempest.lib.common.rest_client [req-6ad36a1d-f940-4022-9567-da4414dd0762 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.348s 2018-08-12 21:35:24.794 63 DEBUG tempest.lib.common.rest_client [req-6ad36a1d-f940-4022-9567-da4414dd0762 ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-6ad36a1d-f940-4022-9567-da4414dd0762', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ad36a1d-f940-4022-9567-da4414dd0762'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:26.436 63 INFO tempest.lib.common.rest_client [req-0c27f2af-8bfe-4dbe-8ad9-d32362788ab9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.628s 2018-08-12 21:35:26.437 63 DEBUG tempest.lib.common.rest_client [req-0c27f2af-8bfe-4dbe-8ad9-d32362788ab9 ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-0c27f2af-8bfe-4dbe-8ad9-d32362788ab9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0c27f2af-8bfe-4dbe-8ad9-d32362788ab9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:25Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:26.453 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 21:35:27.813 63 INFO tempest.lib.common.rest_client [req-8d48debe-cc8b-4d24-800f-9ac693538bd7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.358s 2018-08-12 21:35:27.813 63 DEBUG tempest.lib.common.rest_client [req-8d48debe-cc8b-4d24-800f-9ac693538bd7 ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-8d48debe-cc8b-4d24-800f-9ac693538bd7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d48debe-cc8b-4d24-800f-9ac693538bd7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:27.827 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:35:29.476 63 INFO tempest.lib.common.rest_client [req-ffc32d77-97ab-44d6-858b-7cea122f4918 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.647s 2018-08-12 21:35:29.476 63 DEBUG tempest.lib.common.rest_client [req-ffc32d77-97ab-44d6-858b-7cea122f4918 ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-ffc32d77-97ab-44d6-858b-7cea122f4918', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ffc32d77-97ab-44d6-858b-7cea122f4918'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:31.029 63 INFO tempest.lib.common.rest_client [req-886a4367-b9be-4d01-8158-3b5991274735 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.539s 2018-08-12 21:35:31.031 63 DEBUG tempest.lib.common.rest_client [req-886a4367-b9be-4d01-8158-3b5991274735 ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-886a4367-b9be-4d01-8158-3b5991274735', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-886a4367-b9be-4d01-8158-3b5991274735'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:32.740 63 INFO tempest.lib.common.rest_client [req-7f434c28-abf7-4b44-a35e-96d80318343d ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.693s 2018-08-12 21:35:32.741 63 DEBUG tempest.lib.common.rest_client [req-7f434c28-abf7-4b44-a35e-96d80318343d ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-7f434c28-abf7-4b44-a35e-96d80318343d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f434c28-abf7-4b44-a35e-96d80318343d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:32.759 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:35:33.717 63 INFO tempest.lib.common.rest_client [req-51b829f1-74c7-40cf-b770-4845a5aa8702 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.956s 2018-08-12 21:35:33.718 63 DEBUG tempest.lib.common.rest_client [req-51b829f1-74c7-40cf-b770-4845a5aa8702 ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-51b829f1-74c7-40cf-b770-4845a5aa8702', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51b829f1-74c7-40cf-b770-4845a5aa8702'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:33.732 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 9599041f-7109-4125-9ceb-9a64ce501578 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-12 21:35:33.889 63 INFO tempest.lib.common.rest_client [req-491bb24e-8db6-4920-85c8-a4ac7c1845c2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.155s 2018-08-12 21:35:33.889 63 DEBUG tempest.lib.common.rest_client [req-491bb24e-8db6-4920-85c8-a4ac7c1845c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1399517210", "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': 'Sun, 12 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-491bb24e-8db6-4920-85c8-a4ac7c1845c2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:33Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:33Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "name": "tempest-router--1399517210"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:35.367 63 INFO tempest.lib.common.rest_client [req-e5cace95-7b43-45ab-ab40-3699df219132 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb 1.477s 2018-08-12 21:35:35.368 63 DEBUG tempest.lib.common.rest_client [req-e5cace95-7b43-45ab-ab40-3699df219132 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb', u'date': 'Sun, 12 Aug 2018 21:35:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5cace95-7b43-45ab-ab40-3699df219132'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:33Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:35Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "name": "tempest-router--1399517210"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:37.337 63 INFO tempest.lib.common.rest_client [req-534d4349-d9b8-49da-add5-85cdd6efe711 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/add_router_interface 1.968s 2018-08-12 21:35:37.337 63 DEBUG tempest.lib.common.rest_client [req-534d4349-d9b8-49da-add5-85cdd6efe711 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:35:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-534d4349-d9b8-49da-add5-85cdd6efe711'} Body: {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0", "subnet_ids": ["e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"], "port_id": "963dbf4b-8fee-4b48-92a1-a1c9ab86f49f", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:39.256 63 INFO tempest.lib.common.rest_client [req-a93ae25a-b778-4536-8398-3a8b031f8554 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.917s 2018-08-12 21:35:39.257 63 DEBUG tempest.lib.common.rest_client [req-a93ae25a-b778-4536-8398-3a8b031f8554 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "b6942073-af2d-4c6f-abb6-ed2165fc1804"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:35:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a93ae25a-b778-4536-8398-3a8b031f8554'} Body: {"floatingip": {"router_id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:35:38Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "b6942073-af2d-4c6f-abb6-ed2165fc1804", "id": "7c617c89-7fa2-4da8-8b80-43e03e900fff", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:35:39.259 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:35:47.275 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:35:47.339 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:35:47.372 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:35:47.487 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-12 21:35:47.487 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:35:47.489 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:35:47.550 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:35:47.554 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:35:52.562 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:35:52.562 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-12 21:37:02.621 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-12 21:37:02.622 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:37:02.625 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:37:02.688 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:37:02.690 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:37:07.696 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:37:07.697 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-12 21:38:17.757 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-12 21:38:17.759 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-12 21:38:17.760 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17.764 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17.827 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:38:17.829 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17.835 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:38:17.836 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:50:28:97 [ether] on eth0 2018-08-12 21:38:17.836 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-12 21:38:17.837 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17.840 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17.903 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:38:17.904 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17.911 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-12 21:38:17.912 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-12 21:38:17.912 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17.914 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17.975 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:38:17.978 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17.984 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-12 21:38:17.985 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17.987 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:18.047 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:38:18.051 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:18.059 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-12 21:38:18.059 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:50:28:97 [ether] on eth0 2018-08-12 21:38:18.060 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-12 21:38:18.060 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:18.062 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:18.123 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:38:18.126 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:23.133 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:38:23.134 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-12 21:39:33.203 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-12 21:39:33.203 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:39:33.208 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:39:33.308 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-12 21:39:33.336 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:39:38.344 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:39:38.344 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-12 21:40:48.412 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-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:40:49.954 63 INFO tempest.lib.common.rest_client [req-e0a6d858-63ff-4a5d-a9e0-44d896a45969 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/7c617c89-7fa2-4da8-8b80-43e03e900fff 1.537s 2018-08-12 21:40:49.954 63 DEBUG tempest.lib.common.rest_client [req-e0a6d858-63ff-4a5d-a9e0-44d896a45969 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7c617c89-7fa2-4da8-8b80-43e03e900fff', u'date': 'Sun, 12 Aug 2018 21:40:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e0a6d858-63ff-4a5d-a9e0-44d896a45969'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:40:51.788 63 INFO tempest.lib.common.rest_client [req-3ec4343f-6cc9-46cb-8812-5fe8a043a9ba ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/remove_router_interface 1.832s 2018-08-12 21:40:51.789 63 DEBUG tempest.lib.common.rest_client [req-3ec4343f-6cc9-46cb-8812-5fe8a043a9ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:40:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ec4343f-6cc9-46cb-8812-5fe8a043a9ba'} Body: {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0", "subnet_ids": ["e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"], "port_id": "963dbf4b-8fee-4b48-92a1-a1c9ab86f49f", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:40:53.703 63 INFO tempest.lib.common.rest_client [req-d5f4b6de-40bc-4cd5-abf7-a85046ff8b00 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb 1.913s 2018-08-12 21:40:53.704 63 DEBUG tempest.lib.common.rest_client [req-d5f4b6de-40bc-4cd5-abf7-a85046ff8b00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0f70d109-60c8-4acd-9c98-cb94a70142cb', u'date': 'Sun, 12 Aug 2018 21:40:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d5f4b6de-40bc-4cd5-abf7-a85046ff8b00'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:40:54.140 63 INFO tempest.lib.common.rest_client [req-39c18d53-82f7-4fbd-9cbe-aaf50cd8277d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.435s 2018-08-12 21:40:54.141 63 DEBUG tempest.lib.common.rest_client [req-39c18d53-82f7-4fbd-9cbe-aaf50cd8277d ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-39c18d53-82f7-4fbd-9cbe-aaf50cd8277d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39c18d53-82f7-4fbd-9cbe-aaf50cd8277d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:40:55.473 63 INFO tempest.lib.common.rest_client [req-42e73cbc-2b05-4a95-a892-cdb7a647b82c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 1.331s 2018-08-12 21:40:55.474 63 DEBUG tempest.lib.common.rest_client [req-42e73cbc-2b05-4a95-a892-cdb7a647b82c ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-42e73cbc-2b05-4a95-a892-cdb7a647b82c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42e73cbc-2b05-4a95-a892-cdb7a647b82c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:40:54Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:40:56.538 63 INFO tempest.lib.common.rest_client [req-50e90b2e-81b1-46b9-a579-8c5e5180066c ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.047s 2018-08-12 21:40:56.539 63 DEBUG tempest.lib.common.rest_client [req-50e90b2e-81b1-46b9-a579-8c5e5180066c ] 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-50e90b2e-81b1-46b9-a579-8c5e5180066c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:56 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-50e90b2e-81b1-46b9-a579-8c5e5180066c'} Body: {"itemNotFound": {"message": "Instance 9599041f-7109-4125-9ceb-9a64ce501578 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:40:57.570 63 INFO tempest.lib.common.rest_client [req-342682f9-1e9b-4ae1-864a-5dcb8df2f5fa ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e798b208-27c4-41eb-a139-29bb14d298da 1.030s 2018-08-12 21:40:57.571 63 DEBUG tempest.lib.common.rest_client [req-342682f9-1e9b-4ae1-864a-5dcb8df2f5fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e798b208-27c4-41eb-a139-29bb14d298da', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-342682f9-1e9b-4ae1-864a-5dcb8df2f5fa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:40:57.769 63 INFO tempest.lib.common.rest_client [req-2923a3bf-47c9-46c3-9183-cddbe5be09c3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.196s 2018-08-12 21:40:57.769 63 DEBUG tempest.lib.common.rest_client [req-2923a3bf-47c9-46c3-9183-cddbe5be09c3 ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-2923a3bf-47c9-46c3-9183-cddbe5be09c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2923a3bf-47c9-46c3-9183-cddbe5be09c3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:40:58.990 63 INFO tempest.lib.common.rest_client [req-2837570d-cbfe-4bc9-b52a-0483278ce3a2 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 1.219s 2018-08-12 21:40:58.991 63 DEBUG tempest.lib.common.rest_client [req-2837570d-cbfe-4bc9-b52a-0483278ce3a2 ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-2837570d-cbfe-4bc9-b52a-0483278ce3a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2837570d-cbfe-4bc9-b52a-0483278ce3a2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:40:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:00.067 63 INFO tempest.lib.common.rest_client [req-5d9fe84d-b7bf-40a0-8755-ddb7446e5af8 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.049s 2018-08-12 21:41:00.068 63 DEBUG tempest.lib.common.rest_client [req-5d9fe84d-b7bf-40a0-8755-ddb7446e5af8 ] 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-5d9fe84d-b7bf-40a0-8755-ddb7446e5af8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:41:00 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5d9fe84d-b7bf-40a0-8755-ddb7446e5af8'} Body: {"itemNotFound": {"message": "Instance 59c7fb35-056f-496b-bf8a-77dd77b0fb88 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:01.199 63 INFO tempest.lib.common.rest_client [req-fe77b758-bffa-4e69-819f-d4d2a6a091ca ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b6942073-af2d-4c6f-abb6-ed2165fc1804 1.130s 2018-08-12 21:41:01.200 63 DEBUG tempest.lib.common.rest_client [req-fe77b758-bffa-4e69-819f-d4d2a6a091ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b6942073-af2d-4c6f-abb6-ed2165fc1804', u'date': 'Sun, 12 Aug 2018 21:41:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fe77b758-bffa-4e69-819f-d4d2a6a091ca'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:01.272 63 INFO tempest.lib.common.rest_client [req-a65014db-477c-4346-a09d-7e9fb5a09c8d ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1233142418 0.072s 2018-08-12 21:41:01.273 63 DEBUG tempest.lib.common.rest_client [req-a65014db-477c-4346-a09d-7e9fb5a09c8d ] 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-1233142418', u'x-compute-request-id': 'req-a65014db-477c-4346-a09d-7e9fb5a09c8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:41:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a65014db-477c-4346-a09d-7e9fb5a09c8d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:02.956 63 INFO tempest.lib.common.rest_client [req-00a0d73b-fdd5-4452-9a5a-22d4063b9cb3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/remove_router_interface 1.682s 2018-08-12 21:41:02.957 63 DEBUG tempest.lib.common.rest_client [req-00a0d73b-fdd5-4452-9a5a-22d4063b9cb3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:41:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00a0d73b-fdd5-4452-9a5a-22d4063b9cb3'} Body: {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5", "subnet_ids": ["56e8b16c-b547-4bd5-8b55-fd483cf635e5"], "port_id": "b73d3420-1921-4634-8e03-49b6c69d39f4", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:05.038 63 INFO tempest.lib.common.rest_client [req-d7644e39-5087-4ea6-be43-f62eb6da68fc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3 2.080s 2018-08-12 21:41:05.038 63 DEBUG tempest.lib.common.rest_client [req-d7644e39-5087-4ea6-be43-f62eb6da68fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3', u'date': 'Sun, 12 Aug 2018 21:41:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7644e39-5087-4ea6-be43-f62eb6da68fc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:07.622 63 INFO tempest.lib.common.rest_client [req-1b2ea4ca-9331-4e18-be81-4bb5a4840889 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/56e8b16c-b547-4bd5-8b55-fd483cf635e5 2.583s 2018-08-12 21:41:07.623 63 DEBUG tempest.lib.common.rest_client [req-1b2ea4ca-9331-4e18-be81-4bb5a4840889 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/56e8b16c-b547-4bd5-8b55-fd483cf635e5', u'date': 'Sun, 12 Aug 2018 21:41:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b2ea4ca-9331-4e18-be81-4bb5a4840889'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:09.235 63 INFO tempest.lib.common.rest_client [req-096ed087-d092-4c86-a610-63632cef321c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d67578f5-4b26-433d-83fc-f7c622baef9a 1.610s 2018-08-12 21:41:09.235 63 DEBUG tempest.lib.common.rest_client [req-096ed087-d092-4c86-a610-63632cef321c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d67578f5-4b26-433d-83fc-f7c622baef9a', u'date': 'Sun, 12 Aug 2018 21:41:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-096ed087-d092-4c86-a610-63632cef321c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:11.917 63 INFO tempest.lib.common.rest_client [req-81c57d52-0425-492e-94f0-6c1a72c1788e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e22f4a69-cba6-4bbb-b4e2-370a937ef0d0 2.681s 2018-08-12 21:41:11.918 63 DEBUG tempest.lib.common.rest_client [req-81c57d52-0425-492e-94f0-6c1a72c1788e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e22f4a69-cba6-4bbb-b4e2-370a937ef0d0', u'date': 'Sun, 12 Aug 2018 21:41:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81c57d52-0425-492e-94f0-6c1a72c1788e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:13.970 63 INFO tempest.lib.common.rest_client [req-e75a457e-d3e4-4bc1-932e-733922c48682 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/65ee718d-4f9c-4d86-a4ea-b50f636b15c2 2.051s 2018-08-12 21:41:13.971 63 DEBUG tempest.lib.common.rest_client [req-e75a457e-d3e4-4bc1-932e-733922c48682 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/65ee718d-4f9c-4d86-a4ea-b50f636b15c2', u'date': 'Sun, 12 Aug 2018 21:41:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e75a457e-d3e4-4bc1-932e-733922c48682'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:14.236 63 INFO tempest.lib.common.rest_client [req-958fce64-5896-47a4-9bdd-f61233446369 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/df6dd821-dbdd-40b9-9cf0-f97708115271 0.264s 2018-08-12 21:41:14.237 63 DEBUG tempest.lib.common.rest_client [req-958fce64-5896-47a4-9bdd-f61233446369 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/df6dd821-dbdd-40b9-9cf0-f97708115271', u'date': 'Sun, 12 Aug 2018 21:41:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-958fce64-5896-47a4-9bdd-f61233446369'} 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 [383.932033s] ... 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-12 21:34:50,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.251s 2018-08-12 21:34:50,559 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-117443309 description", "name": "tempest-secgroup-smoke-117443309"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:34:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a370320b-52cf-4722-ae46-208ad6f878ae'} Body: {"security_group": {"description": "tempest-secgroup-smoke-117443309 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:50Z", "updated_at": "2018-08-12T21:34:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:34:50Z", "revision_number": 0, "id": "39592cc4-eac3-4c43-96f5-c8da508bfafc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:34:50Z", "revision_number": 0, "id": "dc35c0f4-c0a6-472a-9aca-3cfd1c2cd1bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "name": "tempest-secgroup-smoke-117443309"}} 2018-08-12 21:34:51,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.486s 2018-08-12 21:34:51,048 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77b4707d-57fe-4ee1-8485-5d48f9b8e736'} 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-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:50Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5855c732-2857-4638-b6b5-44ab8dcfc9d6"}} 2018-08-12 21:34:51,315 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.266s 2018-08-12 21:34:51,315 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5398016-fa3a-411b-915c-03bfa013fe58'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0d302554-e570-4a9a-bcc4-0a4f4a17ae3a"}} 2018-08-12 21:34:51,518 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.201s 2018-08-12 21:34:51,519 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f269020-8e46-4fd9-a6dd-f914d29e8291'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9e7dca72-5120-478d-a9f4-21a84fa40b75"}} 2018-08-12 21:34:51,968 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-12 21:34:51,969 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f13fec3-b6cc-454c-a13b-a5be3189dd95'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f2f6e4b1-891d-4828-bea7-5846a560f2fc"}} 2018-08-12 21:34:52,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 21:34:52,425 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c2424f4-a27e-429d-83fc-e9bc6c10f122'} 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-12T21:34:52Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:52Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9713af57-9836-4758-ac75-314586183065"}} 2018-08-12 21:34:52,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.528s 2018-08-12 21:34:52,956 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-353a723b-a14c-464e-b346-23bed040709f'} 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-12T21:34:52Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:52Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5a4e8aa6-9d1c-4a4a-a6cb-e676f4537020"}} 2018-08-12 21:34:53,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.153s 2018-08-12 21:34:53,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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e4623bd-1698-40a4-95fd-43f62c127d1a'} 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-12T21:34:53Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:53Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0e3f8815-b40e-4d14-be0f-f756b6902171"}} 2018-08-12 21:34:53,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.202s 2018-08-12 21:34:53,315 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf52d30c-d6f6-49d2-b993-63c910dd88ac'} 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-12T21:34:53Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:53Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b390ba46-e679-4fda-a40e-d91e0ac66340"}} 2018-08-12 21:34:53,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.284s 2018-08-12 21:34:53,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-711784112"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7e4b1f1-fb39-4218-a6b6-5d02a1daf201'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:34:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","name":"tempest-A-711784112"}} 2018-08-12 21:34:54,876 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.273s 2018-08-12 21:34:54,876 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "name": "tempest-subnet-A-1-1923522902"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:34:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6116a87-4ca9-40b4-afb7-9b85d779177e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:54Z","dns_nameservers":[],"updated_at":"2018-08-12T21:34:54Z","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":"01ace95cf526467b9409c6248a7c6876","id":"e22f4a69-cba6-4bbb-b4e2-370a937ef0d0","subnetpool_id":null,"name":"tempest-subnet-A-1-1923522902"}} 2018-08-12 21:34:55,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.237s 2018-08-12 21:34:55,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1365224077"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:34:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a40c1c5-7763-44fc-bda6-c32ff6fc1d85'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:34:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"d67578f5-4b26-433d-83fc-f7c622baef9a","name":"tempest-B-1365224077"}} 2018-08-12 21:34:56,337 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.220s 2018-08-12 21:34:56,339 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "name": "tempest-subnet-B-1-143672137"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:34:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5a83840-4346-4293-b56f-bdb4f0ec47c0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d67578f5-4b26-433d-83fc-f7c622baef9a","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:55Z","dns_nameservers":[],"updated_at":"2018-08-12T21:34:55Z","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":"01ace95cf526467b9409c6248a7c6876","id":"56e8b16c-b547-4bd5-8b55-fd483cf635e5","subnetpool_id":null,"name":"tempest-subnet-B-1-143672137"}} 2018-08-12 21:34:56,853 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.513s 2018-08-12 21:34:56,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:34:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b49a96c0-8503-4a42-a58e-2097c0135d3c'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "36034a13-8d3d-41bb-b164-ab8b1bd26028"}} 2018-08-12 21:34:57,577 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations 0.722s 2018-08-12 21:34:57,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations', u'date': 'Sun, 12 Aug 2018 21:34:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b3613a60-dd30-4e66-9286-68995d47776a'} Body: {"network_association": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "id": "aa70a4a5-f9d1-4203-a056-9f5e86da504f"}} 2018-08-12 21:34:58,685 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations 1.105s 2018-08-12 21:34:58,686 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations', u'date': 'Sun, 12 Aug 2018 21:34:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffea23bd-9483-4185-adb4-c0c098e72cf1'} Body: {"network_association": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "id": "e3ceba27-9b4c-4e04-875b-57b65f77f01d"}} 2018-08-12 21:34:58,689 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:34:59,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.444s 2018-08-12 21:34:59,135 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--588879526", "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': 'Sun, 12 Aug 2018 21:34:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c75731e9-f57c-441b-b996-cb681ec73105'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:58Z", "admin_state_up": true, "updated_at": "2018-08-12T21:34:58Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3", "name": "tempest-router--588879526"}} 2018-08-12 21:35:00,794 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3 1.657s 2018-08-12 21:35:00,795 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3', u'date': 'Sun, 12 Aug 2018 21:35:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2637d9a5-d7f3-440b-8cdf-10e821eff8e7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:58Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:00Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3", "name": "tempest-router--588879526"}} 2018-08-12 21:35:03,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/add_router_interface 2.319s 2018-08-12 21:35:03,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:35:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fd4fb3d-7b1c-4a72-bd09-31db031cde71'} Body: {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5", "subnet_ids": ["56e8b16c-b547-4bd5-8b55-fd483cf635e5"], "port_id": "b73d3420-1921-4634-8e03-49b6c69d39f4", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3"} 2018-08-12 21:35:03,244 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.128s 2018-08-12 21:35:03,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1233142418"}} 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-fbffde32-d422-4d77-822d-3a93df1aa89c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbffde32-d422-4d77-822d-3a93df1aa89c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDp8jGJy45kTqWjqKrd6GxM+anqYk4Xts666uxci+mx4zA5KzBbqdG2crZZPFkCHSCMioGV/flf3URKIvwsm1D4k9E7HDwYbTD+jPbZ91B6cVwakW652HfXlE0JWRnYtsCcz5lhi/0Ps2Cg+kdrhypZaOhXpKx3cMuZzSHIQHlErpeuVQeuAGdc3OA/d3AXsfyLj17utN15WCL1iFMsuWgOXsP3KfoPjLK2MlbNiLv38WyVmJrY+T1JgIES2TbgmLjdPTf9B2RIBKY/KSXbi3fTF0bZKVsXuiD6vLZJ5g0576/bUsV9LfFLkqOaBWKmh8opXbY++rGho1bfT5ybUABt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA6fIxicuOZE6lo6iq3ehsTPmp6mJOF7bOuursXIvpseMwOSsw\nW6nRtnK2WTxZAh0gjIqBlf35X91ESiL8LJtQ+JPROxw8GG0w/oz22fdQenFcGpFu\nudh315RNCVkZ2LbAnM+ZYYv9D7NgoPpHa4cqWWjoV6Ssd3DLmc0hyEB5RK6XrlUH\nrgBnXNzgP3dwF7H8i49e7rTdeVgi9YhTLLloDl7D9yn6D4yytjJWzYi79/FslZia\n2Pk9SYCBEtk24Ji43T03/QdkSASmPykl24t30xdG2SlbF7og+ry2SeYNOe+v21LF\nfS3xS5KjmgVipofKKV22PvqxoaNW30+cm1AAbQIDAQABAoIBAQC8d+YayYdMHePp\nRc9peH4PQS726P1as2Y2RV3nbLv3GDzYQYfywIt3PVDT8P8P6eE397lP2cxVw47p\nXufjE7kWmRb9VNDBKO5Ik82maUxHaB24NaOLSu25Gfs55bMh2JCxg7lgUYOsa2kU\nJqz03m5qm05alQpwKsmLfSuTBQXtImQ1yopBqISAfp91rYxCMnBLmCwAg1y5a1fe\nZiALX/p4jzYrHycT0seXkIySTC0BFmjIrP6Gf1zLqTRN9V/nYNTzb1bxGJer83fw\nXjBypVlFUV8bv8xrXJz3IDxw2UEjA+gV4ZPGDUSXSjexWW1JHzcTVxi2Ufanlo6g\nzz6PodghAoGBAPXU20OXkZWSD20ys5idbDMDtNqlKiH8HR75Pz52Lap6OxUyz9l9\nA+7wiSBrVF+XnPSotk29qXfMaPUWkDggS8qrb6oL7LISRpaFBLAqMig90A1oZdpa\nVQyVd1bSsIacF90HAmIvYS8E/9T6KVC/Y2PyuDvdMDa6Rbz+PVIzlr/lAoGBAPOf\nexgj0kgGOTadC3BWBlV+rW4Z0tFX9m7tGCZhKLmJe7zMNdkMZ1cYXZhpZ/qyXTdb\n29AFVS0nr5grbSSvKVMMJqJRrKjUbVg7PrFCtfnW2YidhKhEIc0xW/NqXIFOTcTn\nnRyMOProD/aiOG0RDqqKHLQ3SwpNnYG3TgpFbmXpAoGBAI5NjjN9XK/5YeazT9VL\nY2PQhHOA4nfTykOwwpR0spCZuvPVew4J2SoKoUZb+vZu/FOACi/MV3paoHMngYqL\n33PNc5E63+Rgwe3FyGX1tx0mUvY/9Z3FZrAnIXLn+XmiiAnRUebmSFqAiVuPCDWO\n5Ijp6w30R0GW6GGzxml8JYqlAoGAcSjNu1vAK9ZAMv7lNkuu631Iv1BdXQG3pLSa\nOBF/IhcbE4njJSsewRS/PLERLCA3LiSLyGcBtlStukfJjXWTA1EsjM7VHSJ2m7oB\nF8L91cuXBV7tJF9pN+9KX5ky2JjvhJt0nbMAMIMkDxIwlXCL2GkIhij8wQ9mLr9f\nD2RKsCkCgYEA8S5xoCav158LBIRpZO+Dpk2QP13XElDnwwirrEXA7NQATNHMhM2b\nLNmUKuYODgHfJjdfmr8qWc3gaLxK3Oo49u3B5Xozo6RDW3mqh3XbTXGwxjkK9RcK\n5JkkANsTXRUy/2nTMIAT250arru6rzNFum5eyNKVDlhAw+btHEyhuwc=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1233142418", "fingerprint": "e5:af:8a:41:bd:c3:89:7e:19:ae:b2:39:14:10:ea:a4"}} 2018-08-12 21:35:04,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.036s 2018-08-12 21:35:04,289 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-711622268", "security_groups": ["df6dd821-dbdd-40b9-9cf0-f97708115271"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:35:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69b18509-0f3b-44ff-acd2-145940599575'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:35:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:35:03Z","name":"tempest-port-smoke-711622268","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ab:bb:05","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"e22f4a69-cba6-4bbb-b4e2-370a937ef0d0","ip_address":"10.101.11.10"}],"id":"b6942073-af2d-4c6f-abb6-ed2165fc1804","security_groups":["df6dd821-dbdd-40b9-9cf0-f97708115271"],"device_id":""}} 2018-08-12 21:35:07,861 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.570s 2018-08-12 21:35:07,861 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-1233142418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "port": "b6942073-af2d-4c6f-abb6-ed2165fc1804"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-7f960ba8-8523-4012-a168-72c47b0849fc', 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f960ba8-8523-4012-a168-72c47b0849fc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "adminPass": "NT79LMT2xjhV"}} 2018-08-12 21:35:08,200 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.332s 2018-08-12 21:35:08,201 63 DEBUG [tempest.lib.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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-7d7f9bb1-1269-4ba9-9318-9caf15f484c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d7f9bb1-1269-4ba9-9318-9caf15f484c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:09,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.313s 2018-08-12 21:35:09,534 63 DEBUG [tempest.lib.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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-88b028a1-29cf-4baa-b6c5-10ec9eed5d9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b028a1-29cf-4baa-b6c5-10ec9eed5d9c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:10,913 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.354s 2018-08-12 21:35:10,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': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-8f191a16-73b6-4eee-aa6e-85cdc4b0986e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f191a16-73b6-4eee-aa6e-85cdc4b0986e'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:10Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:10,927 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-12 21:35:12,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.780s 2018-08-12 21:35:12,709 63 DEBUG [tempest.lib.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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-812dd318-fa77-4a12-89d2-8cfd96571b8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-812dd318-fa77-4a12-89d2-8cfd96571b8b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:12,725 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:35:14,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.793s 2018-08-12 21:35:14,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-975ad1d9-3080-45d2-ad45-2b0c3e87a758', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-975ad1d9-3080-45d2-ad45-2b0c3e87a758'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:16,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.617s 2018-08-12 21:35:16,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-b553c12a-86d4-4995-b35b-27ab929591ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b553c12a-86d4-4995-b35b-27ab929591ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:17,849 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.681s 2018-08-12 21:35:17,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-a28feed4-5574-4744-af42-f74cc937a6d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a28feed4-5574-4744-af42-f74cc937a6d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:17,861 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:35:18,591 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.729s 2018-08-12 21:35:18,591 63 DEBUG [tempest.lib.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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-bca033e8-dda5-4a46-b10d-f6a8cb2a2013', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bca033e8-dda5-4a46-b10d-f6a8cb2a2013'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:18,604 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 59c7fb35-056f-496b-bf8a-77dd77b0fb88 with status: ACTIVE 2018-08-12 21:35:19,398 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 0.793s 2018-08-12 21:35:19,398 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1759821299", "security_groups": ["df6dd821-dbdd-40b9-9cf0-f97708115271"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:35:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c26ba8f-d78a-46a5-ada8-546385bce620'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:35:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d67578f5-4b26-433d-83fc-f7c622baef9a","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:35:19Z","name":"tempest-port-smoke-1759821299","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:61:20:46","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"56e8b16c-b547-4bd5-8b55-fd483cf635e5","ip_address":"10.102.21.20"}],"id":"e798b208-27c4-41eb-a139-29bb14d298da","security_groups":["df6dd821-dbdd-40b9-9cf0-f97708115271"],"device_id":""}} 2018-08-12 21:35:23,076 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.676s 2018-08-12 21:35:23,077 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-1233142418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "d67578f5-4b26-433d-83fc-f7c622baef9a", "port": "e798b208-27c4-41eb-a139-29bb14d298da"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-4e468a93-d64d-4e48-8855-f2d09aaae179', 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e468a93-d64d-4e48-8855-f2d09aaae179'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9599041f-7109-4125-9ceb-9a64ce501578", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "adminPass": "93LeNMe5ccrA"}} 2018-08-12 21:35:23,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.346s 2018-08-12 21:35:23,429 63 DEBUG [tempest.lib.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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-215545ed-56c7-4ec4-bd24-6a260018acb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-215545ed-56c7-4ec4-bd24-6a260018acb9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:24,794 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.348s 2018-08-12 21:35:24,794 63 DEBUG [tempest.lib.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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-6ad36a1d-f940-4022-9567-da4414dd0762', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ad36a1d-f940-4022-9567-da4414dd0762'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:26,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.628s 2018-08-12 21:35:26,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': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-0c27f2af-8bfe-4dbe-8ad9-d32362788ab9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0c27f2af-8bfe-4dbe-8ad9-d32362788ab9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:25Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:26,453 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 21:35:27,813 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.358s 2018-08-12 21:35:27,813 63 DEBUG [tempest.lib.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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-8d48debe-cc8b-4d24-800f-9ac693538bd7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d48debe-cc8b-4d24-800f-9ac693538bd7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:27,827 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:35:29,476 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.647s 2018-08-12 21:35:29,476 63 DEBUG [tempest.lib.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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-ffc32d77-97ab-44d6-858b-7cea122f4918', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ffc32d77-97ab-44d6-858b-7cea122f4918'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:31,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.539s 2018-08-12 21:35:31,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-886a4367-b9be-4d01-8158-3b5991274735', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-886a4367-b9be-4d01-8158-3b5991274735'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:32,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.693s 2018-08-12 21:35: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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-7f434c28-abf7-4b44-a35e-96d80318343d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f434c28-abf7-4b44-a35e-96d80318343d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:32,759 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:35:33,717 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.956s 2018-08-12 21:35:33,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-51b829f1-74c7-40cf-b770-4845a5aa8702', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51b829f1-74c7-40cf-b770-4845a5aa8702'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:33,732 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9599041f-7109-4125-9ceb-9a64ce501578 with status: ACTIVE 2018-08-12 21:35:33,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.155s 2018-08-12 21:35:33,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1399517210", "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': 'Sun, 12 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-491bb24e-8db6-4920-85c8-a4ac7c1845c2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:33Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:33Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "name": "tempest-router--1399517210"}} 2018-08-12 21:35:35,367 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb 1.477s 2018-08-12 21:35:35,368 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb', u'date': 'Sun, 12 Aug 2018 21:35:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5cace95-7b43-45ab-ab40-3699df219132'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:33Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:35Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "name": "tempest-router--1399517210"}} 2018-08-12 21:35:37,337 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/add_router_interface 1.968s 2018-08-12 21:35:37,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:35:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-534d4349-d9b8-49da-add5-85cdd6efe711'} Body: {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0", "subnet_ids": ["e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"], "port_id": "963dbf4b-8fee-4b48-92a1-a1c9ab86f49f", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb"} 2018-08-12 21:35:39,256 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.917s 2018-08-12 21:35:39,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": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "b6942073-af2d-4c6f-abb6-ed2165fc1804"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:35:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a93ae25a-b778-4536-8398-3a8b031f8554'} Body: {"floatingip": {"router_id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:35:38Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "b6942073-af2d-4c6f-abb6-ed2165fc1804", "id": "7c617c89-7fa2-4da8-8b80-43e03e900fff", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:35:39,259 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:35:47,275 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:35:47,339 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:35:47,372 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:35:47,487 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-12 21:35:47,487 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:35:47,489 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:35:47,550 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:35:47,554 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:35:52,562 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:35:52,562 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-12 21:37:02,621 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-12 21:37:02,622 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:37:02,625 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:37:02,688 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:37:02,690 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:37:07,696 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:37:07,697 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-12 21:38:17,757 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:38:17,759 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-12 21:38:17,760 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17,764 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17,827 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:17,829 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17,835 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:38:17,836 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:50:28:97 [ether] on eth0 2018-08-12 21:38:17,836 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-12 21:38:17,837 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17,840 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17,903 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:17,904 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17,911 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:38:17,912 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-12 21:38:17,912 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17,914 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17,975 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:17,978 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17,984 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-12 21:38:17,985 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17,987 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:18,047 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:18,051 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:18,059 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:38:18,059 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:50:28:97 [ether] on eth0 2018-08-12 21:38:18,060 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-12 21:38:18,060 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:18,062 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:18,123 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:18,126 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:23,133 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:38:23,134 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-12 21:39:33,203 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-12 21:39:33,203 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:39:33,208 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:39:33,308 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:39:33,336 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:39:38,344 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:39:38,344 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-12 21:40:48,412 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:40:48,413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:40:49,954 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/7c617c89-7fa2-4da8-8b80-43e03e900fff 1.537s 2018-08-12 21:40:49,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7c617c89-7fa2-4da8-8b80-43e03e900fff', u'date': 'Sun, 12 Aug 2018 21:40:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e0a6d858-63ff-4a5d-a9e0-44d896a45969'} Body: 2018-08-12 21:40:51,788 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/remove_router_interface 1.832s 2018-08-12 21:40:51,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:40:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ec4343f-6cc9-46cb-8812-5fe8a043a9ba'} Body: {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0", "subnet_ids": ["e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"], "port_id": "963dbf4b-8fee-4b48-92a1-a1c9ab86f49f", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb"} 2018-08-12 21:40:53,703 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb 1.913s 2018-08-12 21:40:53,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb', u'date': 'Sun, 12 Aug 2018 21:40:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d5f4b6de-40bc-4cd5-abf7-a85046ff8b00'} Body: 2018-08-12 21:40:54,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.435s 2018-08-12 21:40:54,141 63 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-39c18d53-82f7-4fbd-9cbe-aaf50cd8277d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39c18d53-82f7-4fbd-9cbe-aaf50cd8277d'} Body: 2018-08-12 21:40:55,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 1.331s 2018-08-12 21:40:55,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': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-42e73cbc-2b05-4a95-a892-cdb7a647b82c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42e73cbc-2b05-4a95-a892-cdb7a647b82c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:40:54Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:40:56,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.047s 2018-08-12 21:40:56,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-50e90b2e-81b1-46b9-a579-8c5e5180066c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:56 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-50e90b2e-81b1-46b9-a579-8c5e5180066c'} Body: {"itemNotFound": {"message": "Instance 9599041f-7109-4125-9ceb-9a64ce501578 could not be found.", "code": 404}} 2018-08-12 21:40:57,570 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e798b208-27c4-41eb-a139-29bb14d298da 1.030s 2018-08-12 21:40:57,571 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e798b208-27c4-41eb-a139-29bb14d298da', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-342682f9-1e9b-4ae1-864a-5dcb8df2f5fa'} Body: 2018-08-12 21:40:57,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.196s 2018-08-12 21:40:57,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-2923a3bf-47c9-46c3-9183-cddbe5be09c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2923a3bf-47c9-46c3-9183-cddbe5be09c3'} Body: 2018-08-12 21:40:58,990 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 1.219s 2018-08-12 21:40:58,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': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-2837570d-cbfe-4bc9-b52a-0483278ce3a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2837570d-cbfe-4bc9-b52a-0483278ce3a2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:40:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:41:00,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.049s 2018-08-12 21:41:00,068 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-5d9fe84d-b7bf-40a0-8755-ddb7446e5af8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:41:00 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5d9fe84d-b7bf-40a0-8755-ddb7446e5af8'} Body: {"itemNotFound": {"message": "Instance 59c7fb35-056f-496b-bf8a-77dd77b0fb88 could not be found.", "code": 404}} 2018-08-12 21:41:01,199 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b6942073-af2d-4c6f-abb6-ed2165fc1804 1.130s 2018-08-12 21:41:01,200 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b6942073-af2d-4c6f-abb6-ed2165fc1804', u'date': 'Sun, 12 Aug 2018 21:41:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fe77b758-bffa-4e69-819f-d4d2a6a091ca'} Body: 2018-08-12 21:41:01,272 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-1233142418 0.072s 2018-08-12 21:41:01,273 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-1233142418', u'x-compute-request-id': 'req-a65014db-477c-4346-a09d-7e9fb5a09c8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:41:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a65014db-477c-4346-a09d-7e9fb5a09c8d'} Body: 2018-08-12 21:41:02,956 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/remove_router_interface 1.682s 2018-08-12 21:41:02,957 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:41:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00a0d73b-fdd5-4452-9a5a-22d4063b9cb3'} Body: {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5", "subnet_ids": ["56e8b16c-b547-4bd5-8b55-fd483cf635e5"], "port_id": "b73d3420-1921-4634-8e03-49b6c69d39f4", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3"} 2018-08-12 21:41:05,038 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3 2.080s 2018-08-12 21:41:05,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3', u'date': 'Sun, 12 Aug 2018 21:41:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7644e39-5087-4ea6-be43-f62eb6da68fc'} Body: 2018-08-12 21:41:07,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/56e8b16c-b547-4bd5-8b55-fd483cf635e5 2.583s 2018-08-12 21:41:07,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/subnets/56e8b16c-b547-4bd5-8b55-fd483cf635e5', u'date': 'Sun, 12 Aug 2018 21:41:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b2ea4ca-9331-4e18-be81-4bb5a4840889'} Body: 2018-08-12 21:41:09,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d67578f5-4b26-433d-83fc-f7c622baef9a 1.610s 2018-08-12 21:41:09,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d67578f5-4b26-433d-83fc-f7c622baef9a', u'date': 'Sun, 12 Aug 2018 21:41:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-096ed087-d092-4c86-a610-63632cef321c'} Body: 2018-08-12 21:41:11,917 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e22f4a69-cba6-4bbb-b4e2-370a937ef0d0 2.681s 2018-08-12 21:41:11,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e22f4a69-cba6-4bbb-b4e2-370a937ef0d0', u'date': 'Sun, 12 Aug 2018 21:41:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81c57d52-0425-492e-94f0-6c1a72c1788e'} Body: 2018-08-12 21:41:13,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/65ee718d-4f9c-4d86-a4ea-b50f636b15c2 2.051s 2018-08-12 21:41:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/65ee718d-4f9c-4d86-a4ea-b50f636b15c2', u'date': 'Sun, 12 Aug 2018 21:41:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e75a457e-d3e4-4bc1-932e-733922c48682'} Body: 2018-08-12 21:41:14,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/df6dd821-dbdd-40b9-9cf0-f97708115271 0.264s 2018-08-12 21:41:14,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/df6dd821-dbdd-40b9-9cf0-f97708115271', u'date': 'Sun, 12 Aug 2018 21:41:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-958fce64-5896-47a4-9bdd-f61233446369'} Body: 2018-08-12 21:41:14.714 63 INFO tempest.lib.common.rest_client [req-9f68d405-82a4-4514-a642-44f9ccc1ec81 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26 0.447s 2018-08-12 21:41:14.714 63 DEBUG tempest.lib.common.rest_client [req-9f68d405-82a4-4514-a642-44f9ccc1ec81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26', u'date': 'Sun, 12 Aug 2018 21:41:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f68d405-82a4-4514-a642-44f9ccc1ec81'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:15.085 63 INFO tempest.lib.common.rest_client [req-b9507e7c-d96b-43ec-a3c9-fd5da9778560 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a 0.370s 2018-08-12 21:41:15.085 63 DEBUG tempest.lib.common.rest_client [req-b9507e7c-d96b-43ec-a3c9-fd5da9778560 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a', u'date': 'Sun, 12 Aug 2018 21:41:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b9507e7c-d96b-43ec-a3c9-fd5da9778560'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:15.438 63 INFO tempest.lib.common.rest_client [req-daf46357-7061-4258-9da6-4f32e1a86599 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704 0.351s 2018-08-12 21:41:15.438 63 DEBUG tempest.lib.common.rest_client [req-daf46357-7061-4258-9da6-4f32e1a86599 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5f6c3e5b-430e-4ee7-86cf-267a98f42704', u'date': 'Sun, 12 Aug 2018 21:41:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-daf46357-7061-4258-9da6-4f32e1a86599'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:15.816 63 INFO tempest.lib.common.rest_client [req-2ece17cb-c18e-4378-8775-a54a60d8d042 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19 0.377s 2018-08-12 21:41:15.816 63 DEBUG tempest.lib.common.rest_client [req-2ece17cb-c18e-4378-8775-a54a60d8d042 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/946e81fa-08f6-4c13-ba51-b3a72caebb19', u'date': 'Sun, 12 Aug 2018 21:41:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2ece17cb-c18e-4378-8775-a54a60d8d042'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:16.216 63 INFO tempest.lib.common.rest_client [req-ca052515-e1c3-4846-8057-e32d7d8898dd ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/bf592a60-d929-434a-a314-06148f68b06d 0.399s 2018-08-12 21:41:16.217 63 DEBUG tempest.lib.common.rest_client [req-ca052515-e1c3-4846-8057-e32d7d8898dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/bf592a60-d929-434a-a314-06148f68b06d', u'date': 'Sun, 12 Aug 2018 21:41:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ca052515-e1c3-4846-8057-e32d7d8898dd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:16.311 63 INFO tempest.lib.common.rest_client [req-83cdb1d7-0fbd-4365-94d3-ae54d6d82a91 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b89a3be8-f702-4f16-9ab0-8b39eb94dcec 0.094s 2018-08-12 21:41:16.312 63 DEBUG tempest.lib.common.rest_client [req-83cdb1d7-0fbd-4365-94d3-ae54d6d82a91 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b89a3be8-f702-4f16-9ab0-8b39eb94dcec', u'date': 'Sun, 12 Aug 2018 21:41:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-83cdb1d7-0fbd-4365-94d3-ae54d6d82a91'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:16.672 63 INFO tempest.lib.common.rest_client [req-ff1d19c3-7b8e-4eaf-8672-b8c94d128313 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23 0.359s 2018-08-12 21:41:16.672 63 DEBUG tempest.lib.common.rest_client [req-ff1d19c3-7b8e-4eaf-8672-b8c94d128313 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/396f3da5-d961-4b99-bad3-8616d7ddad23', u'date': 'Sun, 12 Aug 2018 21:41:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff1d19c3-7b8e-4eaf-8672-b8c94d128313'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:17.043 63 INFO tempest.lib.common.rest_client [req-4e84b6e1-75a5-4819-9764-015300c2f587 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5 0.370s 2018-08-12 21:41:17.044 63 DEBUG tempest.lib.common.rest_client [req-4e84b6e1-75a5-4819-9764-015300c2f587 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/391a7562-eae4-4aae-a726-3ac670a49aa5', u'date': 'Sun, 12 Aug 2018 21:41:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4e84b6e1-75a5-4819-9764-015300c2f587'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:17.146 63 INFO tempest.lib.common.rest_client [req-9f1cc1e0-813e-4fb8-8878-556c0054be0b ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/116cd076-f2e2-4f7b-bd04-45d454f3dfc8 0.101s 2018-08-12 21:41:17.146 63 DEBUG tempest.lib.common.rest_client [req-9f1cc1e0-813e-4fb8-8878-556c0054be0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/116cd076-f2e2-4f7b-bd04-45d454f3dfc8', u'date': 'Sun, 12 Aug 2018 21:41:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f1cc1e0-813e-4fb8-8878-556c0054be0b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:17.247 63 INFO tempest.lib.common.rest_client [req-a2677bbf-cf1a-4e07-b98e-02f073d7fb29 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7d8db7a8-9d37-41c7-992b-daea54c07743 0.101s 2018-08-12 21:41:17.248 63 DEBUG tempest.lib.common.rest_client [req-a2677bbf-cf1a-4e07-b98e-02f073d7fb29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7d8db7a8-9d37-41c7-992b-daea54c07743', u'date': 'Sun, 12 Aug 2018 21:41:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a2677bbf-cf1a-4e07-b98e-02f073d7fb29'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:17.624 63 INFO tempest.lib.common.rest_client [req-f67485a6-858a-4b4a-9b36-6a9f470a5d82 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688 0.375s 2018-08-12 21:41:17.625 63 DEBUG tempest.lib.common.rest_client [req-f67485a6-858a-4b4a-9b36-6a9f470a5d82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688', u'date': 'Sun, 12 Aug 2018 21:41:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f67485a6-858a-4b4a-9b36-6a9f470a5d82'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:18.013 63 INFO tempest.lib.common.rest_client [req-030f9c34-1ce1-4af2-bab6-a301a05f9b29 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058 0.388s 2018-08-12 21:41:18.013 63 DEBUG tempest.lib.common.rest_client [req-030f9c34-1ce1-4af2-bab6-a301a05f9b29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ba822562-bad0-413a-a84e-25f5d8bdc058', u'date': 'Sun, 12 Aug 2018 21:41:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-030f9c34-1ce1-4af2-bab6-a301a05f9b29'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:18.684 63 INFO tempest.lib.common.rest_client [req-0d967249-7205-40e2-9195-3189812951d0 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd 0.670s 2018-08-12 21:41:18.685 63 DEBUG tempest.lib.common.rest_client [req-0d967249-7205-40e2-9195-3189812951d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/14149c02-aaec-431d-80a4-4d9d016cfedd', u'date': 'Sun, 12 Aug 2018 21:41:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d967249-7205-40e2-9195-3189812951d0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:18.804 63 INFO tempest.lib.common.rest_client [req-d3bc7b17-25b6-4add-ae44-9d0bdab30293 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6 0.117s 2018-08-12 21:41:18.804 63 DEBUG tempest.lib.common.rest_client [req-d3bc7b17-25b6-4add-ae44-9d0bdab30293 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ddf73e5d-c710-4cfb-a93e-28a1e17477b6', u'date': 'Sun, 12 Aug 2018 21:41:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d3bc7b17-25b6-4add-ae44-9d0bdab30293'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:19.211 63 INFO tempest.lib.common.rest_client [req-bf3978b1-8f47-44f2-8092-6eaa6f5410e7 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a 0.406s 2018-08-12 21:41:19.211 63 DEBUG tempest.lib.common.rest_client [req-bf3978b1-8f47-44f2-8092-6eaa6f5410e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/aae4aef0-8268-496f-a667-30414597525a', u'date': 'Sun, 12 Aug 2018 21:41:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bf3978b1-8f47-44f2-8092-6eaa6f5410e7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:19.643 63 INFO tempest.lib.common.rest_client [req-32ab8e93-5909-4e85-b7e2-ad1c2f17e59d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a 0.431s 2018-08-12 21:41:19.644 63 DEBUG tempest.lib.common.rest_client [req-32ab8e93-5909-4e85-b7e2-ad1c2f17e59d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5277dcae-23b1-47d7-b2b6-de6b512b3b3a', u'date': 'Sun, 12 Aug 2018 21:41:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32ab8e93-5909-4e85-b7e2-ad1c2f17e59d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:19.749 63 INFO tempest.lib.common.rest_client [req-57d87f80-e47d-4e0e-befe-ed064281383b ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704 0.105s 2018-08-12 21:41:19.750 63 DEBUG tempest.lib.common.rest_client [req-57d87f80-e47d-4e0e-befe-ed064281383b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/52163e9e-83da-4a92-85e9-9f35f24d9704', u'date': 'Sun, 12 Aug 2018 21:41:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-57d87f80-e47d-4e0e-befe-ed064281383b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:20.121 63 INFO tempest.lib.common.rest_client [req-8ea5becd-625f-4e5e-bca2-5049de55b467 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2 0.371s 2018-08-12 21:41:20.122 63 DEBUG tempest.lib.common.rest_client [req-8ea5becd-625f-4e5e-bca2-5049de55b467 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2', u'date': 'Sun, 12 Aug 2018 21:41:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8ea5becd-625f-4e5e-bca2-5049de55b467'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:20.216 63 INFO tempest.lib.common.rest_client [req-12f3bced-e9b0-4e3a-8359-bd52ef451088 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f 0.093s 2018-08-12 21:41:20.216 63 DEBUG tempest.lib.common.rest_client [req-12f3bced-e9b0-4e3a-8359-bd52ef451088 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f', u'date': 'Sun, 12 Aug 2018 21:41:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-12f3bced-e9b0-4e3a-8359-bd52ef451088'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:20.318 63 INFO tempest.lib.common.rest_client [req-23085ba9-974f-402e-a4da-c6fbb9fe65e9 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028 0.100s 2018-08-12 21:41:20.318 63 DEBUG tempest.lib.common.rest_client [req-23085ba9-974f-402e-a4da-c6fbb9fe65e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/36034a13-8d3d-41bb-b164-ab8b1bd26028', u'date': 'Sun, 12 Aug 2018 21:41:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-23085ba9-974f-402e-a4da-c6fbb9fe65e9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:20.698 63 INFO tempest.lib.common.rest_client [req-a9e5172a-c7c3-402a-91a0-ad958b3f44e6 ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:41:20.699 63 DEBUG tempest.lib.common.rest_client [req-a9e5172a-c7c3-402a-91a0-ad958b3f44e6 ] 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': 'Sun, 12 Aug 2018 21:41:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9e5172a-c7c3-402a-91a0-ad958b3f44e6'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:20.981 63 INFO tempest.lib.common.rest_client [req-ab69a5eb-de82-4000-bcb4-dd2d5480bf6a ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/bc2db4f5ff374ff79af510ea18a478cc 0.281s 2018-08-12 21:41:20.982 63 DEBUG tempest.lib.common.rest_client [req-ab69a5eb-de82-4000-bcb4-dd2d5480bf6a ] 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/bc2db4f5ff374ff79af510ea18a478cc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 21:41:20 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-ab69a5eb-de82-4000-bcb4-dd2d5480bf6a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:21.379 63 INFO tempest.lib.common.rest_client [req-7671f667-95b0-4f23-abd3-e7d517c05a2b ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:41:21.379 63 DEBUG tempest.lib.common.rest_client [req-7671f667-95b0-4f23-abd3-e7d517c05a2b ] 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': 'Sun, 12 Aug 2018 21:41:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7671f667-95b0-4f23-abd3-e7d517c05a2b'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:41:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regi _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:21.801 63 INFO tempest.lib.common.rest_client [req-94d3ea7b-abae-4fa0-91b8-3023e1a7b7d0 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=4b97ce0f559e4ac1869739a8abc41bc4&name=default 0.420s 2018-08-12 21:41:21.801 63 DEBUG tempest.lib.common.rest_client [req-94d3ea7b-abae-4fa0-91b8-3023e1a7b7d0 ] 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=4b97ce0f559e4ac1869739a8abc41bc4&name=default', u'date': 'Sun, 12 Aug 2018 21:41:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94d3ea7b-abae-4fa0-91b8-3023e1a7b7d0'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4b97ce0f559e4ac1869739a8abc41bc4", "created_at": "2018-08-12T21:41:21Z", "updated_at": "2018-08-12T21:41:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:41:21Z", "revision_number": 0, "id": "1927c725-2c97-43f5-858b-bf6cc6f238d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:41:21Z", "security_group_id": "f072ba49-55f8-459e-80c6-ffc6af117ca2", "tenant_id": "4b97ce0f559e4ac1869739a8abc41bc4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b97ce0f559e4ac1869739a8abc41bc4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:41:21Z", "revision_number": 0, "id": "611cfd27-f49c-4e14-b9e8-b739ea0bd2b5", "remote_group_id": "f072ba49-55f8-459e-80c6-ffc6af117ca2", "remote_ip_prefix": null, "created_at": "2018-08-12T21:41:21Z", "security_group_id": "f072ba49-55f8-459e-80c6-ffc6af117ca2", "tenant_id": "4b97ce0f559e4ac1869739a8abc41bc4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b97ce0f559e4ac1869739a8abc41bc4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:41:21Z", "revision_number": 0, "id": "9c6d795e-7bed-49bc-bdbb-ac3565b78c75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:41:21Z", "security_group_id": "f072ba49-55f8-459e-80c6-ffc6af117ca2", "tenant_id": "4b97ce0f559e4ac1869739a8abc41bc4", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b97ce0f559e4ac1869739a8abc41bc4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:41:21Z", "revision_number": 0, "id": "d11e1fab-fcff-4336-ba89-ab9f719679c8", "remote_group_id": "f072ba49-55f8-459e-80c6-ffc6af117ca2", "remote_ip_prefix": null, "created_at": "2018-08-12T21:41:21Z", "security_group_id": "f072ba49-55f8-459e-80c6-ffc6af117ca2", "tenant_id": "4b97ce0f559e4ac1869739a8abc41bc4", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b97ce0f559e4ac1869739a8abc41bc4"}], "revision_number": 1, "project_id": "4b97ce0f559e4ac1869739a8abc41bc4", "id": "f072ba49-55f8-459e-80c6-ffc6af117ca2", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:22.154 63 INFO tempest.lib.common.rest_client [req-8f28a3cf-a1ce-441a-a495-2b9eaa271c56 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/f072ba49-55f8-459e-80c6-ffc6af117ca2 0.352s 2018-08-12 21:41:22.155 63 DEBUG tempest.lib.common.rest_client [req-8f28a3cf-a1ce-441a-a495-2b9eaa271c56 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f072ba49-55f8-459e-80c6-ffc6af117ca2', u'date': 'Sun, 12 Aug 2018 21:41:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8f28a3cf-a1ce-441a-a495-2b9eaa271c56'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:22.437 63 INFO tempest.lib.common.rest_client [req-f2f6c417-a1aa-453d-8a27-2cb7410c4ad8 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/4b97ce0f559e4ac1869739a8abc41bc4 0.281s 2018-08-12 21:41:22.438 63 DEBUG tempest.lib.common.rest_client [req-f2f6c417-a1aa-453d-8a27-2cb7410c4ad8 ] 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/4b97ce0f559e4ac1869739a8abc41bc4', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 21:41:22 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-f2f6c417-a1aa-453d-8a27-2cb7410c4ad8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:22.893 63 INFO tempest.lib.common.rest_client [req-f0836d3f-618d-474c-90af-e353e3dfaac0 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/93f7c30750de4bf893c40d0df9ff075f 0.454s 2018-08-12 21:41:22.894 63 DEBUG tempest.lib.common.rest_client [req-f0836d3f-618d-474c-90af-e353e3dfaac0 ] 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/93f7c30750de4bf893c40d0df9ff075f', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 21:41:22 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-f0836d3f-618d-474c-90af-e353e3dfaac0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:23.320 63 INFO tempest.lib.common.rest_client [req-77e54a94-98a0-48dc-9ec9-b10d73e15aa6 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=b6597730a31d46f6806bd67c9a26ef80&name=default 0.424s 2018-08-12 21:41:23.321 63 DEBUG tempest.lib.common.rest_client [req-77e54a94-98a0-48dc-9ec9-b10d73e15aa6 ] 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=b6597730a31d46f6806bd67c9a26ef80&name=default', u'date': 'Sun, 12 Aug 2018 21:41:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77e54a94-98a0-48dc-9ec9-b10d73e15aa6'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b6597730a31d46f6806bd67c9a26ef80", "created_at": "2018-08-12T21:41:23Z", "updated_at": "2018-08-12T21:41:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:41:23Z", "revision_number": 0, "id": "0daa43da-2183-4891-98e6-ff74ec8da3ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:41:23Z", "security_group_id": "ed5d9ac3-3864-49d6-96c4-091657c475ca", "tenant_id": "b6597730a31d46f6806bd67c9a26ef80", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6597730a31d46f6806bd67c9a26ef80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:41:23Z", "revision_number": 0, "id": "10086dd3-e523-4020-90ee-b2a84c3616be", "remote_group_id": "ed5d9ac3-3864-49d6-96c4-091657c475ca", "remote_ip_prefix": null, "created_at": "2018-08-12T21:41:23Z", "security_group_id": "ed5d9ac3-3864-49d6-96c4-091657c475ca", "tenant_id": "b6597730a31d46f6806bd67c9a26ef80", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6597730a31d46f6806bd67c9a26ef80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:41:23Z", "revision_number": 0, "id": "6088d992-c245-4ebc-afd9-b62f23970334", "remote_group_id": "ed5d9ac3-3864-49d6-96c4-091657c475ca", "remote_ip_prefix": null, "created_at": "2018-08-12T21:41:23Z", "security_group_id": "ed5d9ac3-3864-49d6-96c4-091657c475ca", "tenant_id": "b6597730a31d46f6806bd67c9a26ef80", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6597730a31d46f6806bd67c9a26ef80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:41:23Z", "revision_number": 0, "id": "d7ce6010-2556-43e6-9f53-849c47417482", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:41:23Z", "security_group_id": "ed5d9ac3-3864-49d6-96c4-091657c475ca", "tenant_id": "b6597730a31d46f6806bd67c9a26ef80", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6597730a31d46f6806bd67c9a26ef80"}], "revision_number": 1, "project_id": "b6597730a31d46f6806bd67c9a26ef80", "id": "ed5d9ac3-3864-49d6-96c4-091657c475ca", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:23.822 63 INFO tempest.lib.common.rest_client [req-bd1a3297-c287-4bd9-aa94-8dab6061ab46 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/ed5d9ac3-3864-49d6-96c4-091657c475ca 0.500s 2018-08-12 21:41:23.823 63 DEBUG tempest.lib.common.rest_client [req-bd1a3297-c287-4bd9-aa94-8dab6061ab46 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ed5d9ac3-3864-49d6-96c4-091657c475ca', u'date': 'Sun, 12 Aug 2018 21:41:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bd1a3297-c287-4bd9-aa94-8dab6061ab46'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:24.140 63 INFO tempest.lib.common.rest_client [req-22e5303e-66e3-4622-b07c-266930c89ac5 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/b6597730a31d46f6806bd67c9a26ef80 0.315s 2018-08-12 21:41:24.140 63 DEBUG tempest.lib.common.rest_client [req-22e5303e-66e3-4622-b07c-266930c89ac5 ] 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/b6597730a31d46f6806bd67c9a26ef80', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 21:41:23 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-22e5303e-66e3-4622-b07c-266930c89ac5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:24.611 63 INFO tempest.lib.common.rest_client [req-125e0195-1506-4d0a-b43f-20428fab159d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/9c8622ff101f4091b3ddc4d60011ad91 0.470s 2018-08-12 21:41:24.612 63 DEBUG tempest.lib.common.rest_client [req-125e0195-1506-4d0a-b43f-20428fab159d ] 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/9c8622ff101f4091b3ddc4d60011ad91', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 21:41:24 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-125e0195-1506-4d0a-b43f-20428fab159d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:24.913 63 INFO tempest.lib.common.rest_client [req-55e680d9-ea0b-471e-bce5-1dc74fb170eb ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.23:9696/v2.0/security-groups?tenant_id=01ace95cf526467b9409c6248a7c6876&name=default 0.300s 2018-08-12 21:41:24.913 63 DEBUG tempest.lib.common.rest_client [req-55e680d9-ea0b-471e-bce5-1dc74fb170eb ] 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=01ace95cf526467b9409c6248a7c6876&name=default', u'date': 'Sun, 12 Aug 2018 21:41:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55e680d9-ea0b-471e-bce5-1dc74fb170eb'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:01:59Z", "updated_at": "2018-08-12T20:01:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "436558a9-af2d-4c83-867d-591f0c817e3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "bd4a5065-06a3-4879-963a-e2e253111657", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "60f0c2bd-770e-426c-82b9-698f1b3a2461", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "bd4a5065-06a3-4879-963a-e2e253111657", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "ee1fc94e-60b5-4316-bd1a-9bc2a9307fcc", "remote_group_id": "bd4a5065-06a3-4879-963a-e2e253111657", "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "bd4a5065-06a3-4879-963a-e2e253111657", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "fcaedccc-d3bc-4322-91d0-b93b496ccffc", "remote_group_id": "bd4a5065-06a3-4879-963a-e2e253111657", "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "bd4a5065-06a3-4879-963a-e2e253111657", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bd4a5065-06a3-4879-963a-e2e253111657", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:25.346 63 INFO tempest.lib.common.rest_client [req-22dc5c8a-339f-4eb3-a9cf-aea69117291d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/bd4a5065-06a3-4879-963a-e2e253111657 0.431s 2018-08-12 21:41:25.346 63 DEBUG tempest.lib.common.rest_client [req-22dc5c8a-339f-4eb3-a9cf-aea69117291d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/bd4a5065-06a3-4879-963a-e2e253111657', u'date': 'Sun, 12 Aug 2018 21:41:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-22dc5c8a-339f-4eb3-a9cf-aea69117291d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-12 21:41:25.659 63 INFO tempest.lib.common.rest_client [req-14592917-871a-4799-99f7-388ffd758f46 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/01ace95cf526467b9409c6248a7c6876 0.312s 2018-08-12 21:41:25.660 63 DEBUG tempest.lib.common.rest_client [req-14592917-871a-4799-99f7-388ffd758f46 ] 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/01ace95cf526467b9409c6248a7c6876', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Sun, 12 Aug 2018 21:41:25 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-14592917-871a-4799-99f7-388ffd758f46'} 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-12 20:01:39,150 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.310s 2018-08-12 20:01:39,150 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--693508735"}} Response - Headers: {'status': '201', u'content-length': '364', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d59bdbd-2b6c-4521-adec-b7e81c09e202'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--693508735", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "fffe49e1acf44a83b33468c036b8369a", "route_targets": ["64512:1"], "project_id": "fffe49e1acf44a83b33468c036b8369a", "type": "l3", "id": "b6dd776d-49df-4873-9c7d-7980d2106312"}} 2018-08-12 20:01:39,198 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/b6dd776d-49df-4873-9c7d-7980d2106312 0.047s 2018-08-12 20:01:39,199 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/b6dd776d-49df-4873-9c7d-7980d2106312', u'date': 'Sun, 12 Aug 2018 20:01:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b90d894a-170e-4f5a-8870-49562b88ab71'} 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-12 20:01:59,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.603s 2018-08-12 20:01:59,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1744020669 description", "name": "tempest-secgroup-smoke-1744020669"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:01:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-79de010d-7e39-46f1-8ecf-5b359ce877d7'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1744020669 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:01:59Z", "updated_at": "2018-08-12T20:01:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "9ebde0ac-a823-4c6f-a8a9-c05fffaee7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:01:59Z", "revision_number": 0, "id": "ae1bf0d0-c403-4805-a224-d57b502148f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:01:59Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "name": "tempest-secgroup-smoke-1744020669"}} 2018-08-12 20:02:00,587 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.596s 2018-08-12 20:02:00,588 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26afd366-891e-4f3e-acd4-4c08473e3201'} 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-12T20:02:00Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "505c1c06-70e1-4c5e-9012-42e33e79e7a1"}} 2018-08-12 20:02:01,024 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-12 20:02:01,024 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fb08f03-1e73-4935-acef-106be7a462d7'} 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-12T20:02:00Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7e811321-eb1e-4c89-8972-6598a8b73ee5"}} 2018-08-12 20:02:01,449 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.424s 2018-08-12 20:02:01,449 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25894987-03d2-4d48-99bc-be299d3a408b'} 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-12T20:02:01Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e7524909-d5b2-4097-b678-f1a7369f9636"}} 2018-08-12 20:02:01,904 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:02:01,905 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f7ae4f0-ff42-4efc-9dad-e0223535e93c'} 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-12T20:02:01Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "25287fd1-f03e-4888-9027-8b8d47a43ee5"}} 2018-08-12 20:02:02,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.443s 2018-08-12 20:02:02,349 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:02:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e8bb417-d9e3-429d-b545-4afe02c92fac'} 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-12T20:02:02Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4dc7a7fe-1784-4805-9bcb-f96ef9dcebd7"}} 2018-08-12 20:02:02,778 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-12 20:02:02,779 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:02:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afcedc07-598f-4ce3-8260-3de81b05423c'} 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-12T20:02:02Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5d30e31a-4543-4e0f-9631-5f8711f7e724"}} 2018-08-12 20:02:03,461 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.681s 2018-08-12 20:02:03,461 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fab5c15-c452-4121-af2b-5c78b3b1024e'} 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-12T20:02:03Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "97ba8551-314e-483a-8539-177f60cd8e5e"}} 2018-08-12 20:02:03,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 20:02:03,929 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "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': 'Sun, 12 Aug 2018 20:02:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c7e0c49-6cad-4fc8-ac49-d829c9f656f7'} 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-12T20:02:03Z", "security_group_id": "7533b488-28b3-46d6-9f9e-c36463fbab5a", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ac22adad-775d-4b9b-9b52-4128e4b2e612"}} 2018-08-12 20:02:04,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.465s 2018-08-12 20:02:04,396 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1021657447"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:02:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2490da6b-1110-4728-857f-3d9ec4155014'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:02:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","name":"tempest-A-1021657447"}} 2018-08-12 20:02:05,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.219s 2018-08-12 20:02:05,616 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "name": "tempest-subnet-A-1-603247531"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:02:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02faa625-ad4e-483d-9009-fa5c2afd2d34'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:05Z","dns_nameservers":[],"updated_at":"2018-08-12T20:02: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":"01ace95cf526467b9409c6248a7c6876","id":"669f7b72-6b7c-421e-a9b5-12c5477fe375","subnetpool_id":null,"name":"tempest-subnet-A-1-603247531"}} 2018-08-12 20:02:05,895 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/networks 0.277s 2018-08-12 20:02:05,896 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1736240144"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:02:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5399bd4a-1d4c-4b6a-b33c-5c10e39fc0b9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:02:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"59b376dd-35a1-428a-828d-e34001ccaa5b","name":"tempest-B-1736240144"}} 2018-08-12 20:02:06,855 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.958s 2018-08-12 20:02:06,856 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "name": "tempest-subnet-B-1-2061828689"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:02:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a3f0ba92-6c50-42e2-8267-678aff2ecf56'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"59b376dd-35a1-428a-828d-e34001ccaa5b","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:02:06Z","dns_nameservers":[],"updated_at":"2018-08-12T20:02: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":"01ace95cf526467b9409c6248a7c6876","id":"b91e177c-16e9-4209-9c6e-c78999af8e0d","subnetpool_id":null,"name":"tempest-subnet-B-1-2061828689"}} 2018-08-12 20:02:07,412 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.554s 2018-08-12 20:02:07,412 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1294461041"}} 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-52d55e40-8c0e-4f7c-91db-e3463eb769ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-52d55e40-8c0e-4f7c-91db-e3463eb769ce'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMGmgOfTriQt0AxHN5ZTsEQZSlLfhD7U7305tk90AYEE4F5vt2s8N/B9jqup1r90/QJBxcu88W5qAz5DB0l4hdqNBmaXibU5WtLj8pz4CMoutVhem6dyGKZRx8TXGwGSu8W8Vc/O9msnbmBa5tnOFUQg2ZVyFquE0GsHSTCixiM7ZU7CCfljppKD1tSCaac8Ix48wqvbKFag1Nex/N77kg8isXzM6Bqdl8hR7o7PU+6/cVS3ALKOo2tci18rZCSLp5dGnVNga0G0vNzkAXtgHo29hiWCzbZ7KM9Kj6Y+9ox5f4H+snuzoGNNuhA0NSA2B+hD0NFBIl9vecsMdBnnrf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzBpoDn064kLdAMRzeWU7BEGUpS34Q+1O99ObZPdAGBBOBeb7\ndrPDfwfY6rqda/dP0CQcXLvPFuagM+QwdJeIXajQZml4m1OVrS4/Kc+AjKLrVYXp\nunchimUcfE1xsBkrvFvFXPzvZrJ25gWubZzhVEINmVcharhNBrB0kwosYjO2VOwg\nn5Y6aSg9bUgmmnPCMePMKr2yhWoNTXsfze+5IPIrF8zOganZfIUe6Oz1Puv3FUtw\nCyjqNrXItfK2Qki6eXRp1TYGtBtLzc5AF7YB6NvYYlgs22eyjPSo+mPvaMeX+B/r\nJ7s6BjTboQNDUgNgfoQ9DRQSJfb3nLDHQZ563wIDAQABAoIBAG7mokfNL+OlZSR3\nmi8KHEkxwS0Hj3CJT3FFn5f66O6qXVrDqTtUbhNmFi1k/QifNtTn6ilROzM8WSwY\n/2M6uzP4+FPNV2U+w4N4L4XuY/EGzUyJGPjipmzmh9Xa1r1Sz/rm+pSOMx7gNc7C\no4aXya/YvD7noxaz0daippUG4Bry+dwF0ii5bN7o0PMMsBD6zecnl6YDhw93O8hg\new9LtID5FtTKDIJbbk1EK//PgBKubA+cqPou4/QE0H/aHNtACKLyJizo7rXFIDcl\nBmlHllxcUSwoliEYuAeDBGJmqkbjnrIRMqFxItgjvb9h/ij/Klq/2fG8fhpTHb7f\nZCBcDzECgYEA6HW47zIJWKfP3iiXSA96rBHWVItBMaLocUZp9PzGrpUiKWGequn3\nlgC111XioiSB3FFnDFrmD7rgxWaPVEjRh/vhfe3/A1n7ral15UyN0EcfAFPKJ5CF\nCkjW3Qrmgx/lCi6Am1Mji+YZoyrJ1zrfPQ8uIMcSyD/fL2SzTUydgi0CgYEA4MWQ\n+rc9j7n4t2gFLH0BdmLXi0fQuNKHvWqEhp8/s8yEMWd/YTMFqmHA3R6ygTZKMci7\netS9MdopF3aXsvhhgG0xFewjeeS6e60OdHwfCaWhFVx0177PGFrtPi/o/oMSy4O3\nomYKt2PZ5vWWGyKeoQ5TnjmB5qCYaDPer5pkdLsCgYEAiOHhT0B4jnLqjVf7lRxA\nURiDy+7gKdlS5HjhJbi/SchZgGKSavQwrWynpzBUrsOukEyC0JyqAjM57iNxXOEw\nONHSOzQsyQ1wjRdPbAGDNFTc5XVxgZCxNpgjpa+ogygB19gANPZk5RlOmW01w35Q\nPAU3VWfEIJSz2JWEm4z05tUCgYEA3V93lJYYWY/N98TJI7HSWOisZQ7L8NvYuKNJ\n9tStBsYshAPtHqwDrnUsYBs1r7DqjfGnRCh2Vb0Jr4QrkCa00Km6KF8z6X9ucxRU\nIkGEyBmKduFiaoIQsWoMMq05CkHJpwsJNzbM4yXCnIfP2NXV6cWUcUcuOxh8QlSj\nw8uJmLUCgYBEF9DjmKLj0PeybOzi91Ol7Rx9p758shkLzUf7sW0TdiWozoorIoY+\ncuqJtO3eNGpEtkm/adoE3E2oWW6iFubB+YVAzcEBPRnA+9qqpCILUp+naf2qW6tG\nHn9zUT3ovrxTzluuWpSn2LLKdZII1FAUSRV4RrZgwg4FgJbHU/wdTQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1294461041", "fingerprint": "3b:58:4c:b8:56:cf:d3:57:f4:08:27:72:30:02:63:11"}} 2018-08-12 20:02:09,078 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.656s 2018-08-12 20:02:09,078 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-714165240", "security_groups": ["7533b488-28b3-46d6-9f9e-c36463fbab5a"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:02:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17cc5e1b-9ed4-47f2-abe5-3240c82409be'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:02:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"84156a49-ad5b-462f-8d6b-b60e98090ac7","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:02:08Z","name":"tempest-port-smoke-714165240","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e4:47:07","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"669f7b72-6b7c-421e-a9b5-12c5477fe375","ip_address":"10.101.11.10"}],"id":"6221fde4-b44f-4cc8-b54e-c64aff57b6e5","security_groups":["7533b488-28b3-46d6-9f9e-c36463fbab5a"],"device_id":""}} 2018-08-12 20:02:12,954 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.874s 2018-08-12 20:02:12,955 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-1294461041", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "port": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-ca010699-4c2c-4492-820e-2e58ec1471e7', 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca010699-4c2c-4492-820e-2e58ec1471e7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "324f9312-e329-4327-951a-ca14a59406c9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "adminPass": "fx6qCeFZUu9p"}} 2018-08-12 20:02:13,495 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.536s 2018-08-12 20:02:13,496 63 DEBUG [tempest.lib.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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-a2a21a4d-d467-4f09-8d43-9ba5b218177d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2a21a4d-d467-4f09-8d43-9ba5b218177d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:14,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.331s 2018-08-12 20:02:14,844 63 DEBUG [tempest.lib.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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-dfbe94ed-bdcc-46e3-8192-d4c74e573981', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfbe94ed-bdcc-46e3-8192-d4c74e573981'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:17,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.170s 2018-08-12 20:02:17,029 63 DEBUG [tempest.lib.common.rest_client] 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-0004ea60-4ed5-4c39-b830-15f60a976c11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0004ea60-4ed5-4c39-b830-15f60a976c11'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:15Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:17,050 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 20:02:18,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.333s 2018-08-12 20:02:18,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-6e00f242-937d-4758-812e-ae0993ce9c73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e00f242-937d-4758-812e-ae0993ce9c73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:18,399 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:02:20,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.056s 2018-08-12 20:02:20,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-7e4b02d0-9206-4702-a7cb-83950e7e75b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e4b02d0-9206-4702-a7cb-83950e7e75b1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:22,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.205s 2018-08-12 20:02:22,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-c51ce3ba-f1f5-46bc-abdd-fddfe2c80b06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c51ce3ba-f1f5-46bc-abdd-fddfe2c80b06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:24,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.583s 2018-08-12 20:02:24,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-d46e53bd-0235-4827-844e-ea3610ae67c7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d46e53bd-0235-4827-844e-ea3610ae67c7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:24,315 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:02:24,930 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.614s 2018-08-12 20:02:24,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-f5e7363f-817a-4ace-be6a-0db627e0e0aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f5e7363f-817a-4ace-be6a-0db627e0e0aa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:24,955 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 324f9312-e329-4327-951a-ca14a59406c9 with status: ACTIVE 2018-08-12 20:02:26,040 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/ports 1.083s 2018-08-12 20:02:26,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-186365816", "security_groups": ["7533b488-28b3-46d6-9f9e-c36463fbab5a"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:02:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cee39bec-5061-4e59-aeb4-a3bb6f77157d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:02:25Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"59b376dd-35a1-428a-828d-e34001ccaa5b","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:02:25Z","name":"tempest-port-smoke-186365816","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9b:b9:89","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"b91e177c-16e9-4209-9c6e-c78999af8e0d","ip_address":"10.102.21.20"}],"id":"aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e","security_groups":["7533b488-28b3-46d6-9f9e-c36463fbab5a"],"device_id":""}} 2018-08-12 20:02:29,308 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.23:8774/v2.1/servers 3.265s 2018-08-12 20:02:29,308 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-1294461041", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "59b376dd-35a1-428a-828d-e34001ccaa5b", "port": "aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-90cf5cd1-74dc-46a6-a67d-0b6584c6b496', 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90cf5cd1-74dc-46a6-a67d-0b6584c6b496'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "adminPass": "GELt9jNmrnAH"}} 2018-08-12 20:02:30,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.692s 2018-08-12 20:02:30,008 63 DEBUG [tempest.lib.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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-035ba04e-11b5-4563-b400-fc3cec7ba944', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-035ba04e-11b5-4563-b400-fc3cec7ba944'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:02:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:31,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.275s 2018-08-12 20:02:31,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': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-fef58a11-6a6c-4364-aeba-5be711169602', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fef58a11-6a6c-4364-aeba-5be711169602'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:32,582 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.269s 2018-08-12 20:02:32,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': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-83ed8dd2-7c68-40ef-bc58-4df4c3b4d713', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83ed8dd2-7c68-40ef-bc58-4df4c3b4d713'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:34,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.602s 2018-08-12 20:02:34,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': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-4bd6ea49-ffb3-4cf3-a92d-9ff0407d31ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bd6ea49-ffb3-4cf3-a92d-9ff0407d31ff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:34,210 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-12 20:02:36,081 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.869s 2018-08-12 20:02:36,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-50e02b09-6901-4716-9e34-bf759d7ea487', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50e02b09-6901-4716-9e34-bf759d7ea487'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:36,094 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:02:37,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.740s 2018-08-12 20:02:37,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-503f4afe-98e4-4d22-88d5-02650c4735d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-503f4afe-98e4-4d22-88d5-02650c4735d4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:39,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.885s 2018-08-12 20:02:39,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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-e2f48073-3d57-49cb-9d89-d9f1cd165611', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2f48073-3d57-49cb-9d89-d9f1cd165611'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:02:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:41,723 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.961s 2018-08-12 20:02:41,724 63 DEBUG [tempest.lib.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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-41ec26b2-9ae7-4d0f-8da3-be0c129bbd44', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ec26b2-9ae7-4d0f-8da3-be0c129bbd44'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:39Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:41,737 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:02:42,379 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.640s 2018-08-12 20:02:42,379 63 DEBUG [tempest.lib.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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-3ee2df47-6028-4dde-94f8-84b08e6156da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:02:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ee2df47-6028-4dde-94f8-84b08e6156da'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:02:39Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:02:42,392 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 127c6395-8aae-4a04-a6be-820ed3d5e3ab with status: ACTIVE 2018-08-12 20:02:42,783 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.390s 2018-08-12 20:02:42,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:02:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c35dbcee-5a3c-4ab7-8bf1-c9cd6e088921'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26"}} 2018-08-12 20:02:43,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations 0.483s 2018-08-12 20:02:43,268 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations', u'date': 'Sun, 12 Aug 2018 20:02:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f15d186-4a34-4b09-ad95-afe791f0b8af'} Body: {"network_association": {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "id": "c7c498f8-3d11-45e2-b94a-b5b4f8d7b1ce"}} 2018-08-12 20:02:43,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations 0.502s 2018-08-12 20:02:43,772 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/11bd4fbe-b338-4ddb-ad9a-a1fc1de8da26/network_associations', u'date': 'Sun, 12 Aug 2018 20:02:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2f638b5-5b01-4e81-8765-17d074af9163'} Body: {"network_association": {"network_id": "59b376dd-35a1-428a-828d-e34001ccaa5b", "id": "e0f44f1c-fa06-404e-ab36-0d0ecae31757"}} 2018-08-12 20:02:43,772 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:02:44,054 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/routers 0.280s 2018-08-12 20:02:44,054 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1181733900", "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': 'Sun, 12 Aug 2018 20:02:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eeab9439-f08f-4346-92cb-405accc0a2e2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:43Z", "admin_state_up": true, "updated_at": "2018-08-12T20:02:43Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "name": "tempest-router--1181733900"}} 2018-08-12 20:02:45,269 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a 1.213s 2018-08-12 20:02:45,269 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a', u'date': 'Sun, 12 Aug 2018 20:02:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8625dfb8-758e-4ecc-9395-dd6b4d94350a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:43Z", "admin_state_up": true, "updated_at": "2018-08-12T20:02:45Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "name": "tempest-router--1181733900"}} 2018-08-12 20:02:47,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/add_router_interface 2.048s 2018-08-12 20:02:47,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:02:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90b527cb-5f24-4bfa-8e55-0b1df3534276'} Body: {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375", "subnet_ids": ["669f7b72-6b7c-421e-a9b5-12c5477fe375"], "port_id": "739c5a74-e364-4dc5-a1ec-cece97cd3778", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a"} 2018-08-12 20:02:49,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.276s 2018-08-12 20:02:49,597 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:02:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-915a0340-0b8e-489f-833f-78fb0548c969'} Body: {"floatingip": {"router_id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:02:48Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "6221fde4-b44f-4cc8-b54e-c64aff57b6e5", "id": "1fc12529-c802-46c8-8a74-1e67099bdfc3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:02:48Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:02:49,600 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:02:51,604 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:02:51,673 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:02:51,702 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:02:51,817 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-12 20:02:51,817 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:02:51,820 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:02:51,882 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:02:51,884 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:02:56,892 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:02:56,893 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-12 20:04:06,918 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-12 20:04:06,918 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:04:06,922 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:04:06,985 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:04:06,986 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:04:11,993 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:04:11,994 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-12 20:05:22,027 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:05:22,028 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-12 20:05:22,029 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,033 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,127 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,129 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22,135 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:05:22,135 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:ce:e1:0f [ether] on eth0 2018-08-12 20:05:22,136 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-12 20:05:22,136 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,138 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,199 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,202 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22,211 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:05:22,211 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-12 20:05:22,212 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,214 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,275 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,278 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22,284 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-12 20:05:22,284 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,286 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,347 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,350 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:22,355 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:05:22,355 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:ce:e1:0f [ether] on eth0 2018-08-12 20:05:22,356 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-12 20:05:22,356 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:05:22,358 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:05:22,419 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:05:22,422 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:05:27,428 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:05:27,429 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-12 20:06:37,472 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-12 20:06:37,473 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.220:22' as 'cirros' with public key authentication 2018-08-12 20:06:37,477 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:06:37,545 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:06:37,573 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.220 successfully created 2018-08-12 20:06:42,581 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) 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-12 20:06:42,581 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-12 20:07:52,605 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:07:52,605 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.220: Timed out waiting for 10.102.21.20 to become reachable 2018-08-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:07:52.605 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-12 20:07:52.605 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:07:54,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1fc12529-c802-46c8-8a74-1e67099bdfc3 1.391s 2018-08-12 20:07:54,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/1fc12529-c802-46c8-8a74-1e67099bdfc3', u'date': 'Sun, 12 Aug 2018 20:07:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41a1cc49-f5fe-4a85-8517-8e264834f8d9'} Body: 2018-08-12 20:07:56,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/remove_router_interface 2.003s 2018-08-12 20:07:56,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:07:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23bd6396-cef2-4138-a478-91f2afadccad'} Body: {"network_id": "84156a49-ad5b-462f-8d6b-b60e98090ac7", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "669f7b72-6b7c-421e-a9b5-12c5477fe375", "subnet_ids": ["669f7b72-6b7c-421e-a9b5-12c5477fe375"], "port_id": "739c5a74-e364-4dc5-a1ec-cece97cd3778", "id": "4f4dcde9-03a0-4a6e-822d-5bbf4187db8a"} 2018-08-12 20:07:57,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a 1.664s 2018-08-12 20:07:57,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f4dcde9-03a0-4a6e-822d-5bbf4187db8a', u'date': 'Sun, 12 Aug 2018 20:07:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-379ecf2f-4b9d-4a90-85d0-14471d3ccbd4'} Body: 2018-08-12 20:07:58,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.420s 2018-08-12 20:07:58,097 63 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-9b1f3393-8ead-4814-b98d-5b9a2585d95d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b1f3393-8ead-4814-b98d-5b9a2585d95d'} Body: 2018-08-12 20:07:59,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 1.175s 2018-08-12 20:07:59,274 63 DEBUG [tempest.lib.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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-7f072b5b-4147-460c-bf08-017b9f39ec09', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f072b5b-4147-460c-bf08-017b9f39ec09'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:07:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:00,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.626s 2018-08-12 20:08:00,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': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-fae2c102-995f-401b-8bd0-9010805d0e9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fae2c102-995f-401b-8bd0-9010805d0e9c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1736240144": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:b9:89", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:39.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "127c6395-8aae-4a04-a6be-820ed3d5e3ab", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:07:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-2", "created": "2018-08-12T20:02:29Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:01,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/127c6395-8aae-4a04-a6be-820ed3d5e3ab 0.049s 2018-08-12 20:08:01,980 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/127c6395-8aae-4a04-a6be-820ed3d5e3ab', u'x-compute-request-id': 'req-cf6faad3-4abc-432a-99bc-c03437d31525', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cf6faad3-4abc-432a-99bc-c03437d31525'} Body: {"itemNotFound": {"message": "Instance 127c6395-8aae-4a04-a6be-820ed3d5e3ab could not be found.", "code": 404}} 2018-08-12 20:08:02,828 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e 0.847s 2018-08-12 20:08:02,829 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/aed4e8c5-6b83-4fa5-83ae-8c5c831d2f4e', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f19d32b6-8a01-4a66-a324-b68bd32b1d6f'} Body: 2018-08-12 20:08:02,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.163s 2018-08-12 20:08:02,993 63 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-6cfe405c-0a69-4248-9495-9ab71e7eb639', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cfe405c-0a69-4248-9495-9ab71e7eb639'} Body: 2018-08-12 20:08:04,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 1.133s 2018-08-12 20:08:04,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': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-69489090-c813-478a-8ab0-24cb80910c59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69489090-c813-478a-8ab0-24cb80910c59'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1021657447": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:47:07", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/324f9312-e329-4327-951a-ca14a59406c9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:02:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "324f9312-e329-4327-951a-ca14a59406c9", "security_groups": [{"name": "tempest-secgroup-smoke-1744020669"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1294461041", "name": "server-1", "created": "2018-08-12T20:02:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:05,200 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/324f9312-e329-4327-951a-ca14a59406c9 0.054s 2018-08-12 20:08:05,200 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/324f9312-e329-4327-951a-ca14a59406c9', u'x-compute-request-id': 'req-9e259e6f-9d3e-48ec-b393-1a3cc96f181f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-9e259e6f-9d3e-48ec-b393-1a3cc96f181f'} Body: {"itemNotFound": {"message": "Instance 324f9312-e329-4327-951a-ca14a59406c9 could not be found.", "code": 404}} 2018-08-12 20:08:06,068 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6221fde4-b44f-4cc8-b54e-c64aff57b6e5 0.867s 2018-08-12 20:08:06,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6221fde4-b44f-4cc8-b54e-c64aff57b6e5', u'date': 'Sun, 12 Aug 2018 20:08:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7d8ceddb-c120-4a44-b3f0-9c8ca39f1937'} Body: 2018-08-12 20:08:06,125 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-1294461041 0.055s 2018-08-12 20:08:06,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1294461041', u'x-compute-request-id': 'req-3750c0da-db13-4a25-a0a9-884cf9bb8410', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3750c0da-db13-4a25-a0a9-884cf9bb8410'} Body: 2018-08-12 20:08:08,548 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b91e177c-16e9-4209-9c6e-c78999af8e0d 2.421s 2018-08-12 20:08:08,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b91e177c-16e9-4209-9c6e-c78999af8e0d', u'date': 'Sun, 12 Aug 2018 20:08:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9c7675d1-7d7d-4155-88e2-6d35e8f1d650'} Body: 2018-08-12 20:08:10,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/59b376dd-35a1-428a-828d-e34001ccaa5b 1.931s 2018-08-12 20:08:10,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/59b376dd-35a1-428a-828d-e34001ccaa5b', u'date': 'Sun, 12 Aug 2018 20:08:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-df174ad8-0600-4f81-ab35-7db9f08e3a73'} Body: 2018-08-12 20:08:13,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/669f7b72-6b7c-421e-a9b5-12c5477fe375 2.659s 2018-08-12 20:08:13,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/669f7b72-6b7c-421e-a9b5-12c5477fe375', u'date': 'Sun, 12 Aug 2018 20:08:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e790a1dd-a041-4b1f-bc00-4e80e3cf17aa'} Body: 2018-08-12 20:08:14,681 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/84156a49-ad5b-462f-8d6b-b60e98090ac7 1.536s 2018-08-12 20:08:14,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/networks/84156a49-ad5b-462f-8d6b-b60e98090ac7', u'date': 'Sun, 12 Aug 2018 20:08:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-65039db6-d825-400d-a14f-247e038f1748'} Body: 2018-08-12 20:08:15,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7533b488-28b3-46d6-9f9e-c36463fbab5a 0.502s 2018-08-12 20:08:15,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/security-groups/7533b488-28b3-46d6-9f9e-c36463fbab5a', u'date': 'Sun, 12 Aug 2018 20:08:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9d24c08b-2ac3-47a1-a054-76a40aa069d2'} 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-12 20:08:15,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.541s 2018-08-12 20:08:15,755 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-623885929 description", "name": "tempest-secgroup-smoke-623885929"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734cbde7-ba1e-42cf-abc5-12b2076470a5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-623885929 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:15Z", "updated_at": "2018-08-12T20:08:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:08:15Z", "revision_number": 0, "id": "695d668b-960f-434b-b988-1ebfb677c433", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:08:15Z", "revision_number": 0, "id": "dd43cec7-4edb-4305-8868-6f8cf8e5a605", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "name": "tempest-secgroup-smoke-623885929"}} 2018-08-12 20:08:15,977 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.221s 2018-08-12 20:08:15,978 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dc1be70d-8cb5-4c30-a659-844d05aa81bf'} 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-12T20:08:15Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa246d11-991e-471d-a4db-21ae3eff4c1e"}} 2018-08-12 20:08:16,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.385s 2018-08-12 20:08:16,365 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a2df721-933b-4fb0-98a7-6ca6cebf6b23'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bff4262f-3ea3-4833-b9dc-c28bfcafb38d"}} 2018-08-12 20:08:16,514 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-12 20:08:16,514 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89d3b5fb-2244-4cbe-a311-429458298a75'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ee55c662-27ae-45fa-80c1-b17f4c26c08a"}} 2018-08-12 20:08:16,713 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-12 20:08:16,713 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ef2f1b5-4999-4add-ad26-272edf47be19'} 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-12T20:08:16Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "10ac020c-f249-4a07-bc80-7d00bf7bb681"}} 2018-08-12 20:08:17,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.422s 2018-08-12 20:08:17,137 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46336ffe-a62e-4572-a910-b9f519ed3c28'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1829b275-f932-4d36-b963-059d95791d1b"}} 2018-08-12 20:08:17,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.400s 2018-08-12 20:08:17,539 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-153f8c16-46f2-4090-9947-4756783da74c'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9e0e40c5-635b-4d9f-be90-a846555f440f"}} 2018-08-12 20:08:17,987 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-12 20:08:17,988 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90eb1d74-de09-403f-ab83-8b8cb0601f75'} 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-12T20:08:17Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3412edce-8bd8-4464-9fbe-cd31ef90ff31"}} 2018-08-12 20:08:18,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:08:18,443 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "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': 'Sun, 12 Aug 2018 20:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f65dc49-8be4-4923-b382-e9c1a4c997d2'} 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-12T20:08:18Z", "security_group_id": "897ff5b1-4ed8-4cc8-8591-877059f1fd30", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1a4e21c9-19d8-49c5-a9ee-4166b6a53041"}} 2018-08-12 20:08:18,716 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.271s 2018-08-12 20:08:18,717 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-639766487"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5294d83-b493-481f-873c-8b4688703802'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:08:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","name":"tempest-A-639766487"}} 2018-08-12 20:08:19,375 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.657s 2018-08-12 20:08:19,375 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "name": "tempest-subnet-A-1-1297303152"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2188f19a-b041-4ab7-8fff-25a07b90f04f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:18Z","dns_nameservers":[],"updated_at":"2018-08-12T20:08: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":"01ace95cf526467b9409c6248a7c6876","id":"11529f94-2463-443e-9e0d-030da60b1af8","subnetpool_id":null,"name":"tempest-subnet-A-1-1297303152"}} 2018-08-12 20:08:19,804 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.427s 2018-08-12 20:08:19,804 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1646184875"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5c71b96-28b8-4d91-a449-60bbd4329371'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:08:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c042356d-d4bd-4206-94e7-337105b014e9","name":"tempest-B-1646184875"}} 2018-08-12 20:08:20,792 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.987s 2018-08-12 20:08:20,793 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "name": "tempest-subnet-B-1-1109410573"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:08:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b61054b3-8a1e-41f2-988f-59203bcf08e9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c042356d-d4bd-4206-94e7-337105b014e9","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:08:20Z","dns_nameservers":[],"updated_at":"2018-08-12T20:08: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":"01ace95cf526467b9409c6248a7c6876","id":"20410cbb-d315-43fb-86f5-d9d50fa401a9","subnetpool_id":null,"name":"tempest-subnet-B-1-1109410573"}} 2018-08-12 20:08:21,521 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.728s 2018-08-12 20:08:21,522 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37a0cf85-624a-44ff-8455-e348e5c7054e'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "78d1eeaf-39f3-4304-a61c-2f4bc8f0329a"}} 2018-08-12 20:08:21,776 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/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations 0.253s 2018-08-12 20:08:21,777 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations', u'date': 'Sun, 12 Aug 2018 20:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b296e3b-dcad-4a95-82b0-428fbc5259d5'} Body: {"network_association": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "id": "df04c5e0-041e-4e43-86ee-9b612fd441e7"}} 2018-08-12 20:08:22,341 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/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations 0.563s 2018-08-12 20:08:22,341 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/78d1eeaf-39f3-4304-a61c-2f4bc8f0329a/network_associations', u'date': 'Sun, 12 Aug 2018 20:08:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70bac143-0b44-44e1-8371-217192c4534e'} Body: {"network_association": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "id": "0936391d-8c28-47e3-addf-f7fdeec1c6d0"}} 2018-08-12 20:08:22,342 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:08:22,536 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.193s 2018-08-12 20:08:22,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-42174593"}} 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-97b499f0-2e84-4455-a1b7-8a5a755577c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97b499f0-2e84-4455-a1b7-8a5a755577c1'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqkmV/QamCqIDg8B5qmLdgwQSKeVOF17khrLqLYo6iw/rI09AJtLlUx6FU6cAmSGHDTn+LwqY2SKDTLEudArtYmBHHcty4YhiA/hmJDwoay3EjS+39fuQJDqZ+8EhujcUi1hz6UgXBCAmEsR3lVJ2NHSefuFUblhy1BG4gbunzKjjc33xa+Nv1bs2/ewnBklC7SpHnaKXYOpqFzmZ8vvMrgQ6LQLPw1ydcwe8navRuMHlXTQXCRZPXs5hQK94I5Q5PEFU56nG4D4Wk9hRioNRm7DMHU5uNlr1fULoJikpH81AOoCMMRM3+BmqOrcaYWsT96barT/kBmFK/B0iqzIt1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6pJlf0GpgqiA4PAeapi3YMEEinlThde5Iay6i2KOosP6yNPQ\nCbS5VMehVOnAJkhhw05/i8KmNkig0yxLnQK7WJgRx3LcuGIYgP4ZiQ8KGstxI0vt\n/X7kCQ6mfvBIbo3FItYc+lIFwQgJhLEd5VSdjR0nn7hVG5YctQRuIG7p8yo43N98\nWvjb9W7Nv3sJwZJQu0qR52il2Dqahc5mfL7zK4EOi0Cz8NcnXMHvJ2r0bjB5V00F\nwkWT17OYUCveCOUOTxBVOepxuA+FpPYUYqDUZuwzB1ObjZa9X1C6CYpKR/NQDqAj\nDETN/gZqjq3GmFrE/em2q0/5AZhSvwdIqsyLdQIDAQABAoIBAEm7apvtj9K6FIif\n8W+gQUPwZ/T+3focLN0g5iIaAKu43oNx0Nq8K+UyOsvuDa/64H/7lKvhq0001xiJ\nu9rGmQzn/+6pdCeg7gLd3DjwuURi3lUx8MTVtegC6uLLtHjLp0Oj+cfVMGnUlOlY\nowUK69sHZwUVc+sP7EYZ9mPLeU4tRU48KHss0E50Op2VO3c752jemO0jOSNQIF/r\npFJ1uF82CtsV2jiBVzZKx/zCIlCcUbdhowa8BTV6YLEqo8vz7BowDNZ/dOLNTSgM\n6mDIzMB59YLRbXx6CPAU0vaSnaByZ2ymLTK1IuWvlD5vix1Zv3FR7lN29e5mLc5r\nwRmaRAECgYEA+Wpioo83TVlM5qvT1szX/pd365BxGVE+QcyS5ELJGagPw2+QI/9u\npQjl1QQ3KIchpBHqA32cR/cqfxM43pGmLxP5YpshKLcVG8E5WKmI+Fr9maFq7GQK\nHoPkG1gilk4Pog/W26no+QBjhj9QqL2tc64HTNI0ieHh3TXCHskfxmECgYEA8MOx\njtfrK3M3Kik6hdCMNT/iIvZ7ABGO15Rl6ECYj5XBTHxqAmSWveIZ9g4AAvIcObxy\nfPHbwGAxVfAoUsuOG2bhkpnch7VLVwh+9wEhohIDNCG4wt99PjJxQTLG/gEMC3We\ntIia/epq/secoAfAi4hWI8qGyaBoQ8UzE1i8NZUCgYEAj7BWesh/V7RmtU2wkUMZ\n/LZOhAuG3MsNTuMIjTBcosdLrZAMPnDd0X46ymnPTS3sl5UqeDBZZKxkcykjzjWi\nw+SB++jbRZWUN5Ut8IJbQplJGMUB0IYhvkrFk2tHIch/ASKW6Z4NdcZfj+vSECSW\nVNqhogRH+FeFw+dAmnPMNoECgYEAqYu1kvjcQ+nL1CXab3dP9QO6tJJMRd0XcRqw\ntOAgTyTPTZRjdrHtMWRykcKEIY7rb4EUQoZzEMLsmy8Wxk9QEF3fxcQR94MkvfJe\nroSecaorlV+V461MXitZc+dVGHQWTk+S5mE4fEzC8g4RbuRmpBvrRSMOzhfmtKq+\n8AXR7A0CgYA4HsTpqRcl8vOm8OdGJ3HEmjWWtKUd9XxVJTgvFFGwiDysmUPfWrcJ\nrVkDhvpEqgfBWe1DAxgjC3n0fqAx+YmDn/mygnwjZ70gEWP7ckpq+cX2UYw88m0o\n8z1GFAT3b9sIF5oIvNq7XkAj0wDtQjXBKZEa73xgl+EazO21O0Rg7g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-42174593", "fingerprint": "82:98:67:b3:0b:39:49:e0:d8:20:44:81:eb:45:d9:f9"}} 2018-08-12 20:08:24,082 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.541s 2018-08-12 20:08:24,082 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-167145344", "security_groups": ["897ff5b1-4ed8-4cc8-8591-877059f1fd30"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:08:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-426d97dd-1c81-4c1c-86c0-94fab89eacd1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:08:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"762ff217-1ce5-49a0-be10-2f4cdef82b44","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:08:23Z","name":"tempest-port-smoke-167145344","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:14:d6:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"11529f94-2463-443e-9e0d-030da60b1af8","ip_address":"10.101.11.10"}],"id":"e691f2d7-e1b3-4f58-92ad-a61a48925076","security_groups":["897ff5b1-4ed8-4cc8-8591-877059f1fd30"],"device_id":""}} 2018-08-12 20:08:28,168 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 4.084s 2018-08-12 20:08:28,169 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-42174593", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "port": "e691f2d7-e1b3-4f58-92ad-a61a48925076"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-dd2d3e82-e5f2-4ce1-99e4-fcf0e49bfdaa', 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd2d3e82-e5f2-4ce1-99e4-fcf0e49bfdaa'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "adminPass": "oMYaD7pqxPXv"}} 2018-08-12 20:08:28,467 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.294s 2018-08-12 20:08:28,468 63 DEBUG [tempest.lib.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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-b38694ed-0b14-40c3-aafc-0bb694219c4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b38694ed-0b14-40c3-aafc-0bb694219c4a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:29,813 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.331s 2018-08-12 20:08:29,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': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-d44697d0-c5fe-48a5-83c0-c52f605f1716', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d44697d0-c5fe-48a5-83c0-c52f605f1716'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:31,866 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.038s 2018-08-12 20:08:31,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-8796eaad-8699-46cd-ad18-1d1bb9c52f6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8796eaad-8699-46cd-ad18-1d1bb9c52f6b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:31,879 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:08:33,238 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.357s 2018-08-12 20:08:33,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': '200', u'content-length': '1264', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-16d9327b-45a2-4830-b97f-48800b3d48d1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16d9327b-45a2-4830-b97f-48800b3d48d1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:33,252 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 5 second wait 2018-08-12 20:08:34,953 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.699s 2018-08-12 20:08:34,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1397', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-a609307e-eb62-4889-ac1b-e561beef41e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a609307e-eb62-4889-ac1b-e561beef41e6'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:33Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:34,978 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-12 20:08:36,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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.953s 2018-08-12 20:08:36,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': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-d74de423-a308-497e-8086-fa999a9de46f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d74de423-a308-497e-8086-fa999a9de46f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:36,947 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait 2018-08-12 20:08:38,673 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.725s 2018-08-12 20:08:38,674 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-0f47b67e-5155-4720-a5ba-8dffd1fea755', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f47b67e-5155-4720-a5ba-8dffd1fea755'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:40,320 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.632s 2018-08-12 20:08:40,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': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-0652bef0-a956-42ff-a18f-c81881fce120', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0652bef0-a956-42ff-a18f-c81881fce120'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:34Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:42,387 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.052s 2018-08-12 20:08:42,388 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-6afef00b-420d-49c8-9a75-285ad85c91c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6afef00b-420d-49c8-9a75-285ad85c91c1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:42,401 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait 2018-08-12 20:08:42,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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.577s 2018-08-12 20:08:42,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-ccfe2e0f-3b5b-4970-ba96-7deb2f9a9239', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccfe2e0f-3b5b-4970-ba96-7deb2f9a9239'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:42,993 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 240d2ea6-2a50-4b08-8b89-935fc8ac69f5 with status: ACTIVE 2018-08-12 20:08:44,034 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.040s 2018-08-12 20:08:44,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c042356d-d4bd-4206-94e7-337105b014e9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-164520458", "security_groups": ["897ff5b1-4ed8-4cc8-8591-877059f1fd30"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:08:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c1ef680-b376-43b9-8d69-651a8831add3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:08:43Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c042356d-d4bd-4206-94e7-337105b014e9","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:08:43Z","name":"tempest-port-smoke-164520458","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:28:1c:82","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"20410cbb-d315-43fb-86f5-d9d50fa401a9","ip_address":"10.102.21.20"}],"id":"d7e134cc-4f5d-400d-9100-1fa07602d978","security_groups":["897ff5b1-4ed8-4cc8-8591-877059f1fd30"],"device_id":""}} 2018-08-12 20:08:46,606 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 2.571s 2018-08-12 20:08:46,607 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-42174593", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c042356d-d4bd-4206-94e7-337105b014e9", "port": "d7e134cc-4f5d-400d-9100-1fa07602d978"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-614681ca-c659-4482-89df-f75f664c8cc8', 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/17660257-ef80-443d-9644-06f06728ca05', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-614681ca-c659-4482-89df-f75f664c8cc8'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "17660257-ef80-443d-9644-06f06728ca05", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "adminPass": "Y5eoHkNyRrvt"}} 2018-08-12 20:08:46,672 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/17660257-ef80-443d-9644-06f06728ca05 0.061s 2018-08-12 20:08:46,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': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-eb491b5a-148a-475e-a5c8-d0209bed8b5e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb491b5a-148a-475e-a5c8-d0209bed8b5e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:48,326 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/17660257-ef80-443d-9644-06f06728ca05 0.638s 2018-08-12 20:08:48,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': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-d4cdd519-4c24-492d-8dde-58f94598c95a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4cdd519-4c24-492d-8dde-58f94598c95a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:08:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:49,667 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/17660257-ef80-443d-9644-06f06728ca05 0.329s 2018-08-12 20:08:49,667 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1318', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-de0cf109-235e-455d-bbe6-d60a063eb32f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de0cf109-235e-455d-bbe6-d60a063eb32f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:49,680 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:08:51,089 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/17660257-ef80-443d-9644-06f06728ca05 0.407s 2018-08-12 20:08:51,090 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-f9299f39-bdbf-4ad1-8c73-c2bba7eb73c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f9299f39-bdbf-4ad1-8c73-c2bba7eb73c3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:53,069 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/17660257-ef80-443d-9644-06f06728ca05 0.964s 2018-08-12 20:08:53,070 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-c4527418-9118-4413-a305-488ac1687288', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c4527418-9118-4413-a305-488ac1687288'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:54,761 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/17660257-ef80-443d-9644-06f06728ca05 0.676s 2018-08-12 20:08:54,761 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-58f505a1-c7e4-47be-b5f8-9537b0f34918', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58f505a1-c7e4-47be-b5f8-9537b0f34918'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:08:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:56,654 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/17660257-ef80-443d-9644-06f06728ca05 0.879s 2018-08-12 20:08:56,655 63 DEBUG [tempest.lib.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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-4509b96e-0e00-4d08-8629-fa6344776a43', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4509b96e-0e00-4d08-8629-fa6344776a43'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:56,668 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:08:57,791 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/17660257-ef80-443d-9644-06f06728ca05 1.122s 2018-08-12 20:08:57,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': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-1324660b-817d-4c4a-8088-295636426ae4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:08:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1324660b-817d-4c4a-8088-295636426ae4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:08:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:08:57,804 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 17660257-ef80-443d-9644-06f06728ca05 with status: ACTIVE 2018-08-12 20:08:57,939 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.134s 2018-08-12 20:08:57,940 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1581475015", "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': 'Sun, 12 Aug 2018 20:08:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be4d1c3f-e67f-4cad-a373-58b8474755b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:57Z", "admin_state_up": true, "updated_at": "2018-08-12T20:08:57Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "name": "tempest-router--1581475015"}} 2018-08-12 20:08:59,466 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/577ccf7d-2448-47fc-8ba3-8efd381597b9 1.525s 2018-08-12 20:08:59,467 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9', u'date': 'Sun, 12 Aug 2018 20:08:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7998fb55-2ab2-4838-8460-bdb5401b07c1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:08:57Z", "admin_state_up": true, "updated_at": "2018-08-12T20:08:59Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "name": "tempest-router--1581475015"}} 2018-08-12 20:09:01,495 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/577ccf7d-2448-47fc-8ba3-8efd381597b9/add_router_interface 2.026s 2018-08-12 20:09:01,495 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:09:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f77f021f-082e-4725-8756-5a806e991ab7'} Body: {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8", "subnet_ids": ["11529f94-2463-443e-9e0d-030da60b1af8"], "port_id": "2f21051f-65ab-4037-870c-d789c126db26", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9"} 2018-08-12 20:09:03,455 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 1.959s 2018-08-12 20:09:03,456 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "e691f2d7-e1b3-4f58-92ad-a61a48925076"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:09:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c68a84e-c911-4166-924a-4854b480bdc0'} Body: {"floatingip": {"router_id": "577ccf7d-2448-47fc-8ba3-8efd381597b9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:09:02Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "e691f2d7-e1b3-4f58-92ad-a61a48925076", "id": "c40efa87-21d7-46d3-bddc-ae9f06c96967", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:09:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:09:03,457 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:09:19,481 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:09:19,581 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:09:19,608 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:09:19,723 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-12 20:09:19,724 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:09:19,726 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:09:19,788 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:09:19,790 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:09:24,796 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:09:24,797 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:10:34,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-12 20:10:34,864 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:10:34,868 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:10:34,928 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:10:34,932 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:10:39,939 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:10:39,940 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:11:50,011 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:11:50,011 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-12 20:11:50,012 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,016 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,117 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,143 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50,149 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:11:50,149 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:48:98:57 [ether] on eth0 2018-08-12 20:11:50,149 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-12 20:11:50,150 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,152 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,212 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,216 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50,225 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:11:50,225 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-12 20:11:50,226 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,227 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,284 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,291 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50,297 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-12 20:11:50,298 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,299 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,357 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,363 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:50,369 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:11:50,369 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:48:98:57 [ether] on eth0 2018-08-12 20:11:50,370 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-12 20:11:50,370 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:11:50,372 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:11:50,433 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:11:50,436 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:11:55,443 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:11:55,444 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:13:05,513 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-12 20:13:05,514 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:13:05,518 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:13:05,618 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:13:05,645 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:13:10,652 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.200 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-12 20:13:10,653 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:14:20,723 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:14:20,724 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.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:14:20.724 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-12 20:14:20.724 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:14:22,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c40efa87-21d7-46d3-bddc-ae9f06c96967 1.421s 2018-08-12 20:14:22,148 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c40efa87-21d7-46d3-bddc-ae9f06c96967', u'date': 'Sun, 12 Aug 2018 20:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-538e71c8-d5b2-44ea-83b4-303e630f7af7'} Body: 2018-08-12 20:14:24,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/remove_router_interface 2.112s 2018-08-12 20:14:24,262 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:14:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0fb107a7-74f5-451c-9198-5acf7e44547b'} Body: {"network_id": "762ff217-1ce5-49a0-be10-2f4cdef82b44", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "11529f94-2463-443e-9e0d-030da60b1af8", "subnet_ids": ["11529f94-2463-443e-9e0d-030da60b1af8"], "port_id": "2f21051f-65ab-4037-870c-d789c126db26", "id": "577ccf7d-2448-47fc-8ba3-8efd381597b9"} 2018-08-12 20:14:25,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/577ccf7d-2448-47fc-8ba3-8efd381597b9 1.730s 2018-08-12 20:14:25,994 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/577ccf7d-2448-47fc-8ba3-8efd381597b9', u'date': 'Sun, 12 Aug 2018 20:14:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bcfbc006-2977-4cc3-91b5-539c519b701a'} Body: 2018-08-12 20:14:26,447 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.452s 2018-08-12 20:14:26,447 63 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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-18d0f3d5-47be-4d3b-a82a-75a2089a2e7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18d0f3d5-47be-4d3b-a82a-75a2089a2e7c'} Body: 2018-08-12 20:14:27,799 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 1.351s 2018-08-12 20:14:27,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': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-e5219ca1-a89b-4bc0-8d56-0a4999babf3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e5219ca1-a89b-4bc0-8d56-0a4999babf3a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1646184875": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:1c:82", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/17660257-ef80-443d-9644-06f06728ca05", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "17660257-ef80-443d-9644-06f06728ca05", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:14:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-2", "created": "2018-08-12T20:08:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:14:28,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/17660257-ef80-443d-9644-06f06728ca05 0.041s 2018-08-12 20:14:28,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/17660257-ef80-443d-9644-06f06728ca05', u'x-compute-request-id': 'req-4ac3510e-de5d-4d1d-9971-a7479763e677', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:28 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4ac3510e-de5d-4d1d-9971-a7479763e677'} Body: {"itemNotFound": {"message": "Instance 17660257-ef80-443d-9644-06f06728ca05 could not be found.", "code": 404}} 2018-08-12 20:14:29,697 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d7e134cc-4f5d-400d-9100-1fa07602d978 0.839s 2018-08-12 20:14:29,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/ports/d7e134cc-4f5d-400d-9100-1fa07602d978', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a61fab0a-d03f-4a43-96b4-4950f986e649'} Body: 2018-08-12 20:14:29,914 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.216s 2018-08-12 20:14:29,915 63 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-b7caa594-93e1-426d-aa37-fb2aaf09b558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7caa594-93e1-426d-aa37-fb2aaf09b558'} Body: 2018-08-12 20:14:31,093 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 1.177s 2018-08-12 20:14:31,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': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-1d5fcea1-4077-4358-8aaf-14d9776975ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d5fcea1-4077-4358-8aaf-14d9776975ed'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-639766487": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d6:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:08:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "240d2ea6-2a50-4b08-8b89-935fc8ac69f5", "security_groups": [{"name": "tempest-secgroup-smoke-623885929"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:14:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-42174593", "name": "server-1", "created": "2018-08-12T20:08:28Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:14:32,161 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/240d2ea6-2a50-4b08-8b89-935fc8ac69f5 0.053s 2018-08-12 20:14:32,162 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/240d2ea6-2a50-4b08-8b89-935fc8ac69f5', u'x-compute-request-id': 'req-1acf35ad-5fa5-4cd7-8a6f-8ed9295cb4cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1acf35ad-5fa5-4cd7-8a6f-8ed9295cb4cf'} Body: {"itemNotFound": {"message": "Instance 240d2ea6-2a50-4b08-8b89-935fc8ac69f5 could not be found.", "code": 404}} 2018-08-12 20:14:32,989 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e691f2d7-e1b3-4f58-92ad-a61a48925076 0.826s 2018-08-12 20:14:32,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e691f2d7-e1b3-4f58-92ad-a61a48925076', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9db9549f-b562-4358-98a2-23620b70f333'} Body: 2018-08-12 20:14:33,053 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-42174593 0.063s 2018-08-12 20:14:33,053 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-42174593', u'x-compute-request-id': 'req-5146f24a-973c-48b1-b6a9-74ef08e2c901', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5146f24a-973c-48b1-b6a9-74ef08e2c901'} Body: 2018-08-12 20:14:35,439 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/20410cbb-d315-43fb-86f5-d9d50fa401a9 2.385s 2018-08-12 20:14:35,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/20410cbb-d315-43fb-86f5-d9d50fa401a9', u'date': 'Sun, 12 Aug 2018 20:14:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-005467c6-53d5-4bd0-b8d9-93718559ff86'} Body: 2018-08-12 20:14:37,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c042356d-d4bd-4206-94e7-337105b014e9 1.592s 2018-08-12 20:14:37,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c042356d-d4bd-4206-94e7-337105b014e9', u'date': 'Sun, 12 Aug 2018 20:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e2b7b48b-33ab-47e3-81ea-b98ab5c48b34'} Body: 2018-08-12 20:14:40,131 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/11529f94-2463-443e-9e0d-030da60b1af8 3.095s 2018-08-12 20:14:40,132 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/11529f94-2463-443e-9e0d-030da60b1af8', u'date': 'Sun, 12 Aug 2018 20:14:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-996b14fd-9d25-4149-bfa4-0b57b89abad9'} Body: 2018-08-12 20:14:41,729 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/762ff217-1ce5-49a0-be10-2f4cdef82b44 1.596s 2018-08-12 20:14:41,729 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/762ff217-1ce5-49a0-be10-2f4cdef82b44', u'date': 'Sun, 12 Aug 2018 20:14:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50941325-ba43-43dd-9cad-93a14ef6b99e'} Body: 2018-08-12 20:14:42,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/897ff5b1-4ed8-4cc8-8591-877059f1fd30 0.898s 2018-08-12 20:14:42,629 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/897ff5b1-4ed8-4cc8-8591-877059f1fd30', u'date': 'Sun, 12 Aug 2018 20:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-59ddb442-521e-40b6-85dd-64446ee0779e'} 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-12 20:14:43,077 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.419s 2018-08-12 20:14:43,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-351357063 description", "name": "tempest-secgroup-smoke-351357063"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ebd8e76-e5ab-4b18-b31a-a5dc586ac130'} Body: {"security_group": {"description": "tempest-secgroup-smoke-351357063 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:42Z", "updated_at": "2018-08-12T20:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:14:42Z", "revision_number": 0, "id": "abd92e2f-f1b9-4a85-a344-717c6a9ba4e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:14:42Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:14:42Z", "revision_number": 0, "id": "fb4f2f5a-263e-48d7-af83-717107d7c5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:14:42Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "name": "tempest-secgroup-smoke-351357063"}} 2018-08-12 20:14:43,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.831s 2018-08-12 20:14:43,910 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c7dfe0c-2efa-4cb9-a368-5eae7f549e64'} 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-12T20:14:43Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:43Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a1075379-7395-44c7-9f8b-7b5f2bc791ba"}} 2018-08-12 20:14:44,088 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-12 20:14:44,088 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c58116b8-282f-488b-8d9a-09617cf44466'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b107da34-d6be-456c-9307-13e655de4c43"}} 2018-08-12 20:14:44,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.179s 2018-08-12 20:14:44,269 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a751348-5ce8-4366-b886-8fdc323aeea5'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7428e447-b3b8-490b-8810-416ab4df0d79"}} 2018-08-12 20:14:44,729 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-12 20:14:44,729 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0b7d651-21e7-4d11-9583-4f0e73666c2b'} 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-12T20:14:44Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0da3f4d6-a068-4410-b65b-74da101e6686"}} 2018-08-12 20:14:45,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.436s 2018-08-12 20:14:45,167 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0028f98-44c6-4e8c-a23b-f0eac88165d7'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "de28a104-dddf-4c28-bc8b-13b228e10f14"}} 2018-08-12 20:14:45,573 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.405s 2018-08-12 20:14:45,574 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c1045ca4-3bbf-4f14-9d35-f00acd3e0462'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9da521a7-ebfb-458f-a9e6-e18dcbb8fe84"}} 2018-08-12 20:14:45,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.160s 2018-08-12 20:14:45,735 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-185c8bdd-b1cf-4557-9399-e3f8672b04bc'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d4fd1a51-0be8-404c-b951-a16f11a6c273"}} 2018-08-12 20:14:45,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.179s 2018-08-12 20:14:45,915 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "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': 'Sun, 12 Aug 2018 20:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-905bb74b-e951-4fdf-b5bf-15c991809009'} 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-12T20:14:45Z", "security_group_id": "7a36c34d-eba3-41a0-bf01-bd2cf30517b2", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:14:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "90e6b16f-5df9-4927-8162-d4ec33c9e17a"}} 2018-08-12 20:14:46,722 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.805s 2018-08-12 20:14:46,722 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-485397118"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-34964a4a-c762-4d71-af08-b9bec2768cb8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:14:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","name":"tempest-A-485397118"}} 2018-08-12 20:14:47,590 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.866s 2018-08-12 20:14:47,591 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "name": "tempest-subnet-A-1-1099774059"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:14:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-897afad8-d28e-44cf-94c9-4d76c6b5187b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:47Z","dns_nameservers":[],"updated_at":"2018-08-12T20:14:47Z","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":"01ace95cf526467b9409c6248a7c6876","id":"dc9e52f9-be1b-4519-89a9-17ef14470457","subnetpool_id":null,"name":"tempest-subnet-A-1-1099774059"}} 2018-08-12 20:14:48,096 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.504s 2018-08-12 20:14:48,097 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1380202687"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db4540a1-7652-4bbd-8965-dc9e1393b7e8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:14:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","name":"tempest-B-1380202687"}} 2018-08-12 20:14:48,811 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.714s 2018-08-12 20:14:48,812 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "name": "tempest-subnet-B-1-1156907830"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4e44c89d-68c1-42e1-ac83-72b32b4dda57'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:14:48Z","dns_nameservers":[],"updated_at":"2018-08-12T20:14:48Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4724d5f0-4c65-4417-a9df-0eb82321ca72","subnetpool_id":null,"name":"tempest-subnet-B-1-1156907830"}} 2018-08-12 20:14:49,155 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.342s 2018-08-12 20:14:49,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:14:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-273c7a84-cc52-49c0-963d-e35dd5c0bf3e'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "5f6c3e5b-430e-4ee7-86cf-267a98f42704"}} 2018-08-12 20:14:50,124 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/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations 0.967s 2018-08-12 20:14:50,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c7510ae-d14f-44d2-b817-4d94856efbe8'} Body: {"network_association": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "id": "3123fa4c-c0e5-4883-a98b-6df706d321cc"}} 2018-08-12 20:14:50,423 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/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations 0.297s 2018-08-12 20:14:50,423 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5f6c3e5b-430e-4ee7-86cf-267a98f42704/network_associations', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02d2793e-d449-405f-a087-9c5b459e72fd'} Body: {"network_association": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "id": "27aeb52f-8fd1-4c68-b9a9-83bf514c2d99"}} 2018-08-12 20:14:50,741 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.317s 2018-08-12 20:14:50,742 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1117031242"}} 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-54e88203-1a00-497f-bb9d-509b6c7bb566', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54e88203-1a00-497f-bb9d-509b6c7bb566'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC28hd848vCLsTGRx6kXS1cOkMvnztrEndBxD4u7dVwgrbtrR/dZE3ogINAdYkWZqwEywwv0+MsLFBUlXCZDnYa1sxs7MnUhq7M5sqIuaGTkI1bel61mnt66Oi7Jb1tGrOW95NKgwH0XikP8nodXq/o5c+RY5F9Plq5MZ53pZfUTDi7YUdWvkndlhOhyM/+OnVhSMxQU3T+EAZUNZoVru62NZdLtqh1U9zk5D2OsKjYXqQiAlECdd6vkQ5/TRtIQX5SwRvp1Bz4bzB/5aWUGYj/ukVZQae7mr9SP5mfMhsPteZ9P86UPWeKmGOJfiDs2SQCgyuBXgEKisGJ8jEP7Tcr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAtvIXfOPLwi7ExkcepF0tXDpDL587axJ3QcQ+Lu3VcIK27a0f\n3WRN6ICDQHWJFmasBMsML9PjLCxQVJVwmQ52GtbMbOzJ1IauzObKiLmhk5CNW3pe\ntZp7eujouyW9bRqzlveTSoMB9F4pD/J6HV6v6OXPkWORfT5auTGed6WX1Ew4u2FH\nVr5J3ZYTocjP/jp1YUjMUFN0/hAGVDWaFa7utjWXS7aodVPc5OQ9jrCo2F6kIgJR\nAnXer5EOf00bSEF+UsEb6dQc+G8wf+WllBmI/7pFWUGnu5q/Uj+ZnzIbD7XmfT/O\nlD1niphjiX4g7NkkAoMrgV4BCorBifIxD+03KwIDAQABAoIBAQCTZWXrJ5WJNCky\nHybfAnuDbSWofsBeuhf/kt8O7GwlJAvCXtPnieMDSld1Xb0/oSVDD10YQ70qX+Gw\n5F490trxMNKvh+/tHT5EtEXF9tnpjHN3mpYn9vk5w+GOtw9xkivTnFC9neO7QQoQ\nYSpl814DZPThjLkxkUWDJCkq+O3lCs4nmxJx9lG98Hsncsd2wWuFm86nOx+ViyKz\nlvh+BNqvswYhiMBE8NI5MCMpcIvfsfsA+jU2DXhBExLMLKeRmwZLurMT7kGpqiWI\nCbon2CNl0mrdauU3m19M2uznuEpXXrMUNPwy3gGbyb3OMxHJ+Jzl4Byjlu9ywc3C\nVbFUpwvBAoGBAOyNqmwQ9LLE2bF1GdY2byvDp8rSuUhxeI9ziMW0pdeho8SFxb74\njYEHo4ud77k9wI/1f6NnreontpDkcI6VslNEfS3ZCEMfBnL1EGwJakbZM4BimVVZ\nA/1cmB38x7X+qV6sfGZR3wrHujL4mjWt/tSVu08a14ZPg0xtpcKYgICxAoGBAMX8\nPHwzvQZdJ22+MOffgfhfY8LEmhK21hV2SRv+TFUqPjDivtIDb5t+SsmcpZDWgSGM\n7/K/9F045bXR3QGvjOjLkTozRVxvDEwA/9Itk48S5sMuHRDaYLvFpS+eoM1Ycx5P\n4q1FS8WLLvldDscoz3mVWK1dHKpBT7HUen3zRwybAoGBAJTuGCbTggvvLZOxQyP/\nv3xRQZnLk8WNUzcVqT24H1WkOcQn6Lj0KbrbwVbMh7obq9m22bZaNz+d4y5T9J2A\nl/Yev6UW6EHCDcBglAdA4j1a0Db7XMhEM+PW4Rq4JFBr1dx6QhP1ZbSWzJ78r7Iu\nKqtS3cvO/XRdKS/8NIlQlE7xAoGBALu7bKMc8C0boaqHAJqtrfEUimUBxVLfeeqJ\n6dMYc8sBrkzuhKBhT6/ytfmshrXrIDDvEgtthsnqjK62W8kgbA3GEWRNf4Sha9iZ\nzfm+679r3dLPZBI58CW8yOB5muJ771SbzUYdgjbDvnwHiF7CzNDuE1L4CplKKsZl\nwuyxBPrnAoGBAOWTt2nrpJUiex5qCVYXGg6w+p5IUmL86NlvMzhpSrE7HdC55kaO\n0+UBKysKE/gcNBfL5GCW11L1qscId/6Pr9g583zipMuRA6hy+itCb8z5RX2e81iH\nopG0k/rAy6yVAWBMqbL+NeQ7MCdb59iADMCqz2cS6NFebG6qSbqg2G4U\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1117031242", "fingerprint": "0a:36:25:4d:79:7e:87:6f:26:77:03:8f:df:ca:52:d8"}} 2018-08-12 20:14:51,644 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 0.898s 2018-08-12 20:14:51,645 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-661761415", "security_groups": ["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:14:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0dd1ada-12db-4c98-8d7c-0d895204c3cc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:14:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8798a3a0-8444-4eb4-801b-fb01ec689bc6","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:14:51Z","name":"tempest-port-smoke-661761415","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:41:01:11","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"dc9e52f9-be1b-4519-89a9-17ef14470457","ip_address":"10.101.11.10"}],"id":"7757e4d0-1146-4e77-b712-fd505d18aca2","security_groups":["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"],"device_id":""}} 2018-08-12 20:14:55,323 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.677s 2018-08-12 20:14:55,324 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-1117031242", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "port": "7757e4d0-1146-4e77-b712-fd505d18aca2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-544e747e-b1dc-43a7-a356-72e1ab2a2104', 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-544e747e-b1dc-43a7-a356-72e1ab2a2104'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3890babf-035c-4254-8fc1-3440b828de63", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "adminPass": "GvmLdGeqj62C"}} 2018-08-12 20:14:56,293 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/3890babf-035c-4254-8fc1-3440b828de63 0.965s 2018-08-12 20:14:56,294 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-5210c7c6-fe29-495f-a2eb-c1a307a183f0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5210c7c6-fe29-495f-a2eb-c1a307a183f0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:14:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:14:57,916 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/3890babf-035c-4254-8fc1-3440b828de63 0.608s 2018-08-12 20:14:57,917 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-0f332d2e-9e59-422c-8ebd-d16c4a72c497', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f332d2e-9e59-422c-8ebd-d16c4a72c497'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:14:57,930 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-12 20:15:00,033 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/3890babf-035c-4254-8fc1-3440b828de63 1.101s 2018-08-12 20:15:00,034 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-d31f3dc6-8bec-4a90-acc8-2f86cd3f5c19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d31f3dc6-8bec-4a90-acc8-2f86cd3f5c19'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:00,047 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:15:01,930 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/3890babf-035c-4254-8fc1-3440b828de63 0.880s 2018-08-12 20:15:01,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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-b78f85e3-9bb8-4cc5-b18d-54c547af77e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b78f85e3-9bb8-4cc5-b18d-54c547af77e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:03,933 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/3890babf-035c-4254-8fc1-3440b828de63 0.988s 2018-08-12 20:15:03,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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-41f5f65a-229a-4a1a-8a15-34e88702dddf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41f5f65a-229a-4a1a-8a15-34e88702dddf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:14:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:05,796 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/3890babf-035c-4254-8fc1-3440b828de63 0.848s 2018-08-12 20:15:05,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-09eb3ec1-c11a-4124-99cc-585b51ad8382', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-09eb3ec1-c11a-4124-99cc-585b51ad8382'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:05,807 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:15:07,168 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/3890babf-035c-4254-8fc1-3440b828de63 1.360s 2018-08-12 20:15:07,169 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-9e0cd4be-149e-4ae9-924a-a386c2c15f5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e0cd4be-149e-4ae9-924a-a386c2c15f5a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:07,181 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3890babf-035c-4254-8fc1-3440b828de63 with status: ACTIVE 2018-08-12 20:15:08,015 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 0.833s 2018-08-12 20:15:08,016 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-438805182", "security_groups": ["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:15:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a9ebe33-8fae-4aa8-af7e-4117fe13943a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:15:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:15:07Z","name":"tempest-port-smoke-438805182","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:92:19:e6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4724d5f0-4c65-4417-a9df-0eb82321ca72","ip_address":"10.102.21.20"}],"id":"4507cd5d-bc0c-43c5-8adb-7a7ffda41881","security_groups":["7a36c34d-eba3-41a0-bf01-bd2cf30517b2"],"device_id":""}} 2018-08-12 20:15:11,428 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.410s 2018-08-12 20:15:11,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-1117031242", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4", "port": "4507cd5d-bc0c-43c5-8adb-7a7ffda41881"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-d60aca16-9c6b-4eef-a4b6-6bb494a14f43', 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d60aca16-9c6b-4eef-a4b6-6bb494a14f43'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "adminPass": "jT5mvHaj9Cu7"}} 2018-08-12 20:15:11,955 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.520s 2018-08-12 20:15:11,956 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-c467909b-ae1c-4d03-8822-dce98ad1a32a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c467909b-ae1c-4d03-8822-dce98ad1a32a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:15:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:13,571 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.600s 2018-08-12 20:15:13,571 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-0cd1f035-1847-4b81-8af8-8824456c1f74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0cd1f035-1847-4b81-8af8-8824456c1f74'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:15:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:15,382 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.795s 2018-08-12 20:15:15,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-056fefa2-b007-4b98-af63-850fa53b3230', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-056fefa2-b007-4b98-af63-850fa53b3230'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:15,399 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:15:16,800 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.399s 2018-08-12 20:15:16,801 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-62130b6b-5386-4e00-9e43-9c99220129cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62130b6b-5386-4e00-9e43-9c99220129cc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:18,342 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.523s 2018-08-12 20:15:18,343 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-f06cf621-d564-49d7-844c-a5f7c092fedc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f06cf621-d564-49d7-844c-a5f7c092fedc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:15:14Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:20,051 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.693s 2018-08-12 20:15:20,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-df2e0492-ecb2-400d-87e4-95e17011f7f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-df2e0492-ecb2-400d-87e4-95e17011f7f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:20,065 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:15:20,977 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/42ecd925-f5be-49d4-a09c-5637daccdd01 0.911s 2018-08-12 20:15:20,978 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-78afb0af-1617-40dd-a1d9-77c373769e8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78afb0af-1617-40dd-a1d9-77c373769e8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:15:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:15:20,991 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 42ecd925-f5be-49d4-a09c-5637daccdd01 with status: ACTIVE 2018-08-12 20:15:21,151 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.159s 2018-08-12 20:15:21,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1997498779", "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': 'Sun, 12 Aug 2018 20:15:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8201b09a-7523-4219-a359-831d21fd7c34'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:21Z", "admin_state_up": true, "updated_at": "2018-08-12T20:15:21Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "name": "tempest-router--1997498779"}} 2018-08-12 20:15:22,722 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/af82b0be-0dff-4f09-a86f-00a07a4a7bfe 1.570s 2018-08-12 20:15:22,723 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe', u'date': 'Sun, 12 Aug 2018 20:15:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0ef75df-020d-4e30-8adf-512722df3b66'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:21Z", "admin_state_up": true, "updated_at": "2018-08-12T20:15:22Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "name": "tempest-router--1997498779"}} 2018-08-12 20:15:24,908 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/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/add_router_interface 2.184s 2018-08-12 20:15:24,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:15:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5c7f527-d35b-4a05-99fe-6ecee847dcbd'} Body: {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457", "subnet_ids": ["dc9e52f9-be1b-4519-89a9-17ef14470457"], "port_id": "71d573e4-7885-4435-a2a2-6ef7d9aabf30", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe"} 2018-08-12 20:15:26,822 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 1.912s 2018-08-12 20:15:26,823 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "7757e4d0-1146-4e77-b712-fd505d18aca2"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:15:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0ef8b7-3e99-4c07-993d-d4169d94d41e'} Body: {"floatingip": {"router_id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:15:25Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "7757e4d0-1146-4e77-b712-fd505d18aca2", "id": "fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:15:25Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:15:26,824 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:15:29,835 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:15:29,937 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:15:29,962 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:15:30,077 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-12 20:15:30,077 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:15:30,079 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:15:30,143 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:15:30,144 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:15:35,153 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:15:35,153 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-12 20:16:45,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-12 20:16:45,192 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:16:45,195 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:16:45,257 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:16:45,259 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:16:50,266 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:16:50,267 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-12 20:18:00,331 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:18:00,332 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-12 20:18:00,332 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,336 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,437 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,464 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00,471 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:18:00,471 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:cc:82:4c [ether] on eth0 2018-08-12 20:18:00,471 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-12 20:18:00,472 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,474 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,536 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,538 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00,547 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:18:00,548 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-12 20:18:00,548 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,550 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,612 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,614 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00,620 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-12 20:18:00,620 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,622 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,679 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,686 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:00,691 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:18:00,691 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:cc:82:4c [ether] on eth0 2018-08-12 20:18:00,691 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-12 20:18:00,692 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:18:00,693 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:18:00,752 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:18:00,757 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:18:05,764 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:18:05,765 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-12 20:19:15,822 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-12 20:19:15,823 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:19:15,828 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:19:15,930 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:19:15,955 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:19:20,964 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) 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-12 20:19:20,965 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-12 20:20:30,997 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:20:30,998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:20:30.998 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-12 20:20:30.998 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:20:32,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2 1.343s 2018-08-12 20:20:32,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/fb72cc2f-d259-40ff-b22a-4ac5ac4f04b2', u'date': 'Sun, 12 Aug 2018 20:20:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c61f31ec-a0f8-43fa-82d5-2ce2c4c0ff12'} Body: 2018-08-12 20:20:34,402 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/remove_router_interface 2.058s 2018-08-12 20:20:34,403 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:20:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea27b89e-1c3a-48d9-99d7-f3299db03483'} Body: {"network_id": "8798a3a0-8444-4eb4-801b-fb01ec689bc6", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "dc9e52f9-be1b-4519-89a9-17ef14470457", "subnet_ids": ["dc9e52f9-be1b-4519-89a9-17ef14470457"], "port_id": "71d573e4-7885-4435-a2a2-6ef7d9aabf30", "id": "af82b0be-0dff-4f09-a86f-00a07a4a7bfe"} 2018-08-12 20:20:36,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/af82b0be-0dff-4f09-a86f-00a07a4a7bfe 1.781s 2018-08-12 20:20:36,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/af82b0be-0dff-4f09-a86f-00a07a4a7bfe', u'date': 'Sun, 12 Aug 2018 20:20:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d8e26063-deba-4fb0-abf1-d8a64d62c701'} Body: 2018-08-12 20:20:37,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.859s 2018-08-12 20:20:37,046 63 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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-7e21f4fb-2d12-4dc4-bbfa-226ba53e4534', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e21f4fb-2d12-4dc4-bbfa-226ba53e4534'} Body: 2018-08-12 20:20:37,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.950s 2018-08-12 20:20:37,998 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-a6010526-9c12-4002-bddb-d96c1143e33e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6010526-9c12-4002-bddb-d96c1143e33e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:36Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:20:39,956 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.944s 2018-08-12 20:20:39,957 63 DEBUG [tempest.lib.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/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-22585612-148f-43cb-94ef-61f001b50929', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22585612-148f-43cb-94ef-61f001b50929'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1380202687": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:19:e6", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/42ecd925-f5be-49d4-a09c-5637daccdd01", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:18.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "42ecd925-f5be-49d4-a09c-5637daccdd01", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:37Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-2", "created": "2018-08-12T20:15:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:20:41,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01 0.046s 2018-08-12 20:20:41,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/42ecd925-f5be-49d4-a09c-5637daccdd01', u'x-compute-request-id': 'req-1471a657-d6df-48d4-8e57-97d800da9e47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1471a657-d6df-48d4-8e57-97d800da9e47'} Body: {"itemNotFound": {"message": "Instance 42ecd925-f5be-49d4-a09c-5637daccdd01 could not be found.", "code": 404}} 2018-08-12 20:20:41,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/4507cd5d-bc0c-43c5-8adb-7a7ffda41881 0.603s 2018-08-12 20:20:41,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/4507cd5d-bc0c-43c5-8adb-7a7ffda41881', u'date': 'Sun, 12 Aug 2018 20:20:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c574fe64-3ae3-450f-b99f-5fd4529e30d9'} Body: 2018-08-12 20:20:42,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.421s 2018-08-12 20:20:42,046 63 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-bdd153fb-8951-4304-b12f-7c78c8df3186', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bdd153fb-8951-4304-b12f-7c78c8df3186'} Body: 2018-08-12 20:20:42,890 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.843s 2018-08-12 20:20:42,891 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-66cb4c92-db5d-43f1-a791-ca2f481d8b07', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66cb4c92-db5d-43f1-a791-ca2f481d8b07'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "security_groups": [{"name": "tempest-secgroup-smoke-351357063"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:41Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:20:44,482 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.575s 2018-08-12 20:20:44,483 63 DEBUG [tempest.lib.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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-f07df72d-11c4-4258-be5f-0cd2f52dd1f7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f07df72d-11c4-4258-be5f-0cd2f52dd1f7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-485397118": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:01:11", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3890babf-035c-4254-8fc1-3440b828de63", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:15:03.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3890babf-035c-4254-8fc1-3440b828de63", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:20:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117031242", "name": "server-1", "created": "2018-08-12T20:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:20:45,547 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3890babf-035c-4254-8fc1-3440b828de63 0.050s 2018-08-12 20:20:45,548 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/3890babf-035c-4254-8fc1-3440b828de63', u'x-compute-request-id': 'req-70e114d4-b469-4430-8f09-8b63164cb17f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-70e114d4-b469-4430-8f09-8b63164cb17f'} Body: {"itemNotFound": {"message": "Instance 3890babf-035c-4254-8fc1-3440b828de63 could not be found.", "code": 404}} 2018-08-12 20:20:46,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7757e4d0-1146-4e77-b712-fd505d18aca2 0.904s 2018-08-12 20:20:46,453 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7757e4d0-1146-4e77-b712-fd505d18aca2', u'date': 'Sun, 12 Aug 2018 20:20:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d57cdf55-f9e0-4833-a485-d2699c03c667'} Body: 2018-08-12 20:20:46,502 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-1117031242 0.048s 2018-08-12 20:20:46,503 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-1117031242', u'x-compute-request-id': 'req-c96edfce-95bf-441c-9d6a-d22b352733f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:20:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c96edfce-95bf-441c-9d6a-d22b352733f4'} Body: 2018-08-12 20:20:49,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4724d5f0-4c65-4417-a9df-0eb82321ca72 2.757s 2018-08-12 20:20:49,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4724d5f0-4c65-4417-a9df-0eb82321ca72', u'date': 'Sun, 12 Aug 2018 20:20:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f00b19c7-9e18-4ae1-b372-91d59afffc12'} Body: 2018-08-12 20:20:50,721 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4 1.459s 2018-08-12 20:20:50,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/bb4ef7b8-ba0d-4e05-a535-d1ffe580aec4', u'date': 'Sun, 12 Aug 2018 20:20:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a14631f8-4add-4415-b1bc-9ae7d4a4adef'} Body: 2018-08-12 20:20:53,403 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/dc9e52f9-be1b-4519-89a9-17ef14470457 2.680s 2018-08-12 20:20:53,403 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/dc9e52f9-be1b-4519-89a9-17ef14470457', u'date': 'Sun, 12 Aug 2018 20:20:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b372c88-854d-4014-a3be-68fa0e16c13c'} Body: 2018-08-12 20:20:54,948 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8798a3a0-8444-4eb4-801b-fb01ec689bc6 1.543s 2018-08-12 20:20:54,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/8798a3a0-8444-4eb4-801b-fb01ec689bc6', u'date': 'Sun, 12 Aug 2018 20:20:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c79f80b2-f1bb-4230-b899-74b00d79c573'} Body: 2018-08-12 20:20:55,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7a36c34d-eba3-41a0-bf01-bd2cf30517b2 0.535s 2018-08-12 20:20:55,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/7a36c34d-eba3-41a0-bf01-bd2cf30517b2', u'date': 'Sun, 12 Aug 2018 20:20:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d6912ff-3bb1-47e4-8257-bfcae0f6b509'} 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 801, in test_bgpvpn_negative_delete_router_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-12 20:20:55,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.316s 2018-08-12 20:20:55,825 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1732659298 description", "name": "tempest-secgroup-smoke-1732659298"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:20:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c3e2731-a8dd-4a6c-99ac-cffb47f40b67'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1732659298 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:55Z", "updated_at": "2018-08-12T20:20:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:20:55Z", "revision_number": 0, "id": "10b04b8f-9af7-435d-9a49-22f6d982c07c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:20:55Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:20:55Z", "revision_number": 0, "id": "88bc7f16-ec58-4875-a5fc-bcbec7aac603", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:20:55Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "name": "tempest-secgroup-smoke-1732659298"}} 2018-08-12 20:20:56,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.716s 2018-08-12 20:20:56,543 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba06e277-c335-4068-8284-f0f05877bafb'} 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-12T20:20:56Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ed922702-cc9b-4c4e-96e0-59e59e85e571"}} 2018-08-12 20:20:56,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.322s 2018-08-12 20:20:56,867 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c4a4904-b568-447d-b312-a454e07eed6a'} 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-12T20:20:56Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "40e77bf9-7b21-460d-a471-9e65b8a1831f"}} 2018-08-12 20:20:57,118 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.250s 2018-08-12 20:20:57,119 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64e5af8a-7abc-4210-81d7-693b66c3d765'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f99c8fcc-74d4-42ef-8fa1-5dc6e640f0e1"}} 2018-08-12 20:20:57,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.411s 2018-08-12 20:20:57,531 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00507164-38ce-4495-af4b-53baed020934'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b5b727f8-2665-4970-9bf4-139c49fcf95b"}} 2018-08-12 20:20:57,722 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-12 20:20:57,723 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89ab9307-0cb9-4a21-a6ef-bd14d49831e3'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "14a54fff-6b1a-4c80-8b15-7b349bb512a5"}} 2018-08-12 20:20:57,902 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-12 20:20:57,903 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:20:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4a7278d-ce7e-429f-a9c5-b079dffa5269'} 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-12T20:20:57Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fe0f2273-af8d-4fb5-9a47-63f90bc0dea8"}} 2018-08-12 20:20:58,255 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-12 20:20:58,256 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7cc2ca14-6966-4cfe-b7b4-7b56a7ad1bf9'} 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-12T20:20:58Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5f6b73b8-965c-4ab1-81e4-851832eb8a6a"}} 2018-08-12 20:20:58,453 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-12 20:20:58,453 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "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': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fef5f408-f43a-4ea3-a810-9a2d44682ce5'} 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-12T20:20:58Z", "security_group_id": "7e645250-78f8-4e09-a77b-a1655e3073f4", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:20:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2c606ceb-2497-4e0f-a6d5-d8e83d5ec0ee"}} 2018-08-12 20:20:58,894 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.439s 2018-08-12 20:20:58,894 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-215644930"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:20:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1a8613a-a3dd-4e31-97dc-e495e369ecb4'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:20:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"9524d14f-0d92-4509-a147-8f5fb2980e73","name":"tempest-A-215644930"}} 2018-08-12 20:20:59,529 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.634s 2018-08-12 20:20:59,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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "name": "tempest-subnet-A-1-1351382674"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:20:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0f33d98e-3db4-41f6-9921-f65a559445fe'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9524d14f-0d92-4509-a147-8f5fb2980e73","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:59Z","dns_nameservers":[],"updated_at":"2018-08-12T20:20: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":"01ace95cf526467b9409c6248a7c6876","id":"a1ed5267-4f81-40bd-b1a0-fc863828472f","subnetpool_id":null,"name":"tempest-subnet-A-1-1351382674"}} 2018-08-12 20:21:00,084 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.553s 2018-08-12 20:21:00,084 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1192854444"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:21:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31f5e09f-bb14-499b-9fec-c1f5a4afdfb8'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:20:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:20:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","name":"tempest-B-1192854444"}} 2018-08-12 20:21:01,440 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.354s 2018-08-12 20:21:01,440 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "name": "tempest-subnet-B-1-761935424"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:21:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9923d435-3688-4fc2-8504-9e09198a85fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:21:00Z","dns_nameservers":[],"updated_at":"2018-08-12T20:21: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":"01ace95cf526467b9409c6248a7c6876","id":"74c85f52-5786-4c42-a859-22be2fc79474","subnetpool_id":null,"name":"tempest-subnet-B-1-761935424"}} 2018-08-12 20:21:02,040 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.598s 2018-08-12 20:21:02,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--393952612", "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': 'Sun, 12 Aug 2018 20:21:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-348ed2ce-16fe-4942-806a-7c55699b93a5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:01Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:01Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "name": "tempest-router--393952612"}} 2018-08-12 20:21:03,929 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/ef7d5931-dab2-4ada-ba0b-a26d07f454ff 1.887s 2018-08-12 20:21:03,930 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff', u'date': 'Sun, 12 Aug 2018 20:21:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f38d5aa7-b496-4547-a0b8-d1d9a3995eca'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:01Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:03Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "name": "tempest-router--393952612"}} 2018-08-12 20:21:06,243 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/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/add_router_interface 2.312s 2018-08-12 20:21:06,243 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5728604f-2a7a-484d-a9c4-acb193a07a75'} Body: {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474", "subnet_ids": ["74c85f52-5786-4c42-a859-22be2fc79474"], "port_id": "a09d37d3-ebcd-490f-920e-0b2807ba808d", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"} 2018-08-12 20:21:06,693 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.448s 2018-08-12 20:21:06,694 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d9d317c-91ca-4323-8330-8b4d0095625d'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "946e81fa-08f6-4c13-ba51-b3a72caebb19"}} 2018-08-12 20:21:06,985 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/946e81fa-08f6-4c13-ba51-b3a72caebb19/network_associations 0.290s 2018-08-12 20:21:06,986 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19/network_associations', u'date': 'Sun, 12 Aug 2018 20:21:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7df2353c-90a1-4730-9fc5-484c0333cc0f'} Body: {"network_association": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "id": "fe720ff3-4753-490f-bf5b-5b03c63857ec"}} 2018-08-12 20:21:07,793 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/946e81fa-08f6-4c13-ba51-b3a72caebb19/router_associations 0.807s 2018-08-12 20:21:07,794 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/946e81fa-08f6-4c13-ba51-b3a72caebb19/router_associations', u'date': 'Sun, 12 Aug 2018 20:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29c8d834-9b23-4b28-b90c-9f6c0ca6d0dd'} Body: {"router_association": {"router_id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff", "id": "8b6a656a-f4d8-4bfc-b240-25cfaea3e7a7"}} 2018-08-12 20:21:08,170 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.375s 2018-08-12 20:21:08,171 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-579861285"}} 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-7e2978dd-dc12-4136-806f-3cad8efb59b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e2978dd-dc12-4136-806f-3cad8efb59b1'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiXdVevLZJfHrSBurS4kThCzyydJMyeAPDXcOWZSPOAT4OCxXPFiiQlEkVVECDsZvpkUh6WZReeLPxsq6xKqlqwnMVZvy4i+07qlByXdZy3ymBi4qWflLjJUC1s+6y+XcK2HN3lH2noRksw9F0rZjrjTv97pTFpnllqCal3KKMkITxGoqTu18AEzOjChtSwM/6PAyLckTQ1HNULHcyp/wM0X6CUNXsHrKfxbFkrFTJjvhUh8qfmqIMvEIoSGi8uuOoRcQr3pkehSYjwPvIXcfAj/jYo2DTAR+SpegOp4xaR0uBRC7gwCRsZjeNHtPHKOh0UapAqF4RUsx9X7qd8HSf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAol3VXry2SXx60gbq0uJE4Qs8snSTMngDw13DlmUjzgE+DgsV\nzxYokJRJFVRAg7Gb6ZFIelmUXniz8bKusSqpasJzFWb8uIvtO6pQcl3Wct8pgYuK\nln5S4yVAtbPusvl3Cthzd5R9p6EZLMPRdK2Y6407/e6UxaZ5ZagmpdyijJCE8RqK\nk7tfABMzowobUsDP+jwMi3JE0NRzVCx3Mqf8DNF+glDV7B6yn8WxZKxUyY74VIfK\nn5qiDLxCKEhovLrjqEXEK96ZHoUmI8D7yF3HwI/42KNg0wEfkqXoDqeMWkdLgUQu\n4MAkbGY3jR7TxyjodFGqQKheEVLMfV+6nfB0nwIDAQABAoIBAFbgtHnTqgoaJDHb\nZ6zdS5PLCnhGbji0BPd1ZWFEzuq8uXKUNeAv8BakcZKLGVYeI9nPViO5aO0/0rEC\nNf0wYaRxVVjfWVx56r9hO1hmo4elpzTc8JPkFf/agAx5scBsQWk5NleGydF3HtxY\nDuxKsyde0/nkvhAgKpbdaYiYTRW+qGT9E7DGE0Kur6smjsAYan/0hw3+YjNkyU6C\n7evG+2cqXhq/VlgdigUhEJBxqp4ZR85HOz6eswEXtVkCMgToFPz6iDUAg/Cdb1Tp\nwWqFNFi6g7h7cKXwKLONHARbH89T6KZKv3L4W9O2dUdEWeFppvpzJmuExT/EO6Gc\n8poCk8ECgYEAzLJaRM3UNxsbBp9UDZHhiNvuLPrBjbniBD1arvZnthhh7HhbMFPH\nt1OkTV51rIPKkRbtas2kpG+zAMw/Xgl8rVKkRL8B6Q7FYk7odTHO7IWNyFlB79PJ\nEQXov3wu/0G51QIKrYsEHCnQ556CeN+J4shZLNC/ZYLvH0mNeNUXeGECgYEAyw+D\nvZ+T+dEN+NVD0bX8d6fKbl69Bag+xKdmgD3osKtxEoYGbfpeg7pfLstDBgoYX0Wc\ndzYg/gQ2qtYi6BaxxQajP5v80vpbP1QH+48Zkg9ajJOQl9iweIXvt17BJOyqSOA4\nkLu6ggsZS2woK2kh0agDUTqYL/gM8Ez7M+3LDP8CgYEAsLYT6awLVVtIFIp9pI1Y\nt66tyhTb/T8ImIJjBAJifDhGaT9p8amSE3jYsZYnXjwUJvc1FOvdA7wOO1UYK1Vj\nVbmvaE3BF3KSAhF+6pWKPnP5d4leu+0IenKwgIZziBc0l2gA0drePHX5C8uydSj9\nv1MYcPDxGnBTgJ4dzL+hWGECgYEAxWJiY/vvooGlPEFKOFrXfBR9QQYUZaBiy1QR\n3gzP2JP+SMxBCby7DP8oMNtiXkeH42xOKM9UCLdd0Hhw2/vbd7L5Ewb1Hrw/4HI1\nhEFY0NLd6RI0FnaLK8y99RhFVTg8WrSiJ4ZkSK6zOs56yZ/bQOo5t0bm0pIjOZ8K\n/DJlE08CgYEAsgvEyFIQDRKEoW5eTQgq0XVXASIbjNWKDIxlVmrycJ+p0SIGDSpD\n7lpNAZewwCuX0zH1pV9sSGjzyRbcwAEM535zHQ3j9vZ1UnYuv7RM4t8x16rmY6SM\n1m7rB/yKEpQ5vx7HQsDW38bXu2jSw0Y+g8uXGjTamyW/UPhUd7XuUE0=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-579861285", "fingerprint": "ab:b9:66:fa:e4:7f:e8:6e:4d:ba:19:8e:75:1d:a3:73"}} 2018-08-12 20:21:09,254 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.079s 2018-08-12 20:21:09,255 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2116889249", "security_groups": ["7e645250-78f8-4e09-a77b-a1655e3073f4"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:21:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44024b26-6d4f-44b3-8d47-8051986fe978'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:21:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9524d14f-0d92-4509-a147-8f5fb2980e73","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:21:08Z","name":"tempest-port-smoke-2116889249","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a5:ff:b7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"a1ed5267-4f81-40bd-b1a0-fc863828472f","ip_address":"10.101.11.10"}],"id":"a95da2eb-39b9-4049-bac1-e4fde11f1a3b","security_groups":["7e645250-78f8-4e09-a77b-a1655e3073f4"],"device_id":""}} 2018-08-12 20:21:12,575 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.319s 2018-08-12 20:21:12,575 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-579861285", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "9524d14f-0d92-4509-a147-8f5fb2980e73", "port": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e63184af-7999-42bb-9b8a-ccab2b60daf0', 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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e63184af-7999-42bb-9b8a-ccab2b60daf0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "582f663e-1bfd-4060-829e-ee4545c61721", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "adminPass": "jiCLPX9YE54m"}} 2018-08-12 20:21:12,914 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/582f663e-1bfd-4060-829e-ee4545c61721 0.335s 2018-08-12 20:21:12,915 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-e7ceb003-b5bf-4d9e-adf0-248236751502', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7ceb003-b5bf-4d9e-adf0-248236751502'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:14,292 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/582f663e-1bfd-4060-829e-ee4545c61721 0.362s 2018-08-12 20:21:14,293 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-2f4ff1a1-9d80-4d4f-9c06-b2a3df54ac04', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f4ff1a1-9d80-4d4f-9c06-b2a3df54ac04'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:16,421 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/582f663e-1bfd-4060-829e-ee4545c61721 1.113s 2018-08-12 20:21:16,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': '1399', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-d68a0682-26b9-4c7e-908c-433d40da4ebe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d68a0682-26b9-4c7e-908c-433d40da4ebe'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:16,435 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 20:21:18,581 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/582f663e-1bfd-4060-829e-ee4545c61721 1.144s 2018-08-12 20:21:18,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-7bfeb4e7-3089-4346-a128-94dc845b47cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7bfeb4e7-3089-4346-a128-94dc845b47cb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:15Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:18,595 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:21:20,205 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/582f663e-1bfd-4060-829e-ee4545c61721 0.608s 2018-08-12 20:21:20,206 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-eec374d4-ed90-4d39-ac83-bf45bfc9f938', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eec374d4-ed90-4d39-ac83-bf45bfc9f938'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:20,220 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:21:21,166 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/582f663e-1bfd-4060-829e-ee4545c61721 0.945s 2018-08-12 20:21:21,166 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-56f78ad0-b6ae-4a15-b634-11f06921406c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56f78ad0-b6ae-4a15-b634-11f06921406c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:21,180 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 582f663e-1bfd-4060-829e-ee4545c61721 with status: ACTIVE 2018-08-12 20:21:22,248 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.067s 2018-08-12 20:21:22,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1402214793", "security_groups": ["7e645250-78f8-4e09-a77b-a1655e3073f4"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:21:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b75cd3a5-2f8c-4183-9425-b54d31e3e517'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:21:21Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a1e048e6-1600-4e4b-9055-8c1456fecc0b","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:21:21Z","name":"tempest-port-smoke-1402214793","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:41:3d:7e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"74c85f52-5786-4c42-a859-22be2fc79474","ip_address":"10.102.21.20"}],"id":"d00662b1-577f-47b3-b908-9ade28625e22","security_groups":["7e645250-78f8-4e09-a77b-a1655e3073f4"],"device_id":""}} 2018-08-12 20:21:25,647 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.397s 2018-08-12 20:21:25,648 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-579861285", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "port": "d00662b1-577f-47b3-b908-9ade28625e22"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-85695ee6-3f86-4431-8dfa-7d84d8d3556e', 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85695ee6-3f86-4431-8dfa-7d84d8d3556e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "adminPass": "P3c6YALjX9fm"}} 2018-08-12 20:21:25,997 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.345s 2018-08-12 20:21:25,998 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-90b3d2f9-1625-4d59-a6bf-f0a27f7997b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90b3d2f9-1625-4d59-a6bf-f0a27f7997b6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:27,552 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.540s 2018-08-12 20:21:27,553 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-1a359085-be25-493d-8dab-1e2e26c68f9a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a359085-be25-493d-8dab-1e2e26c68f9a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:21:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:29,168 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.599s 2018-08-12 20:21:29,169 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-5a8c1099-1c48-4844-934a-f5b73a1ed2cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a8c1099-1c48-4844-934a-f5b73a1ed2cc'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:27Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:29,182 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:21:30,612 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.428s 2018-08-12 20:21:30,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b45e4038-d690-4f2f-8c09-768cfa96bc8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b45e4038-d690-4f2f-8c09-768cfa96bc8f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:30,626 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:21:32,338 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.709s 2018-08-12 20:21:32,338 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-41ed85b1-7ca9-4b90-bc0f-fcaf701db064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-41ed85b1-7ca9-4b90-bc0f-fcaf701db064'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:21:29Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:34,516 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/933008fc-6237-4ecc-ad3c-daef412d6955 1.163s 2018-08-12 20:21:34,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-f6b48182-0747-4ccb-a03d-de349ecff5a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6b48182-0747-4ccb-a03d-de349ecff5a2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:32Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:34,531 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:21:35,294 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/933008fc-6237-4ecc-ad3c-daef412d6955 0.763s 2018-08-12 20:21:35,295 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b3979f7a-d141-4c6b-b575-350ab0117358', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:21:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3979f7a-d141-4c6b-b575-350ab0117358'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:21:32Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:21:35,308 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 933008fc-6237-4ecc-ad3c-daef412d6955 with status: ACTIVE 2018-08-12 20:21:35,453 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.144s 2018-08-12 20:21:35,453 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--222852585", "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': 'Sun, 12 Aug 2018 20:21:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2df94ab1-2f77-444e-9744-91118979992e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:35Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:35Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "name": "tempest-router--222852585"}} 2018-08-12 20:21:36,974 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/d5388f31-f217-42a8-b81d-fbc6f6d5fa36 1.519s 2018-08-12 20:21:36,975 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36', u'date': 'Sun, 12 Aug 2018 20:21:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35399ee1-d723-448a-b1c2-1af7ee4fa636'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:35Z", "admin_state_up": true, "updated_at": "2018-08-12T20:21:36Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "name": "tempest-router--222852585"}} 2018-08-12 20:21:39,362 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/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/add_router_interface 2.386s 2018-08-12 20:21:39,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:21:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-35fc6644-d153-45fd-b002-fd75bde2fcd9'} Body: {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f", "subnet_ids": ["a1ed5267-4f81-40bd-b1a0-fc863828472f"], "port_id": "8ed3bb78-0364-4e32-8d65-b18c0a366ae7", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36"} 2018-08-12 20:21:41,457 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/floatingips 2.093s 2018-08-12 20:21:41,458 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:21:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-effd907d-c599-4fcd-a8cb-99de9e610761'} Body: {"floatingip": {"router_id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:21:40Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "a95da2eb-39b9-4049-bac1-e4fde11f1a3b", "id": "cc498768-eda1-462c-914e-e02ad02d07a3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:21:40Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:21:41,459 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:21:43,461 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:21:43,564 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:21:43,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:21:43,703 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-12 20:21:43,704 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:21:43,706 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:21:43,767 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:21:43,770 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:21:48,778 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:21:48,778 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-12 20:22:58,849 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-12 20:22:58,850 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:22:58,852 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:22:58,913 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:22:58,917 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:23:03,923 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:23:03,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.203. 2018-08-12 20:24:13,994 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:24:13,995 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-12 20:24:13,995 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:13,999 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,060 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,064 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14,070 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:24:14,070 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:5e:72:93 [ether] on eth0 2018-08-12 20:24:14,070 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-12 20:24:14,071 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14,073 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,132 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,137 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14,145 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:24:14,146 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-12 20:24:14,146 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14,148 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,208 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,212 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14,219 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-12 20:24:14,219 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14,222 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,285 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,285 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:14,291 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:24:14,291 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:5e:72:93 [ether] on eth0 2018-08-12 20:24:14,291 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-12 20:24:14,292 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:24:14,294 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:24:14,352 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:24:14,357 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:24:19,363 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:24:19,364 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-12 20:25:29,401 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-12 20:25:29,402 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:25:29,406 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:25:29,508 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:25:29,534 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:25:34,543 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) 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-12 20:25:34,544 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-12 20:26:44,598 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:26:44,599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:26:44.599 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-12 20:26:44.599 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:26:46,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/cc498768-eda1-462c-914e-e02ad02d07a3 1.494s 2018-08-12 20:26:46,095 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cc498768-eda1-462c-914e-e02ad02d07a3', u'date': 'Sun, 12 Aug 2018 20:26:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-848400a3-a7c9-4ac4-abc8-5ef9eddd0e41'} Body: 2018-08-12 20:26:47,972 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/remove_router_interface 1.875s 2018-08-12 20:26:47,972 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:26:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de36758c-507d-4a97-9697-805be561cb39'} Body: {"network_id": "9524d14f-0d92-4509-a147-8f5fb2980e73", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "a1ed5267-4f81-40bd-b1a0-fc863828472f", "subnet_ids": ["a1ed5267-4f81-40bd-b1a0-fc863828472f"], "port_id": "8ed3bb78-0364-4e32-8d65-b18c0a366ae7", "id": "d5388f31-f217-42a8-b81d-fbc6f6d5fa36"} 2018-08-12 20:26:49,757 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/d5388f31-f217-42a8-b81d-fbc6f6d5fa36 1.784s 2018-08-12 20:26:49,758 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d5388f31-f217-42a8-b81d-fbc6f6d5fa36', u'date': 'Sun, 12 Aug 2018 20:26:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4308d78f-8341-4dd3-8a4e-7fce3cc11ea6'} Body: 2018-08-12 20:26:50,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.854s 2018-08-12 20:26:50,614 63 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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-ff169806-4841-42c8-8d77-d0b04b3d9ae6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff169806-4841-42c8-8d77-d0b04b3d9ae6'} Body: 2018-08-12 20:26:51,777 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 1.162s 2018-08-12 20:26:51,778 63 DEBUG [tempest.lib.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/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-b0a8dfe6-d055-455f-bd94-7dad2df14c40', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0a8dfe6-d055-455f-bd94-7dad2df14c40'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1192854444": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:3d:7e", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/933008fc-6237-4ecc-ad3c-daef412d6955", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:32.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "933008fc-6237-4ecc-ad3c-daef412d6955", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:26:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-2", "created": "2018-08-12T20:21:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:26:52,845 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955 0.050s 2018-08-12 20:26:52,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/933008fc-6237-4ecc-ad3c-daef412d6955', u'x-compute-request-id': 'req-a78bbfa7-4eff-4174-8f67-93a8ce0aacf7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:52 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a78bbfa7-4eff-4174-8f67-93a8ce0aacf7'} Body: {"itemNotFound": {"message": "Instance 933008fc-6237-4ecc-ad3c-daef412d6955 could not be found.", "code": 404}} 2018-08-12 20:26:53,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d00662b1-577f-47b3-b908-9ade28625e22 0.874s 2018-08-12 20:26:53,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/d00662b1-577f-47b3-b908-9ade28625e22', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce428b8d-f812-4d18-9a55-73707ca1c5c4'} Body: 2018-08-12 20:26:53,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.197s 2018-08-12 20:26:53,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-5ddd1a09-8f97-4bf1-96c8-1f63c6b6b703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5ddd1a09-8f97-4bf1-96c8-1f63c6b6b703'} Body: 2018-08-12 20:26:54,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.983s 2018-08-12 20:26:54,903 63 DEBUG [tempest.lib.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/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-b0d00db0-756e-43bb-8500-400147bf2413', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0d00db0-756e-43bb-8500-400147bf2413'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-215644930": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:ff:b7", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/582f663e-1bfd-4060-829e-ee4545c61721", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:21:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "582f663e-1bfd-4060-829e-ee4545c61721", "security_groups": [{"name": "tempest-secgroup-smoke-1732659298"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:26:53Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-579861285", "name": "server-1", "created": "2018-08-12T20:21:12Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:26:55,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721 0.053s 2018-08-12 20:26:55,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/582f663e-1bfd-4060-829e-ee4545c61721', u'x-compute-request-id': 'req-c74b8467-d2e5-4b5a-905a-1eb5189a972a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-c74b8467-d2e5-4b5a-905a-1eb5189a972a'} Body: {"itemNotFound": {"message": "Instance 582f663e-1bfd-4060-829e-ee4545c61721 could not be found.", "code": 404}} 2018-08-12 20:26:56,895 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a95da2eb-39b9-4049-bac1-e4fde11f1a3b 0.922s 2018-08-12 20:26:56,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/ports/a95da2eb-39b9-4049-bac1-e4fde11f1a3b', u'date': 'Sun, 12 Aug 2018 20:26:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6e646870-cc4d-449c-8f80-f39d9a8a87ca'} Body: 2018-08-12 20:26:56,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-579861285 0.072s 2018-08-12 20:26:56,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-579861285', u'x-compute-request-id': 'req-bf1bd808-dc0a-41e3-a427-8cffab23c0ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:26:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf1bd808-dc0a-41e3-a427-8cffab23c0ff'} Body: 2018-08-12 20:26:58,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/remove_router_interface 1.634s 2018-08-12 20:26:58,605 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:26:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9086bc49-650e-41df-925c-918497fd49b8'} Body: {"network_id": "a1e048e6-1600-4e4b-9055-8c1456fecc0b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "74c85f52-5786-4c42-a859-22be2fc79474", "subnet_ids": ["74c85f52-5786-4c42-a859-22be2fc79474"], "port_id": "a09d37d3-ebcd-490f-920e-0b2807ba808d", "id": "ef7d5931-dab2-4ada-ba0b-a26d07f454ff"} 2018-08-12 20:27:00,416 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/ef7d5931-dab2-4ada-ba0b-a26d07f454ff 1.809s 2018-08-12 20:27:00,416 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ef7d5931-dab2-4ada-ba0b-a26d07f454ff', u'date': 'Sun, 12 Aug 2018 20:27:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6635e9ae-5651-49d8-b1f1-544d55737782'} Body: 2018-08-12 20:27:02,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/74c85f52-5786-4c42-a859-22be2fc79474 2.326s 2018-08-12 20:27:02,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/74c85f52-5786-4c42-a859-22be2fc79474', u'date': 'Sun, 12 Aug 2018 20:27:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0f10fce4-8c68-4c56-9b4d-9657a8ed4ac7'} Body: 2018-08-12 20:27:04,499 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a1e048e6-1600-4e4b-9055-8c1456fecc0b 1.754s 2018-08-12 20:27:04,499 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a1e048e6-1600-4e4b-9055-8c1456fecc0b', u'date': 'Sun, 12 Aug 2018 20:27:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cda449f5-ac79-4645-a906-b8ac3504f69d'} Body: 2018-08-12 20:27:06,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a1ed5267-4f81-40bd-b1a0-fc863828472f 2.452s 2018-08-12 20:27:06,953 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a1ed5267-4f81-40bd-b1a0-fc863828472f', u'date': 'Sun, 12 Aug 2018 20:27:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4ca9c608-066a-46a6-8983-ae73b87be90a'} Body: 2018-08-12 20:27:09,252 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/9524d14f-0d92-4509-a147-8f5fb2980e73 2.297s 2018-08-12 20:27:09,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/9524d14f-0d92-4509-a147-8f5fb2980e73', u'date': 'Sun, 12 Aug 2018 20:27:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0bef86bb-caec-4f60-a13c-edcaa7bff104'} Body: 2018-08-12 20:27:09,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/7e645250-78f8-4e09-a77b-a1655e3073f4 0.517s 2018-08-12 20:27:09,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/7e645250-78f8-4e09-a77b-a1655e3073f4', u'date': 'Sun, 12 Aug 2018 20:27:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3b91795-eaec-4d42-8b8e-ced5eb64497d'} 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-12 20:29:56,314 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.256s 2018-08-12 20:29:56,315 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-128668083 description", "name": "tempest-secgroup-smoke-128668083"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03a3f5a6-004a-4516-ba54-9bdd226e6e73'} Body: {"security_group": {"description": "tempest-secgroup-smoke-128668083 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "updated_at": "2018-08-12T20:29:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:29:56Z", "revision_number": 0, "id": "3ddf9959-18de-44e6-b11d-72aaa16a17a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:29:56Z", "revision_number": 0, "id": "eb914682-3bc7-40b7-b3f3-31ddc79f97ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "name": "tempest-secgroup-smoke-128668083"}} 2018-08-12 20:29:56,560 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-12 20:29:56,561 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7656e65a-cc77-4e54-b8ef-583283862e7b'} 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-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c4f66b44-dd59-4e44-b8dd-bf49bb77c704"}} 2018-08-12 20:29:56,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.256s 2018-08-12 20:29:56,819 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2551e0a8-4bd3-4e01-b1b5-ed4db017a689'} 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-12T20:29:56Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:56Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bfeb6277-b4c4-4bb3-aa2b-2b25f8fad178"}} 2018-08-12 20:29:57,351 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.530s 2018-08-12 20:29:57,351 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b1c29bf-baa8-4cfb-8876-3d64a0321de7'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bd52546c-7137-4f7d-bc3d-9f9ce91239aa"}} 2018-08-12 20:29:57,560 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-12 20:29:57,560 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e78c1490-5256-4f78-9d1e-f643ec9eae42'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "02cd3db2-30df-4476-b8e8-8cb976ee40cd"}} 2018-08-12 20:29:57,778 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.217s 2018-08-12 20:29:57,779 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6281604-bedc-4457-8ef5-9a5a934a0ed2'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d314a955-6754-44fc-97e8-f2d9723dfb47"}} 2018-08-12 20:29:57,977 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-12 20:29:57,977 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:29:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-891020bf-2609-4049-8650-3eb5deb8d898'} 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-12T20:29:57Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ed9722a-ff94-4309-9583-05d063da119d"}} 2018-08-12 20:29:58,153 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.174s 2018-08-12 20:29:58,153 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2f42fef5-1428-4e0a-b3b0-7b54897aa663'} 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-12T20:29:58Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2075d534-93cd-43fa-9979-24608735655d"}} 2018-08-12 20:29:58,344 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-12 20:29:58,345 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "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': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a650130d-eba7-4031-ae3f-a666397c0379'} 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-12T20:29:58Z", "security_group_id": "73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:29:58Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ed81b28-9e4e-412f-96af-95605f066f3d"}} 2018-08-12 20:29:58,608 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.262s 2018-08-12 20:29:58,608 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1478397137"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:29:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93ddab81-1e77-4829-961b-c891be816ccc'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:29:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0e191052-6b24-411d-b324-00dcd3b5abaa","name":"tempest-A-1478397137"}} 2018-08-12 20:29:59,522 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.913s 2018-08-12 20:29:59,524 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "name": "tempest-subnet-A-1-727197509"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5fdc205-2b8d-4422-b2fe-709503db6653'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e191052-6b24-411d-b324-00dcd3b5abaa","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:59Z","dns_nameservers":[],"updated_at":"2018-08-12T20:29: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":"01ace95cf526467b9409c6248a7c6876","id":"7600b987-6e95-433b-8f82-baaf784e08e3","subnetpool_id":null,"name":"tempest-subnet-A-1-727197509"}} 2018-08-12 20:29:59,788 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.263s 2018-08-12 20:29:59,788 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1495148893"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:29:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-650bb367-ec54-4737-8cf9-6982ab754f3f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:29:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:29:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","name":"tempest-B-1495148893"}} 2018-08-12 20:30:00,493 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.703s 2018-08-12 20:30:00,493 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "name": "tempest-subnet-B-1-2132333213"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-11b050fc-1792-4aaa-86be-8b393966f1e7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:30:00Z","dns_nameservers":[],"updated_at":"2018-08-12T20:30: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":"01ace95cf526467b9409c6248a7c6876","id":"a0329f32-eca3-4c40-b965-670cd16f47b8","subnetpool_id":null,"name":"tempest-subnet-B-1-2132333213"}} 2018-08-12 20:30:00,982 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.488s 2018-08-12 20:30:00,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95b0d866-c1b4-40cf-9e59-3bd1a94c7011'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "396f3da5-d961-4b99-bad3-8616d7ddad23"}} 2018-08-12 20:30:01,348 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.365s 2018-08-12 20:30:01,349 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1180470735"}} 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-773683c6-fc6f-493f-9304-657795f6a6ee', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-773683c6-fc6f-493f-9304-657795f6a6ee'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIVLAs3CFORAwIFxdRiGZfua2uPw648iNlKYsvbN7wiipo1doAHGdZOAXoxWJZ9dL2b9ywwoEefhKLn57mnbW0qe0nUzMY8cayzJ65OBuUPT9s9ffpHXK4rWXlWyTyw4dJ/PRl9PCw011+5kWK61hdZ4bmDvJfb0F0xk99cvMdLXAmAIJknZmeVqa0I7Qy2CD/XPtGD15OunHdvKx42j5N9F8gHUSxH7tIwaXDSrOCefHF3Fnj199DnRizhgVE2yN0K1VCdvHVcys8xF50iS3ER9QrVX9EnwgU8wHiSv2PD4+trCm9AmxJiawgCAg5FXS/UuDGvWbhBf6+GleAOOz1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAyFSwLNwhTkQMCBcXUYhmX7mtrj8OuPIjZSmLL2ze8IoqaNXa\nABxnWTgF6MViWfXS9m/csMKBHn4Si5+e5p21tKntJ1MzGPHGssyeuTgblD0/bPX3\n6R1yuK1l5Vsk8sOHSfz0ZfTwsNNdfuZFiutYXWeG5g7yX29BdMZPfXLzHS1wJgCC\nZJ2ZnlamtCO0Mtgg/1z7Rg9eTrpx3byseNo+TfRfIB1EsR+7SMGlw0qzgnnxxdxZ\n49ffQ50Ys4YFRNsjdCtVQnbx1XMrPMRedIktxEfUK1V/RJ8IFPMB4kr9jw+Prawp\nvQJsSYmsIAgIORV0v1Lgxr1m4QX+vhpXgDjs9QIDAQABAoIBAAareyojMiCu90+V\npTsbtXzea7/vbYgO18rYdT/g+hM8JmlTJWz3hSFdUiUL3VhtbNazpr9j2nSvceKg\nL+QxwAkB11mF1Z+w/RKa6XX1PkXTPDdegSCL0HQBofDe9f33MJvwBhsW6qSYhPZi\nqFIVv91sQvuJ59vxklZW+/KLTzjbaUcKcn9SuVLCtQDBIpZE8d7JI+nSyrxy0H7L\n8IJLhISugy3xEAS65lkLLyZHX9WZVPuqnguFBP9sVacnPF01wwABYiHyjRhiHknV\nbWJEL0qYK/mJK4sZsEZH8pAdItb06vdQ2sdw1fRRby/UlMj5C1E0qVfA5jElSTCC\nzmAgUMECgYEA+g9MZnmSH2E4oFKnpB1DhHDKyJCErdf2sJr5NtalMNzPQW2YRTxB\nsvmNWuzbLXZKaSXLrACcJ5cV5Qt/ePQbYOsfXWgFb9Qh4ZsCxms/JidwPXfOkW8T\nWRBFRoKltIxKfXl3ACzXryDHY5wTZsiBTZq9h6ijDvOaZxRhqc8w47kCgYEAzRb4\ncg+Bqe692OwlFgU1zDjOa52GZmeQucw3ONUfXptCsqUdwgDYCjF1gGZyj43PBoN8\nLnVLJLuftqZHXgmi36it28Yu+vkyeFUPWpg9aSJrWX4gux5gWOgGkG0OS5S/ruu5\nBdy1BFtHnvOswaOEZcOtN7+/End0PCynrg0qqR0CgYEAn4VC59yGKx6KUTxpVXiV\nqdeKhYgsG/q5lNBIS4OCvjkevk575S8bemFYm7id2dKshYdm9sMs2tS3UvaSy0Zu\ncNWNnLjPPxfExXdtvcaM8noWUCAt1vlVDmwixWhy7UrR+lmSYLo6na37hL/8YIVo\nd2lPn0slOlSNG1UVOI7EUYECgYEAoT58GwFCCp7fuFsBVWzHPUc0U7vH3V9zlACR\nMietwC4FpHrZCJytPmZgYZEqZN8zc4WQ7t3dNIYnLe1Rkwe0fHAcMPyCF2QxYBZQ\nOgQT1ELxb60Qgs2BJqVV89sqMBZFFnvSPl+mGkTB7KDcpGmxQGk2GOyyhwxP4Lej\nJd7IOakCgYBf0kqtQsQI6+oT1ovqxj0sQgCSllL0UOxf2t8rQN8hT260YPZa/vLO\nZDNzjgPl7rPYPl55tzNms/1jGq17ezAz0LgdBr7lJK+KeMEH93YagagNZ8xrPgOs\nv4I8gD+/8CtznFvzPGrnZvQMqbZM2UUn0PT8i4f1DywaX8ZRiIhZng==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1180470735", "fingerprint": "b0:dc:38:46:27:1e:bb:a5:82:f5:80:1b:4c:96:dc:b5"}} 2018-08-12 20:30:02,398 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.045s 2018-08-12 20:30:02,398 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1043140016", "security_groups": ["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51e01b5d-c2c5-45b0-accd-71c40fc07398'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:30:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0e191052-6b24-411d-b324-00dcd3b5abaa","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:30:01Z","name":"tempest-port-smoke-1043140016","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4d:a7:fa","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"7600b987-6e95-433b-8f82-baaf784e08e3","ip_address":"10.101.11.10"}],"id":"9d6464dd-7d10-40aa-ade0-31bead5b7e07","security_groups":["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"],"device_id":""}} 2018-08-12 20:30:05,387 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.988s 2018-08-12 20:30:05,388 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-1180470735", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0e191052-6b24-411d-b324-00dcd3b5abaa", "port": "9d6464dd-7d10-40aa-ade0-31bead5b7e07"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-788e86f7-426c-433b-9b4e-f25fbe167b30', 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-788e86f7-426c-433b-9b4e-f25fbe167b30'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "adminPass": "63dtpNcGMCVa"}} 2018-08-12 20:30:05,746 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.353s 2018-08-12 20:30:05,746 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-ab5d727a-307b-40af-ab75-999f28731dcf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ab5d727a-307b-40af-ab75-999f28731dcf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:07,160 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.399s 2018-08-12 20:30:07,161 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-f8384cce-b9d7-430e-838e-93e0f89b2558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8384cce-b9d7-430e-838e-93e0f89b2558'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:08,873 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.697s 2018-08-12 20:30:08,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-13cd03a4-8811-4e49-bb08-b0f8ab3badba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13cd03a4-8811-4e49-bb08-b0f8ab3badba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:08,885 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:30:10,573 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.687s 2018-08-12 20:30:10,574 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-5228b1b0-d636-4799-922f-3c09b55b82d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5228b1b0-d636-4799-922f-3c09b55b82d4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:12,014 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.425s 2018-08-12 20:30:12,014 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-c1a6431b-0c95-414b-8580-b54be2e4f0d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1a6431b-0c95-414b-8580-b54be2e4f0d6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:07Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:13,733 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.703s 2018-08-12 20:30:13,733 63 DEBUG [tempest.lib.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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-c916ba24-b1b9-4a26-9eff-88c9e35e653c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c916ba24-b1b9-4a26-9eff-88c9e35e653c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:13,747 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:30:14,460 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/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.711s 2018-08-12 20:30:14,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-61a9bdd6-3920-44e0-8954-2b3f62ab8bea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61a9bdd6-3920-44e0-8954-2b3f62ab8bea'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:14,472 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 with status: ACTIVE 2018-08-12 20:30:15,265 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 0.792s 2018-08-12 20:30:15,266 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1084123450", "security_groups": ["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:30:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9c88293-4d33-48fd-89df-557fb8e21dc4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:30:14Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2c3e5ab1-44bc-478a-8b4e-531a2626f7f0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:30:14Z","name":"tempest-port-smoke-1084123450","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ff:7c:ba","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"a0329f32-eca3-4c40-b965-670cd16f47b8","ip_address":"10.102.21.20"}],"id":"f7b76b76-9f4f-4525-997d-3b61b025f5ac","security_groups":["73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e"],"device_id":""}} 2018-08-12 20:30:17,896 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.629s 2018-08-12 20:30:17,897 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-1180470735", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "port": "f7b76b76-9f4f-4525-997d-3b61b025f5ac"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-dab9a36f-d450-4923-8289-92d664d7675c', 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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dab9a36f-d450-4923-8289-92d664d7675c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "adminPass": "j8ciKQiBoMWw"}} 2018-08-12 20:30:18,235 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.334s 2018-08-12 20:30:18,236 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-9cfcc566-7747-422a-b771-1577f6c42c21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cfcc566-7747-422a-b771-1577f6c42c21'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:19,622 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.372s 2018-08-12 20:30:19,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-627102b6-d288-4c45-82bf-da02b95b4aa4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-627102b6-d288-4c45-82bf-da02b95b4aa4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:30:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:20,729 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.091s 2018-08-12 20:30:20,730 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6b77162c-7494-4427-aef5-98c28f7f6bdd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b77162c-7494-4427-aef5-98c28f7f6bdd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:20Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:20,743 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 20:30:22,367 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.623s 2018-08-12 20:30:22,368 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-bd5f7852-1d1b-40cc-9259-f03f74529d80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd5f7852-1d1b-40cc-9259-f03f74529d80'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:22,380 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:30:24,063 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.681s 2018-08-12 20:30:24,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6a41d433-228c-478f-9de8-2c757b359207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a41d433-228c-478f-9de8-2c757b359207'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:25,499 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.419s 2018-08-12 20:30:25,500 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-6f7616d4-2849-4b95-a9ae-905d4a6316b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f7616d4-2849-4b95-a9ae-905d4a6316b6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:30:21Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:27,472 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.957s 2018-08-12 20:30:27,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-56a066b5-f1fd-41d9-a42d-c8260efc5c79', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56a066b5-f1fd-41d9-a42d-c8260efc5c79'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:25Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:27,487 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:30:28,200 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/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.712s 2018-08-12 20:30:28,200 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-bb865602-06e9-43b5-9757-2c3162520d8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:30:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bb865602-06e9-43b5-9757-2c3162520d8d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:30:25Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:30:28,213 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7f36ed37-8d18-4e61-9816-f5fd10341e14 with status: ACTIVE 2018-08-12 20:30:28,486 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/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations 0.273s 2018-08-12 20:30:28,487 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations', u'date': 'Sun, 12 Aug 2018 20:30:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c3367a-487c-4071-93d2-e701bb6bb761'} Body: {"network_association": {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "id": "c5e7cbf0-a5ca-49a4-8b11-f89fc3d85066"}} 2018-08-12 20:30:28,792 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/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations 0.305s 2018-08-12 20:30:28,793 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/396f3da5-d961-4b99-bad3-8616d7ddad23/network_associations', u'date': 'Sun, 12 Aug 2018 20:30:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3917834a-4cd6-4e68-9661-aa692b417b56'} Body: {"network_association": {"network_id": "2c3e5ab1-44bc-478a-8b4e-531a2626f7f0", "id": "133ec37b-c4ca-4993-acc4-7e31b189c0f0"}} 2018-08-12 20:30:28,794 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:30:29,051 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.256s 2018-08-12 20:30:29,051 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--540412424", "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': 'Sun, 12 Aug 2018 20:30:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea013287-3f8d-43db-be48-a7e0beb2aec6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:28Z", "admin_state_up": true, "updated_at": "2018-08-12T20:30:28Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "name": "tempest-router--540412424"}} 2018-08-12 20:30:30,459 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/4c384f81-9b91-41a1-b890-aa4022eb3c5d 1.406s 2018-08-12 20:30:30,459 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d', u'date': 'Sun, 12 Aug 2018 20:30:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-107bba81-4762-4554-bdd0-cd2991353b42'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:28Z", "admin_state_up": true, "updated_at": "2018-08-12T20:30:30Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "name": "tempest-router--540412424"}} 2018-08-12 20:30:32,511 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/4c384f81-9b91-41a1-b890-aa4022eb3c5d/add_router_interface 2.051s 2018-08-12 20:30:32,512 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:30:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e11f3fd-3825-4d39-b9d7-04f860f68425'} Body: {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3", "subnet_ids": ["7600b987-6e95-433b-8f82-baaf784e08e3"], "port_id": "4a612459-b475-48e6-96fb-8b010ec5ea54", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d"} 2018-08-12 20:30:34,461 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 1.948s 2018-08-12 20:30:34,461 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "9d6464dd-7d10-40aa-ade0-31bead5b7e07"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:30:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33d3f2fa-6b26-4811-ad79-32b5e04ffaaf'} Body: {"floatingip": {"router_id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:30:33Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "9d6464dd-7d10-40aa-ade0-31bead5b7e07", "id": "97a1f549-4762-4319-8f0c-d964feb9452e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:30:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:30:34,462 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:30:37,474 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:30:37,579 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:30:37,602 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:30:37,717 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-12 20:30:37,717 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:30:37,719 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:30:37,780 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:30:37,784 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:30:42,792 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:30:42,792 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-12 20:31:52,835 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-12 20:31:52,836 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:31:52,840 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:31:52,903 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:31:52,905 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:31:57,912 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:31:57,912 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-12 20:33:07,970 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:33:07,970 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-12 20:33:07,971 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:07,975 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,034 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,039 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08,045 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:33:08,045 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:c2:75:50 [ether] on eth0 2018-08-12 20:33:08,046 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-12 20:33:08,046 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08,048 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,106 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,112 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08,122 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:33:08,122 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-12 20:33:08,122 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08,124 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,182 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,188 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08,194 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-12 20:33:08,194 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08,196 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,254 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,261 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:08,266 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:33:08,267 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:c2:75:50 [ether] on eth0 2018-08-12 20:33:08,267 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-12 20:33:08,267 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:33:08,269 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:33:08,330 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:33:08,333 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:33:13,340 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:33:13,341 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-12 20:34:23,401 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-12 20:34:23,402 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 20:34:23,406 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:34:23,468 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:34:23,471 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 20:34:28,478 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) 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-12 20:34:28,479 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-12 20:35:38,543 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:35:38,543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:35:38.543 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-12 20:35:38.543 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:35:40,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/97a1f549-4762-4319-8f0c-d964feb9452e 1.490s 2018-08-12 20:35:40,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/97a1f549-4762-4319-8f0c-d964feb9452e', u'date': 'Sun, 12 Aug 2018 20:35:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-418f0eff-2f56-40c1-8a5a-09b280628fe9'} Body: 2018-08-12 20:35:42,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/remove_router_interface 1.985s 2018-08-12 20:35:42,025 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:35:42 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc646564-3e8b-4ca7-a47c-393ff60347f2'} Body: {"network_id": "0e191052-6b24-411d-b324-00dcd3b5abaa", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "7600b987-6e95-433b-8f82-baaf784e08e3", "subnet_ids": ["7600b987-6e95-433b-8f82-baaf784e08e3"], "port_id": "4a612459-b475-48e6-96fb-8b010ec5ea54", "id": "4c384f81-9b91-41a1-b890-aa4022eb3c5d"} 2018-08-12 20:35:43,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/4c384f81-9b91-41a1-b890-aa4022eb3c5d 1.736s 2018-08-12 20:35:43,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4c384f81-9b91-41a1-b890-aa4022eb3c5d', u'date': 'Sun, 12 Aug 2018 20:35:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-efd22957-af7f-4720-9b45-4281bf41b19d'} Body: 2018-08-12 20:35:44,194 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.430s 2018-08-12 20:35:44,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-ef3ee97b-1446-427b-a714-6aade5dc09ea', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef3ee97b-1446-427b-a714-6aade5dc09ea'} Body: 2018-08-12 20:35:45,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.973s 2018-08-12 20:35:45,169 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-a9026e6c-cbdb-48a9-99d5-d3c482c1113a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a9026e6c-cbdb-48a9-99d5-d3c482c1113a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:44Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:35:46,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.638s 2018-08-12 20:35:46,824 63 DEBUG [tempest.lib.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/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-88b764d7-1415-4684-a4b6-be534cb70ebc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b764d7-1415-4684-a4b6-be534cb70ebc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1495148893": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:7c:ba", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:25.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f36ed37-8d18-4e61-9816-f5fd10341e14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:44Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-2", "created": "2018-08-12T20:30:17Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:35:47,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14 0.042s 2018-08-12 20:35:47,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f36ed37-8d18-4e61-9816-f5fd10341e14', u'x-compute-request-id': 'req-b3879ed9-6dae-48ce-a5b3-5602a3f541bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:47 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b3879ed9-6dae-48ce-a5b3-5602a3f541bc'} Body: {"itemNotFound": {"message": "Instance 7f36ed37-8d18-4e61-9816-f5fd10341e14 could not be found.", "code": 404}} 2018-08-12 20:35:48,719 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f7b76b76-9f4f-4525-997d-3b61b025f5ac 0.837s 2018-08-12 20:35:48,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/ports/f7b76b76-9f4f-4525-997d-3b61b025f5ac', u'date': 'Sun, 12 Aug 2018 20:35:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1725acdf-0813-4bea-b0dd-1d9cb6586cfd'} Body: 2018-08-12 20:35:49,056 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.335s 2018-08-12 20:35:49,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-5d6624ad-1d66-4ade-953c-738740578e66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d6624ad-1d66-4ade-953c-738740578e66'} Body: 2018-08-12 20:35:50,183 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 1.126s 2018-08-12 20:35:50,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': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-e7870af6-d30f-4bda-81e0-e3c57759c733', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7870af6-d30f-4bda-81e0-e3c57759c733'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1478397137": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a7:fa", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:30:12.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "fd42d9a9-42ea-4ce1-955e-5a5564c7ee38", "security_groups": [{"name": "tempest-secgroup-smoke-128668083"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:35:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1180470735", "name": "server-1", "created": "2018-08-12T20:30:05Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:35:51,247 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 0.048s 2018-08-12 20:35:51,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/fd42d9a9-42ea-4ce1-955e-5a5564c7ee38', u'x-compute-request-id': 'req-79d55a7a-3a88-48f9-85ae-cd499126ff8a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-79d55a7a-3a88-48f9-85ae-cd499126ff8a'} Body: {"itemNotFound": {"message": "Instance fd42d9a9-42ea-4ce1-955e-5a5564c7ee38 could not be found.", "code": 404}} 2018-08-12 20:35:52,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/9d6464dd-7d10-40aa-ade0-31bead5b7e07 0.847s 2018-08-12 20:35:52,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/ports/9d6464dd-7d10-40aa-ade0-31bead5b7e07', u'date': 'Sun, 12 Aug 2018 20:35:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-79d9df4a-57a7-467d-8c53-71c970220d34'} Body: 2018-08-12 20:35:52,165 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-1180470735 0.068s 2018-08-12 20:35:52,166 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-1180470735', u'x-compute-request-id': 'req-5d5a4e69-aa6b-4062-9194-d9196b6a0388', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:35:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5a4e69-aa6b-4062-9194-d9196b6a0388'} Body: 2018-08-12 20:35:54,801 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/a0329f32-eca3-4c40-b965-670cd16f47b8 2.634s 2018-08-12 20:35:54,802 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a0329f32-eca3-4c40-b965-670cd16f47b8', u'date': 'Sun, 12 Aug 2018 20:35:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e91a36a9-6211-40c2-b63e-1df56bcc727b'} Body: 2018-08-12 20:35:56,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/2c3e5ab1-44bc-478a-8b4e-531a2626f7f0 1.552s 2018-08-12 20:35:56,355 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/2c3e5ab1-44bc-478a-8b4e-531a2626f7f0', u'date': 'Sun, 12 Aug 2018 20:35:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-50fc9fc2-95ce-48ba-882f-75e662da3def'} Body: 2018-08-12 20:35:58,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/7600b987-6e95-433b-8f82-baaf784e08e3 2.607s 2018-08-12 20:35:58,964 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7600b987-6e95-433b-8f82-baaf784e08e3', u'date': 'Sun, 12 Aug 2018 20:35:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fdfcd8e0-dcbf-4fc3-8c0c-bd5b71b86064'} Body: 2018-08-12 20:36:00,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0e191052-6b24-411d-b324-00dcd3b5abaa 1.743s 2018-08-12 20:36:00,709 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0e191052-6b24-411d-b324-00dcd3b5abaa', u'date': 'Sun, 12 Aug 2018 20:36:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-97c19135-a592-4967-88f6-08d5d8dcd7ac'} Body: 2018-08-12 20:36:01,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e 0.294s 2018-08-12 20:36:01,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/73a2b5b0-dd96-4770-a3ca-8f6cd1c9735e', u'date': 'Sun, 12 Aug 2018 20:36:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-69ca05bf-6c43-43ca-b3d2-bf9f4aa52fe2'} 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-12 20:36:01,608 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.576s 2018-08-12 20:36:01,608 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1460964988 description", "name": "tempest-secgroup-smoke-1460964988"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:36:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21acacb3-c2db-49f3-b280-76d04c40d565'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1460964988 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:01Z", "updated_at": "2018-08-12T20:36:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:36:01Z", "revision_number": 0, "id": "63023461-0ae2-4493-85bd-2fd92e572fbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:36:01Z", "revision_number": 0, "id": "d3ab774c-a0a7-4840-b554-869920ea037c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5c231091-9218-4ddb-814a-643d9e42aa41", "name": "tempest-secgroup-smoke-1460964988"}} 2018-08-12 20:36:02,098 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-12 20:36:02,099 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6f1f2a2-dcd7-4134-81c9-a5f7ca5ed63f'} 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-12T20:36:01Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3875e04a-7237-44b8-9f0f-8e5f6b3693ac"}} 2018-08-12 20:36:02,565 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.465s 2018-08-12 20:36:02,566 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04beef66-364e-45cb-abdd-1a0ce46ae300'} 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-12T20:36:02Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e0cb5ca7-db24-4bc6-9273-84d4f8e16589"}} 2018-08-12 20:36:03,010 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-12 20:36:03,011 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44f99745-27c2-429d-afcf-4e6561b104ab'} 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-12T20:36:02Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b0b9ac7a-6822-4716-9ccb-073c5d96b8e4"}} 2018-08-12 20:36:03,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.649s 2018-08-12 20:36:03,662 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cecc95f2-e476-46df-873e-0a9c65363a44'} 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-12T20:36:03Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7299ab8b-6fc8-4d66-ba2e-802359cad22b"}} 2018-08-12 20:36:03,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.220s 2018-08-12 20:36:03,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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:36:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccc1df94-a00a-4a01-bdec-bd85aa57d395'} 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-12T20:36:03Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f5e921f5-e18d-4326-af71-18b27bd327d9"}} 2018-08-12 20:36:04,093 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-12 20:36:04,094 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9bdaeab-bc94-4fbc-b298-2893778e6b79'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5e25cbe8-4dbb-4af7-bda5-8829184d5e08"}} 2018-08-12 20:36:04,541 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.446s 2018-08-12 20:36:04,542 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4921e3a8-fca5-4814-9061-0badf9d179a0'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "343d8208-433e-4022-8cb2-04932219309c"}} 2018-08-12 20:36:04,733 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-12 20:36:04,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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "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': 'Sun, 12 Aug 2018 20:36:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a1d0fde-b12d-4348-8fae-8ce7088895bb'} 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-12T20:36:04Z", "security_group_id": "5c231091-9218-4ddb-814a-643d9e42aa41", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5b5d787b-941b-4497-b843-6e661419069c"}} 2018-08-12 20:36:05,031 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.296s 2018-08-12 20:36:05,031 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-84115726"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a166bad8-6601-4e43-8483-911148d24ab9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:36:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"6399794d-a5b9-430b-ab34-f5a7f751a006","name":"tempest-A-84115726"}} 2018-08-12 20:36:05,720 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.688s 2018-08-12 20:36:05,720 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "name": "tempest-subnet-A-1-634819892"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f4676b9-d79c-477d-8789-0ed5a84990c7'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6399794d-a5b9-430b-ab34-f5a7f751a006","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:05Z","dns_nameservers":[],"updated_at":"2018-08-12T20:36: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":"01ace95cf526467b9409c6248a7c6876","id":"c63e9c6a-e2ae-40f0-8237-c93d92963095","subnetpool_id":null,"name":"tempest-subnet-A-1-634819892"}} 2018-08-12 20:36:05,941 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.219s 2018-08-12 20:36:05,941 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-608470697"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:36:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2e4ba2f-ffa7-4c34-89f1-e58f83502428'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:36:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","name":"tempest-B-608470697"}} 2018-08-12 20:36:07,073 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.131s 2018-08-12 20:36:07,073 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "name": "tempest-subnet-B-1-304708386"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a64ca3cf-5f90-4265-8c7e-8446dbc64761'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:36:06Z","dns_nameservers":[],"updated_at":"2018-08-12T20:36: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":"01ace95cf526467b9409c6248a7c6876","id":"2e1c513f-1ae2-45cc-b504-39767ce6711f","subnetpool_id":null,"name":"tempest-subnet-B-1-304708386"}} 2018-08-12 20:36:07,685 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.610s 2018-08-12 20:36:07,686 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d9517b6-59d8-4c08-ab62-739d939978da'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "391a7562-eae4-4aae-a726-3ac670a49aa5"}} 2018-08-12 20:36:08,036 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.349s 2018-08-12 20:36:08,037 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1272305042"}} 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-fc380f47-2b82-41af-a110-906aa9e501eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc380f47-2b82-41af-a110-906aa9e501eb'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDklnUbTFP2Gha9QPvChUlju3OpJ0QuOne/GEisPj2TFt4fgJXIPER6E/3HgqiJ8t4lxJKIWfJG9NN4D/YLR+8DsszdEVj6ONArBydsdbRdgr280K57W4+bT0b9esjwChx+j9wmKJZw5xrP2NX2sRXaqORNB7mJnvSoETchoLZicbqwFpmgXC3HFowP8ZJMnx7JRGopnsBwC8GpyqyBQ4tFM1zbBYXeg2tge+XRxKL+DpJxWkgpm8sv6ZUnEANax2QN3lzSAVk97Xhd4OkF4VoUObUfR7JSxBhlNF8UTbL/8i++xcjcAonTGn/MmmfgQOzbUA52MoMcHlLcuRYoQGB5 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA5JZ1G0xT9hoWvUD7woVJY7tzqSdELjp3vxhIrD49kxbeH4CV\nyDxEehP9x4KoifLeJcSSiFnyRvTTeA/2C0fvA7LM3RFY+jjQKwcnbHW0XYK9vNCu\ne1uPm09G/XrI8Aocfo/cJiiWcOcaz9jV9rEV2qjkTQe5iZ70qBE3IaC2YnG6sBaZ\noFwtxxaMD/GSTJ8eyURqKZ7AcAvBqcqsgUOLRTNc2wWF3oNrYHvl0cSi/g6ScVpI\nKZvLL+mVJxADWsdkDd5c0gFZPe14XeDpBeFaFDm1H0eyUsQYZTRfFE2y//IvvsXI\n3AKJ0xp/zJpn4EDs21AOdjKDHB5S3LkWKEBgeQIDAQABAoIBAG9pPa6OZyW91XNs\nZsiKOhjX1imNr9dwO8jxxwncVBqKvLxR6a7sYNu3Pqus7QQ/UTLLOjgmzsTystcD\nwIIDD2WYEe11dQ6P/jXaiMZ+H+irvlp2w3PwTm/+FbWZ0LHd28F70GrwwVJJ8XF4\nV+CisuoeAxfgOffvd4Mq0NodAIe9xst3shPv/Nq9oDHTb+WXpwKCgoDIyRgFhP79\n2SjmNmqHPBHINuHS5V90+0EqKG+JXXif1ckCNZCnmRi61SgjsZm/8TfRCByQ+M9a\nRTfiTqJFKkKtDhWVnY5eXUBu7iHTcnpsiB7QvgoRYGz0xCODumkv0ZdjuyFaaeBS\ndADLCNkCgYEA9rDz76wl6SZn9xpLrl1khC+Bg1aR7tDC7iq2CKUzT6cpBpL0TEG0\nrG86Zt0z1+yZL/RKJh4Nn7sbyPrZYCTrRSJ52UL5awaGnLySo9fQeTYXFilC/ooX\nzZrVaEEEdOZqnSzwlmHyzNoOWLNz/5nR+n+jYyS+trO7ypLLa9sx/zMCgYEA7Taf\nwhzYWPZzFy8ZXaq5b92qDGsPLRPXw90uMG2tJZJLO9+epODuz3cs/TLweU5zX329\n5pISOoAov5ZXpGu6B3D/mm8hk90mSCkD29oPvHYLT3ll4V2JiDKsMfdVgBG6D8YM\nH9cabDZEYPHF63BJS4lSyb9mqqA3vbESnA6lkaMCgYEA0ORAe5gTNh1udeDPayPs\nRL6RdeytgENIfTKvmByDmZRb+hQgSB5vZoB9PLNc/h98DA5ZZ3OVZ8eiHIrF3VMF\n4jHyahX7bDRHcpt/tLu/7ZPu8rYX48B9rX3J7hD4PCEM8HEofL8OQYb4FQZIWI0h\nMHQ6n25zC/SgNUYeeQNQj98CgYBEI0Gml3SJsVkD2tKVdjnH6Us0P/hfAWkj6L+g\nx5BJz4juzOAcCkRusZPpsx0iKye20T6gIWs9BJ0v0zafkxYflxTEvpFNkOOzLJzg\nJPYKM3oyPPPH1X9w8OVHgP09SVpBt6i56Ka9WKUxl6E7bMiQ+wQd0W3jKxx3z4pB\n628hswKBgGQb6RI/8BykRLSzX5sORn/N+gTuFNDPyxJOYfbzGzN9ZdaPUo9zosiD\nVp3JKgJqTPNCU4glIMJ/mbky0c/bIPD5HzDX90WvCsVIF3huGgPgEQPpaATymFZr\nz0LipX5p0+YCeXpm2Wp7LGCxyDGF9rcaUtdAYgMVNTRlZIntdVR4\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1272305042", "fingerprint": "99:25:ab:7d:f3:ff:82:51:1f:12:f6:08:5b:e2:33:3d"}} 2018-08-12 20:36:09,666 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.625s 2018-08-12 20:36:09,666 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-522702310", "security_groups": ["5c231091-9218-4ddb-814a-643d9e42aa41"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:36:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e443eaf8-3b16-4e88-99c6-5e74a9af143f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:36:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6399794d-a5b9-430b-ab34-f5a7f751a006","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:36:08Z","name":"tempest-port-smoke-522702310","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:05:c8:21","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c63e9c6a-e2ae-40f0-8237-c93d92963095","ip_address":"10.101.11.10"}],"id":"a34917cd-0357-4854-a3a6-799e4dc490cb","security_groups":["5c231091-9218-4ddb-814a-643d9e42aa41"],"device_id":""}} 2018-08-12 20:36:13,390 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.722s 2018-08-12 20:36:13,391 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-1272305042", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "6399794d-a5b9-430b-ab34-f5a7f751a006", "port": "a34917cd-0357-4854-a3a6-799e4dc490cb"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-574dfaf2-ff2d-41bd-9a53-27bd0b86a820', 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-574dfaf2-ff2d-41bd-9a53-27bd0b86a820'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "adminPass": "AH5x3Y38pwu3"}} 2018-08-12 20:36:13,644 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.249s 2018-08-12 20:36:13,645 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-6450d86a-9cbd-4b70-a088-c405dea00ec6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6450d86a-9cbd-4b70-a088-c405dea00ec6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:14,996 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.336s 2018-08-12 20:36:14,996 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-dfd3bfcf-6ede-4717-a036-c2b87a3b4a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfd3bfcf-6ede-4717-a036-c2b87a3b4a73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:16,502 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.490s 2018-08-12 20:36:16,503 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-c5bf130c-18f0-40c4-9e5a-bcd7989b0581', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5bf130c-18f0-40c4-9e5a-bcd7989b0581'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:15Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:16,515 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:36:18,316 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.799s 2018-08-12 20:36:18,317 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-81fe3d39-49ce-4c09-bc72-fce5037c2f41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81fe3d39-49ce-4c09-bc72-fce5037c2f41'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:18,331 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:36:20,281 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.948s 2018-08-12 20:36:20,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-8674b0a6-ccbc-45a8-90fc-5eda20450ad1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8674b0a6-ccbc-45a8-90fc-5eda20450ad1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:22,174 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.877s 2018-08-12 20:36:22,175 63 DEBUG [tempest.lib.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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-2378ec1e-b2d2-49b9-8380-e35a5fcd65ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2378ec1e-b2d2-49b9-8380-e35a5fcd65ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:22,189 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:36:22,931 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.742s 2018-08-12 20:36:22,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-bd35ed5f-6a5b-4836-851b-d41247143257', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd35ed5f-6a5b-4836-851b-d41247143257'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:22,946 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a5dc22c1-1dd7-4f52-9b21-b059fc423c14 with status: ACTIVE 2018-08-12 20:36:24,288 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.341s 2018-08-12 20:36:24,289 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1166006390", "security_groups": ["5c231091-9218-4ddb-814a-643d9e42aa41"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:36:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6496c9de-8a5c-4b59-87c2-e90f576300c9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:36:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"24e0b90d-a651-40a9-8fb8-8250b390d5d4","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:36:23Z","name":"tempest-port-smoke-1166006390","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a7:56:44","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"2e1c513f-1ae2-45cc-b504-39767ce6711f","ip_address":"10.102.21.20"}],"id":"24691d75-5e9e-44c1-8873-e7564998cbc6","security_groups":["5c231091-9218-4ddb-814a-643d9e42aa41"],"device_id":""}} 2018-08-12 20:36:27,251 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 2.960s 2018-08-12 20:36:27,251 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-1272305042", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "port": "24691d75-5e9e-44c1-8873-e7564998cbc6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-a7890e21-4e59-4fa2-82f4-4b9e47c37dfb', 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7890e21-4e59-4fa2-82f4-4b9e47c37dfb'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "adminPass": "n8tbKbw973Yf"}} 2018-08-12 20:36:27,578 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.323s 2018-08-12 20:36:27,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-954bcd6b-bbb8-44d6-a9d1-204847b96808', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-954bcd6b-bbb8-44d6-a9d1-204847b96808'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:29,229 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.636s 2018-08-12 20:36:29,229 63 DEBUG [tempest.lib.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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-7b4f1d37-b02b-47b3-ba88-268a221a13f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b4f1d37-b02b-47b3-ba88-268a221a13f9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:36:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:30,588 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.342s 2018-08-12 20:36:30,588 63 DEBUG [tempest.lib.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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-e0f1dcfe-420c-4110-b93b-8850fa4fdbcd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0f1dcfe-420c-4110-b93b-8850fa4fdbcd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:29Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:30,602 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:36:32,555 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.951s 2018-08-12 20:36:32,556 63 DEBUG [tempest.lib.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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-5cd026fd-ffe2-486d-8015-2235a90ed0a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5cd026fd-ffe2-486d-8015-2235a90ed0a2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:32,569 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:36:33,936 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.366s 2018-08-12 20:36:33,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-8664fc8f-0e65-456c-b2a0-590c93b6608a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8664fc8f-0e65-456c-b2a0-590c93b6608a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:35,649 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.699s 2018-08-12 20:36:35,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-ea0a53ea-7224-4ffb-918a-cb9ff4d40909', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ea0a53ea-7224-4ffb-918a-cb9ff4d40909'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:36:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:37,267 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.602s 2018-08-12 20:36:37,267 63 DEBUG [tempest.lib.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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-a1d383ad-0d0a-4e40-bc18-fdf68a6a0723', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a1d383ad-0d0a-4e40-bc18-fdf68a6a0723'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:37,280 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:36:37,612 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/7f663005-1c3d-4917-8a87-19829ba5d12b 0.330s 2018-08-12 20:36:37,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-ec36647b-bdb0-4f7e-bfb3-25c700e82b13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:36:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec36647b-bdb0-4f7e-bfb3-25c700e82b13'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:36:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:36:37,626 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7f663005-1c3d-4917-8a87-19829ba5d12b with status: ACTIVE 2018-08-12 20:36:37,914 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/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations 0.288s 2018-08-12 20:36:37,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": "6399794d-a5b9-430b-ab34-f5a7f751a006"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations', u'date': 'Sun, 12 Aug 2018 20:36:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e15aac58-bb1c-4999-9981-ae3fcdff74ea'} Body: {"network_association": {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "id": "11750839-069c-4ca4-98ae-f9baf0798d2b"}} 2018-08-12 20:36:38,249 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/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations 0.333s 2018-08-12 20:36:38,249 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/391a7562-eae4-4aae-a726-3ac670a49aa5/network_associations', u'date': 'Sun, 12 Aug 2018 20:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aed3ac6d-6eec-4b18-9127-0e2a0484984a'} Body: {"network_association": {"network_id": "24e0b90d-a651-40a9-8fb8-8250b390d5d4", "id": "a8c2f80a-e712-436c-8bfe-82ace304b22d"}} 2018-08-12 20:36:38,250 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:36:38,446 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.195s 2018-08-12 20:36:38,446 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--309062584", "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': 'Sun, 12 Aug 2018 20:36:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0311c21b-b24c-4727-83c5-2f42b5bcdbfa'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:38Z", "admin_state_up": true, "updated_at": "2018-08-12T20:36:38Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "00450bbb-ed90-437c-9866-7925db58ea20", "name": "tempest-router--309062584"}} 2018-08-12 20:36:39,893 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/00450bbb-ed90-437c-9866-7925db58ea20 1.446s 2018-08-12 20:36:39,894 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20', u'date': 'Sun, 12 Aug 2018 20:36:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07de0405-1209-4623-93d7-ac51d7c87d53'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:38Z", "admin_state_up": true, "updated_at": "2018-08-12T20:36:39Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "00450bbb-ed90-437c-9866-7925db58ea20", "name": "tempest-router--309062584"}} 2018-08-12 20:36:41,953 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/00450bbb-ed90-437c-9866-7925db58ea20/add_router_interface 2.058s 2018-08-12 20:36:41,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:36:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9069e06-e761-4e42-b24c-6b2113071848'} Body: {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095", "subnet_ids": ["c63e9c6a-e2ae-40f0-8237-c93d92963095"], "port_id": "71a16a76-7d3e-4b21-ab16-fd94280f9c2c", "id": "00450bbb-ed90-437c-9866-7925db58ea20"} 2018-08-12 20:36:43,897 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 1.942s 2018-08-12 20:36:43,897 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "a34917cd-0357-4854-a3a6-799e4dc490cb"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:36:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f6a54a5c-ba88-4cbb-ba14-8fbf4e0e165a'} Body: {"floatingip": {"router_id": "00450bbb-ed90-437c-9866-7925db58ea20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:36:43Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "a34917cd-0357-4854-a3a6-799e4dc490cb", "id": "26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:36:43Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:36:43,899 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:36:46,905 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:36:46,970 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:36:47,002 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:36:47,116 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-12 20:36:47,117 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:36:47,119 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:36:47,180 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:36:47,183 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:36:52,191 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:36:52,192 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-12 20:38:02,257 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-12 20:38:02,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:38:02,262 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:38:02,327 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:38:02,358 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:38:07,365 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:38:07,366 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-12 20:39:17,422 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:39:17,423 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-12 20:39:17,424 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,429 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,531 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,556 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17,562 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:39:17,563 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:1f:07:8f [ether] on eth0 2018-08-12 20:39:17,563 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-12 20:39:17,564 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,566 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,627 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,630 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17,640 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:39:17,640 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-12 20:39:17,641 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,642 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,703 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,707 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17,713 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-12 20:39:17,714 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,716 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,775 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,780 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:17,786 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:39:17,786 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:1f:07:8f [ether] on eth0 2018-08-12 20:39:17,787 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-12 20:39:17,787 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:39:17,791 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:39:17,851 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:39:17,855 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:39:22,862 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:39:22,863 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-12 20:40:32,908 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-12 20:40:32,909 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 20:40:32,914 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:40:32,976 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:40:32,979 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 20:40:37,987 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) 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-12 20:40:37,988 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-12 20:41:48,053 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:41:48,054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:41:48.054 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-12 20:41:48.054 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:41:49,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0 1.453s 2018-08-12 20:41:49,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/floatingips/26e6dcaa-ebe9-4b54-9944-e6d1cce8d0f0', u'date': 'Sun, 12 Aug 2018 20:41:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b2a8586-13af-4509-829f-1f7447b68077'} Body: 2018-08-12 20:41:51,557 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/remove_router_interface 2.045s 2018-08-12 20:41:51,558 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:41:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b38e8e3-5aa3-488f-966e-edbabbc0a8a1'} Body: {"network_id": "6399794d-a5b9-430b-ab34-f5a7f751a006", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c63e9c6a-e2ae-40f0-8237-c93d92963095", "subnet_ids": ["c63e9c6a-e2ae-40f0-8237-c93d92963095"], "port_id": "71a16a76-7d3e-4b21-ab16-fd94280f9c2c", "id": "00450bbb-ed90-437c-9866-7925db58ea20"} 2018-08-12 20:41:53,304 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20 1.746s 2018-08-12 20:41:53,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/00450bbb-ed90-437c-9866-7925db58ea20', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-002d02e9-a59e-4fdb-a399-eaaa9de53560'} Body: 2018-08-12 20:41:53,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.419s 2018-08-12 20:41:53,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-46fc5646-9bc9-46d8-b4d8-2875f855f784', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-46fc5646-9bc9-46d8-b4d8-2875f855f784'} Body: 2018-08-12 20:41:55,087 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 1.360s 2018-08-12 20:41:55,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': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-56058960-8deb-4605-bcc0-6fe82995970a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56058960-8deb-4605-bcc0-6fe82995970a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-608470697": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:56:44", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7f663005-1c3d-4917-8a87-19829ba5d12b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:35.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7f663005-1c3d-4917-8a87-19829ba5d12b", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:41:53Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-2", "created": "2018-08-12T20:36:27Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:41:56,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7f663005-1c3d-4917-8a87-19829ba5d12b 0.059s 2018-08-12 20:41:56,163 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/7f663005-1c3d-4917-8a87-19829ba5d12b', u'x-compute-request-id': 'req-cefe392f-ce62-40ad-809f-d85ef7369bc9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:56 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-cefe392f-ce62-40ad-809f-d85ef7369bc9'} Body: {"itemNotFound": {"message": "Instance 7f663005-1c3d-4917-8a87-19829ba5d12b could not be found.", "code": 404}} 2018-08-12 20:41:57,288 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/24691d75-5e9e-44c1-8873-e7564998cbc6 1.123s 2018-08-12 20:41:57,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/24691d75-5e9e-44c1-8873-e7564998cbc6', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dbd14493-5004-4296-99dd-e21a417c0877'} Body: 2018-08-12 20:41:57,456 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.167s 2018-08-12 20:41:57,457 63 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-3dacc1bc-f9f4-4b36-a420-f8dafb973e4d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dacc1bc-f9f4-4b36-a420-f8dafb973e4d'} Body: 2018-08-12 20:41:58,395 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.937s 2018-08-12 20:41:58,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': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-cf15ec25-7df0-4b63-9399-ba8ad7bdfad5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf15ec25-7df0-4b63-9399-ba8ad7bdfad5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-84115726": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:c8:21", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:36:20.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a5dc22c1-1dd7-4f52-9b21-b059fc423c14", "security_groups": [{"name": "tempest-secgroup-smoke-1460964988"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:41:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1272305042", "name": "server-1", "created": "2018-08-12T20:36:13Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:41:59,463 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/a5dc22c1-1dd7-4f52-9b21-b059fc423c14 0.050s 2018-08-12 20:41:59,463 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/a5dc22c1-1dd7-4f52-9b21-b059fc423c14', u'x-compute-request-id': 'req-4c72eed1-3b69-48d4-a013-a42d4e98f71f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:41:59 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4c72eed1-3b69-48d4-a013-a42d4e98f71f'} Body: {"itemNotFound": {"message": "Instance a5dc22c1-1dd7-4f52-9b21-b059fc423c14 could not be found.", "code": 404}} 2018-08-12 20:42:00,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a34917cd-0357-4854-a3a6-799e4dc490cb 0.957s 2018-08-12 20:42:00,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/a34917cd-0357-4854-a3a6-799e4dc490cb', u'date': 'Sun, 12 Aug 2018 20:42:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-91ab638c-e489-4f02-8b00-4cc7b0fb7cf9'} Body: 2018-08-12 20:42:00,458 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-1272305042 0.035s 2018-08-12 20:42:00,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-1272305042', u'x-compute-request-id': 'req-cf00d858-3ac9-4bfd-a963-e87db78122bc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cf00d858-3ac9-4bfd-a963-e87db78122bc'} Body: 2018-08-12 20:42:03,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/2e1c513f-1ae2-45cc-b504-39767ce6711f 2.689s 2018-08-12 20:42:03,149 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/2e1c513f-1ae2-45cc-b504-39767ce6711f', u'date': 'Sun, 12 Aug 2018 20:42:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-401c8c26-81ec-4b17-b96a-7ae72e7842a0'} Body: 2018-08-12 20:42:04,611 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/24e0b90d-a651-40a9-8fb8-8250b390d5d4 1.461s 2018-08-12 20:42:04,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/24e0b90d-a651-40a9-8fb8-8250b390d5d4', u'date': 'Sun, 12 Aug 2018 20:42:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a14f9770-e9c1-4ff6-8311-5a0816277af7'} Body: 2018-08-12 20:42:07,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c63e9c6a-e2ae-40f0-8237-c93d92963095 2.687s 2018-08-12 20:42:07,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c63e9c6a-e2ae-40f0-8237-c93d92963095', u'date': 'Sun, 12 Aug 2018 20:42:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b9706e76-c544-4395-814b-116c9e704c77'} Body: 2018-08-12 20:42:09,078 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/6399794d-a5b9-430b-ab34-f5a7f751a006 1.776s 2018-08-12 20:42:09,079 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6399794d-a5b9-430b-ab34-f5a7f751a006', u'date': 'Sun, 12 Aug 2018 20:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-972757a5-98c5-42ad-92b4-bcbcc162845e'} Body: 2018-08-12 20:42:09,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/5c231091-9218-4ddb-814a-643d9e42aa41 0.253s 2018-08-12 20:42:09,333 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5c231091-9218-4ddb-814a-643d9e42aa41', u'date': 'Sun, 12 Aug 2018 20:42:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b0a4da44-d710-483d-a938-9db766bccb8b'} 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 8d048a02-2112-4d71-8a46-36bb16362cf2 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-12T20:43:27Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-12 20:42:20,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.530s 2018-08-12 20:42:20,452 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1766874108 description", "name": "tempest-secgroup-smoke-1766874108"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eee0df99-9bcf-477e-a543-c0d768abacd4'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1766874108 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "updated_at": "2018-08-12T20:42:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:20Z", "revision_number": 0, "id": "b587a902-3e60-4db2-9d84-9d2a7b422219", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:42:20Z", "revision_number": 0, "id": "b8555794-d417-4adf-aa45-9cee97635bf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "name": "tempest-secgroup-smoke-1766874108"}} 2018-08-12 20:42:20,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.219s 2018-08-12 20:42:20,673 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10d96f2e-71b4-4947-9530-81c505bbd6b8'} 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-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ff4af9c8-95a6-4690-b937-10c3fea07d41"}} 2018-08-12 20:42:21,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 20:42:21,128 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a271cc1-e539-42a2-85e8-2c0bd43e9f67'} 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-12T20:42:20Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:20Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f80e462b-ff9e-4893-a05d-89ef1998c1cb"}} 2018-08-12 20:42:21,308 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.179s 2018-08-12 20:42:21,309 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-540030fb-1cfb-43ec-b1c7-1f83c460135a'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ea9a31c6-51e8-487b-a06e-3aead58f08e1"}} 2018-08-12 20:42:21,499 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-12 20:42:21,499 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e3eceee-6845-4294-beae-917c4fd5def1'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7ee14c93-9bd2-4ace-8a5c-b4768a70f77d"}} 2018-08-12 20:42:21,744 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-12 20:42:21,745 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2ae8c9c-bfb5-4d8f-96a2-8fe2a3c52c3b'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a868a27e-9666-42ca-a0ed-3a0462410c5d"}} 2018-08-12 20:42:21,949 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-12 20:42:21,949 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:42:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9bd077bd-572e-4942-b188-896c5f1384b0'} 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-12T20:42:21Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:21Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cecd1d7d-4e31-4f6c-bd81-852dbad76425"}} 2018-08-12 20:42:22,146 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-12 20:42:22,147 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5842349e-7c86-4c70-ad5d-558a8de1d842'} 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-12T20:42:22Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:22Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "08dcefce-6ae3-46d6-8bfb-371796f1c0ae"}} 2018-08-12 20:42:22,326 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-12 20:42:22,326 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "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': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3aaa19c9-7b91-4b5d-b28c-facad348fc27'} 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-12T20:42:22Z", "security_group_id": "fa2f829f-7e5e-4ebe-9860-377da3cc796b", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:42:22Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6acfa217-50b5-4a09-b43d-a70d67acf415"}} 2018-08-12 20:42:22,707 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.379s 2018-08-12 20:42:22,707 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1626848630"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bd8758d-1c4e-4d7c-bb68-d8d4b80bb215'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:42:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","name":"tempest-A-1626848630"}} 2018-08-12 20:42:23,347 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.639s 2018-08-12 20:42:23,348 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "name": "tempest-subnet-A-1-774389932"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51a63e87-d386-435e-b3f3-80ebce09e838'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:22Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:22Z","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":"01ace95cf526467b9409c6248a7c6876","id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","subnetpool_id":null,"name":"tempest-subnet-A-1-774389932"}} 2018-08-12 20:42:24,127 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.778s 2018-08-12 20:42:24,128 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.12.0/24", "network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "name": "tempest-subnet-A-2-2020211725"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0578ec74-9841-4cce-8044-8a269ed78ad0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:23Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:23Z","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":"01ace95cf526467b9409c6248a7c6876","id":"b8e363f1-c15e-43b6-b26a-8bde183b3e48","subnetpool_id":null,"name":"tempest-subnet-A-2-2020211725"}} 2018-08-12 20:42:24,366 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.237s 2018-08-12 20:42:24,367 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-Bis-269749071"}} Response - Headers: {'status': '201', u'content-length': '560', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:42:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0663fa11-b677-4b77-82bc-47ea4ad621a0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:42:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","name":"tempest-A-Bis-269749071"}} 2018-08-12 20:42:25,182 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.814s 2018-08-12 20:42:25,182 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "name": "tempest-subnet-A-Bis-1-442301171"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-799562ab-e369-4dff-b069-56fde0709408'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:24Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:24Z","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":"01ace95cf526467b9409c6248a7c6876","id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","subnetpool_id":null,"name":"tempest-subnet-A-Bis-1-442301171"}} 2018-08-12 20:42:25,983 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.799s 2018-08-12 20:42:25,983 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.12.0/24", "network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "name": "tempest-subnet-A-Bis-2-635949855"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:42:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd874360-bd15-4be9-97c8-4cb0db8cb685'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:42:25Z","dns_nameservers":[],"updated_at":"2018-08-12T20:42:25Z","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":"01ace95cf526467b9409c6248a7c6876","id":"3ba042ee-026e-4799-9cdf-8dcc9986a326","subnetpool_id":null,"name":"tempest-subnet-A-Bis-2-635949855"}} 2018-08-12 20:42:26,499 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.515s 2018-08-12 20:42:26,500 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:42:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e28c06c-33bd-48fc-88b8-ae487d4549cb'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "116cd076-f2e2-4f7b-bd04-45d454f3dfc8"}} 2018-08-12 20:42:27,242 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.741s 2018-08-12 20:42:27,243 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f53dc8a7-c648-4df4-aae0-dcb713ccbc41'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:2"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "7d8db7a8-9d37-41c7-992b-daea54c07743"}} 2018-08-12 20:42:27,581 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/116cd076-f2e2-4f7b-bd04-45d454f3dfc8/network_associations 0.337s 2018-08-12 20:42:27,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/116cd076-f2e2-4f7b-bd04-45d454f3dfc8/network_associations', u'date': 'Sun, 12 Aug 2018 20:42:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f54d1e6-9847-44ca-a3a8-a6c04bd83a66'} Body: {"network_association": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "id": "7067a138-118f-4219-8ed5-b06cddde3ed7"}} 2018-08-12 20:42:28,006 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/7d8db7a8-9d37-41c7-992b-daea54c07743/network_associations 0.424s 2018-08-12 20:42:28,007 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/7d8db7a8-9d37-41c7-992b-daea54c07743/network_associations', u'date': 'Sun, 12 Aug 2018 20:42:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b83280d-0306-4cce-bf02-b806c3b37f40'} Body: {"network_association": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "id": "dd58f8d0-5bf4-428f-97d8-b6f8ad802130"}} 2018-08-12 20:42:28,171 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.163s 2018-08-12 20:42:28,172 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1682375418"}} 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-4f7397f8-eb77-4b87-998c-e2027fb6d3c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f7397f8-eb77-4b87-998c-e2027fb6d3c3'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKuLFYmxhk8rF09QAqZnUgumPOomcl5B4SJmEbNLcUdU9qVLLr35wBx/I/l/nUy55UEz6wTIRsBgnOUg39/dojBHcW2NURN1+eOPuYhZgwiqWCz1PN6sbEL27pdvbs2MeqXln65aY+CmtMOjIax44jVI5/thDZ8Tz/K4wbXnAeRsjFC8dVEEPTAoRdRMwgDRmsrKwlWClJaY44DEAV2GY4d5FVdsQPBpVvBsQ/XZOSUlONm3xyMUsmU27DZ5bu5B1jc5LMzI+yMGgbWia4f/+d+RMQx+tyi5I9wgc6SGTX5JUlg2Ydnfx29vcbczBGPF6A8tZG/ajvoK+zWzwyki4R Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAyrixWJsYZPKxdPUAKmZ1ILpjzqJnJeQeEiZhGzS3FHVPalSy\n69+cAcfyP5f51MueVBM+sEyEbAYJzlIN/f3aIwR3FtjVETdfnjj7mIWYMIqlgs9T\nzerGxC9u6Xb27NjHql5Z+uWmPgprTDoyGseOI1SOf7YQ2fE8/yuMG15wHkbIxQvH\nVRBD0wKEXUTMIA0ZrKysJVgpSWmOOAxAFdhmOHeRVXbEDwaVbwbEP12TklJTjZt8\ncjFLJlNuw2eW7uQdY3OSzMyPsjBoG1omuH//nfkTEMfrcouSPcIHOkhk1+SVJYNm\nHZ38dvb3G3MwRjxegPLWRv2o76Cvs1s8MpIuEQIDAQABAoIBAGQpf061SwdNtoqA\nJzXL6+Fg1sGZEnfxTz5OgjpMAI12LOfvs3vBvzZOEY6ES6dtd+w4mgfHtsIc9alg\nd5NgYvBcW28JcbUQ9AicRQumLn0FdCO+xrx+XPlAKn/mDLkXnwe5mKHT6CDNSxid\nxHXg1YT1WXcWgRr+C9JUNOSs856xHz58RIlV9ZtSKCHu3/OuQRiTpAHlLVfKkbDj\nPuQdk5/HjHfFTtrVmwJrTPS2LZkKMAfOIyEDpjASubvRiqh3P/0VkheV1D60qSvc\n99RRFp13NOKRaEdVTWS4QnLyFTOYIOWkf6H5ExkcRPi788kgBZpTokKrS+bYCsH9\n1pXu+LECgYEA8GItlUxnPKxdFvO2Jq9S6e+B4M0IRc9mn+3q6qdN3d9NpRGn1UUR\n8sKH/6pjrp3TFlvkmNqy3m3rGHX3K7QuihAAngHwdk0IZrwc5q319bQ5tL8y37AQ\nygLWH/1D3z4tQHIlK8nJyfK+gfn2seQ05gW2+ohNh8BtK66opSEo8R0CgYEA1+Qo\nEVaZrt8t0uQxaclBbxkRLLejvIJCCiFkSlAz3tn9EinAmjX0PctxuGIRtlkl+zAp\n3VhN0Vs6yv0lGpDQFpOb0f1S1LZt6v6Ilm8sdyLebYYA9FIh8i+6wlD5zOPm977H\n8WZk6epYfdG/kB+Cvbnk1XUScUkZ73mEmNtGcoUCgYAyR5bZP53oZvUhs+BJvypM\nnDhCWSB92Z/Rm+YjJtN2sRqAiGzegw/6Aw6HP5CSGZjpeFccUcJQHBWsjCAjGBET\n97zpT+aIGBzFwFsbNQ/ZUNUxJTzy5NTeLDG1hzgHHe5BKJ71xcNbZlbKwQoEs4MN\nCez4AkKVPn6XQHUt9P2nUQKBgBSryNZYJ2DiB54wsTaCyZwcl1Njxe6vvikAJ30i\nDsVgs+WAT+u0DM255AqWgUGnaYaShv+li9Xm2UtET8Aqa3It8fZ6PesWCJI+is90\nl5pUoV11PjQmhQ+OWGBwpmpiy+OexcAsYK8w/AYYBjKDgd4upWV2zyw/ppcSWIrW\nO/mNAoGAQlPKRwpvHBn9kp05fxszfglXaOQkc48HDgv+pIedE21XZFX6QS4hqkm5\nTrmsg7RSYYjg8fvVgSWJ+hy2mCvvPW9bDpq+NKup3l8HIaNGtzAeyayb36p677pa\nuEkFSGMETMG1ZCEFtfssE8s634TfV39TmwFsLOXJlVSZ61qOW4M=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1682375418", "fingerprint": "21:37:6c:cd:89:94:47:23:ca:0c:59:d3:1c:84:82:93"}} 2018-08-12 20:42:29,144 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 0.968s 2018-08-12 20:42:29,145 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-475827547", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:42:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cde95365-48ac-483c-a49c-67602fe682a6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:28Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:28Z","name":"tempest-port-smoke-475827547","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0b:2b:c1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.10"}],"id":"a346ffb2-58f5-4017-a82c-d792566d3990","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:42:32,184 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 3.038s 2018-08-12 20:42:32,186 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "a346ffb2-58f5-4017-a82c-d792566d3990"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-3e1970f8-0db8-4728-994b-0a06bd1a72b5', 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e1970f8-0db8-4728-994b-0a06bd1a72b5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7581a754-c262-46c2-84ab-2e09a825b757", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "adminPass": "Mc9k9rkS8y6W"}} 2018-08-12 20:42:32,534 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/7581a754-c262-46c2-84ab-2e09a825b757 0.344s 2018-08-12 20:42:32,535 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-e1f21187-dee1-4ad2-a0fe-63e0684d24ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1f21187-dee1-4ad2-a0fe-63e0684d24ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:33,881 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/7581a754-c262-46c2-84ab-2e09a825b757 0.331s 2018-08-12 20:42:33,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-d28bd087-bff4-4f12-a6d2-783869960c94', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d28bd087-bff4-4f12-a6d2-783869960c94'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:35,236 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/7581a754-c262-46c2-84ab-2e09a825b757 0.338s 2018-08-12 20:42:35,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': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-f2508a16-8559-4e1f-8c7a-2ae2a03d337e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f2508a16-8559-4e1f-8c7a-2ae2a03d337e'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:35,250 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 20:42:37,064 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/7581a754-c262-46c2-84ab-2e09a825b757 0.812s 2018-08-12 20:42:37,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-6c48badf-a75e-4268-8995-eed6715f5ac5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6c48badf-a75e-4268-8995-eed6715f5ac5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:37,077 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:42:39,034 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/7581a754-c262-46c2-84ab-2e09a825b757 0.955s 2018-08-12 20:42:39,035 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-030446db-098a-40da-a055-6e832760ec7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-030446db-098a-40da-a055-6e832760ec7b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:41,163 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/7581a754-c262-46c2-84ab-2e09a825b757 1.114s 2018-08-12 20:42:41,163 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-1d86cbcc-40e8-49f9-a480-e078905ffe89', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d86cbcc-40e8-49f9-a480-e078905ffe89'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:42,612 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/7581a754-c262-46c2-84ab-2e09a825b757 0.435s 2018-08-12 20:42:42,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': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-cb94b98a-90bd-41d6-bf2b-043a25d3d229', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb94b98a-90bd-41d6-bf2b-043a25d3d229'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:40Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:42,627 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:42:43,803 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/7581a754-c262-46c2-84ab-2e09a825b757 1.174s 2018-08-12 20:42:43,803 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-b9639634-c7fc-449a-8fb7-f2ee3c47259a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9639634-c7fc-449a-8fb7-f2ee3c47259a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:40Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:43,816 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 7581a754-c262-46c2-84ab-2e09a825b757 with status: ACTIVE 2018-08-12 20:42:44,833 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.015s 2018-08-12 20:42:44,833 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1058721411", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:42:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8070ffb-6962-4dc4-8f04-9e41dec3fc20'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:44Z","name":"tempest-port-smoke-1058721411","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e6:c7:1b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","ip_address":"10.101.11.30"}],"id":"1884f108-7988-4911-8947-6452c4a5ecdd","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:42:47,884 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 3.049s 2018-08-12 20:42:47,885 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "port": "1884f108-7988-4911-8947-6452c4a5ecdd"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9d6e2db7-f13b-44b7-aff6-3397a48dd88d', 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9d6e2db7-f13b-44b7-aff6-3397a48dd88d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "adminPass": "AjK3cC3gKE2w"}} 2018-08-12 20:42:48,249 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.359s 2018-08-12 20:42:48,249 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-73f0b6d9-02c8-4788-a351-6fd03e858d7f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73f0b6d9-02c8-4788-a351-6fd03e858d7f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:49,596 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.332s 2018-08-12 20:42:49,596 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-05b40dd2-ab76-4266-96d2-d1c0f23680b5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05b40dd2-ab76-4266-96d2-d1c0f23680b5'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:42:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:50,955 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.345s 2018-08-12 20:42:50,956 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-ac774842-ebf3-4187-b0e9-3b5594188caf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac774842-ebf3-4187-b0e9-3b5594188caf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:52,814 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.843s 2018-08-12 20:42:52,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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2576f183-baa9-4684-af2e-0040277b2a81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2576f183-baa9-4684-af2e-0040277b2a81'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:52,828 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:42:54,536 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.706s 2018-08-12 20:42:54,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-1be54d3e-7a0a-4805-a8d6-24e9f78e7a03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1be54d3e-7a0a-4805-a8d6-24e9f78e7a03'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:56,451 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.899s 2018-08-12 20:42:56,452 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2d2f8bfe-f962-4599-b51d-1b57d14ba29f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d2f8bfe-f962-4599-b51d-1b57d14ba29f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:42:51Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:58,151 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.684s 2018-08-12 20:42:58,152 63 DEBUG [tempest.lib.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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-60f37d93-0435-4397-91e4-4900bf2a9771', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60f37d93-0435-4397-91e4-4900bf2a9771'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:56Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:58,170 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 20:42:58,869 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/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.698s 2018-08-12 20:42:58,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': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-2149439a-bb1b-4995-9a23-1a4ea73009d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:42:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2149439a-bb1b-4995-9a23-1a4ea73009d6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:42:56Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:42:58,884 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 623e942b-0662-4e24-9f3c-3e86a52fe46b with status: ACTIVE 2018-08-12 20:43:00,042 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.157s 2018-08-12 20:43:00,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-2120983789", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c9b60958-2f28-47d3-ad7f-d3fd20a50d9c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:42:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:42:59Z","name":"tempest-port-smoke-2120983789","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b2:e4:f8","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.30"}],"id":"9f086aaa-6efd-4eb1-9a6f-01b1841167e6","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:43:03,410 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 3.366s 2018-08-12 20:43:03,411 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "9f086aaa-6efd-4eb1-9a6f-01b1841167e6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-562ff5cd-bb79-4506-8514-cc9b91a7b298', 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-562ff5cd-bb79-4506-8514-cc9b91a7b298'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "adminPass": "pQZa4Zc5iWBc"}} 2018-08-12 20:43:03,644 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.229s 2018-08-12 20:43:03,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-7a362614-2e91-4ab6-922d-1c1bf2547c98', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a362614-2e91-4ab6-922d-1c1bf2547c98'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:04,897 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.236s 2018-08-12 20:43:04,898 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-c21d4d79-42ab-42b9-8524-2fbe46a879c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c21d4d79-42ab-42b9-8524-2fbe46a879c6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:07,297 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 1.385s 2018-08-12 20:43:07,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-1d703e8f-b288-41e1-bf77-0abb7aef9cf4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d703e8f-b288-41e1-bf77-0abb7aef9cf4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:07,310 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:43:09,182 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.870s 2018-08-12 20:43:09,183 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-3f2d77e1-e23a-4dee-b89a-928cf6cb7249', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f2d77e1-e23a-4dee-b89a-928cf6cb7249'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:10,867 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.668s 2018-08-12 20:43:10,867 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-79eb533d-708a-4d07-a764-5a8fafb816ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-79eb533d-708a-4d07-a764-5a8fafb816ba'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:09Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:10,883 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-12 20:43:11,724 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.840s 2018-08-12 20:43:11,725 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-cb2e9e79-abbc-492f-b5e0-5bf57209855d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb2e9e79-abbc-492f-b5e0-5bf57209855d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:09Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:11,738 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 19eebf3e-a8af-4d75-91e4-449d6ecc21d9 with status: ACTIVE 2018-08-12 20:43:12,838 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.099s 2018-08-12 20:43:12,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-1801695150", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b18c2d6-3a9a-4b65-941d-15d01dfb1d47'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:43:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8d071859-4c3f-4c4f-b8d4-c30b39cda581","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:43:12Z","name":"tempest-port-smoke-1801695150","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:14:d7:2c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"3a2ee48d-13b5-4015-9b45-3f8783beda28","ip_address":"10.101.11.50"}],"id":"35a45484-6444-4c63-a9a3-a3f573b41853","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:43:15,727 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 2.887s 2018-08-12 20:43:15,728 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "8d071859-4c3f-4c4f-b8d4-c30b39cda581", "port": "35a45484-6444-4c63-a9a3-a3f573b41853"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-c68b7607-6ebb-4fcc-9363-31c78dbcaa4c', 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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c68b7607-6ebb-4fcc-9363-31c78dbcaa4c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "adminPass": "ndj3DYmFW9fd"}} 2018-08-12 20:43:16,047 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.315s 2018-08-12 20:43:16,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-07e5c47c-d316-40c6-a39a-a4aa137980dd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-07e5c47c-d316-40c6-a39a-a4aa137980dd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:17,385 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.324s 2018-08-12 20:43:17,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-c8443490-b491-4a9f-b873-5c7369ee8904', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8443490-b491-4a9f-b873-5c7369ee8904'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:18,742 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.340s 2018-08-12 20:43:18,743 63 DEBUG [tempest.lib.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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-fb9e1641-2f38-4488-bc93-57262d44834c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb9e1641-2f38-4488-bc93-57262d44834c'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:18,756 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-12 20:43:20,847 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/6bc947ca-aded-4193-a123-7cabfaee6847 1.089s 2018-08-12 20:43:20,848 63 DEBUG [tempest.lib.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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-929b2299-2642-4127-a0ec-d62f049e6fb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-929b2299-2642-4127-a0ec-d62f049e6fb4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:43:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:20,860 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:43:22,496 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.634s 2018-08-12 20:43:22,497 63 DEBUG [tempest.lib.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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-558318c4-2bce-4178-9ff4-481285cc766e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-558318c4-2bce-4178-9ff4-481285cc766e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:22,510 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-12 20:43:23,200 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/6bc947ca-aded-4193-a123-7cabfaee6847 0.690s 2018-08-12 20:43:23,201 63 DEBUG [tempest.lib.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/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-d56cee88-856e-413d-a922-3fbddb8f1dda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d56cee88-856e-413d-a922-3fbddb8f1dda'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:21Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:23,214 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6bc947ca-aded-4193-a123-7cabfaee6847 with status: ACTIVE 2018-08-12 20:43:24,282 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.067s 2018-08-12 20:43:24,282 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-1845791932", "security_groups": ["fa2f829f-7e5e-4ebe-9860-377da3cc796b"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b27cfcb-3b9a-4951-a0ea-a93d2d302099'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:43:23Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a51ff58-8714-435f-a7d9-1a71ae1bea4f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:43:23Z","name":"tempest-port-smoke-1845791932","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:24:49:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"50cb11bb-9bba-493f-86e1-f26c4c64c178","ip_address":"10.101.11.50"}],"id":"3beac31f-1cdb-4bbb-82ef-4df412a864f6","security_groups":["fa2f829f-7e5e-4ebe-9860-377da3cc796b"],"device_id":""}} 2018-08-12 20:43:26,913 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 2.630s 2018-08-12 20:43:26,914 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-1682375418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a51ff58-8714-435f-a7d9-1a71ae1bea4f", "port": "3beac31f-1cdb-4bbb-82ef-4df412a864f6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "name": "server-5"}} 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-d71ca907-8f86-45f2-a4b9-60d1220c50f4', 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d71ca907-8f86-45f2-a4b9-60d1220c50f4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "adminPass": "8yLsmoJSGwpQ"}} 2018-08-12 20:43:27,257 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/8d048a02-2112-4d71-8a46-36bb16362cf2 0.338s 2018-08-12 20:43:27,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': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ad9437f8-b07f-413b-b6e3-99fa79d16977', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad9437f8-b07f-413b-b6e3-99fa79d16977'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:43:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-5", "created": "2018-08-12T20:43:26Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:28,637 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/8d048a02-2112-4d71-8a46-36bb16362cf2 0.365s 2018-08-12 20:43:28,638 63 DEBUG [tempest.lib.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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ccaf6cf6-8c2a-4033-89c2-b1aa9f9e4ef8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccaf6cf6-8c2a-4033-89c2-b1aa9f9e4ef8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d048a02-2112-4d71-8a46-36bb16362cf2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "8d048a02-2112-4d71-8a46-36bb16362cf2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-12T20:43:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-5", "created": "2018-08-12T20:43:26Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-12T20:43:27Z"}, "metadata": {}}} 2018-08-12 20:43:28,650 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait 2018-08-12 20:43:30,177 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/8d048a02-2112-4d71-8a46-36bb16362cf2 1.526s 2018-08-12 20:43:30,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-ee248f99-08c1-4e94-8df5-26fb5c3d3392', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ee248f99-08c1-4e94-8df5-26fb5c3d3392'} Body: 2018-08-12 20:43:30,226 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/8d048a02-2112-4d71-8a46-36bb16362cf2 0.047s 2018-08-12 20:43:30,226 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/8d048a02-2112-4d71-8a46-36bb16362cf2', u'x-compute-request-id': 'req-93b971fa-6dae-47f2-b0b2-ae521fffb683', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-93b971fa-6dae-47f2-b0b2-ae521fffb683'} Body: {"itemNotFound": {"message": "Instance 8d048a02-2112-4d71-8a46-36bb16362cf2 could not be found.", "code": 404}} 2018-08-12 20:43:30,804 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/3beac31f-1cdb-4bbb-82ef-4df412a864f6 0.574s 2018-08-12 20:43:30,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/ports/3beac31f-1cdb-4bbb-82ef-4df412a864f6', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14036e52-da4c-45e2-ab2b-6c5024940cb5'} Body: 2018-08-12 20:43:30,977 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.172s 2018-08-12 20:43:30,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-9872e56d-bf01-4602-950b-ce82b1fd26c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9872e56d-bf01-4602-950b-ce82b1fd26c5'} Body: 2018-08-12 20:43:31,639 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.660s 2018-08-12 20:43:31,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': '200', u'content-length': '1554', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-9974c072-8c5c-4673-b36a-972c26c5c352', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9974c072-8c5c-4673-b36a-972c26c5c352'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:d7:2c", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:33,081 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.428s 2018-08-12 20:43:33,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': '1343', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-af9bbec9-8d65-4d01-ba78-97e822ee2043', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-af9bbec9-8d65-4d01-ba78-97e822ee2043'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6bc947ca-aded-4193-a123-7cabfaee6847", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:21.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6bc947ca-aded-4193-a123-7cabfaee6847", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-4", "created": "2018-08-12T20:43:15Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:34,143 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847 0.046s 2018-08-12 20:43:34,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': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/6bc947ca-aded-4193-a123-7cabfaee6847', u'x-compute-request-id': 'req-82396ea7-35dd-40d5-a937-957ee09aa7c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-82396ea7-35dd-40d5-a937-957ee09aa7c1'} Body: {"itemNotFound": {"message": "Instance 6bc947ca-aded-4193-a123-7cabfaee6847 could not be found.", "code": 404}} 2018-08-12 20:43:34,887 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/35a45484-6444-4c63-a9a3-a3f573b41853 0.743s 2018-08-12 20:43:34,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/ports/35a45484-6444-4c63-a9a3-a3f573b41853', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c7ba8b2-1fac-4f06-982f-58a056d83c82'} Body: 2018-08-12 20:43:35,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.147s 2018-08-12 20:43:35,037 63 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-5d56eb30-571f-46e8-9f1a-2206011f4cb4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d56eb30-571f-46e8-9f1a-2206011f4cb4'} Body: 2018-08-12 20:43:35,465 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.427s 2018-08-12 20:43:35,466 63 DEBUG [tempest.lib.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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-9e30e15a-ee75-442a-85fa-f0e19f9a96ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e30e15a-ee75-442a-85fa-f0e19f9a96ff'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:37,212 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.731s 2018-08-12 20:43:37,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': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-b0bea946-c836-4924-9dbc-77cf909c6ad7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0bea946-c836-4924-9dbc-77cf909c6ad7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:e4:f8", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:43:09.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "19eebf3e-a8af-4d75-91e4-449d6ecc21d9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:35Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-3", "created": "2018-08-12T20:43:03Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:38,270 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/19eebf3e-a8af-4d75-91e4-449d6ecc21d9 0.041s 2018-08-12 20:43:38,270 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/19eebf3e-a8af-4d75-91e4-449d6ecc21d9', u'x-compute-request-id': 'req-6572059b-c5ee-438e-890b-7a3eaa1166dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-6572059b-c5ee-438e-890b-7a3eaa1166dc'} Body: {"itemNotFound": {"message": "Instance 19eebf3e-a8af-4d75-91e4-449d6ecc21d9 could not be found.", "code": 404}} 2018-08-12 20:43:39,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/9f086aaa-6efd-4eb1-9a6f-01b1841167e6 1.004s 2018-08-12 20:43:39,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/9f086aaa-6efd-4eb1-9a6f-01b1841167e6', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2de9ed01-ad2e-40f1-af86-08987e562f07'} Body: 2018-08-12 20:43:39,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.161s 2018-08-12 20:43:39,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-ae7f191c-e2b5-4bd3-87c0-26568e9781c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae7f191c-e2b5-4bd3-87c0-26568e9781c0'} Body: 2018-08-12 20:43:40,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.708s 2018-08-12 20:43:40,148 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1554', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-c2c94960-f712-44a7-bac6-fb323c2b7f20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c2c94960-f712-44a7-bac6-fb323c2b7f20'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-269749071": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:c7:1b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "623e942b-0662-4e24-9f3c-3e86a52fe46b", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:39Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-2", "created": "2018-08-12T20:42:47Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:41,211 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/623e942b-0662-4e24-9f3c-3e86a52fe46b 0.049s 2018-08-12 20:43:41,212 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/623e942b-0662-4e24-9f3c-3e86a52fe46b', u'x-compute-request-id': 'req-f7b81153-a000-4dcf-94fa-ab9c7d281cba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f7b81153-a000-4dcf-94fa-ab9c7d281cba'} Body: {"itemNotFound": {"message": "Instance 623e942b-0662-4e24-9f3c-3e86a52fe46b could not be found.", "code": 404}} 2018-08-12 20:43:42,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1884f108-7988-4911-8947-6452c4a5ecdd 0.853s 2018-08-12 20:43:42,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1884f108-7988-4911-8947-6452c4a5ecdd', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5bdd6e17-b460-400d-a18e-961ee7e57149'} Body: 2018-08-12 20:43:42,402 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.335s 2018-08-12 20:43:42,403 63 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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-2b4ad283-0af6-4ada-a5e4-26ebd4a53250', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b4ad283-0af6-4ada-a5e4-26ebd4a53250'} Body: 2018-08-12 20:43:43,158 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.754s 2018-08-12 20:43:43,158 63 DEBUG [tempest.lib.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/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-b4ad85e5-ba2c-4686-880e-1cb4207712db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b4ad85e5-ba2c-4686-880e-1cb4207712db'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1626848630": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:2b:c1", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7581a754-c262-46c2-84ab-2e09a825b757", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:42:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "7581a754-c262-46c2-84ab-2e09a825b757", "security_groups": [{"name": "tempest-secgroup-smoke-1766874108"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:43:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1682375418", "name": "server-1", "created": "2018-08-12T20:42:32Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:43:44,215 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757 0.042s 2018-08-12 20:43:44,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/7581a754-c262-46c2-84ab-2e09a825b757', u'x-compute-request-id': 'req-adbfd128-b429-4c8e-be49-80a8be69b790', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-adbfd128-b429-4c8e-be49-80a8be69b790'} Body: {"itemNotFound": {"message": "Instance 7581a754-c262-46c2-84ab-2e09a825b757 could not be found.", "code": 404}} 2018-08-12 20:43:44,826 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/a346ffb2-58f5-4017-a82c-d792566d3990 0.609s 2018-08-12 20:43:44,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a346ffb2-58f5-4017-a82c-d792566d3990', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-95d31aa3-3416-494d-874c-788d88827483'} Body: 2018-08-12 20:43:44,883 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-1682375418 0.054s 2018-08-12 20:43:44,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1682375418', u'x-compute-request-id': 'req-bc42437c-b2c5-48ff-ad21-8fd4ef5c9fe2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:43:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bc42437c-b2c5-48ff-ad21-8fd4ef5c9fe2'} Body: 2018-08-12 20:43:47,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3ba042ee-026e-4799-9cdf-8dcc9986a326 2.553s 2018-08-12 20:43:47,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3ba042ee-026e-4799-9cdf-8dcc9986a326', u'date': 'Sun, 12 Aug 2018 20:43:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-52944351-fee3-442c-a674-8e55f01139bd'} Body: 2018-08-12 20:43:50,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/3a2ee48d-13b5-4015-9b45-3f8783beda28 2.578s 2018-08-12 20:43:50,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/3a2ee48d-13b5-4015-9b45-3f8783beda28', u'date': 'Sun, 12 Aug 2018 20:43:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-656bbdaa-a7cb-4ed0-92d8-ffdac929e6d6'} Body: 2018-08-12 20:43:51,976 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/8d071859-4c3f-4c4f-b8d4-c30b39cda581 1.956s 2018-08-12 20:43:51,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/8d071859-4c3f-4c4f-b8d4-c30b39cda581', u'date': 'Sun, 12 Aug 2018 20:43:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-278a5c58-33a5-48bf-b263-b8c4ecbf2b05'} Body: 2018-08-12 20:43:54,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/b8e363f1-c15e-43b6-b26a-8bde183b3e48 2.555s 2018-08-12 20:43:54,534 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b8e363f1-c15e-43b6-b26a-8bde183b3e48', u'date': 'Sun, 12 Aug 2018 20:43:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6167a1ae-7652-46ae-8748-1a69eeee3bb6'} Body: 2018-08-12 20:43:56,964 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/50cb11bb-9bba-493f-86e1-f26c4c64c178 2.429s 2018-08-12 20:43:56,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/50cb11bb-9bba-493f-86e1-f26c4c64c178', u'date': 'Sun, 12 Aug 2018 20:43:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-542ed589-b1cf-440e-9253-5175bd86857e'} Body: 2018-08-12 20:43:58,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0a51ff58-8714-435f-a7d9-1a71ae1bea4f 1.891s 2018-08-12 20:43:58,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/0a51ff58-8714-435f-a7d9-1a71ae1bea4f', u'date': 'Sun, 12 Aug 2018 20:43:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b545cbf2-8b19-45dc-81fd-a7a913ea834d'} Body: 2018-08-12 20:43:59,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/fa2f829f-7e5e-4ebe-9860-377da3cc796b 0.294s 2018-08-12 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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/fa2f829f-7e5e-4ebe-9860-377da3cc796b', u'date': 'Sun, 12 Aug 2018 20:43:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-30e9657f-8fd1-45d0-a038-661afda54409'} 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-12 20:43:59,427 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.241s 2018-08-12 20:43:59,427 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-2013536119 description", "name": "tempest-secgroup-smoke-2013536119"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-187709d6-4f78-4558-b7c8-217db4c02805'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2013536119 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:43:59Z", "updated_at": "2018-08-12T20:43:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:43:59Z", "revision_number": 0, "id": "5573a292-b30c-4c0b-b1f7-d3ea2fb06e8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:43:59Z", "revision_number": 0, "id": "da0f7a7b-8f91-456c-951e-1e93eaea0014", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "22e62076-e533-4315-b917-22c8e21f0886", "name": "tempest-secgroup-smoke-2013536119"}} 2018-08-12 20:43:59,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.507s 2018-08-12 20:43:59,936 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:43:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ba20af35-c21c-4293-bd91-87176b5e0fb3'} 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-12T20:43:59Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:43:59Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f5691cd2-8549-4e65-88f1-29f17cc69bf3"}} 2018-08-12 20:44:00,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.250s 2018-08-12 20:44:00,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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1715583a-9f5c-40a3-83ee-5fb9cd8d8e4c'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d7c5dfab-60a7-4d2a-9fd8-83287ffd96ec"}} 2018-08-12 20:44:00,469 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.280s 2018-08-12 20:44:00,469 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e217e24a-6b72-453a-ab80-aa95e8f802eb'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3bd0b1c-4357-47c6-9b9d-5c6c4d7b6041"}} 2018-08-12 20:44:01,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.537s 2018-08-12 20:44:01,008 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-161a1718-ae04-47f2-a2f2-077de79fa581'} 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-12T20:44:00Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f1866f47-41f9-4701-ae5d-a50261bcdbda"}} 2018-08-12 20:44:01,230 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-12 20:44:01,230 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d981bdb1-fc0f-4785-8d59-6e674545e802'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6757440c-6151-43aa-aeba-ecbec9949f67"}} 2018-08-12 20:44:01,439 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-12 20:44:01,439 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea44d1e3-cf90-4d1a-acc2-5668edee6cb7'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5a664cec-bdee-48a9-bbbb-216304b6d630"}} 2018-08-12 20:44:01,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.268s 2018-08-12 20:44:01,709 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e7c9bb82-86b3-4bd7-ac2e-cbeee83dd5df'} 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-12T20:44:01Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "228faa5d-7c67-4653-8d7f-05ae36dba03c"}} 2018-08-12 20:44:02,229 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-12 20:44:02,230 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "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': 'Sun, 12 Aug 2018 20:44:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8f069d5-843d-44a7-b9a4-e4867b39a1c5'} 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-12T20:44:02Z", "security_group_id": "22e62076-e533-4315-b917-22c8e21f0886", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:02Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a4bac0a2-f713-4b6d-9a47-a795052754fd"}} 2018-08-12 20:44:02,875 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.643s 2018-08-12 20:44:02,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1810433612"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:44:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b96622d7-a297-450c-9c46-cf92c089f039'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:44:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c7397818-42ba-4992-ba71-d264d445c45f","name":"tempest-A-1810433612"}} 2018-08-12 20:44:03,826 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.950s 2018-08-12 20:44:03,827 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "name": "tempest-subnet-A-1-1391233609"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:44:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef21a414-bec6-4142-9b50-b3b87465bc28'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7397818-42ba-4992-ba71-d264d445c45f","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:03Z","dns_nameservers":[],"updated_at":"2018-08-12T20:44:03Z","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":"01ace95cf526467b9409c6248a7c6876","id":"914d407d-e2a5-49fc-a8bf-e766d8a8bd04","subnetpool_id":null,"name":"tempest-subnet-A-1-1391233609"}} 2018-08-12 20:44:04,112 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.284s 2018-08-12 20:44:04,113 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-52358568"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:44:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afd507f1-d495-46f5-9d7e-1ce634695906'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:44:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","name":"tempest-B-52358568"}} 2018-08-12 20:44:05,341 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 1.227s 2018-08-12 20:44:05,342 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "name": "tempest-subnet-B-1-156063646"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:44:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0dafe10-8e61-4ce6-8ff4-db3de8d7a78c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:44:04Z","dns_nameservers":[],"updated_at":"2018-08-12T20:44:04Z","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":"01ace95cf526467b9409c6248a7c6876","id":"79563a8f-c3cb-4390-9d06-c8985111f915","subnetpool_id":null,"name":"tempest-subnet-B-1-156063646"}} 2018-08-12 20:44:05,629 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.286s 2018-08-12 20:44:05,630 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-437056432"}} 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-57bcb44a-f390-4195-8d1b-90d782597f36', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57bcb44a-f390-4195-8d1b-90d782597f36'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0xwK1ZTqeYutYrwstUbkSQs5xOO4RG5DOY71vnZ5N0G3OEY3KpI6izlbMoFm+Sy37HP8NP7jSW7M5W4i1khF/zY7Zfo0vqdaO1n30F9G8rcYM+6/sUBq5iAalO+KSeD0qpVWNs0/12SM0DOfJUBBdWmcEhDw94+rP5AQ49F96EKDgyUDfe9zSv6Jv4wVTqbFOsgxQ0cg5R+s/en1UeO2rmaS2Avj3af2LW5UdyvRq6k2V6ljVCuCJZ+HH2UGVmPcyfzFKRqPZkiPokN+yCqXYnxVgvGsAGmf+OlynWik3oPyINRGmD3KZG/WxeKAHgruu/pjSAAO3DXXyjB7rWeH1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtMcCtWU6nmLrWK8LLVG5EkLOcTjuERuQzmO9b52eTdBtzhGN\nyqSOos5WzKBZvkst+xz/DT+40luzOVuItZIRf82O2X6NL6nWjtZ99BfRvK3GDPuv\n7FAauYgGpTvikng9KqVVjbNP9dkjNAznyVAQXVpnBIQ8PePqz+QEOPRfehCg4MlA\n33vc0r+ib+MFU6mxTrIMUNHIOUfrP3p9VHjtq5mktgL492n9i1uVHcr0aupNlepY\n1QrgiWfhx9lBlZj3Mn8xSkaj2ZIj6JDfsgql2J8VYLxrABpn/jpcp1opN6D8iDUR\npg9ymRv1sXigB4K7rv6Y0gADtw118owe61nh9QIDAQABAoIBABth9bgSUFHDfBCf\n2xqPQXBRrEGcNPtkaIfKtdwdTOhOhQNsx0SFrpFcnes68r0PWDSsTLnuCAndGAW9\nJrUSHhJ0yYmKUMqCeFyEgumhXgStcc1vplMuQw4NW6xVqNk021cFWjMvkRIVRO7S\ncZ2dwgzR777QZOufBWdeC4GxCnFLqEAHc+7P4UA6Z7DTfFGjx0q3V7T4vI9pZSb5\naTV7FUTF9KUCE0rScOKifgJaqylq2PZ29/RzLosCexpURjeR+Zlve20jkeDKkLey\nR29LrcEK3pByUT7KwfmGXEJwEBG0AuSzw6wyvMHiJP1wrj9k2lqOtruvGQoHhy7f\n9DLM34ECgYEA4qenqJXvrNkpaHUHDgQcFWIGiwP5ET/Llrr1L2k7RbrJmZPps9cX\n6/tbePdlRYpilceQXxUgzw4p5gmjL89Z1Z2taDOLJvugtpT3nIDXtghN7PAsJPxa\nu6LICiV4StKoW3oj5ekNlfIxh0APochv7uXmkaRjRt4lEST8qR3tiKECgYEAzC7F\nootP/vl3fS2bIXIOKlCBdZWO1+2ZMs2J3ToenQkz2+p0cxVkq2MyTZcMcURHZGyx\ncEL+FIT9TbP2qvXslB9GRkzwe3B142DhNVQ+BkG3ul4GXaje70U791ngXCTcClR6\nU2A1510p837Nf37EkJxmrLp/cwm8cfHQrUDmtNUCgYB3Wo/4P9Rxcf3TKuUnJVTg\nkbkeVV5ADhcYbaUVbVWwF3d37yL++AJ52uhFYAmtP/1AIFHPMCIRxsSbhXGwiIEm\n8xxQpeveAF2WKAXoHRT6n47heWvVoinpawPqC+c3h4zudvgWZs4nqt0X+s0Ahbsj\n017CTQ2WUP6184M1TzQ5YQKBgGx9NZnGN/0chDbI8rJ0rb4iBId7rehhYJMzztrz\nNKzv5NQm4TT82v6NuH6tkXjldKGRdz5U+jfg6c5NnvT7snaJn4de/jA4cwsbwM3b\nMxGT/ZFSwEMnpTyxJsmowaN0Gk6K0GxYpIuIXu/4IixqKPtFfvCsL2fqdmx8tgo4\nf9z5AoGBAKpLcrbxQhRLmKm4cHrFYH3B6xlXYA9QjCIbxmJcfruQUy0xhv3XZt2U\ni8VWm7DSHLkVDb6e4KHcq8MTlH92v8gZu80ZDZ/OKNTumi/xi8u7Gk2+GMUPBeBM\nrm7vyRilk6aCmnM4/ScQG4W25aNIzpTA9FpjQib84HAxqAh/T9+V\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-437056432", "fingerprint": "b3:c6:d4:40:5e:f3:7c:5b:92:35:e1:94:11:0c:88:45"}} 2018-08-12 20:44:06,660 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.026s 2018-08-12 20:44:06,661 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1371923690", "security_groups": ["22e62076-e533-4315-b917-22c8e21f0886"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2953331-7fdc-49b0-98fb-6ff2e439f3e9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:44:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c7397818-42ba-4992-ba71-d264d445c45f","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:44:06Z","name":"tempest-port-smoke-1371923690","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e2:cf:f6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"914d407d-e2a5-49fc-a8bf-e766d8a8bd04","ip_address":"10.101.11.10"}],"id":"85f171b6-3422-412f-a2b1-61e1b65ef22f","security_groups":["22e62076-e533-4315-b917-22c8e21f0886"],"device_id":""}} 2018-08-12 20:44:09,981 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 3.318s 2018-08-12 20:44:09,982 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-437056432", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c7397818-42ba-4992-ba71-d264d445c45f", "port": "85f171b6-3422-412f-a2b1-61e1b65ef22f"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-a94f651e-b71c-4dcb-819f-eec8d22fff67', 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a94f651e-b71c-4dcb-819f-eec8d22fff67'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "adminPass": "hFfPpA9hvbUG"}} 2018-08-12 20:44:10,317 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.331s 2018-08-12 20:44:10,318 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-eb339edf-5933-4549-999f-7c9f7435fc61', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb339edf-5933-4549-999f-7c9f7435fc61'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:11,675 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.341s 2018-08-12 20:44:11,675 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-e6bf1d86-eba3-411d-b3b4-71a37173c10a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6bf1d86-eba3-411d-b3b4-71a37173c10a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:13,059 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.367s 2018-08-12 20:44:13,059 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-87904b8f-314d-45cd-b617-f6b4ed6bb52e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87904b8f-314d-45cd-b617-f6b4ed6bb52e'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:13,073 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 3 second wait 2018-08-12 20:44:14,825 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.749s 2018-08-12 20:44:14,825 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-268d5e9d-a5be-44e4-847e-fa2adebbc971', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-268d5e9d-a5be-44e4-847e-fa2adebbc971'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:14,838 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:44:16,445 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.605s 2018-08-12 20:44:16,446 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-56bd0beb-857a-486c-aa2a-c952975c7dbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56bd0beb-857a-486c-aa2a-c952975c7dbd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:12Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:18,165 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.705s 2018-08-12 20:44:18,166 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-880b3826-0337-48d6-9319-f3276206ba6f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-880b3826-0337-48d6-9319-f3276206ba6f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:18,179 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:44:18,866 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/cc02165e-37b0-421e-91a2-f5672414bb09 0.686s 2018-08-12 20:44:18,867 63 DEBUG [tempest.lib.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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-5f3a4ce9-3f24-41a5-9396-f96125096ee6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5f3a4ce9-3f24-41a5-9396-f96125096ee6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:18,880 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: cc02165e-37b0-421e-91a2-f5672414bb09 with status: ACTIVE 2018-08-12 20:44:19,696 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 0.814s 2018-08-12 20:44:19,697 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1372407631", "security_groups": ["22e62076-e533-4315-b917-22c8e21f0886"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:44:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fabee01e-8f44-4dd8-b2bc-10cc6fafe692'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:44:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"726c8abd-4a47-4ebb-a8ec-31a346a7f3d1","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:44:19Z","name":"tempest-port-smoke-1372407631","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e3:5b:e2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"79563a8f-c3cb-4390-9d06-c8985111f915","ip_address":"10.102.21.20"}],"id":"62c740d5-53f1-4e24-9e1f-eaf96719e9aa","security_groups":["22e62076-e533-4315-b917-22c8e21f0886"],"device_id":""}} 2018-08-12 20:44:21,967 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.267s 2018-08-12 20:44:21,968 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-437056432", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "port": "62c740d5-53f1-4e24-9e1f-eaf96719e9aa"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-b594ae15-be43-43aa-ab8c-ef511383d354', 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b594ae15-be43-43aa-ab8c-ef511383d354'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "adminPass": "btE27SwRnZeL"}} 2018-08-12 20:44:22,282 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.309s 2018-08-12 20:44:22,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-a46ab323-bcb4-46fe-aa91-f2b43f4f6fca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a46ab323-bcb4-46fe-aa91-f2b43f4f6fca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:23,524 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.225s 2018-08-12 20:44:23,525 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-827de5d4-1ca5-4427-ad40-e7326f18a6aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-827de5d4-1ca5-4427-ad40-e7326f18a6aa'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:44:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:25,269 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.728s 2018-08-12 20:44:25,270 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-05649f82-54bc-4c4f-adda-af5f1d922d55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-05649f82-54bc-4c4f-adda-af5f1d922d55'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:25,283 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:44:26,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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.617s 2018-08-12 20:44:26,903 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-624e49b0-dec3-4599-89e5-fc7810e962b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-624e49b0-dec3-4599-89e5-fc7810e962b2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:28,680 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.762s 2018-08-12 20:44:28,680 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-27045a58-f8d9-4e14-9ac3-75ede0654637', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27045a58-f8d9-4e14-9ac3-75ede0654637'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:44:24Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:30,398 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.703s 2018-08-12 20:44:30,399 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-6f4eea9f-1f0c-4d3a-b9b9-df96c96ea196', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f4eea9f-1f0c-4d3a-b9b9-df96c96ea196'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:30,414 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:44:31,132 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.716s 2018-08-12 20:44:31,132 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-bd1a1ebf-8cff-4f24-a703-dc87828770c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:44:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd1a1ebf-8cff-4f24-a703-dc87828770c2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:44:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:44:31,146 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 05d6d9c3-b68f-414a-8ac6-cad5bec658c4 with status: ACTIVE 2018-08-12 20:44:31,295 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.148s 2018-08-12 20:44:31,296 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--26935315", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Sun, 12 Aug 2018 20:44:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ce5e1a7-c6d4-43af-84a4-28c511e7cf81'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:31Z", "admin_state_up": true, "updated_at": "2018-08-12T20:44:31Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "db216f29-a5a5-477d-832a-6a290020b1d4", "name": "tempest-router--26935315"}} 2018-08-12 20:44:32,728 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/db216f29-a5a5-477d-832a-6a290020b1d4 1.431s 2018-08-12 20:44:32,729 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4', u'date': 'Sun, 12 Aug 2018 20:44:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa499391-a6d4-4d3e-b0da-f4c475a85a23'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:31Z", "admin_state_up": true, "updated_at": "2018-08-12T20:44:32Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "db216f29-a5a5-477d-832a-6a290020b1d4", "name": "tempest-router--26935315"}} 2018-08-12 20:44:34,797 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/db216f29-a5a5-477d-832a-6a290020b1d4/add_router_interface 2.067s 2018-08-12 20:44:34,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:44:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63bb4885-2568-45bc-b519-99cfbd5add19'} Body: {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04", "subnet_ids": ["914d407d-e2a5-49fc-a8bf-e766d8a8bd04"], "port_id": "438c53f8-3592-4205-afc0-d2bacf1bb174", "id": "db216f29-a5a5-477d-832a-6a290020b1d4"} 2018-08-12 20:44:37,110 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.311s 2018-08-12 20:44:37,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "85f171b6-3422-412f-a2b1-61e1b65ef22f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1747c1d8-9f4c-4fb5-b760-04bfbe581de1'} Body: {"floatingip": {"router_id": "db216f29-a5a5-477d-832a-6a290020b1d4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:44:35Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "85f171b6-3422-412f-a2b1-61e1b65ef22f", "id": "5a7b630f-86f7-4964-a306-4dc1317b3647", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:44:35Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:44:37,229 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.116s 2018-08-12 20:44:37,230 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4976b779-f84c-4d56-8b9b-4bd30f68eb42'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688"}} 2018-08-12 20:44:37,701 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations 0.470s 2018-08-12 20:44:37,702 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations', u'date': 'Sun, 12 Aug 2018 20:44:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37b6eb97-2626-453f-a7fa-3a445b6e302b'} Body: {"network_association": {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "id": "412b7409-5c8a-421f-960c-8ea014095a1d"}} 2018-08-12 20:44:37,704 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:45,719 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:45,783 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:44:45,784 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:45,899 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-12 20:44:45,899 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:45,901 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:45,961 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:44:45,966 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:50,973 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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-12 20:44:50,974 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-12 20:44:50,974 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075324 seconds 2018-08-12 20:44:51,307 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations 0.332s 2018-08-12 20:44:51,307 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688/network_associations', u'date': 'Sun, 12 Aug 2018 20:44:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e0846eab-b2dc-43c6-9f89-2832364cda4d'} Body: {"network_association": {"network_id": "726c8abd-4a47-4ebb-a8ec-31a346a7f3d1", "id": "45d46d84-b364-4a56-85e2-0d3819203c49"}} 2018-08-12 20:44:51,308 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:51,310 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:51,375 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:44:51,407 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:51,521 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-12 20:44:51,522 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 20:44:51,525 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:44:51,585 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:44:51,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 20:44:56,596 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) 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-12 20:44:56,597 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-12 20:44:56,598 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.076447 seconds 2018-08-12 20:44:56,598 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688 2018-08-12 20:44:56,962 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688 0.363s 2018-08-12 20:44:56,963 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/ba24959b-1ae3-4d92-bdbd-3d5ea0e7b688', u'date': 'Sun, 12 Aug 2018 20:44:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebb31212-d011-437b-bcb1-4605a54189af'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-12 20:44:58,119 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/5a7b630f-86f7-4964-a306-4dc1317b3647 1.153s 2018-08-12 20:44:58,119 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5a7b630f-86f7-4964-a306-4dc1317b3647', u'date': 'Sun, 12 Aug 2018 20:44:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eb933297-3271-4d77-be2c-1b35c119fefc'} Body: 2018-08-12 20:44:59,915 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/remove_router_interface 1.794s 2018-08-12 20:44:59,916 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:44:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffea7a67-cd74-4827-98ff-c52282c2e794'} Body: {"network_id": "c7397818-42ba-4992-ba71-d264d445c45f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "914d407d-e2a5-49fc-a8bf-e766d8a8bd04", "subnet_ids": ["914d407d-e2a5-49fc-a8bf-e766d8a8bd04"], "port_id": "438c53f8-3592-4205-afc0-d2bacf1bb174", "id": "db216f29-a5a5-477d-832a-6a290020b1d4"} 2018-08-12 20:45:01,439 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4 1.522s 2018-08-12 20:45:01,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/db216f29-a5a5-477d-832a-6a290020b1d4', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-367999f8-130e-4b70-81bd-6ce7caed307a'} Body: 2018-08-12 20:45:01,635 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.195s 2018-08-12 20:45:01,636 63 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-f9f7daca-dd02-4b7d-a46d-15f73eaef218', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f9f7daca-dd02-4b7d-a46d-15f73eaef218'} Body: 2018-08-12 20:45:02,288 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.651s 2018-08-12 20:45:02,289 63 DEBUG [tempest.lib.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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-37098479-a4fb-4752-b9d7-8c4320ce3049', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37098479-a4fb-4752-b9d7-8c4320ce3049'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-52358568": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:5b:e2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:28.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "05d6d9c3-b68f-414a-8ac6-cad5bec658c4", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:01Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-2", "created": "2018-08-12T20:44:21Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:03,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/05d6d9c3-b68f-414a-8ac6-cad5bec658c4 0.047s 2018-08-12 20:45:03,353 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/05d6d9c3-b68f-414a-8ac6-cad5bec658c4', u'x-compute-request-id': 'req-76718db3-c681-4d10-ae1b-98d9606d5d2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-76718db3-c681-4d10-ae1b-98d9606d5d2f'} Body: {"itemNotFound": {"message": "Instance 05d6d9c3-b68f-414a-8ac6-cad5bec658c4 could not be found.", "code": 404}} 2018-08-12 20:45:03,952 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/62c740d5-53f1-4e24-9e1f-eaf96719e9aa 0.598s 2018-08-12 20:45:03,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/62c740d5-53f1-4e24-9e1f-eaf96719e9aa', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81052282-194b-4460-ae49-f8042d85ec2c'} Body: 2018-08-12 20:45:04,126 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.173s 2018-08-12 20:45:04,127 63 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/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-bd7441d4-3d85-4cf7-b34e-306f5cadc3b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bd7441d4-3d85-4cf7-b34e-306f5cadc3b8'} Body: 2018-08-12 20:45:04,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.686s 2018-08-12 20:45:04,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': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-68376967-2e07-4ec6-b288-c6f1eb3db25a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68376967-2e07-4ec6-b288-c6f1eb3db25a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1810433612": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:cf:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/cc02165e-37b0-421e-91a2-f5672414bb09", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:44:17.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "cc02165e-37b0-421e-91a2-f5672414bb09", "security_groups": [{"name": "tempest-secgroup-smoke-2013536119"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:04Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-437056432", "name": "server-1", "created": "2018-08-12T20:44:09Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:05,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09 0.042s 2018-08-12 20:45:05,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/cc02165e-37b0-421e-91a2-f5672414bb09', u'x-compute-request-id': 'req-2f83bcf1-59c6-4ace-9da0-76748b9261cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2f83bcf1-59c6-4ace-9da0-76748b9261cc'} Body: {"itemNotFound": {"message": "Instance cc02165e-37b0-421e-91a2-f5672414bb09 could not be found.", "code": 404}} 2018-08-12 20:45:06,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/85f171b6-3422-412f-a2b1-61e1b65ef22f 0.604s 2018-08-12 20:45:06,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/85f171b6-3422-412f-a2b1-61e1b65ef22f', u'date': 'Sun, 12 Aug 2018 20:45:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-42c1bdd0-bf50-4297-9ed8-23798d0d4da1'} Body: 2018-08-12 20:45:06,529 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-437056432 0.049s 2018-08-12 20:45:06,530 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-437056432', u'x-compute-request-id': 'req-0f47523b-7a14-44da-8b03-f62c97734c4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f47523b-7a14-44da-8b03-f62c97734c4b'} Body: 2018-08-12 20:45:08,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/79563a8f-c3cb-4390-9d06-c8985111f915 2.395s 2018-08-12 20:45:08,926 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/79563a8f-c3cb-4390-9d06-c8985111f915', u'date': 'Sun, 12 Aug 2018 20:45:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-094cc954-d61a-458f-b10d-daaa77be2c14'} Body: 2018-08-12 20:45:10,928 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/726c8abd-4a47-4ebb-a8ec-31a346a7f3d1 2.001s 2018-08-12 20:45:10,929 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/726c8abd-4a47-4ebb-a8ec-31a346a7f3d1', u'date': 'Sun, 12 Aug 2018 20:45:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-521e2735-5cf1-4c36-8116-1f1783af702f'} Body: 2018-08-12 20:45:13,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/914d407d-e2a5-49fc-a8bf-e766d8a8bd04 2.456s 2018-08-12 20:45:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/914d407d-e2a5-49fc-a8bf-e766d8a8bd04', u'date': 'Sun, 12 Aug 2018 20:45:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1d3c9b80-4a14-4a77-857e-63079e6c53a4'} Body: 2018-08-12 20:45:15,322 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c7397818-42ba-4992-ba71-d264d445c45f 1.934s 2018-08-12 20:45:15,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/c7397818-42ba-4992-ba71-d264d445c45f', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f5444a1b-7d18-40f0-a088-945abefd3b8d'} Body: 2018-08-12 20:45:15,609 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/22e62076-e533-4315-b917-22c8e21f0886 0.285s 2018-08-12 20:45:15,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/22e62076-e533-4315-b917-22c8e21f0886', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a202b03e-7bc1-4d5d-9294-8002b23590b3'} 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 267, in test_bgpvpn_update_route_targets_common_target 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-12 20:45:15,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.266s 2018-08-12 20:45:15,901 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-739545795 description", "name": "tempest-secgroup-smoke-739545795"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:45:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-181a622c-8d6e-473a-8dfa-8d37220961e3'} Body: {"security_group": {"description": "tempest-secgroup-smoke-739545795 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:15Z", "updated_at": "2018-08-12T20:45:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:45:15Z", "revision_number": 0, "id": "2727dfb7-5b68-4dc3-bb10-23935a4124fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:45:15Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:45:15Z", "revision_number": 0, "id": "bb62df70-5961-4731-a16d-6a584c9a0124", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:45:15Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "name": "tempest-secgroup-smoke-739545795"}} 2018-08-12 20:45:16,164 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-12 20:45:16,165 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab01ea6f-f9ba-4845-9ad9-c9eef37e991a'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d62e896c-4c1c-48b5-aecf-f754c02edd9c"}} 2018-08-12 20:45:16,378 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-12 20:45:16,379 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-83b30b53-c8ef-41e3-bd45-f9bcabf3edb5'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "33d8262c-f308-4183-ac6b-7e580ed74d72"}} 2018-08-12 20:45:16,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 20:45:16,613 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5860e58-1d66-4fa1-bee8-1363c59011df'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d2a2aaa2-d5a5-435c-8c6e-d98826dc0271"}} 2018-08-12 20:45:16,876 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-12 20:45:16,877 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8831265-465f-40d6-8071-6ba91181718a'} 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-12T20:45:16Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "41be0026-8571-447c-8755-32cc0cbab887"}} 2018-08-12 20:45:17,133 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-12 20:45:17,133 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-742829a4-15c1-4576-b406-f61d3e2e1d1a'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "347a3dc0-7d75-4ff5-aea4-599be31c7544"}} 2018-08-12 20:45:17,331 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-12 20:45:17,331 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3a666c1-926b-4004-a382-ac9c099ccaf8'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a9361684-fd33-4608-a1ea-12e9480ba758"}} 2018-08-12 20:45:17,511 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-12 20:45:17,512 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ebab3fc-3e0f-4504-8503-2ad56812c493'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "484b1e86-09d8-4e3b-ba7d-47b83be372b0"}} 2018-08-12 20:45:17,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.248s 2018-08-12 20:45:17,762 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "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': 'Sun, 12 Aug 2018 20:45:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-703c1a61-8342-49be-b85d-b071ec36f204'} 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-12T20:45:17Z", "security_group_id": "24bbac13-e6b5-457e-8f0e-51d942c7ed7c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "62de0f0f-07dd-4140-9a27-2eabe6ed2a64"}} 2018-08-12 20:45:18,096 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.332s 2018-08-12 20:45:18,096 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-443995409"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:45:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-135fce5e-58d4-4f0e-b32d-566c97c84a78'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:45:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","name":"tempest-A-443995409"}} 2018-08-12 20:45:18,857 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.758s 2018-08-12 20:45:18,857 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "name": "tempest-subnet-A-1-1384769265"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:45:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cff12df9-7aad-4058-be2e-32211b181c6d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:18Z","dns_nameservers":[],"updated_at":"2018-08-12T20:45: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":"01ace95cf526467b9409c6248a7c6876","id":"5a84d47d-a14a-4a11-ae83-dabb081274bf","subnetpool_id":null,"name":"tempest-subnet-A-1-1384769265"}} 2018-08-12 20:45:19,114 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.255s 2018-08-12 20:45:19,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1314847535"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b86e79db-5e30-4d46-afbf-29aa774fc8ed'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:45:18Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"3b856cea-c017-4157-806a-59e52e5d26bd","name":"tempest-B-1314847535"}} 2018-08-12 20:45:19,838 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.722s 2018-08-12 20:45:19,839 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "name": "tempest-subnet-B-1-802702762"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae6331ca-d3b3-4ee8-996e-3214837fb97c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3b856cea-c017-4157-806a-59e52e5d26bd","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:45:19Z","dns_nameservers":[],"updated_at":"2018-08-12T20:45:19Z","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":"01ace95cf526467b9409c6248a7c6876","id":"24653b36-6dc5-40a4-89c1-f7892ef63885","subnetpool_id":null,"name":"tempest-subnet-B-1-802702762"}} 2018-08-12 20:45:20,013 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.173s 2018-08-12 20:45:20,014 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-938780101"}} 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-51d118a4-ba1f-45c8-92b5-8dd00a6fc3ff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51d118a4-ba1f-45c8-92b5-8dd00a6fc3ff'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp/dRaD3O5b4csA24LDq1l7cKBl53XrLpNa2f+Y+7FCa7hHrRZZak/Wd0ATO/CO4CB7ZdegXwfZ3NAOIV39c1tclw63itZCfOBDjcrlzFYVlk9IWTE3NqB27qL3zDqZCEMNjtkdz9+mdcfosh4h/68/YuGjUAQjSMXiOZiIFjGf9m6oTqU+BaOV/dv2zrpN0lcSEmbQ+LM3h+IaHlsd2d+JPRXaBD427N2F8/75QyVvJFVWIwTEOxdrvlMD8wxJmNgWHgDVdPLOmrBI5KZjHbPWZZOlYRz5eqbIKdyVi5I5NugrVe90eLEnfvaz2RPZduNWBiMbAO8MWxsEze0Xl3p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAqf3UWg9zuW+HLANuCw6tZe3CgZed16y6TWtn/mPuxQmu4R60\nWWWpP1ndAEzvwjuAge2XXoF8H2dzQDiFd/XNbXJcOt4rWQnzgQ43K5cxWFZZPSFk\nxNzagdu6i98w6mQhDDY7ZHc/fpnXH6LIeIf+vP2Lho1AEI0jF4jmYiBYxn/ZuqE6\nlPgWjlf3b9s66TdJXEhJm0PizN4fiGh5bHdnfiT0V2gQ+NuzdhfP++UMlbyRVViM\nExDsXa75TA/MMSZjYFh4A1XTyzpqwSOSmYx2z1mWTpWEc+XqmyCnclYuSOTboK1X\nvdHixJ372s9kT2XbjVgYjGwDvDFsbBM3tF5d6QIDAQABAoIBAGvNTdKDRBdP8//k\neO/IMgyW2CfI18+DeW5Jc9yu0SfheSbIiwS6ZLeJLI7ZO58IjvlWjAzhvq5Hs54B\nehrWJZ2HzZeDdyfzGJo6QqCBNEjaEaOjvrzddjCuAMJdGy85qn+NEOMogHqv4u3s\nFIfjbpe5jrcYco1Mg/mT1s5ZxxKxzvDF9VmbWazd7F+1fkM0RwQOw++jOxELxWef\npGnfRz+GHtY+kM08M0jFYLui/quwQZrgQ7IhEfRQ17Bm4S8Z3sc99IVxAgvFJgUt\nZknDY6wZi472qvNAqoy9HHDVtmwqbsJFwRM4w2RkZdfYV+c3GcdvOZMNz0Q7oh9F\nk2WdeKUCgYEA0h57sdEFEjw1tmvE4sgsnreU4a3v0k9rjSlsXjjYN/0dk6YAfroG\n0XC+gAUspLyoH6soMuXmZqEEoAPMr6dx90i4+HGxHouSY/ppQFOsi0J0iX+ZHw2l\n/KUcQ4ROhj2MP+Dphc/RhSTNUENW9cIedUYpKKPu2TSZqvGALg6dK8MCgYEAzxw+\nIo+/k35kpaRMwi5eJYUCyovYXmUsaTEIontzeFFv9BpQEN0j1W5JSCv3PPEm8IV4\n39XsNHuodS19Kx+/JAYmW8dxxWaKdJaGtQEnXnk7XFnKpTas2FzlsI/d6T0OHt1V\nh6amPZMm+KWkf9N/oXf9/iQt8GnS72r3vk1EMOMCgYAqxQGwpDdACvlz9GPTNaO/\neubXOSyDxp7B0Ri55SA95UvL7hJTuVIB980PCf6YWb5vE8vO8HUBluz2FU/owVC1\nYRwllh7TdN2LdEFQUrfgcNp/0nU8mO6cio9CPwAs2wJdTk66ah7f1ynjmJFu3OCO\nRoXCO/w2Qjq1TQsmVNsxOQKBgD0NT0ey5j9dV9/4QeRP9NLMldkNRlf1LRVJLglv\nqMdEAmOLyiRee+yzmQicZUJiuB7YyZv6HKoP9cWtBiPLNPYyleYiMeiF5LSfltAO\nqgNQa246zeDL8EHLiK32iuzxYZM5nbfiKUkncqqDca14tDvt+kKLebtQBq0q9CL1\n9e8PAoGANYdVkrkNB/2bSLwPsNnx33FmzaGG8it1qRDnD/2pGxcofSOwA+1rWCA1\nGp0p6AbHmGIapYTq6IYqLK7moTIac+HCiUmeyHhjc1VCxbFN7gNiUrygjtFpJTov\nbx52Nt67yk+bWOOy/I1X8j+CQKxmY/t8+cEbNPvW17y8VaqwHCw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-938780101", "fingerprint": "31:08:a2:a0:5a:3e:a5:91:c3:00:84:e3:af:fb:9a:a1"}} 2018-08-12 20:45:20,953 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.935s 2018-08-12 20:45:20,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2011707255", "security_groups": ["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:45:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92f35281-e49e-4218-80bf-e7694fe4b4dd'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:45:20Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b4a31e04-5128-4658-b3d8-7351bd07c93d","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:45:20Z","name":"tempest-port-smoke-2011707255","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:a8:8f:33","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"5a84d47d-a14a-4a11-ae83-dabb081274bf","ip_address":"10.101.11.10"}],"id":"917cee5c-3f90-4646-ad93-a8f20d38010b","security_groups":["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"],"device_id":""}} 2018-08-12 20:45:24,662 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.707s 2018-08-12 20:45:24,662 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-938780101", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "port": "917cee5c-3f90-4646-ad93-a8f20d38010b"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9783a57a-7b5e-449d-b5d3-095f3560fe3c', 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9783a57a-7b5e-449d-b5d3-095f3560fe3c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "adminPass": "NTN3SHt2bwFM"}} 2018-08-12 20:45:24,954 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.288s 2018-08-12 20:45:24,955 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e7b01c01-0b92-4cd6-aafb-bd0cbeda82ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7b01c01-0b92-4cd6-aafb-bd0cbeda82ba'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:26,282 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.312s 2018-08-12 20:45:26,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-790b5093-21f8-41bc-93b9-b4c21dac1e57', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-790b5093-21f8-41bc-93b9-b4c21dac1e57'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:27,918 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.621s 2018-08-12 20:45:27,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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-3a97695e-b9c7-4110-a646-fc8621fb9712', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a97695e-b9c7-4110-a646-fc8621fb9712'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:27,933 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:45:29,680 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.744s 2018-08-12 20:45:29,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-51d5ae72-2c62-475c-aae6-cf839b996d08', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51d5ae72-2c62-475c-aae6-cf839b996d08'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:31,387 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.692s 2018-08-12 20:45:31,387 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-978b6608-e16d-410e-9e4e-0ed755a22056', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-978b6608-e16d-410e-9e4e-0ed755a22056'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:26Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:33,188 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.785s 2018-08-12 20:45:33,189 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-6ff13b35-74a3-4d8b-8d3e-120dabd8d6e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ff13b35-74a3-4d8b-8d3e-120dabd8d6e0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:33,204 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:45:33,916 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/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.711s 2018-08-12 20:45:33,917 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e627c9f9-1ee2-4588-ac60-2bc28e139a90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e627c9f9-1ee2-4588-ac60-2bc28e139a90'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:33,932 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 47e0329e-5d49-47d5-81d7-5607c9105ad9 with status: ACTIVE 2018-08-12 20:45:35,060 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 1.127s 2018-08-12 20:45:35,061 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-979967034", "security_groups": ["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:45:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52ba3a70-8363-49cf-9559-01b129240045'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:45:34Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3b856cea-c017-4157-806a-59e52e5d26bd","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:45:34Z","name":"tempest-port-smoke-979967034","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:45:50:28","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"24653b36-6dc5-40a4-89c1-f7892ef63885","ip_address":"10.102.21.20"}],"id":"42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2","security_groups":["24bbac13-e6b5-457e-8f0e-51d942c7ed7c"],"device_id":""}} 2018-08-12 20:45:37,340 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 2.277s 2018-08-12 20:45:37,341 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-938780101", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3b856cea-c017-4157-806a-59e52e5d26bd", "port": "42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e162f82f-f78c-4e1c-a130-bfa7e482580e', 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e162f82f-f78c-4e1c-a130-bfa7e482580e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ba24c472-012e-4d6a-b440-888d655a2714", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "adminPass": "d6vBm5TwR8mz"}} 2018-08-12 20:45:37,667 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/ba24c472-012e-4d6a-b440-888d655a2714 0.322s 2018-08-12 20:45:37,668 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-456641f2-3708-42cd-b8b5-58e553a2ae6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-456641f2-3708-42cd-b8b5-58e553a2ae6b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:39,002 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/ba24c472-012e-4d6a-b440-888d655a2714 0.319s 2018-08-12 20:45:39,003 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-8b784f96-2ab1-487d-b4c1-b9df33bd3377', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b784f96-2ab1-487d-b4c1-b9df33bd3377'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:45:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:40,372 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/ba24c472-012e-4d6a-b440-888d655a2714 0.354s 2018-08-12 20:45:40,373 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-b606e755-a308-401f-be42-d28e155afad6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b606e755-a308-401f-be42-d28e155afad6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:39Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:40,386 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:45:41,736 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/ba24c472-012e-4d6a-b440-888d655a2714 0.349s 2018-08-12 20:45:41,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': '1265', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-9dd5af29-08ef-4a12-bedb-a17e3570eafe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dd5af29-08ef-4a12-bedb-a17e3570eafe'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:41,751 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-12 20:45:43,626 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/ba24c472-012e-4d6a-b440-888d655a2714 0.873s 2018-08-12 20:45:43,627 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-c8260464-b9e3-4b32-8c7b-29d0f5ed4439', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8260464-b9e3-4b32-8c7b-29d0f5ed4439'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:43,640 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:45:45,005 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/ba24c472-012e-4d6a-b440-888d655a2714 0.363s 2018-08-12 20:45:45,006 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-c8473090-1cb4-4b41-b6a7-85a6db6e2305', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8473090-1cb4-4b41-b6a7-85a6db6e2305'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:46,972 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/ba24c472-012e-4d6a-b440-888d655a2714 0.952s 2018-08-12 20:45:46,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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-95e3a393-5c5e-4833-be33-a3bf8f9e4dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-95e3a393-5c5e-4833-be33-a3bf8f9e4dad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:45:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:48,842 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/ba24c472-012e-4d6a-b440-888d655a2714 0.854s 2018-08-12 20:45:48,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-5e6a8f63-2f79-4d21-b6ba-d8643f5b6210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e6a8f63-2f79-4d21-b6ba-d8643f5b6210'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:48,857 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:45:49,561 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/ba24c472-012e-4d6a-b440-888d655a2714 0.702s 2018-08-12 20:45:49,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-49a478eb-4a02-4c08-99b5-5fb6f1d5f48f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:45:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49a478eb-4a02-4c08-99b5-5fb6f1d5f48f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:45:47Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:45:49,575 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ba24c472-012e-4d6a-b440-888d655a2714 with status: ACTIVE 2018-08-12 20:45:49,911 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/bgpvpn/bgpvpns 0.335s 2018-08-12 20:45:49,912 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:45:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b6b2ab3-5380-4420-913b-7858fceb2635'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ba822562-bad0-413a-a84e-25f5d8bdc058"}} 2018-08-12 20:45:50,324 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/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations 0.411s 2018-08-12 20:45:50,325 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations', u'date': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-27aedcee-66e2-48dd-9b96-f4c7c0548a05'} Body: {"network_association": {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "id": "092af57b-49f7-4129-9273-2d966fe5115a"}} 2018-08-12 20:45:50,701 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/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations 0.375s 2018-08-12 20:45:50,701 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ba822562-bad0-413a-a84e-25f5d8bdc058/network_associations', u'date': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c6167aed-f41c-43e0-932c-4c3eaa9cb649'} Body: {"network_association": {"network_id": "3b856cea-c017-4157-806a-59e52e5d26bd", "id": "3249d099-cd71-400e-b22c-1e348d3b5d4c"}} 2018-08-12 20:45:50,702 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:45:50,884 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/routers 0.182s 2018-08-12 20:45:50,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1961785793", "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': 'Sun, 12 Aug 2018 20:45:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a72cb20-2c88-4843-919f-c838fa393dcd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:50Z", "admin_state_up": true, "updated_at": "2018-08-12T20:45:50Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "name": "tempest-router--1961785793"}} 2018-08-12 20:45:52,464 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4 1.578s 2018-08-12 20:45:52,465 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4', u'date': 'Sun, 12 Aug 2018 20:45:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e29ce961-a114-46ee-b9f4-d235e416972f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:50Z", "admin_state_up": true, "updated_at": "2018-08-12T20:45:52Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "name": "tempest-router--1961785793"}} 2018-08-12 20:45:54,928 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/add_router_interface 2.462s 2018-08-12 20:45:54,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:45:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7176131-10aa-41eb-bc18-c530523a83a6'} Body: {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf", "subnet_ids": ["5a84d47d-a14a-4a11-ae83-dabb081274bf"], "port_id": "7bc11173-ebd8-4d26-894a-d0c43eb27334", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4"} 2018-08-12 20:45:56,802 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/floatingips 1.873s 2018-08-12 20:45:56,803 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "917cee5c-3f90-4646-ad93-a8f20d38010b"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:45:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80b22461-af5a-44af-8f4e-6a8e22ab2ef7'} Body: {"floatingip": {"router_id": "66315ddb-eb20-4dee-869b-aeb19665c5b4", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:45:55Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "917cee5c-3f90-4646-ad93-a8f20d38010b", "id": "e9052cf6-a81f-42d5-812b-49d8be094a4b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:45:55Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:45:56,804 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:46:12,840 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:46:12,943 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:46:12,968 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:46:13,082 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-12 20:46:13,083 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:46:13,085 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:46:13,145 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:46:13,150 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:46:18,157 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:46:18,158 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:47:28,214 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-12 20:47:28,214 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:47:28,218 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:47:28,280 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:47:28,282 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:47:33,290 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:47:33,291 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:48:43,337 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:48:43,338 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-12 20:48:43,338 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,343 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,443 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,471 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43,477 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:48:43,477 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:85:94:45 [ether] on eth0 2018-08-12 20:48:43,478 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-12 20:48:43,478 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,480 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,543 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,545 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43,552 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:48:43,553 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-12 20:48:43,553 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,555 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,615 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,620 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43,626 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-12 20:48:43,627 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,629 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,692 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,695 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:43,700 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:48:43,701 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:85:94:45 [ether] on eth0 2018-08-12 20:48:43,701 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-12 20:48:43,702 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:48:43,704 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:48:43,763 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:48:43,768 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:48:48,775 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:48:48,775 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:49:58,834 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-12 20:49:58,835 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:49:58,840 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:49:58,940 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:49:58,968 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:50:03,976 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.200 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-12 20:50:03,976 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:51:14,042 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:51:14,042 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.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:51:14.042 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-12 20:51:14.042 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:51:15,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e9052cf6-a81f-42d5-812b-49d8be094a4b 1.494s 2018-08-12 20:51:15,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e9052cf6-a81f-42d5-812b-49d8be094a4b', u'date': 'Sun, 12 Aug 2018 20:51:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a3c82d32-e765-4d78-9cbe-1c44abc6840f'} Body: 2018-08-12 20:51:17,844 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/remove_router_interface 2.304s 2018-08-12 20:51:17,845 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:51:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1cb147bf-0a31-4738-a5eb-0c9ffcb9d29a'} Body: {"network_id": "b4a31e04-5128-4658-b3d8-7351bd07c93d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "5a84d47d-a14a-4a11-ae83-dabb081274bf", "subnet_ids": ["5a84d47d-a14a-4a11-ae83-dabb081274bf"], "port_id": "7bc11173-ebd8-4d26-894a-d0c43eb27334", "id": "66315ddb-eb20-4dee-869b-aeb19665c5b4"} 2018-08-12 20:51:19,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4 1.824s 2018-08-12 20:51:19,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/routers/66315ddb-eb20-4dee-869b-aeb19665c5b4', u'date': 'Sun, 12 Aug 2018 20:51:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f72a42ab-6c6d-4ff2-86e1-46e5c580a018'} Body: 2018-08-12 20:51:20,096 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.424s 2018-08-12 20:51:20,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-8c2eb280-08ae-465b-acf0-8ace6bda3937', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c2eb280-08ae-465b-acf0-8ace6bda3937'} Body: 2018-08-12 20:51:21,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 1.165s 2018-08-12 20:51:21,263 63 DEBUG [tempest.lib.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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-27f69034-61f6-4921-9e4e-74da7f473634', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27f69034-61f6-4921-9e4e-74da7f473634'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1314847535": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:50:28", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba24c472-012e-4d6a-b440-888d655a2714", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ba24c472-012e-4d6a-b440-888d655a2714", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-2", "created": "2018-08-12T20:45:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:22,456 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/ba24c472-012e-4d6a-b440-888d655a2714 0.043s 2018-08-12 20:51:22,457 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/ba24c472-012e-4d6a-b440-888d655a2714', u'x-compute-request-id': 'req-d86fe603-f1b9-4eb1-8f84-df69d409997c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d86fe603-f1b9-4eb1-8f84-df69d409997c'} Body: {"itemNotFound": {"message": "Instance ba24c472-012e-4d6a-b440-888d655a2714 could not be found.", "code": 404}} 2018-08-12 20:51:23,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2 0.902s 2018-08-12 20:51:23,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/42a940f1-a2e3-4f36-85d7-7b8b92f8b3b2', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-471ed57f-35c4-4fbf-8907-34fcb2b9ddcb'} Body: 2018-08-12 20:51:23,545 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.183s 2018-08-12 20:51:23,546 63 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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-e17c8d5b-396d-4d4e-9203-5b9eb86f7bc6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e17c8d5b-396d-4d4e-9203-5b9eb86f7bc6'} Body: 2018-08-12 20:51:24,521 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.974s 2018-08-12 20:51:24,522 63 DEBUG [tempest.lib.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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-a070bfbf-b417-4a6a-974b-71d322223b74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a070bfbf-b417-4a6a-974b-71d322223b74'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-443995409": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:8f:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:45:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "47e0329e-5d49-47d5-81d7-5607c9105ad9", "security_groups": [{"name": "tempest-secgroup-smoke-739545795"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:23Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-938780101", "name": "server-1", "created": "2018-08-12T20:45:24Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:25,592 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/47e0329e-5d49-47d5-81d7-5607c9105ad9 0.046s 2018-08-12 20:51:25,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/47e0329e-5d49-47d5-81d7-5607c9105ad9', u'x-compute-request-id': 'req-ccd675ac-0a4c-4403-b549-a43c1ab9f935', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:25 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ccd675ac-0a4c-4403-b549-a43c1ab9f935'} Body: {"itemNotFound": {"message": "Instance 47e0329e-5d49-47d5-81d7-5607c9105ad9 could not be found.", "code": 404}} 2018-08-12 20:51:26,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/917cee5c-3f90-4646-ad93-a8f20d38010b 0.581s 2018-08-12 20:51:26,176 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/917cee5c-3f90-4646-ad93-a8f20d38010b', u'date': 'Sun, 12 Aug 2018 20:51:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fc9e9cca-9ea6-4699-b24f-238cdf7b10bc'} Body: 2018-08-12 20:51:26,217 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-938780101 0.041s 2018-08-12 20:51:26,218 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-938780101', u'x-compute-request-id': 'req-2b9be5dc-7831-494c-bd40-421cada58dba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b9be5dc-7831-494c-bd40-421cada58dba'} Body: 2018-08-12 20:51:28,694 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/24653b36-6dc5-40a4-89c1-f7892ef63885 2.475s 2018-08-12 20:51:28,695 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/24653b36-6dc5-40a4-89c1-f7892ef63885', u'date': 'Sun, 12 Aug 2018 20:51:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-505c47d4-d989-4cb3-9a75-2f82d4780ba5'} Body: 2018-08-12 20:51:30,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3b856cea-c017-4157-806a-59e52e5d26bd 1.670s 2018-08-12 20:51:30,367 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3b856cea-c017-4157-806a-59e52e5d26bd', u'date': 'Sun, 12 Aug 2018 20:51:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7c2044ae-3872-440a-af22-c8f955223f99'} Body: 2018-08-12 20:51:33,002 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/5a84d47d-a14a-4a11-ae83-dabb081274bf 2.634s 2018-08-12 20:51:33,003 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/5a84d47d-a14a-4a11-ae83-dabb081274bf', u'date': 'Sun, 12 Aug 2018 20:51:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e9bdaec5-38dc-41dd-8210-da0934aeb777'} Body: 2018-08-12 20:51:34,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/b4a31e04-5128-4658-b3d8-7351bd07c93d 1.716s 2018-08-12 20:51:34,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/networks/b4a31e04-5128-4658-b3d8-7351bd07c93d', u'date': 'Sun, 12 Aug 2018 20:51:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ad70d7b6-4cd1-447e-a920-edbbc37ac28e'} Body: 2018-08-12 20:51:35,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/24bbac13-e6b5-457e-8f0e-51d942c7ed7c 0.538s 2018-08-12 20:51:35,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/24bbac13-e6b5-457e-8f0e-51d942c7ed7c', u'date': 'Sun, 12 Aug 2018 20:51:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d1011bb1-6a9f-4861-9115-dc80884fc55a'} 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-12 20:51:36,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 1.150s 2018-08-12 20:51:36,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-563753003 description", "name": "tempest-secgroup-smoke-563753003"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:51:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b7993c5-e6fd-46b9-bc0a-d7737c6178a1'} Body: {"security_group": {"description": "tempest-secgroup-smoke-563753003 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:36Z", "updated_at": "2018-08-12T20:51:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:51:36Z", "revision_number": 0, "id": "320dfb90-815a-4137-95b8-462000a94da6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:51:36Z", "revision_number": 0, "id": "8c8873f6-bccb-4adf-a843-dd2c8d4dcf4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "name": "tempest-secgroup-smoke-563753003"}} 2018-08-12 20:51:36,893 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-12 20:51:36,893 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ac3a238-a71e-491e-92db-118c5bc14043'} 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-12T20:51:36Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:36Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ee0538ef-7194-491f-a34c-9a8bdb11dab1"}} 2018-08-12 20:51:37,338 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.444s 2018-08-12 20:51:37,339 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fee1eca4-1ac5-464c-86d8-5d4bac388414'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "008a3fc7-1061-41c0-981a-46ef84e8c1fe"}} 2018-08-12 20:51:37,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.164s 2018-08-12 20:51:37,504 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3607d21c-7fff-452a-9be0-1ab02edb25dd'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1b09b3f6-0cd0-44b3-8620-c7acf75e54d3"}} 2018-08-12 20:51:37,941 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-12 20:51:37,941 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4918e731-45f5-4699-92af-8b87059382bd'} 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-12T20:51:37Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "cdf2570c-033f-4db7-b5de-9b4201628a00"}} 2018-08-12 20:51:38,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 20:51:38,175 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-670dcfce-042e-4903-8630-9edda7b89b14'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "714fcf1b-9b1a-49d1-8363-38ed4cbdf1f4"}} 2018-08-12 20:51:38,534 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.358s 2018-08-12 20:51:38,535 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f57eee50-27fe-4e6c-91f3-52460480f1a6'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b352808a-c464-450e-9bef-c5e8cfe521d1"}} 2018-08-12 20:51:38,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.415s 2018-08-12 20:51:38,954 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-734d2eea-7400-4ed4-bdb4-664a3754b48a'} 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-12T20:51:38Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8712b9ce-7a41-4a5f-99f3-7725dc7a0c7e"}} 2018-08-12 20:51:39,133 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-12 20:51:39,133 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "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': 'Sun, 12 Aug 2018 20:51:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cec06688-7c8c-4382-b656-c7939dbb9110'} 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-12T20:51:39Z", "security_group_id": "cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:51:39Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "20c6b207-dae6-47c4-bd86-54994cb3b1c0"}} 2018-08-12 20:51:39,658 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.523s 2018-08-12 20:51:39,658 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-489290898"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:51:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4478675-53c7-4e8d-9e48-d46f7522d0ae'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:51:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","name":"tempest-A-489290898"}} 2018-08-12 20:51:40,287 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.627s 2018-08-12 20:51:40,287 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "name": "tempest-subnet-A-1-787848650"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:51:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-caf99ea1-f4d5-4713-91e1-1fb824f75028'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:39Z","dns_nameservers":[],"updated_at":"2018-08-12T20:51: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":"01ace95cf526467b9409c6248a7c6876","id":"65719f21-78d2-4533-9b3e-7a56daeb23c3","subnetpool_id":null,"name":"tempest-subnet-A-1-787848650"}} 2018-08-12 20:51:40,808 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.520s 2018-08-12 20:51:40,809 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1989246665"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:51:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20d36f32-e4db-4bf3-a5d8-4c010236735c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:51:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","name":"tempest-B-1989246665"}} 2018-08-12 20:51:41,772 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.962s 2018-08-12 20:51:41,772 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "name": "tempest-subnet-B-1-341160726"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:51:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195a01e1-2708-4db9-a840-c4a8bf7f9069'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:51:41Z","dns_nameservers":[],"updated_at":"2018-08-12T20:51: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":"01ace95cf526467b9409c6248a7c6876","id":"561869ff-842b-4ecc-84e4-98e81b431ba3","subnetpool_id":null,"name":"tempest-subnet-B-1-341160726"}} 2018-08-12 20:51:41,924 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.150s 2018-08-12 20:51:41,924 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-466023584"}} 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-ad261337-8a33-45b5-94e6-2dc0cab58922', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad261337-8a33-45b5-94e6-2dc0cab58922'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQcoLTLpxt3JXStKpZog7qAMRIPRHJpocaDJpJ36ooD9u786UZDGv5E6vVvxW4Vz9G74zM4V5XlW5+zHiq7XSQKliAMw2rF0u7vSGjRGeVPhSMjcLzZ4HQqec6OirnSulUJ4maJnQSjdDQeJBpb5ZHqQF6fAWYXIyFE177Mcw8vqD5JchpVVxHxTPLBWP12ZerFDPhdCxcK6zEo9w4I+ssYeeBH4gLP6isyWGTZCiK86XCAEg+bQAzKhHpXyRyythJsD4Eb+GBeJmWhID++K1HCZTMmsMm92xfv2byyHbx5MN3wOA5xm4G10mQyh000pGijdv2/+LOIABWYYwzILAh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0HKC0y6cbdyV0rSqWaIO6gDESD0RyaaHGgyaSd+qKA/bu/Ol\nGQxr+ROr1b8VuFc/Ru+MzOFeV5Vufsx4qu10kCpYgDMNqxdLu70ho0RnlT4UjI3C\n82eB0KnnOjoq50rpVCeJmiZ0Eo3Q0HiQaW+WR6kBenwFmFyMhRNe+zHMPL6g+SXI\naVVcR8UzywVj9dmXqxQz4XQsXCusxKPcOCPrLGHngR+ICz+orMlhk2QoivOlwgBI\nPm0AMyoR6V8kcsrYSbA+BG/hgXiZloSA/vitRwmUzJrDJvdsX79m8sh28eTDd8Dg\nOcZuBtdJkModNNKRoo3b9v/iziAAVmGMMyCwIQIDAQABAoIBABWPsr6bdKzcg1bf\nPzu0Sqyj1anPP1bHdfQY16DKlPQ957HCWxKDOWvzP/QFJv8Bb1csEjljGnoex+Yv\nyk+L7mG3L55bKY/IAhpyTtdvjPNgD4oWY9L/ourtmDBqseNo2UfOKyqZzanZp37Y\n6b8uPrI85h1AVOfUsuhU/58mIIUr1vhG1fA870Sd7S7HSrfA4j5/Nl7ospzGkuy5\nJcz/IqCYzf6zZ67w/ouB9bJblocrKFi1rtYhFXOl7HiY2bRVBMoB9okpSp33ygsZ\nK4lqXNVB3N7zrlWRdBHz2fjOAPw9JPwAzMcqT0/NHPn8vdujsqoACQdFKBPFgcHb\nJX2k+R0CgYEA65r8JXtrQMVtQILXxTRXt2o+/XGksivVko58cOw33TG59KRQ7qE/\ncKtPIowSqt+wK1IgkoEusDv3LGQYaLDWse3ncUJxnf63MFcmCQd0yWm4CVT2Rcy3\ngtGZV1xRxgsm6V0+ImgKwDY8Xvdu4pomFi5vBnTn27orA3n3HodWAvsCgYEA4n2z\n4ZOWqxqGGug9k0/Q4LEpnpWb/FekK9YBQg2dSzREYZq0mnVXlee0IVWXeKfWxmKB\nIQhvFMMlcryzhOr5u/oss7c8sgkHH1knT0X0Q/Meom9GotervcWWtnp7Tl3hkWck\nMIJGZ5uk+E2wR1DwJK8eYTjmnqBXHZah0ItVzpMCgYEAp6RX1bPD1Qqlekmfjkp4\nP6HxwBSkw8I87VNFaHQsK8++KTzh+Wny4hCC9moEvmD70VdWpegVeICyl3uBgryR\nh3loPUax4WHkpxjbj4EmsEnxEXLK6U+JJCRPn8GozeoRfetC0uiE/c+ZlVkqJULZ\n5t6TUVzNvaLyCD84fxh9MxECgYA+dJtd4OzzUeUZFmGkdaYLz87CRE83TpOe4uyF\n4ms1ibwxjg+vaBw24iXx60BRrTa0jgU9rq2y8/0nnpGCXalwBJS/GhBKp+Km6lbE\nrW2mLyyLblP0I7TgJ9RfjXbjLVA+YErCdaokd+8N6Z5qjA8sjn26IY62v1BGgHsu\nnr2SsQKBgQC47LYQfuLuKn82N5VFLCyyiHFspCMJNRz7/2iTy+VDsYkc2CmliX1S\nyyFis82LxjbYy58yYCVcU/7oa1bR9ZAE8zO5GHr1kA1CaguZupqEs7jl3nfXzBmt\n40yS537+Dz4Aoeo3Oqgnq1Rp3e1X3fKhw4KI9dyw3DQyxgaBKCYNHg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-466023584", "fingerprint": "ec:b6:19:54:08:cc:7a:d3:02:bf:9d:ea:62:ab:0f:5e"}} 2018-08-12 20:51:43,048 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 1.119s 2018-08-12 20:51:43,048 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-839458698", "security_groups": ["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:51:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94938437-e506-457c-816f-c658f00cdd85'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:51:42Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ecc83004-ecd7-4e70-aeb0-acad8275c47c","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:51:42Z","name":"tempest-port-smoke-839458698","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:75:8a:3f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"65719f21-78d2-4533-9b3e-7a56daeb23c3","ip_address":"10.101.11.10"}],"id":"31272724-9b58-461e-8384-c145a390dc20","security_groups":["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"],"device_id":""}} 2018-08-12 20:51:46,284 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.234s 2018-08-12 20:51:46,285 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-466023584", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "port": "31272724-9b58-461e-8384-c145a390dc20"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-b9450863-a365-4563-81ea-4a176ab90b83', 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9450863-a365-4563-81ea-4a176ab90b83'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "adminPass": "nf6Y84y9QtM8"}} 2018-08-12 20:51:47,086 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.797s 2018-08-12 20:51:47,086 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-38ed43ea-2d8a-4ba1-9575-c5da2a0018e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38ed43ea-2d8a-4ba1-9575-c5da2a0018e2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:51:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:48,677 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.583s 2018-08-12 20:51:48,678 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-7a75cebf-de28-40d7-a498-3f57cec1d38f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a75cebf-de28-40d7-a498-3f57cec1d38f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:51:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:49,963 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.267s 2018-08-12 20:51:49,964 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-b3fd2dec-818d-4c8a-8533-86412253aed5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3fd2dec-818d-4c8a-8533-86412253aed5'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:48Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:49,978 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-12 20:51:52,090 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 1.110s 2018-08-12 20:51:52,090 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-a167c87b-737c-46be-9193-cb1bcf016de8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a167c87b-737c-46be-9193-cb1bcf016de8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:52,104 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 5 second wait 2018-08-12 20:51:53,922 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.816s 2018-08-12 20:51:53,922 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-54ff1f56-101b-45e3-b9aa-c3635193262b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54ff1f56-101b-45e3-b9aa-c3635193262b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:51:49Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:55,821 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.885s 2018-08-12 20:51:55,822 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-585e0446-0eea-4ae9-a25c-736398ad11fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-585e0446-0eea-4ae9-a25c-736398ad11fb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:55,836 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:51:56,458 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.622s 2018-08-12 20:51:56,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': '1542', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-c42d8b15-8834-49e1-8c1e-d46d3f9c8253', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c42d8b15-8834-49e1-8c1e-d46d3f9c8253'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:51:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:51:56,475 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3c36fe2c-1bf4-484a-bba1-d43245f12ae3 with status: ACTIVE 2018-08-12 20:51:57,582 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 1.106s 2018-08-12 20:51:57,583 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-497166043", "security_groups": ["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:51:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7db1c1a-ffd4-496c-afc1-9eec6f7c62ec'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:51:57Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"10b20f7a-1bcc-4dd8-a5c6-69697eb5783e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:51:57Z","name":"tempest-port-smoke-497166043","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:37:70:1b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"561869ff-842b-4ecc-84e4-98e81b431ba3","ip_address":"10.102.21.20"}],"id":"ba968bca-55f0-4fef-8766-4fcae2cecdda","security_groups":["cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927"],"device_id":""}} 2018-08-12 20:52:00,279 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.694s 2018-08-12 20:52:00,280 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-466023584", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "port": "ba968bca-55f0-4fef-8766-4fcae2cecdda"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0a021c76-70bd-4c48-b4a7-6cf63462ad29', 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:51:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a021c76-70bd-4c48-b4a7-6cf63462ad29'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "adminPass": "u4oxVRFZfFx7"}} 2018-08-12 20:52:00,532 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.245s 2018-08-12 20:52:00,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-6d260269-4bbe-49bf-86ce-7186d4898959', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d260269-4bbe-49bf-86ce-7186d4898959'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:52:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:01,888 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.343s 2018-08-12 20:52:01,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-98ddf013-aaf0-4fe3-8f75-eb9b0c7ec5c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98ddf013-aaf0-4fe3-8f75-eb9b0c7ec5c1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:52:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:03,202 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.298s 2018-08-12 20:52:03,203 63 DEBUG [tempest.lib.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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-fbdfcdb5-2a4f-4564-adb3-ca76aaf030d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbdfcdb5-2a4f-4564-adb3-ca76aaf030d8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:03,218 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 20:52:04,643 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.423s 2018-08-12 20:52:04,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': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-8e6989d9-02a4-496c-9371-2557c59e9ede', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8e6989d9-02a4-496c-9371-2557c59e9ede'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:03Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:06,128 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.476s 2018-08-12 20:52:06,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-3396efb6-00a6-43c4-807d-f3251e46f4a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3396efb6-00a6-43c4-807d-f3251e46f4a5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:06,142 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:52:08,019 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.875s 2018-08-12 20:52:08,020 63 DEBUG [tempest.lib.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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-89b40603-02aa-4cdf-bd8d-f3301932bf1b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-89b40603-02aa-4cdf-bd8d-f3301932bf1b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:09,724 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.690s 2018-08-12 20:52:09,725 63 DEBUG [tempest.lib.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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-0d9319b9-748a-41d4-a986-9f351bd607ce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d9319b9-748a-41d4-a986-9f351bd607ce'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:52:04Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:11,438 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.698s 2018-08-12 20:52:11,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-5bcd66c4-9bef-4289-8fb5-0360a6feb74b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5bcd66c4-9bef-4289-8fb5-0360a6feb74b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:52:10Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:11,452 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 20:52:11,797 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.344s 2018-08-12 20:52:11,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-361f094e-c9eb-46b9-b7cd-37419e68d744', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:52:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-361f094e-c9eb-46b9-b7cd-37419e68d744'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:52:10Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:52:11,814 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 46e4722b-93e5-4f8f-9843-86a2b6ab828c with status: ACTIVE 2018-08-12 20:52:12,241 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.426s 2018-08-12 20:52:12,241 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2ac0773-af05-4400-8901-85cea8cc9b40'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "14149c02-aaec-431d-80a4-4d9d016cfedd"}} 2018-08-12 20:52:12,568 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/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations 0.325s 2018-08-12 20:52:12,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations', u'date': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84070398-0e15-436c-a8e1-aa3662447ea5'} Body: {"network_association": {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "id": "aebc0eaa-9fd0-42d5-b695-548cf0c27ea4"}} 2018-08-12 20:52:12,927 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/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations 0.358s 2018-08-12 20:52:12,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/14149c02-aaec-431d-80a4-4d9d016cfedd/network_associations', u'date': 'Sun, 12 Aug 2018 20:52:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-827c4d5f-0fc8-4dba-a097-a85f518cd9e7'} Body: {"network_association": {"network_id": "10b20f7a-1bcc-4dd8-a5c6-69697eb5783e", "id": "097c1c7c-960c-4d93-a68d-5af29e009bfa"}} 2018-08-12 20:52:12,928 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 20:52:13,127 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.198s 2018-08-12 20:52:13,127 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--486891492", "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': 'Sun, 12 Aug 2018 20:52:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23918d98-9357-4b2a-b2dd-4856c902af23'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:12Z", "admin_state_up": true, "updated_at": "2018-08-12T20:52:12Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "name": "tempest-router--486891492"}} 2018-08-12 20:52:14,795 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/aa350d0e-c84e-4898-beec-71a36249a1e6 1.666s 2018-08-12 20:52:14,795 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6', u'date': 'Sun, 12 Aug 2018 20:52:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-319b8d40-1f9a-42ce-b7e5-10a03cc47e3c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:12Z", "admin_state_up": true, "updated_at": "2018-08-12T20:52:14Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "name": "tempest-router--486891492"}} 2018-08-12 20:52:17,216 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/aa350d0e-c84e-4898-beec-71a36249a1e6/add_router_interface 2.419s 2018-08-12 20:52:17,216 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:52:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-adda3434-f705-4bed-8351-08865d515a4c'} Body: {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3", "subnet_ids": ["65719f21-78d2-4533-9b3e-7a56daeb23c3"], "port_id": "3f60dacb-73ab-4bc0-85fb-e8531075e287", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6"} 2018-08-12 20:52:19,103 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 1.885s 2018-08-12 20:52:19,103 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "31272724-9b58-461e-8384-c145a390dc20"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:52:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0cbc710-4eab-4dde-b0c8-62f45d59551e'} Body: {"floatingip": {"router_id": "aa350d0e-c84e-4898-beec-71a36249a1e6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:52:17Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "31272724-9b58-461e-8384-c145a390dc20", "id": "cf7909f9-8f55-4b50-aa87-f95da1a81549", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:52:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:52:19,105 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:52:35,130 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:52:35,194 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:52:35,227 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:52:35,342 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-12 20:52:35,342 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:52:35,345 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:52:35,404 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:52:35,409 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:52:40,416 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:52:40,417 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-12 20:53:50,482 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-12 20:53:50,483 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:53:50,489 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:53:50,596 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:53:50,617 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:53:55,625 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:53:55,626 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-12 20:55:05,691 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:55:05,691 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-12 20:55:05,692 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05,696 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05,799 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:05,823 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05,830 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:55:05,830 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e4:d8:92 [ether] on eth0 2018-08-12 20:55:05,831 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-12 20:55:05,831 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05,833 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05,894 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:05,897 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05,906 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 20:55:05,907 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-12 20:55:05,907 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05,909 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:05,968 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:05,973 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:05,978 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-12 20:55:05,979 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:05,980 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:06,037 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:06,044 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:06,050 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 20:55:06,050 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e4:d8:92 [ether] on eth0 2018-08-12 20:55:06,051 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-12 20:55:06,051 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:55:06,053 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:55:06,114 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:55:06,117 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:55:11,124 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:55:11,124 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-12 20:56:21,172 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-12 20:56:21,173 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.213:22' as 'cirros' with public key authentication 2018-08-12 20:56:21,178 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:56:21,239 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:56:21,242 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.213 successfully created 2018-08-12 20:56:26,250 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) 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-12 20:56:26,250 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-12 20:57:36,312 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 20:57:36,314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 20:57:36.314 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-12 20:57:36.314 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 20:57:37,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/cf7909f9-8f55-4b50-aa87-f95da1a81549 1.474s 2018-08-12 20:57:37,792 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cf7909f9-8f55-4b50-aa87-f95da1a81549', u'date': 'Sun, 12 Aug 2018 20:57:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f1cdc0b3-8389-4f4d-929c-3201f9fa7068'} Body: 2018-08-12 20:57:39,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/remove_router_interface 1.969s 2018-08-12 20:57:39,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6/remove_router_interface', u'date': 'Sun, 12 Aug 2018 20:57:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0758035-aef6-407e-8cd9-e63257546991'} Body: {"network_id": "ecc83004-ecd7-4e70-aeb0-acad8275c47c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "65719f21-78d2-4533-9b3e-7a56daeb23c3", "subnet_ids": ["65719f21-78d2-4533-9b3e-7a56daeb23c3"], "port_id": "3f60dacb-73ab-4bc0-85fb-e8531075e287", "id": "aa350d0e-c84e-4898-beec-71a36249a1e6"} 2018-08-12 20:57:41,521 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/aa350d0e-c84e-4898-beec-71a36249a1e6 1.756s 2018-08-12 20:57:41,522 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/aa350d0e-c84e-4898-beec-71a36249a1e6', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-467330ca-c0ee-4c61-849c-bfaf914487cb'} Body: 2018-08-12 20:57:41,940 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.417s 2018-08-12 20:57:41,941 63 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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-ebba4119-778a-4ada-b286-99e6f31aacbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebba4119-778a-4ada-b286-99e6f31aacbd'} Body: 2018-08-12 20:57:43,090 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 1.148s 2018-08-12 20:57:43,091 63 DEBUG [tempest.lib.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/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-f3e667d9-3ae2-47b2-9dcb-fd44f3b63f62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3e667d9-3ae2-47b2-9dcb-fd44f3b63f62'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1989246665": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:70:1b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:52:10.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46e4722b-93e5-4f8f-9843-86a2b6ab828c", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:41Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-2", "created": "2018-08-12T20:52:00Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:57:44,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c 0.046s 2018-08-12 20:57:44,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/46e4722b-93e5-4f8f-9843-86a2b6ab828c', u'x-compute-request-id': 'req-74014bbd-5e25-4929-92b2-6b00826b291a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-74014bbd-5e25-4929-92b2-6b00826b291a'} Body: {"itemNotFound": {"message": "Instance 46e4722b-93e5-4f8f-9843-86a2b6ab828c could not be found.", "code": 404}} 2018-08-12 20:57:45,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/ba968bca-55f0-4fef-8766-4fcae2cecdda 1.187s 2018-08-12 20:57:45,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ba968bca-55f0-4fef-8766-4fcae2cecdda', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7dcb5775-b892-4750-a408-13f45a8a2c30'} Body: 2018-08-12 20:57:45,575 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.231s 2018-08-12 20:57:45,576 63 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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-9cd7c501-a8e4-4a42-a623-4ba393cd7278', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cd7c501-a8e4-4a42-a623-4ba393cd7278'} Body: 2018-08-12 20:57:46,493 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.916s 2018-08-12 20:57:46,493 63 DEBUG [tempest.lib.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/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-74ab72cc-d827-4047-acb7-25274c8fb4ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74ab72cc-d827-4047-acb7-25274c8fb4ab'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "security_groups": [{"name": "tempest-secgroup-smoke-563753003"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:45Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:57:48,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.517s 2018-08-12 20:57:48,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': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-e9b2a8c8-3228-4e4a-9cd5-bda413945237', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9b2a8c8-3228-4e4a-9cd5-bda413945237'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-489290898": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:8a:3f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:51:54.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3c36fe2c-1bf4-484a-bba1-d43245f12ae3", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:57:46Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-466023584", "name": "server-1", "created": "2018-08-12T20:51:46Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:57:49,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3 0.045s 2018-08-12 20:57:49,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3c36fe2c-1bf4-484a-bba1-d43245f12ae3', u'x-compute-request-id': 'req-a4a8c4a9-bc4c-4009-a0bc-2bdba0c292bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-a4a8c4a9-bc4c-4009-a0bc-2bdba0c292bb'} Body: {"itemNotFound": {"message": "Instance 3c36fe2c-1bf4-484a-bba1-d43245f12ae3 could not be found.", "code": 404}} 2018-08-12 20:57:49,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/31272724-9b58-461e-8384-c145a390dc20 0.877s 2018-08-12 20:57:49,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/31272724-9b58-461e-8384-c145a390dc20', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fb4e90af-f0ac-4ae2-9a27-8ab764a5a082'} Body: 2018-08-12 20:57:50,019 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-466023584 0.052s 2018-08-12 20:57:50,020 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-466023584', u'x-compute-request-id': 'req-28942a50-dedb-4385-a1a2-80e10ed23e0b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:57:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28942a50-dedb-4385-a1a2-80e10ed23e0b'} Body: 2018-08-12 20:57:52,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/561869ff-842b-4ecc-84e4-98e81b431ba3 2.430s 2018-08-12 20:57:52,452 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/561869ff-842b-4ecc-84e4-98e81b431ba3', u'date': 'Sun, 12 Aug 2018 20:57:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cf25a16f-7663-4159-8586-edb5f6d83441'} Body: 2018-08-12 20:57:54,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/10b20f7a-1bcc-4dd8-a5c6-69697eb5783e 1.822s 2018-08-12 20:57:54,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/10b20f7a-1bcc-4dd8-a5c6-69697eb5783e', u'date': 'Sun, 12 Aug 2018 20:57:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-efc82e5b-72fa-40de-b2f3-a8790656288d'} Body: 2018-08-12 20:57:56,682 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/65719f21-78d2-4533-9b3e-7a56daeb23c3 2.405s 2018-08-12 20:57:56,682 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/65719f21-78d2-4533-9b3e-7a56daeb23c3', u'date': 'Sun, 12 Aug 2018 20:57:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ff4163df-7656-41bf-b9c1-1bb6724567bc'} Body: 2018-08-12 20:57:58,715 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ecc83004-ecd7-4e70-aeb0-acad8275c47c 2.031s 2018-08-12 20:57:58,715 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ecc83004-ecd7-4e70-aeb0-acad8275c47c', u'date': 'Sun, 12 Aug 2018 20:57:58 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a69b3167-d6eb-478d-a180-b8d3e84d5409'} Body: 2018-08-12 20:57:59,253 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927 0.536s 2018-08-12 20:57:59,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cf3fe90d-cd5d-4fdd-8fd3-de7cb6c84927', u'date': 'Sun, 12 Aug 2018 20:57:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1c50751a-5e44-4505-9a84-079ffe460140'} 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 351, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 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-12 20:57:59,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.260s 2018-08-12 20:57:59,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1402461718 description", "name": "tempest-secgroup-smoke-1402461718"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 20:57:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e57bf643-7ec2-48cf-9ec2-bf5e55be59c0'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1402461718 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:57:59Z", "updated_at": "2018-08-12T20:57:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:57:59Z", "revision_number": 0, "id": "68f3306a-6c0b-4f76-9229-49c8bc426f7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T20:57:59Z", "revision_number": 0, "id": "d4fadc40-5dc7-48ea-9f67-5f8072eab5ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "name": "tempest-secgroup-smoke-1402461718"}} 2018-08-12 20:58:00,043 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.501s 2018-08-12 20:58:00,043 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7623f658-6cb8-44ff-a3c1-28f618c5abf8'} 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-12T20:57:59Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:57:59Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1cf75373-9ff9-4ed5-b824-d63ce6e10f1c"}} 2018-08-12 20:58:00,216 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-12 20:58:00,217 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6a1a8ee8-12c2-484f-8124-b7563e5f3b27'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "92a3ec93-261a-49cf-a931-de2df07952cc"}} 2018-08-12 20:58:00,407 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-12 20:58:00,408 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00aa5f5e-4caf-42c2-89e4-f46732c5bf77'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f12088c7-2d71-4f29-b0e2-9276f7632f91"}} 2018-08-12 20:58:00,827 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-12 20:58:00,828 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d5393fa-3917-47b1-9e41-9beba1b431ca'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a1532c15-e902-499a-bc5a-e6a6d93347c1"}} 2018-08-12 20:58:00,995 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-12 20:58:00,996 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:58:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2528d1a8-e892-422e-965f-47bb88e229ee'} 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-12T20:58:00Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:00Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "622770d2-c87c-4eec-b20a-bd202d39a7c6"}} 2018-08-12 20:58:01,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.410s 2018-08-12 20:58:01,408 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ee2e7b31-c173-4a0b-8c68-727dbd3fc2e8'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8b984547-8f04-4fc3-8782-4bcf938bae18"}} 2018-08-12 20:58:01,587 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-12 20:58:01,587 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4fd6db9-d654-461b-87bc-78c5cd68d2d3'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f15b2a82-cbd9-4ce7-9dc2-96848139fe48"}} 2018-08-12 20:58:01,751 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.162s 2018-08-12 20:58:01,751 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "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': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a64f043-b780-450c-8255-5f1194a4e968'} 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-12T20:58:01Z", "security_group_id": "89eb4979-7fdd-42e5-bb71-7a8a0620bf2f", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:58:01Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f97bb1a0-d9dc-41df-a624-14f5d5cbba14"}} 2018-08-12 20:58:02,008 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.255s 2018-08-12 20:58:02,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1750610266"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:58:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-560e5229-3a2f-4245-9371-20f85131cf47'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:58:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","name":"tempest-A-1750610266"}} 2018-08-12 20:58:02,592 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.582s 2018-08-12 20:58:02,593 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "name": "tempest-subnet-A-1-545214631"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:58:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4c445c3-7caf-4365-876b-e5a19c880266'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:02Z","dns_nameservers":[],"updated_at":"2018-08-12T20:58: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":"01ace95cf526467b9409c6248a7c6876","id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","subnetpool_id":null,"name":"tempest-subnet-A-1-545214631"}} 2018-08-12 20:58:02,813 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.219s 2018-08-12 20:58:02,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-2051608462"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 20:58:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ae17e75-d80d-4584-a818-3d6654759637'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T20:58:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","name":"tempest-B-2051608462"}} 2018-08-12 20:58:04,054 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 1.239s 2018-08-12 20:58:04,055 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "name": "tempest-subnet-B-1-1792510480"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a697055e-186a-46f5-902f-4f1f4318f74d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T20:58:03Z","dns_nameservers":[],"updated_at":"2018-08-12T20:58: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":"01ace95cf526467b9409c6248a7c6876","id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","subnetpool_id":null,"name":"tempest-subnet-B-1-1792510480"}} 2018-08-12 20:58:04,553 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.497s 2018-08-12 20:58:04,555 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de70e883-3f6a-48e1-83de-8d74b15d71ea'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "ddf73e5d-c710-4cfb-a93e-28a1e17477b6"}} 2018-08-12 20:58:04,773 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.216s 2018-08-12 20:58:04,773 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-329112916"}} 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-9b25ecb8-5fe8-4103-93e8-b915489d988f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b25ecb8-5fe8-4103-93e8-b915489d988f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpfVeRNvDK+AujfoTbJM5HnqFlItyZNE2JHovSOATP6NerTDTBjr5MtJfNNlK8MunOqzKrO+Dcuc+5j2W1VrH3/bEYib3OCFtlMupcTLO4zb58dthBlSugMH5BjPf23i6petg5FCHNhPc9+917NI2nsXO2yQvX2qOrq8q7uTHPJPdQB06pmeZLM4nN6pr9Gao55B4L3Il0hlwRGbrSelGfsveBVl+0ddXOdPcwPHXukUcw+fK897PZSr57iGjmliyAVFDsbYyyyyaHEhsUPpQcb5hFJ5NIzjzrzfNKBLAqNetEFS8pIDwN1CyR5A4HzKmAqYT5zJBGjhnavBGpX2rj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqX1XkTbwyvgLo36E2yTOR56hZSLcmTRNiR6L0jgEz+jXq0w0\nwY6+TLSXzTZSvDLpzqsyqzvg3LnPuY9ltVax9/2xGIm9zghbZTLqXEyzuM2+fHbY\nQZUroDB+QYz39t4uqXrYORQhzYT3PfvdezSNp7FztskL19qjq6vKu7kxzyT3UAdO\nqZnmSzOJzeqa/RmqOeQeC9yJdIZcERm60npRn7L3gVZftHXVznT3MDx17pFHMPny\nvPez2Uq+e4ho5pYsgFRQ7G2MsssmhxIbFD6UHG+YRSeTSM48683zSgSwKjXrRBUv\nKSA8DdQskeQOB8ypgKmE+cyQRo4Z2rwRqV9q4wIDAQABAoIBAAe46EZ7hFkbGByo\n5RC/Co8E0UG0ZuysD2RR+fjoCIAYkcsCO90dzdnc2JXHBdoBT9nUvwhCQCqOZMKF\noBK1EoLEEk+V5wn+I3vm5/qwm/etmCI/n/bM/yHbU8VU0O90jBe4uyVOn4OnrUQr\nt5mneVTMpwMLAfkhwxdNSn1nILfZWk8zBS/biXmhcic6FWrjQA3yuxTXySj0b05Z\nHLP0Gf2PWC+BmHsTnJf70D0cH0Imu8Vf+J4tlq7VUwJF8Udj2L4JJJydOyToGrmC\n1CmR6HrO7DRRQ+V3djDjTnnlfKq8C15JgzX8yB0UOTVy56YApVdQ6nWlBhtkjU2v\nNDQy/XECgYEA3UDVwTrMbEsVyhKkY+2CZ4U4MUhN4NwxCy8oNUg5fMfgQtpkrQtd\nIqR/8lYZB2+yrmQ5XA2tgeCS7ivBHGbyf6YM8H9O5oglq2QrkKzliDmK5Y43tBf1\nHdv0uHwcGIKMarJC5CZXlfhJgHBncGTp1+Vjn6A1dJAUHhlF8ztZj+UCgYEAxBts\n2M2PzkMUrgNFIYtVKkE1ApOkxw162EY3N/IX2wt92fV+pQ6Y0FkTWXpB69B9CfVp\ne+xQdzU+xYsyKTvQPsfxEsXIFDyLG1G/0S9xj9q21GMim5H0EiwDH0Q5ThOgEA8W\nlHEJoEQm2qBczOIhzaqC9ROtE8ojgSL7h5cSkycCgYByrtKdcA7Z6ymGLpeLPGcl\npYX09Zd4gGnjdDQROjiiFzCFNpKMp6FE/aNcR4h9tEYX4tdgga537aH7Vi6ovCvi\nQn3egv6wu81aw3dZbGUlcT4vssHo1ao2Kfb1UU923ORPwcquW7l2gNYIfzr+pTAY\nukwjR3Wtz6i92TfK1e6ciQKBgHmCQLQo0kTMPaEAd7IsIe3Xj1/0WXHYgVhGUWqB\nv5RCj40gVoMxAzB9MMcNQJE7km48OErHhqgGPsmp0L/JxuNPgajPEYSwasTXp1GW\n4vduXkBE2KmqCp/D039pB1TARjoND0GUtJEwCR8Ho9hy+Nz1HMV7lo8ffVZDdbRy\nv9ibAoGBALqidxhwSRhienVES532AZEiDMb5WXuMF6+hTqgVPBxD2+zNrOBA3bA4\ntbfJMNIOxxXiaRqrZ/FPs4i6EWTd/C/shV5d3uCvcrmyS2ZhJzLnvltSZoSz1VNw\nnx/LhKYHbkWlPi2rNbvstDOaybHZG3IZsDFOGTTGeQZ6HBgoC2g8\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-329112916", "fingerprint": "7b:cb:8a:49:22:77:f7:b1:53:b7:4a:58:5e:e1:ff:56"}} 2018-08-12 20:58:06,047 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.268s 2018-08-12 20:58:06,048 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1845522220", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-071f3d90-8a22-4abb-a924-4ec44a5439c3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:05Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:05Z","name":"tempest-port-smoke-1845522220","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5c:f6:9b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","ip_address":"10.101.11.10"}],"id":"6271e768-be0f-40cb-8fd1-af5bdcf185a9","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} 2018-08-12 20:58:09,049 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.000s 2018-08-12 20:58:09,050 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-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "port": "6271e768-be0f-40cb-8fd1-af5bdcf185a9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-8235db17-3e8e-44a9-8694-ec0932801a45', 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8235db17-3e8e-44a9-8694-ec0932801a45'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4e4004af-5238-48d8-84ba-7446d815c467", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "adminPass": "wYcQ85Yrm7Sy"}} 2018-08-12 20:58:09,770 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/4e4004af-5238-48d8-84ba-7446d815c467 0.715s 2018-08-12 20:58:09,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-fe4b5f7b-fa1b-477b-84c9-609a102c86d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fe4b5f7b-fa1b-477b-84c9-609a102c86d9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:11,139 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/4e4004af-5238-48d8-84ba-7446d815c467 0.354s 2018-08-12 20:58:11,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': '1265', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-3879f36a-2868-46ee-94c4-0ca46bb45449', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3879f36a-2868-46ee-94c4-0ca46bb45449'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:13,097 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/4e4004af-5238-48d8-84ba-7446d815c467 0.941s 2018-08-12 20:58:13,097 63 DEBUG [tempest.lib.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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-13ce7d6e-fd5c-4b35-bd16-62f2d94f3143', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-13ce7d6e-fd5c-4b35-bd16-62f2d94f3143'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:13,110 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:58:14,457 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/4e4004af-5238-48d8-84ba-7446d815c467 0.345s 2018-08-12 20:58:14,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-35c4fe85-8bae-45c7-a5bb-bff1465ebbf1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35c4fe85-8bae-45c7-a5bb-bff1465ebbf1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:16,113 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/4e4004af-5238-48d8-84ba-7446d815c467 0.638s 2018-08-12 20:58:16,114 63 DEBUG [tempest.lib.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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-55f7333c-f0bf-4a6b-b0a7-ddddea6d7334', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55f7333c-f0bf-4a6b-b0a7-ddddea6d7334'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:11Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:18,511 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/4e4004af-5238-48d8-84ba-7446d815c467 1.383s 2018-08-12 20:58:18,512 63 DEBUG [tempest.lib.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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-e6922f35-8689-4873-a894-a37f366d32c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6922f35-8689-4873-a894-a37f366d32c8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:18,525 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:58:19,329 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/4e4004af-5238-48d8-84ba-7446d815c467 0.802s 2018-08-12 20:58:19,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-32a4aec7-0d0c-480c-a420-957a0be1f223', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-32a4aec7-0d0c-480c-a420-957a0be1f223'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:16Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:19,342 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4e4004af-5238-48d8-84ba-7446d815c467 with status: ACTIVE 2018-08-12 20:58:20,388 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.045s 2018-08-12 20:58:20,389 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-718808290", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efb34d97-c407-45fd-8396-124066460d76'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:19Z","name":"tempest-port-smoke-718808290","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9f:30:49","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","ip_address":"10.102.21.20"}],"id":"b24bc66c-145e-4542-9ae3-8f1ee1851f44","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} 2018-08-12 20:58:23,584 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.194s 2018-08-12 20:58:23,585 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-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "port": "b24bc66c-145e-4542-9ae3-8f1ee1851f44"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-f4e9e1ab-5815-4618-b750-36dc93d12a8c', 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4e9e1ab-5815-4618-b750-36dc93d12a8c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "adminPass": "hduwt56NbRGV"}} 2018-08-12 20:58:23,904 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.314s 2018-08-12 20:58:23,904 63 DEBUG [tempest.lib.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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-0728fd34-00b6-4d3b-ba42-6c33a8cfe3d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0728fd34-00b6-4d3b-ba42-6c33a8cfe3d9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:25,241 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.321s 2018-08-12 20:58:25,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-0ac5759d-1ff2-4fe4-9552-2dfdbf8e86bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ac5759d-1ff2-4fe4-9552-2dfdbf8e86bd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:27,172 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.916s 2018-08-12 20:58:27,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': '1389', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-7153a462-e1ad-4387-aff6-c0960f7f1fca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7153a462-e1ad-4387-aff6-c0960f7f1fca'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:27,191 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 4 second wait 2018-08-12 20:58:29,333 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 1.140s 2018-08-12 20:58:29,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-f44de9f2-2666-4c57-a9a3-02f373390439', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f44de9f2-2666-4c57-a9a3-02f373390439'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:29,347 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait 2018-08-12 20:58:30,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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.613s 2018-08-12 20:58:30,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-33c4a302-015c-4584-87b2-c234be63581f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-33c4a302-015c-4584-87b2-c234be63581f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:32,648 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.668s 2018-08-12 20:58:32,649 63 DEBUG [tempest.lib.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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-69716218-7e10-4c6e-9e65-9600bd0f03f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69716218-7e10-4c6e-9e65-9600bd0f03f9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:32,662 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 20:58:33,538 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.875s 2018-08-12 20:58:33,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-11a49099-ad46-4ca8-9ddc-d8a1d34be658', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11a49099-ad46-4ca8-9ddc-d8a1d34be658'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:30Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:33,553 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9e8eea3a-46c5-4ed7-8451-da8d77227c8f with status: ACTIVE 2018-08-12 20:58:34,418 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.864s 2018-08-12 20:58:34,418 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1911418998", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ac13b50-850f-4430-a159-b38f70d0c792'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ddab7bbb-f59f-49e4-899e-73abc9e819e0","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:33Z","name":"tempest-port-smoke-1911418998","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4c:75:b0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"6a0d9577-6538-43ef-9c81-a4976cbf7bac","ip_address":"10.101.11.30"}],"id":"79a0e881-d4ff-4033-823e-0296192a25cb","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} 2018-08-12 20:58:37,930 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.510s 2018-08-12 20:58:37,930 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-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "port": "79a0e881-d4ff-4033-823e-0296192a25cb"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0848ab4b-0ed5-4ea1-9337-f1b3cfae1a86', 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0848ab4b-0ed5-4ea1-9337-f1b3cfae1a86'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "adminPass": "dpFbvJvrak4U"}} 2018-08-12 20:58:38,237 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.302s 2018-08-12 20:58:38,238 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-08dcd10a-c98a-453b-af8e-413037bd4b7a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08dcd10a-c98a-453b-af8e-413037bd4b7a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:39,942 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.691s 2018-08-12 20:58:39,943 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-1f1f8073-81d7-4d95-82cd-8c2a25664ff0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f1f8073-81d7-4d95-82cd-8c2a25664ff0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:41,618 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.659s 2018-08-12 20:58:41,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-8794707d-7753-4d21-b96c-1354054999d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8794707d-7753-4d21-b96c-1354054999d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:41,634 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 20:58:43,096 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.460s 2018-08-12 20:58:43,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-1e8f9b62-c175-4990-b1a5-17d041d85438', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1e8f9b62-c175-4990-b1a5-17d041d85438'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:45,262 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 1.151s 2018-08-12 20:58:45,263 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-8f3a68cc-388a-4a52-8551-b705071ee3f9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f3a68cc-388a-4a52-8551-b705071ee3f9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:40Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:46,729 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.451s 2018-08-12 20:58:46,730 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-e99dfc86-efca-468e-85e4-8197fae55004', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e99dfc86-efca-468e-85e4-8197fae55004'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:46,745 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:58:47,330 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/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.584s 2018-08-12 20:58:47,331 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-c995587f-e44d-4416-9c2c-7de2573790db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c995587f-e44d-4416-9c2c-7de2573790db'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:47,345 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: caf7e7c4-1bfc-479f-9211-bb113aa2b379 with status: ACTIVE 2018-08-12 20:58:48,137 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.790s 2018-08-12 20:58:48,137 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-1112728099", "security_groups": ["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4120d93f-764e-4d50-b370-14f2dbd611d8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T20:58:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f7742edd-5dcc-4f32-8956-c2058c68ab7e","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T20:58:47Z","name":"tempest-port-smoke-1112728099","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2d:26:ba","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c67387a8-5c2f-4fc2-8d7e-98873b97665e","ip_address":"10.102.21.40"}],"id":"c1414642-de84-4dad-97b6-db47a39d07ab","security_groups":["89eb4979-7fdd-42e5-bb71-7a8a0620bf2f"],"device_id":""}} 2018-08-12 20:58:51,044 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 2.906s 2018-08-12 20:58:51,045 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-329112916", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "port": "c1414642-de84-4dad-97b6-db47a39d07ab"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0218fb5c-2923-47ce-8eb1-6e65128c9fef', 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0218fb5c-2923-47ce-8eb1-6e65128c9fef'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "adminPass": "M4donLePfnwY"}} 2018-08-12 20:58:51,281 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.231s 2018-08-12 20:58:51,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-5015ca16-cdc8-429b-8d1c-ffc922d7ac28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5015ca16-cdc8-429b-8d1c-ffc922d7ac28'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:52,569 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.272s 2018-08-12 20:58:52,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': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-6237c774-be6b-4cdf-b484-68eed23e0ca1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6237c774-be6b-4cdf-b484-68eed23e0ca1'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T20:58:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:53,851 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.267s 2018-08-12 20:58:53,853 63 DEBUG [tempest.lib.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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-da9c0126-c1f0-4f6c-ac8f-0326d461bd47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da9c0126-c1f0-4f6c-ac8f-0326d461bd47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:53,874 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 20:58:55,559 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.682s 2018-08-12 20:58:55,559 63 DEBUG [tempest.lib.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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-92c62740-ea8d-4fc9-adbf-edcc3f378d80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92c62740-ea8d-4fc9-adbf-edcc3f378d80'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:55,573 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 20:58:57,264 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.690s 2018-08-12 20:58:57,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-f94ba210-f211-4930-8a30-ece7fb209773', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f94ba210-f211-4930-8a30-ece7fb209773'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T20:58:53Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:58,990 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.715s 2018-08-12 20:58:58,990 63 DEBUG [tempest.lib.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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-0f2a3047-152c-4d6f-bbd4-b90e4e43de42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f2a3047-152c-4d6f-bbd4-b90e4e43de42'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:59,004 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 20:58:59,440 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.435s 2018-08-12 20:58:59,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-6bc837b3-92e2-43e1-accb-7e75f02c1141', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 20:58:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6bc837b3-92e2-43e1-accb-7e75f02c1141'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T20:58:57Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 20:58:59,455 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3d514d97-c3f2-4cc2-95ba-0aaba603dcdf with status: ACTIVE 2018-08-12 20:59:00,072 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/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations 0.616s 2018-08-12 20:59:00,073 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations', u'date': 'Sun, 12 Aug 2018 20:59:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dea2005a-a654-4c96-b012-2ae9efb0cbe3'} Body: {"network_association": {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "id": "1f221b84-e121-4603-9905-c4cc1abf0049"}} 2018-08-12 20:59:00,306 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/routers 0.232s 2018-08-12 20:59:00,306 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--885852229", "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': 'Sun, 12 Aug 2018 20:59:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-75a0df73-c3a5-4ed9-a3dc-0755ad3b98be'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:00Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:00Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "name": "tempest-router--885852229"}} 2018-08-12 20:59:01,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0 1.518s 2018-08-12 20:59:01,826 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0', u'date': 'Sun, 12 Aug 2018 20:59:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cb29aa83-fe05-4b3c-9d22-886ef5fa3a48'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:00Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:01Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "name": "tempest-router--885852229"}} 2018-08-12 20:59:04,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/add_router_interface 2.651s 2018-08-12 20:59:04,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:59:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22861412-aaaf-42e2-93d9-22f6696458b8'} Body: {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac", "subnet_ids": ["6a0d9577-6538-43ef-9c81-a4976cbf7bac"], "port_id": "71517b6e-a7d3-4ccd-85dc-2d4950aed78e", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0"} 2018-08-12 20:59:06,749 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/floatingips 2.268s 2018-08-12 20:59:06,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "6271e768-be0f-40cb-8fd1-af5bdcf185a9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:59:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0789f09-345c-4bc6-a1b0-7f033a5d6839'} Body: {"floatingip": {"router_id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:59:05Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "6271e768-be0f-40cb-8fd1-af5bdcf185a9", "id": "c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:05Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:59:06,751 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:22,776 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:22,843 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:22,873 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:22,988 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-12 20:59:22,988 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:22,990 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:23,053 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:23,054 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:28,061 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.200 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-12 20:59:28,062 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:59:28,062 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074603 seconds 2018-08-12 20:59:28,063 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:28,066 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:28,131 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:28,162 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:28,277 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-12 20:59:28,277 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:28,279 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:28,341 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:28,343 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:32,351 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.073866 seconds 2018-08-12 20:59:32,705 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/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations 0.353s 2018-08-12 20:59:32,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6/network_associations', u'date': 'Sun, 12 Aug 2018 20:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1be2998-0fb1-42d7-8144-2bfdf393a7b8'} Body: {"network_association": {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "id": "3acfdffb-065f-4b56-9aa3-f49e650deaf5"}} 2018-08-12 20:59:32,838 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/routers 0.131s 2018-08-12 20:59:32,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1129603914", "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': 'Sun, 12 Aug 2018 20:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57f10385-875a-4656-a6f4-5f5d803b8840'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:32Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:32Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "name": "tempest-router--1129603914"}} 2018-08-12 20:59:34,546 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950 1.706s 2018-08-12 20:59:34,547 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950', u'date': 'Sun, 12 Aug 2018 20:59:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4dc6c5f2-5eaf-4e6c-a2d0-347ff666cc96'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:32Z", "admin_state_up": true, "updated_at": "2018-08-12T20:59:34Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "name": "tempest-router--1129603914"}} 2018-08-12 20:59:36,584 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/add_router_interface 2.036s 2018-08-12 20:59:36,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/add_router_interface', u'date': 'Sun, 12 Aug 2018 20:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2f88eab-5936-4093-8ddc-d1a3c6e7d196'} Body: {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e", "subnet_ids": ["c67387a8-5c2f-4fc2-8d7e-98873b97665e"], "port_id": "8d7d60a6-a9f5-4861-be99-21a8ce0bc020", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950"} 2018-08-12 20:59:38,442 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/floatingips 1.857s 2018-08-12 20:59:38,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "b24bc66c-145e-4542-9ae3-8f1ee1851f44"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 20:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a279ace-1dfd-4a9d-89b4-c3e069a5e96f'} Body: {"floatingip": {"router_id": "c50d6c5f-c532-4f02-aa43-72885ae4a950", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T20:59:37Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "b24bc66c-145e-4542-9ae3-8f1ee1851f44", "id": "625350b6-f8e7-4672-b356-2bf78180544d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T20:59:37Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 20:59:38,444 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:38,446 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:38,511 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:38,543 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:38,657 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-12 20:59:38,658 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 20:59:38,660 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:38,721 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:38,724 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 20:59:43,731 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.200 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-12 20:59:43,732 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 20:59:43,733 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075428 seconds 2018-08-12 20:59:43,733 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:59:58,771 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:58,873 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:58,899 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 20:59:59,013 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.40 2018-08-12 20:59:59,014 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-12 20:59:59,016 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 20:59:59,078 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 20:59:59,080 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-12 21:00:03,087 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.074334 seconds 2018-08-12 21:00:03,088 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN ddf73e5d-c710-4cfb-a93e-28a1e17477b6 2018-08-12 21:00:03,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/ddf73e5d-c710-4cfb-a93e-28a1e17477b6 0.369s 2018-08-12 21:00:03,458 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/ddf73e5d-c710-4cfb-a93e-28a1e17477b6', u'date': 'Sun, 12 Aug 2018 21:00:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-402b3a8d-b0bf-4f17-823b-c5cacebe9f65'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-12 21:00:04,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/625350b6-f8e7-4672-b356-2bf78180544d 1.144s 2018-08-12 21:00:04,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips/625350b6-f8e7-4672-b356-2bf78180544d', u'date': 'Sun, 12 Aug 2018 21:00:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-faa1b193-cc80-43cc-aa3c-bfdfb84ba15e'} Body: 2018-08-12 21:00:06,614 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/remove_router_interface 2.008s 2018-08-12 21:00:06,614 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:00:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb0b41a0-609d-4731-b3af-0529f8bee053'} Body: {"network_id": "f7742edd-5dcc-4f32-8956-c2058c68ab7e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c67387a8-5c2f-4fc2-8d7e-98873b97665e", "subnet_ids": ["c67387a8-5c2f-4fc2-8d7e-98873b97665e"], "port_id": "8d7d60a6-a9f5-4861-be99-21a8ce0bc020", "id": "c50d6c5f-c532-4f02-aa43-72885ae4a950"} 2018-08-12 21:00:08,082 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950 1.467s 2018-08-12 21:00:08,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c50d6c5f-c532-4f02-aa43-72885ae4a950', u'date': 'Sun, 12 Aug 2018 21:00:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4d553bb3-6f72-48eb-841c-509f95da05ec'} Body: 2018-08-12 21:00:08,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b 0.866s 2018-08-12 21:00:08,951 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c1cbaf25-7cf0-41e7-bb00-ed460fee2d5b', u'date': 'Sun, 12 Aug 2018 21:00:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-085b49c7-214b-4e5c-b099-3c5fb607897a'} Body: 2018-08-12 21:00:10,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/remove_router_interface 1.732s 2018-08-12 21:00:10,685 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:00:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6cf2071-fa0a-406c-a31d-7bcd89f7ed7e'} Body: {"network_id": "ddab7bbb-f59f-49e4-899e-73abc9e819e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "6a0d9577-6538-43ef-9c81-a4976cbf7bac", "subnet_ids": ["6a0d9577-6538-43ef-9c81-a4976cbf7bac"], "port_id": "71517b6e-a7d3-4ccd-85dc-2d4950aed78e", "id": "7a9f53a3-c28d-4dc5-aa24-85e95df65df0"} 2018-08-12 21:00:12,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0 1.439s 2018-08-12 21:00:12,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7a9f53a3-c28d-4dc5-aa24-85e95df65df0', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ecd6a8b4-597b-4e94-ac78-d190a1c5ca7e'} Body: 2018-08-12 21:00:12,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.184s 2018-08-12 21:00:12,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-b1852b0d-0a18-443d-a35a-d29bc47937ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b1852b0d-0a18-443d-a35a-d29bc47937ec'} Body: 2018-08-12 21:00:13,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.797s 2018-08-12 21:00:13,110 63 DEBUG [tempest.lib.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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-5689faf4-5393-46a2-992b-cacd8db204e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5689faf4-5393-46a2-992b-cacd8db204e0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:26:ba", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "3d514d97-c3f2-4cc2-95ba-0aaba603dcdf", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:12Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-4", "created": "2018-08-12T20:58:50Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:14,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf 0.041s 2018-08-12 21:00:14,167 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/3d514d97-c3f2-4cc2-95ba-0aaba603dcdf', u'x-compute-request-id': 'req-84f46542-49e7-4afb-a1c3-d86a01a4a210', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-84f46542-49e7-4afb-a1c3-d86a01a4a210'} Body: {"itemNotFound": {"message": "Instance 3d514d97-c3f2-4cc2-95ba-0aaba603dcdf could not be found.", "code": 404}} 2018-08-12 21:00:14,921 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/c1414642-de84-4dad-97b6-db47a39d07ab 0.752s 2018-08-12 21:00:14,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/c1414642-de84-4dad-97b6-db47a39d07ab', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d52e3244-46b4-4341-8f4d-61a9bdb3988a'} Body: 2018-08-12 21:00:15,101 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.179s 2018-08-12 21:00:15,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-a25d7549-ae47-4e57-a6f3-886924ac6b6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a25d7549-ae47-4e57-a6f3-886924ac6b6e'} Body: 2018-08-12 21:00:16,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.963s 2018-08-12 21:00:16,066 63 DEBUG [tempest.lib.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/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-f45e99fb-8383-47fa-83b3-37fbd08aba95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f45e99fb-8383-47fa-83b3-37fbd08aba95'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:75:b0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:44.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "caf7e7c4-1bfc-479f-9211-bb113aa2b379", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:15Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-3", "created": "2018-08-12T20:58:37Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:17,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379 0.046s 2018-08-12 21:00:17,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/caf7e7c4-1bfc-479f-9211-bb113aa2b379', u'x-compute-request-id': 'req-3f678c35-fa29-4fec-a0ee-94d2de4182af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3f678c35-fa29-4fec-a0ee-94d2de4182af'} Body: {"itemNotFound": {"message": "Instance caf7e7c4-1bfc-479f-9211-bb113aa2b379 could not be found.", "code": 404}} 2018-08-12 21:00:17,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/79a0e881-d4ff-4033-823e-0296192a25cb 0.853s 2018-08-12 21:00:17,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/79a0e881-d4ff-4033-823e-0296192a25cb', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5013c2cd-4efa-4dc1-a74c-5e3a6ca01ad0'} Body: 2018-08-12 21:00:18,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.183s 2018-08-12 21:00:18,168 63 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-acc79e70-309f-42a2-b80a-8436eda2c714', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-acc79e70-309f-42a2-b80a-8436eda2c714'} Body: 2018-08-12 21:00:18,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.695s 2018-08-12 21:00:18,864 63 DEBUG [tempest.lib.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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-6f52e545-4757-4848-b24e-fde91fa5aa59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f52e545-4757-4848-b24e-fde91fa5aa59'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2051608462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:30:49", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:30.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9e8eea3a-46c5-4ed7-8451-da8d77227c8f", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:18Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-2", "created": "2018-08-12T20:58:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:19,935 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9e8eea3a-46c5-4ed7-8451-da8d77227c8f 0.056s 2018-08-12 21:00:19,935 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/9e8eea3a-46c5-4ed7-8451-da8d77227c8f', u'x-compute-request-id': 'req-38c38068-6d2b-430d-8725-b6838f4e8ffb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-38c38068-6d2b-430d-8725-b6838f4e8ffb'} Body: {"itemNotFound": {"message": "Instance 9e8eea3a-46c5-4ed7-8451-da8d77227c8f could not be found.", "code": 404}} 2018-08-12 21:00:20,564 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b24bc66c-145e-4542-9ae3-8f1ee1851f44 0.627s 2018-08-12 21:00:20,565 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b24bc66c-145e-4542-9ae3-8f1ee1851f44', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f3e61098-7e26-4072-90f2-44825900ef97'} Body: 2018-08-12 21:00:20,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.204s 2018-08-12 21:00:20,770 63 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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-8889d6b9-13eb-4e5d-9246-8b48c12621c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8889d6b9-13eb-4e5d-9246-8b48c12621c5'} Body: 2018-08-12 21:00:21,798 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 1.027s 2018-08-12 21:00:21,798 63 DEBUG [tempest.lib.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/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-47d02832-d4c2-4983-95ce-9962ebe1af72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-47d02832-d4c2-4983-95ce-9962ebe1af72'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1750610266": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:f6:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e4004af-5238-48d8-84ba-7446d815c467", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T20:58:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4e4004af-5238-48d8-84ba-7446d815c467", "security_groups": [{"name": "tempest-secgroup-smoke-1402461718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:20Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-329112916", "name": "server-1", "created": "2018-08-12T20:58:08Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:22,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467 0.043s 2018-08-12 21:00:22,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/4e4004af-5238-48d8-84ba-7446d815c467', u'x-compute-request-id': 'req-88c6ffe5-aa58-4766-99f1-ce0beeb7f893', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:22 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88c6ffe5-aa58-4766-99f1-ce0beeb7f893'} Body: {"itemNotFound": {"message": "Instance 4e4004af-5238-48d8-84ba-7446d815c467 could not be found.", "code": 404}} 2018-08-12 21:00:23,508 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/6271e768-be0f-40cb-8fd1-af5bdcf185a9 0.646s 2018-08-12 21:00:23,509 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6271e768-be0f-40cb-8fd1-af5bdcf185a9', u'date': 'Sun, 12 Aug 2018 21:00:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bf4475b-fbf0-4479-8ffe-a2f29101eb1f'} Body: 2018-08-12 21:00:23,576 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-329112916 0.066s 2018-08-12 21:00:23,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-329112916', u'x-compute-request-id': 'req-b695894b-6c68-46a5-b399-78780c9d46ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b695894b-6c68-46a5-b399-78780c9d46ca'} Body: 2018-08-12 21:00:26,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c67387a8-5c2f-4fc2-8d7e-98873b97665e 2.530s 2018-08-12 21:00:26,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c67387a8-5c2f-4fc2-8d7e-98873b97665e', u'date': 'Sun, 12 Aug 2018 21:00:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-922527f5-5e6f-43d7-9890-1659917a2dfc'} Body: 2018-08-12 21:00:27,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/f7742edd-5dcc-4f32-8956-c2058c68ab7e 1.882s 2018-08-12 21:00:27,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f7742edd-5dcc-4f32-8956-c2058c68ab7e', u'date': 'Sun, 12 Aug 2018 21:00:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-443f0734-02de-447e-b549-103cac03e31e'} Body: 2018-08-12 21:00:30,412 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/6a0d9577-6538-43ef-9c81-a4976cbf7bac 2.418s 2018-08-12 21:00:30,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/6a0d9577-6538-43ef-9c81-a4976cbf7bac', u'date': 'Sun, 12 Aug 2018 21:00:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16d46f75-d635-401e-95e7-0b695a0164ae'} Body: 2018-08-12 21:00:32,238 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ddab7bbb-f59f-49e4-899e-73abc9e819e0 1.825s 2018-08-12 21:00:32,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/networks/ddab7bbb-f59f-49e4-899e-73abc9e819e0', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4faf9af8-e097-4340-abcd-38486f1a6eeb'} Body: 2018-08-12 21:00:32,557 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/89eb4979-7fdd-42e5-bb71-7a8a0620bf2f 0.318s 2018-08-12 21:00:32,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/89eb4979-7fdd-42e5-bb71-7a8a0620bf2f', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9424b8bc-f2dd-4c47-be0c-fcef8e7470f4'} 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.204 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-12 21:00:32,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.247s 2018-08-12 21:00:32,839 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-2134322333 description", "name": "tempest-secgroup-smoke-2134322333"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:00:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4896ca1c-83e4-4b57-ad7f-f0651e49c5e8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2134322333 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:32Z", "updated_at": "2018-08-12T21:00:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:00:32Z", "revision_number": 0, "id": "86993ec5-58dd-47a1-96de-e7ff690eb056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:00:32Z", "revision_number": 0, "id": "9f5e6b91-6300-4870-a5c5-64dd4827af35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "name": "tempest-secgroup-smoke-2134322333"}} 2018-08-12 21:00:33,114 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-12 21:00:33,115 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-195431ee-1596-4d49-bcbc-7dad0c403291'} 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-12T21:00:32Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d1c05fb6-e56c-4cac-b5de-38fe047f403e"}} 2018-08-12 21:00:33,359 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-12 21:00:33,360 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2573ff22-f111-4484-811b-21b23b63dbe7'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d8e96e8c-6cb7-409c-8d55-657cfb9aca4d"}} 2018-08-12 21:00:33,815 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 21:00:33,815 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a375a849-eeb2-41f2-8e4f-47ade3f08b02'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7509f07d-757f-4ff7-a841-db80d1e2edc1"}} 2018-08-12 21:00:34,025 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-12 21:00:34,025 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2e5138f6-b9e8-4caf-9ab1-08db610957aa'} 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-12T21:00:33Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:33Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8d1f847b-ac56-4673-a2e5-49fb7c7d5a0a"}} 2018-08-12 21:00:34,210 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-12 21:00:34,211 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de318647-10b0-48e8-8c4d-3b02b46b944d'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6a8545f7-4f71-46d5-8c6d-1ed6e58d6234"}} 2018-08-12 21:00:34,438 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-12 21:00:34,438 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91ca3d99-aae6-4c9d-a991-b3d6d33b3d22'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1083f537-4d2d-4963-971d-e0b296f0732a"}} 2018-08-12 21:00:34,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 21:00:34,672 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab18c77f-3382-409b-8b7a-37ce37aa31c8'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e370f995-babf-46a6-bba4-d1b149ce4f54"}} 2018-08-12 21:00:34,858 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.185s 2018-08-12 21:00:34,858 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "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': 'Sun, 12 Aug 2018 21:00:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4f3a70e-11ac-4f32-a44c-60938f47480d'} 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-12T21:00:34Z", "security_group_id": "3cd73e9a-46f4-4cb1-902b-042b4a503982", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:00:34Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "bfa542d1-8378-4d37-9d9e-e7b02a452e53"}} 2018-08-12 21:00:35,130 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.270s 2018-08-12 21:00:35,131 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-610690664"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:00:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e35b65bb-95af-4094-80b0-069a081e8459'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:00:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","name":"tempest-A-610690664"}} 2018-08-12 21:00:35,849 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.717s 2018-08-12 21:00:35,849 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "name": "tempest-subnet-A-1-962488933"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:00:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33d58cde-f482-4a6e-aceb-dbaf69e2ee65'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:35Z","dns_nameservers":[],"updated_at":"2018-08-12T21:00:35Z","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":"01ace95cf526467b9409c6248a7c6876","id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","subnetpool_id":null,"name":"tempest-subnet-A-1-962488933"}} 2018-08-12 21:00:36,088 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.237s 2018-08-12 21:00:36,088 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1087977002"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:00:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ac28c584-1681-41c2-885f-7fb1c8c0184d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:00:35Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","name":"tempest-B-1087977002"}} 2018-08-12 21:00:36,967 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.878s 2018-08-12 21:00:36,968 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "name": "tempest-subnet-B-1-386549589"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:00:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-462b1d39-d9cd-4082-af3e-380f53e02be0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:00:36Z","dns_nameservers":[],"updated_at":"2018-08-12T21:00:36Z","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":"01ace95cf526467b9409c6248a7c6876","id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","subnetpool_id":null,"name":"tempest-subnet-B-1-386549589"}} 2018-08-12 21:00:37,770 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.801s 2018-08-12 21:00:37,770 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:00:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25441ef5-0ae9-4de2-b42c-4f4434754ffc'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "aae4aef0-8268-496f-a667-30414597525a"}} 2018-08-12 21:00:38,061 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.289s 2018-08-12 21:00:38,062 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1193491207"}} 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-d13b1ae8-893f-48a4-9812-cc8e90b75baa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d13b1ae8-893f-48a4-9812-cc8e90b75baa'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGerF1rI6VbOMEYO5V/20mt+2jhHEeAQeAq5rpszeH8+4gkDKGeefX3185OTCTKYOaAnc1M9+xksz5fomcDuLrAq0JAOW7x4UAb2lkCbENWechcTmcd1fxGnw2GUjJM2MJhPcGewf6Ilk9wf3c1WveH1pzMD5isRutfHNXblDszelApEJ2WsDeqP5FfAn9LiE0zVi6gd8x6mTG+pLp/cVS5YDKGiwntK+B2Qrz4NqepUKJxm91mmIs/JROicaFlGariX6PHZmwyQjgdQszaUUAnpp/AUq1D9vjyrM4YfORzAAjkPsxowm0FS47VkvkzWqD1QdtCQR5/FmNvEwQQtzN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxnqxdayOlWzjBGDuVf9tJrfto4RxHgEHgKua6bM3h/PuIJAy\nhnnn199fOTkwkymDmgJ3NTPfsZLM+X6JnA7i6wKtCQDlu8eFAG9pZAmxDVnnIXE5\nnHdX8Rp8NhlIyTNjCYT3BnsH+iJZPcH93NVr3h9aczA+YrEbrXxzV25Q7M3pQKRC\ndlrA3qj+RXwJ/S4hNM1YuoHfMepkxvqS6f3FUuWAyhosJ7SvgdkK8+DanqVCicZv\ndZpiLPyUTonGhZRmq4l+jx2ZsMkI4HULM2lFAJ6afwFKtQ/b48qzOGHzkcwAI5D7\nMaMJtBUuO1ZL5M1qg9UHbQkEefxZjbxMEELczQIDAQABAoIBAQC/WBdvF50aJzAw\nz3XWCHplIlqCErOutlVSUZ32AWXetmZylDFxfWLqtZiqpRzUMuiBeDEOZGUaXykm\nujvV7HANGrZQgMH5px7szXuwCrva4Do3/l0JH/DzKpJm4TdPaS/oRHyVjdSh661X\nIYco98OXD2j2taLfKFlDhj/4IQz5TNK5FBL7Db9QGAGp7xVYg3XTH9AiZX5ZxVKB\nhAdrWWZI4nrFxjKzXXD/YkAQErl/5N/Bf3c9KqevfWk61nxZojMzVQLW+S6Vw8nl\n2ckTUQClBr5L5kVVApUnt9G0WCpMPTFOAhpm9ZWoweWGjfA0lql0R/omdPrcEgwJ\ncVNFCbTBAoGBAOsUyQhI23QmlSK2J0n5J+9TrEkGS0zbPj9+fL7x0DnRXaC1UcG7\nwdGR2A9NSkGa45CSbPgCR1mA91uwPKVLlPKGpNsrz3ZRPQdoHJFf++zG7e2DkBw6\nJ9frrFtunf8SCAtEbC4ORN/9VFhnAQFqF3XpNUuQmO8y9KmJoOqtOaoRAoGBANgk\nGyH/85YZRabervvQh666CtssxwqZuUrzKEkcaQkj/JP/oNbgEv0Rj22WZNWpB7Vi\nbDxgQLIfs0oxvLV6r/9gLtjhaTCr71egRhndkIXgn/Ta+fR02mq07DhFrf/iFe94\nP9iD99KldSyFYH3A3XPnwNTnYJZp7tyHFvT7byr9AoGAH7LEzMYuOUI+l9iiAZqE\nJQROVeZwXuOtSBiBL6ohnro5esMYTBxKLT0SOjX8zk3ZY5Qq92IvRsVaFVX1R4Ci\ni/VV42vL5LNdnFMQjxW3PZ0xVfaIhxXca4QO0KFg0pUW2pYWVDt+VAmvxt/UxeEN\nWsvgcNkFljNzxCyXsy06elECgYEAgMzTVml+ML4SoaQlxm23zUmUWpPOcOS2ZJGO\nOjMx7H6Db3Zv1FxnNGOYgweSQzidHVvvf/Mj2oHFh7sn50WbR6V7hUaeNqDe2erq\nm1NLYlw/NdygAyr3VYtHESmEzO1fgPq5oT7TGbX7o3I/0/Bwhzdd1AGlrzylWMkv\nxwFmd8kCgYEAycVJIrus6YcofHkO0dpORMTSBnO3IB2ZL0Nm4JxfDIcWFW/nlOOW\n7SlNAm1t4zB1Or7aIxN7McQKHadyNpVix3mWvtIPyZySVsUT6HzHX7NOy+UFShwW\n81hUPinYy5ctnKkh569A9DEo7NrWAgvomvHzfuH9jOF1gWv0xhqrPy4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1193491207", "fingerprint": "c7:9b:16:c9:18:84:90:16:4a:23:c4:d4:c3:6b:c4:b2"}} 2018-08-12 21:00:39,160 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.095s 2018-08-12 21:00:39,161 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-522185045", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:00:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18ec7dc3-17be-4c9e-92e2-728bd53bc8a7'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:00:38Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:00:38Z","name":"tempest-port-smoke-522185045","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:38:1d:84","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","ip_address":"10.101.11.10"}],"id":"25f8bf20-904f-4d86-8ac4-fd4e8ae495c6","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} 2018-08-12 21:00:42,720 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.558s 2018-08-12 21:00:42,721 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-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "port": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0decb710-80d1-4813-9c41-3e536a6c79f0', 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0decb710-80d1-4813-9c41-3e536a6c79f0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "adminPass": "LEsYqH64zaF6"}} 2018-08-12 21:00:43,054 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.329s 2018-08-12 21:00:43,055 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-63e01a80-73bc-460f-951c-0c011df34a41', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63e01a80-73bc-460f-951c-0c011df34a41'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:44,381 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.309s 2018-08-12 21:00:44,381 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-6f00bb4c-c7c9-4e5d-9d2b-0d510390a192', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f00bb4c-c7c9-4e5d-9d2b-0d510390a192'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:46,019 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.623s 2018-08-12 21:00:46,020 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-fb8216d3-06ed-4a8d-b727-7254bf16c43e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fb8216d3-06ed-4a8d-b727-7254bf16c43e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:46,033 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:00:48,145 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 1.110s 2018-08-12 21:00:48,146 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-1a4fad15-acf8-4e1b-a3a0-83ee685bc456', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a4fad15-acf8-4e1b-a3a0-83ee685bc456'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:49,607 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.445s 2018-08-12 21:00:49,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-d3fc12c0-e46a-4faf-bcf4-1e91725d5193', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3fc12c0-e46a-4faf-bcf4-1e91725d5193'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:51,296 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.674s 2018-08-12 21:00:51,297 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-88c31d30-3777-4561-99af-c97738df1ac6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88c31d30-3777-4561-99af-c97738df1ac6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:49Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:51,311 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:00:51,971 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/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.659s 2018-08-12 21:00:51,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-29521756-5952-4276-bc2a-854abb36f591', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29521756-5952-4276-bc2a-854abb36f591'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:00:49Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:51,984 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d5798fcb-882a-4d60-a76a-39ec467c88f5 with status: ACTIVE 2018-08-12 21:00:52,857 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.872s 2018-08-12 21:00:52,858 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1814741709", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:00:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de0246c9-5414-4581-99bc-eeb735a7387d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:00:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:00:52Z","name":"tempest-port-smoke-1814741709","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:70:33:7a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","ip_address":"10.102.21.20"}],"id":"799bc532-fc52-43e6-82b3-43c9e0e37811","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} 2018-08-12 21:00:54,913 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.053s 2018-08-12 21:00:54,914 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-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "port": "799bc532-fc52-43e6-82b3-43c9e0e37811"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-6b2384d2-9485-4a86-9c0b-9c8fd1d6a042', 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b2384d2-9485-4a86-9c0b-9c8fd1d6a042'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "adminPass": "GLZn9Bi2EoNa"}} 2018-08-12 21:00:55,217 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.299s 2018-08-12 21:00:55,218 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-f16a4ad3-04f1-4655-afc4-419623fd5f28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f16a4ad3-04f1-4655-afc4-419623fd5f28'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:00:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:56,608 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:5000/v3/auth/tokens 2018-08-12 21:00:56,609 63 DEBUG [tempest.lib.common.rest_client] 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': 'Sun, 12 Aug 2018 21:00:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7660aace-f023-4358-bb96-1df3fba6f504'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2227886414cb4d22a8494529517c5128", "name": "member"}], "expires_at": "2018-08-12T22:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-TestBGPVPNBasic-119608522"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/01ace95cf526467b9409c6248a7c6876", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.2 2018-08-12 21:00:57,511 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.900s 2018-08-12 21:00:57,512 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1258', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-0da29f85-9544-4c6a-a9f0-d60d19e91c5e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0da29f85-9544-4c6a-a9f0-d60d19e91c5e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:57,527 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 21:00:59,064 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.535s 2018-08-12 21:00:59,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': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-c5190c68-a22f-433f-94a6-1dc34ccd9466', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:00:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5190c68-a22f-433f-94a6-1dc34ccd9466'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:00:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:00:59,080 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/scheduling" after 4 second wait 2018-08-12 21:01:01,240 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 1.158s 2018-08-12 21:01:01,241 63 DEBUG [tempest.lib.common.rest_client] 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-a7edbaec-dea9-47cd-928e-3a66ee326c7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7edbaec-dea9-47cd-928e-3a66ee326c7c'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:01,254 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 6 second wait 2018-08-12 21:01:02,962 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.705s 2018-08-12 21:01:02,962 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-92f570f2-f6e4-4e67-9454-7c501ab5e6c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92f570f2-f6e4-4e67-9454-7c501ab5e6c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:02,979 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait 2018-08-12 21:01:04,854 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.874s 2018-08-12 21:01:04,855 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-a318d767-c943-407e-8866-9671ae90d83b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a318d767-c943-407e-8866-9671ae90d83b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:00Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:06,465 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.586s 2018-08-12 21:01:06,466 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-64f44779-20e1-4479-9aad-a239eab5cfa1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-64f44779-20e1-4479-9aad-a239eab5cfa1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:06,481 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 21:01:07,259 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/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.776s 2018-08-12 21:01:07,259 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-2e5c5405-70fe-45be-a511-098f238bf67a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e5c5405-70fe-45be-a511-098f238bf67a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:05Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:07,271 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a1edaafd-4a4b-4215-943b-cf990953c5e2 with status: ACTIVE 2018-08-12 21:01:08,807 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.535s 2018-08-12 21:01:08,808 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-792074186", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:01:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8791a823-870e-428a-9897-38c52fc242d4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:01:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3a722d3b-3352-4be7-8c2a-dcda039303ef","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:01:08Z","name":"tempest-port-smoke-792074186","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:8b:0f:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"1eef30f5-517a-4b0c-b28a-f0852ca97530","ip_address":"10.101.11.30"}],"id":"450d8896-a7c4-4e70-a394-f5f0ca38cfc9","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} 2018-08-12 21:01:11,813 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.004s 2018-08-12 21:01:11,814 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-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "port": "450d8896-a7c4-4e70-a394-f5f0ca38cfc9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-0883e397-d662-4301-8e26-09db918cb2d5', 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0883e397-d662-4301-8e26-09db918cb2d5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "adminPass": "pMEqfP6E6Fgz"}} 2018-08-12 21:01:12,408 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.590s 2018-08-12 21:01:12,409 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-5d192c38-6a18-491a-990a-8b28cf9d7639', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d192c38-6a18-491a-990a-8b28cf9d7639'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:13,995 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.572s 2018-08-12 21:01:13,996 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-76e9c023-a686-4f0b-9b26-0924e81172bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-76e9c023-a686-4f0b-9b26-0924e81172bf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:15,613 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.601s 2018-08-12 21:01:15,614 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-e20c6eb3-533f-4735-a53f-151aa4cd7459', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e20c6eb3-533f-4735-a53f-151aa4cd7459'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:15,626 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:01:17,238 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.609s 2018-08-12 21:01:17,238 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-c5848805-98cf-4e22-a8fb-8bdd8153d3dd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c5848805-98cf-4e22-a8fb-8bdd8153d3dd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:19,212 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.958s 2018-08-12 21:01:19,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': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-73d2e360-9ad3-447c-bd08-b49c26063efa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73d2e360-9ad3-447c-bd08-b49c26063efa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:20,925 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.697s 2018-08-12 21:01:20,926 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-560a433c-abfc-4841-9c4b-5d6107d6993e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-560a433c-abfc-4841-9c4b-5d6107d6993e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:20,939 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:01:21,814 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/39f75bd4-6d80-45f9-989e-cd224befaebb 0.873s 2018-08-12 21:01:21,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': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-59a17866-0067-4ff7-8fd4-fc8cd07ac93c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59a17866-0067-4ff7-8fd4-fc8cd07ac93c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:21,828 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 39f75bd4-6d80-45f9-989e-cd224befaebb with status: ACTIVE 2018-08-12 21:01:22,657 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.828s 2018-08-12 21:01:22,658 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-69142402", "security_groups": ["3cd73e9a-46f4-4cb1-902b-042b4a503982"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:01:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ca431cf2-5d1c-4521-8f74-3677ee029bbe'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:01:22Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"73d3a1eb-cf42-40b7-964f-69cc14e08079","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:01:22Z","name":"tempest-port-smoke-69142402","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:79:2e:d7","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"21c7ca0d-e80f-4022-894b-c3ac95b143e3","ip_address":"10.102.21.40"}],"id":"620fa425-593d-4ec6-bf58-69db4da62a1f","security_groups":["3cd73e9a-46f4-4cb1-902b-042b4a503982"],"device_id":""}} 2018-08-12 21:01:25,163 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.504s 2018-08-12 21:01:25,163 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-1193491207", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "port": "620fa425-593d-4ec6-bf58-69db4da62a1f"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-ccf0891d-ba80-4bd1-b3dd-d0628d40cebc', 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ccf0891d-ba80-4bd1-b3dd-d0628d40cebc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "adminPass": "e2nTjuAYTX4h"}} 2018-08-12 21:01:25,228 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.060s 2018-08-12 21:01:25,229 63 DEBUG [tempest.lib.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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-65445917-df34-4517-8eb0-a50a755c8b87', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-65445917-df34-4517-8eb0-a50a755c8b87'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:26,304 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.060s 2018-08-12 21:01:26,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-e48fee30-c90e-494d-833e-b9bedca23d51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e48fee30-c90e-494d-833e-b9bedca23d51'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:01:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:27,934 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.612s 2018-08-12 21:01: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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-7526dfe0-173b-4adb-8873-4d8ea34519b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7526dfe0-173b-4adb-8873-4d8ea34519b3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:27,947 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-12 21:01:29,673 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.724s 2018-08-12 21:01:29,674 63 DEBUG [tempest.lib.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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-3318596e-ba46-4d25-a078-5aa9462a219e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3318596e-ba46-4d25-a078-5aa9462a219e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:29,687 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:01:31,311 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.621s 2018-08-12 21:01:31,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-ca6a8552-df45-4433-9af2-a896c68b3d00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ca6a8552-df45-4433-9af2-a896c68b3d00'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:01:27Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:33,033 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.707s 2018-08-12 21:01:33,034 63 DEBUG [tempest.lib.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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-d9ea2ce6-1ba5-481d-82d3-5dd81b0450a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9ea2ce6-1ba5-481d-82d3-5dd81b0450a2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:33,048 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:01:33,739 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.690s 2018-08-12 21:01:33,740 63 DEBUG [tempest.lib.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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-9b438471-e266-492c-8a47-fe6ccd37ba97', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:01:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b438471-e266-492c-8a47-fe6ccd37ba97'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:01:31Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:01:33,753 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f1faba9f-6b99-4c6a-a96d-a43425df69c2 with status: ACTIVE 2018-08-12 21:01:34,215 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.461s 2018-08-12 21:01:34,216 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--2113218034", "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': 'Sun, 12 Aug 2018 21:01:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3d4c8755-3569-4920-a905-7268ff1d1375'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:34Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:34Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "567a05f5-9620-4217-bb86-d4cd484856c3", "name": "tempest-router--2113218034"}} 2018-08-12 21:01:35,701 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/567a05f5-9620-4217-bb86-d4cd484856c3 1.483s 2018-08-12 21:01:35,701 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3', u'date': 'Sun, 12 Aug 2018 21:01:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50682a5b-711e-44a5-afd0-379823e6c803'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:34Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:35Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "567a05f5-9620-4217-bb86-d4cd484856c3", "name": "tempest-router--2113218034"}} 2018-08-12 21:01:38,017 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/567a05f5-9620-4217-bb86-d4cd484856c3/add_router_interface 2.314s 2018-08-12 21:01:38,017 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:01:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a7504e68-902d-4939-8f1f-80a97abe4119'} Body: {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530", "subnet_ids": ["1eef30f5-517a-4b0c-b28a-f0852ca97530"], "port_id": "93227d09-2f02-405c-bb26-2706d6b60f37", "id": "567a05f5-9620-4217-bb86-d4cd484856c3"} 2018-08-12 21:01:40,080 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.061s 2018-08-12 21:01:40,080 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:01:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6c73255-7276-4eab-b652-e965adccc415'} Body: {"floatingip": {"router_id": "567a05f5-9620-4217-bb86-d4cd484856c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:01:38Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "25f8bf20-904f-4d86-8ac4-fd4e8ae495c6", "id": "e8167093-ab39-40e4-add7-03df06e14f2b", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:01:40,252 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.171s 2018-08-12 21:01:40,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--692847641", "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': 'Sun, 12 Aug 2018 21:01:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50eba2b4-ea33-45b4-9666-02823e295f79'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:40Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:40Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "11fad05d-d762-40ba-940e-0f86d8a11617", "name": "tempest-router--692847641"}} 2018-08-12 21:01:41,627 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/11fad05d-d762-40ba-940e-0f86d8a11617 1.373s 2018-08-12 21:01:41,627 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617', u'date': 'Sun, 12 Aug 2018 21:01:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e3156937-6d6b-4289-acc1-530bc0cde7dd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:40Z", "admin_state_up": true, "updated_at": "2018-08-12T21:01:41Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "11fad05d-d762-40ba-940e-0f86d8a11617", "name": "tempest-router--692847641"}} 2018-08-12 21:01:43,569 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/11fad05d-d762-40ba-940e-0f86d8a11617/add_router_interface 1.941s 2018-08-12 21:01:43,570 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:01:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-26facea8-a171-41ef-a1ab-09a0c87ff671'} Body: {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3", "subnet_ids": ["21c7ca0d-e80f-4022-894b-c3ac95b143e3"], "port_id": "53088817-1dbc-4ccc-a62b-dbf958f42e3a", "id": "11fad05d-d762-40ba-940e-0f86d8a11617"} 2018-08-12 21:01:45,456 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.886s 2018-08-12 21:01:45,457 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "620fa425-593d-4ec6-bf58-69db4da62a1f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:01:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56be10f5-1f54-4db1-bd80-afcb899ce0cc'} Body: {"floatingip": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:01:44Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "620fa425-593d-4ec6-bf58-69db4da62a1f", "id": "1cec7e97-e87f-45bd-844c-cbbd1a7c4800", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:01:44Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:01:46,042 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/aae4aef0-8268-496f-a667-30414597525a/network_associations 0.584s 2018-08-12 21:01:46,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a/network_associations', u'date': 'Sun, 12 Aug 2018 21:01:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e91dc6e-c79e-4f6b-b163-e60fca236f8b'} Body: {"network_association": {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "id": "7f81578d-5b70-4633-9e2b-015a1a09f562"}} 2018-08-12 21:01:46,044 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:04,071 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:04,134 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:04,135 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:04,250 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-12 21:02:04,251 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:04,253 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:04,313 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:04,318 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:09,325 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.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-12 21:02:09,325 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-12 21:02:09,326 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075442 seconds 2018-08-12 21:02:09,326 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:09,329 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:09,391 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:09,393 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:09,508 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-12 21:02:09,508 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:09,510 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:09,569 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:09,574 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:13,581 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.073374 seconds 2018-08-12 21:02:14,262 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/aae4aef0-8268-496f-a667-30414597525a/router_associations 0.680s 2018-08-12 21:02:14,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/aae4aef0-8268-496f-a667-30414597525a/router_associations', u'date': 'Sun, 12 Aug 2018 21:02:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-05d7a5a2-661d-4a4f-a3bc-bc6f26e343c7'} Body: {"router_association": {"router_id": "11fad05d-d762-40ba-940e-0f86d8a11617", "id": "f5557ab3-96fb-468a-b0a2-54a28be0c30b"}} 2018-08-12 21:02:14,264 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:14,266 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:14,327 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:14,331 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:14,445 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-12 21:02:14,446 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:02:14,448 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:02:14,509 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:02:14,512 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:02:19,519 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.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-12 21:02:19,520 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-12 21:02:19,520 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074962 seconds 2018-08-12 21:02:19,521 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:03:19,576 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-12 21:04:22,127 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 2. Retry after 3 seconds. 2018-08-12 21:05:25,639 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 3. Retry after 4 seconds. 2018-08-12 21:06:30,148 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 (timed out). Number attempts: 4. Retry after 5 seconds. 2018-08-12 21:07:35,679 63 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.204 after 4 attempts 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in connect 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 279, in retry_on_signal 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh return function() 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 338, in 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-12 21:07:35.679 63 ERROR tempest.lib.common.ssh 2018-08-12 21:07:35,682 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.204 failed. Error: Connection to the 172.30.9.204 via SSH timed out. User: cirros, Password: None 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-12 21:07:35.682 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-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.204 via SSH timed out. 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-12 21:07:35.682 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-12 21:07:35,996 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.312s 2018-08-12 21:07:35,996 63 DEBUG [tempest.lib.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-74fe52fb-294c-4f46-b5e7-9cbb18918a62', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74fe52fb-294c-4f46-b5e7-9cbb18918a62'} Body: {"servers": [{"id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "name": "server-4"}, {"id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "name": "server-3"}, {"id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "name": "server-2"}, {"id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-12 21:07:36,109 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2/action 0.107s 2018-08-12 21:07:36,109 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': '32892', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2/action', u'x-compute-request-id': 'req-1f0454c3-623e-405e-b29d-d0843530cf7e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f0454c3-623e-405e-b29d-d0843530cf7e'} 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 510389870 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-12 21:07:36,112 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for f1faba9f-6b99-4c6a-a96d-a43425df69c2 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 510389870 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.139882] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141560] pid_max: default: 32768 minimum: 301 [ 0.142464] ACPI: Core revision 20150930 [ 0.143851] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145179] Security Framework initialized [ 0.146004] Yama: becoming mindful. [ 0.146738] AppArmor: AppArmor initialized [ 0.147617] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148968] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150264] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151493] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152931] Initializing cgroup subsys io [ 0.153750] Initializing cgroup subsys memory [ 0.154624] Initializing cgroup subsys devices [ 0.155515] Initializing cgroup subsys freezer [ 0.156398] Initializing cgroup subsys net_cls [ 0.157274] Initializing cgroup subsys perf_event [ 0.158195] Initializing cgroup subsys net_prio [ 0.159097] Initializing cgroup subsys hugetlb [ 0.159970] Initializing cgroup subsys pids [ 0.160844] CPU: Physical Processor ID: 0 [ 0.162350] mce: CPU supports 10 MCE banks [ 0.163216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178664] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184852] ftrace: allocating 31920 entries in 125 pages [ 0.210175] smpboot: Max logical packages: 1 [ 0.211059] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212416] x2apic enabled [ 0.213225] Switched APIC routing to physical x2apic. [ 0.214953] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216081] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218112] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219916] KVM setup paravirtual spinlock [ 0.221233] x86: Booted up 1 node, 1 CPUs [ 0.222052] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223455] devtmpfs: initialized [ 0.225182] evm: security.selinux [ 0.225887] evm: security.SMACK64 [ 0.226596] evm: security.SMACK64EXEC [ 0.227352] evm: security.SMACK64TRANSMUTE [ 0.228173] evm: security.SMACK64MMAP [ 0.228925] evm: security.ima [ 0.229568] evm: security.capability [ 0.230383] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232260] pinctrl core: initialized pinctrl subsystem [ 0.233390] RTC time: 21:01:31, date: 08/12/18 [ 0.234368] NET: Registered protocol family 16 [ 0.235363] cpuidle: using governor ladder [ 0.236194] cpuidle: using governor menu [ 0.236984] PCCT header not found. [ 0.237759] ACPI: bus type PCI registered [ 0.238576] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239830] PCI: Using configuration type 1 for base access [ 0.241616] ACPI: Added _OSI(Module Device) [ 0.242473] ACPI: Added _OSI(Processor Device) [ 0.243351] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244259] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246006] ACPI: Interpreter enabled [ 0.246780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248629] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254136] ACPI: (supports S0 S5) [ 0.254832] ACPI: Using IOAPIC for interrupt routing [ 0.255772] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259996] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261223] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262401] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264603] acpiphp: Slot [3] registered [ 0.265402] acpiphp: Slot [4] registered [ 0.266197] acpiphp: Slot [5] registered [ 0.266987] acpiphp: Slot [6] registered [ 0.267774] acpiphp: Slot [7] registered [ 0.268580] acpiphp: Slot [8] registered [ 0.269377] acpiphp: Slot [9] registered [ 0.270187] acpiphp: Slot [10] registered [ 0.270987] acpiphp: Slot [11] registered [ 0.271793] acpiphp: Slot [12] registered [ 0.272606] acpiphp: Slot [13] registered [ 0.273429] acpiphp: Slot [14] registered [ 0.274256] acpiphp: Slot [15] registered [ 0.285072] acpiphp: Slot [16] registered [ 0.285914] acpiphp: Slot [17] registered [ 0.286723] acpiphp: Slot [18] registered [ 0.287540] acpiphp: Slot [19] registered [ 0.288343] acpiphp: Slot [20] registered [ 0.289150] acpiphp: Slot [21] registered [ 0.289954] acpiphp: Slot [22] registered [ 0.290754] acpiphp: Slot [23] registered [ 0.291565] acpiphp: Slot [24] registered [ 0.292372] acpiphp: Slot [25] registered [ 0.293182] acpiphp: Slot [26] registered [ 0.293986] acpiphp: Slot [27] registered [ 0.294786] acpiphp: Slot [28] registered [ 0.295588] acpiphp: Slot [29] registered [ 0.296418] acpiphp: Slot [30] registered [ 0.297241] acpiphp: Slot [31] registered [ 0.298045] PCI host bridge to bus 0000:00 [ 0.298845] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300051] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302696] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304136] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305597] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308884] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310156] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311339] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312593] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316081] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317499] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335984] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337443] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340562] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.341940] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343211] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344501] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.345548] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347080] vgaarb: loaded [ 0.347670] vgaarb: bridge control possible 0000:00:02.0 [ 0.348886] SCSI subsystem initialized [ 0.349791] ACPI: bus type USB registered [ 0.350629] usbcore: registered new interface driver usbfs [ 0.351649] usbcore: registered new interface driver hub [ 0.352645] usbcore: registered new device driver usb [ 0.353737] PCI: Using ACPI for IRQ routing [ 0.354845] NetLabel: Initializing [ 0.355563] NetLabel: domain hash size = 128 [ 0.356404] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.357352] NetLabel: unlabeled traffic allowed by default [ 0.358504] clocksource: Switched to clocksource kvm-clock [ 0.366630] AppArmor: AppArmor Filesystem Enabled [ 0.367595] pnp: PnP ACPI init [ 0.368529] pnp: PnP ACPI: found 5 devices [ 0.374820] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.376524] NET: Registered protocol family 2 [ 0.377566] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.378856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.380072] TCP: Hash tables configured (established 4096 bind 4096) [ 0.381257] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.382334] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.383517] NET: Registered protocol family 1 [ 0.384397] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.385488] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.386562] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.400584] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.414708] Trying to unpack rootfs image as initramfs... [ 0.472037] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.473657] Scanning for low memory corruption every 60 seconds [ 0.475019] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.476173] audit: initializing netlink subsys (disabled) [ 0.477192] audit: type=2000 audit(1534107691.913:1): initialized [ 0.478558] Initialise system trusted keyring [ 0.479496] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.480656] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.482787] zbud: loaded [ 0.483520] VFS: Disk quotas dquot_6.6.0 [ 0.484340] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.485926] fuse init (API version 7.23) [ 0.486832] Key type big_key registered [ 0.487639] Allocating IMA MOK and blacklist keyrings. [ 0.488867] Key type asymmetric registered [ 0.489692] Asymmetric key parser 'x509' registered [ 0.490661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.492127] io scheduler noop registered [ 0.492917] io scheduler deadline registered (default) [ 0.493907] io scheduler cfq registered [ 0.494752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.495791] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.497049] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.498485] ACPI: Power Button [PWRF] [ 0.499347] GHES: HEST is not enabled! [ 0.513003] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541201] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543312] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569677] Linux agpgart interface v0.103 [ 0.572270] brd: module loaded [ 0.573921] loop: module loaded [ 0.577990] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.579444] GPT:90111 != 2097151 [ 0.580123] GPT:Alternate GPT header not at the end of the disk. [ 0.581217] GPT:90111 != 2097151 [ 0.581886] GPT: Use GNU Parted to correct GPT errors. [ 0.582885] vda: vda1 vda15 [ 0.584122] scsi host0: ata_piix [ 0.584909] scsi host1: ata_piix [ 0.585634] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.586866] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.588360] libphy: Fixed MDIO Bus: probed [ 0.589193] tun: Universal TUN/TAP device driver, 1.6 [ 0.590151] tun: (C) 1999-2004 Max Krasnyansky [ 0.592488] PPP generic driver version 2.4.2 [ 0.593413] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596587] ehci-pci: EHCI PCI platform driver [ 0.597566] ehci-platform: EHCI generic platform driver [ 0.598599] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.599751] ohci-pci: OHCI PCI platform driver [ 0.600639] ohci-platform: OHCI generic platform driver [ 0.601644] uhci_hcd: USB Universal Host Controller Interface driver [ 0.616036] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.617058] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.618543] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620764] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622017] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623452] usb usb1: Product: UHCI Host Controller [ 0.624401] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.625558] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626620] hub 1-0:1.0: USB hub found [ 0.627420] hub 1-0:1.0: 2 ports detected [ 0.628398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630606] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631589] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632663] mousedev: PS/2 mouse device common for all mice [ 0.633968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.635971] rtc_cmos 00:00: RTC can wake from S4 [ 0.637119] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.639554] i2c /dev entries driver [ 0.640360] device-mapper: uevent: version 1.0.3 [ 0.641359] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.643041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.644576] NET: Registered protocol family 10 [ 0.645771] NET: Registered protocol family 17 [ 0.646704] Key type dns_resolver registered [ 0.647745] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.648865] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.650714] registered taskstats version 1 [ 0.651571] Loading compiled-in X.509 certificates [ 0.653076] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.654992] zswap: loaded using pool lzo/zbud [ 0.656677] Key type trusted registered [ 0.658449] Key type encrypted registered [ 0.659304] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660356] ima: No TPM chip found, activating TPM-bypass! [ 0.661413] evm: HMAC attrs: 0x1 [ 0.662396] Magic number: 14:104:45 [ 0.663274] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:31 UTC (1534107691) [ 0.664927] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.666051] EDD information not available. [ 0.747854] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.759579] Write protecting the kernel read-only data: 14336k [ 0.761718] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.763585] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.808774] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 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.81. iid=i-0000013d failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.10s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCevsX0ixAdpUEmONS/iXq/KjdwORqVZjab+jc/YPr6jSVZfRiIvi6qUM+KCFmOmNXUbyWbFU5JkHlGJdqSEqsPioKfZBisNpNYoOBT+iQsTB3iSbEZs6ZSQfs4uFjApKyjl84QOozOa7BVeTTBNWtXjh7u/MBMyhE5XVz2bKDvuDSqYXuzNVG8Jgr9phsDv2C6Dn2K21PI19H13Zc/Ui0J9vrCjiBGI/EDYBkT23eP773F0nCVIT11f0y/h5n0jXA7g231mxSGXtukaqFd9OU3fLuBEd5l0147Mb+lmxjIN/kTH35LW5Z4egXsD2JZiZa5Vu3h/xbTmVGXgZlQgR5H root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAOLyWpAfDS5IWvNXC1wHy4LEYJ3A11COQl3IuSwn7V2kg0LX52rzJZD94MlHfchKpK7UPSgZd226AJUJXu+LiEeDmzlcxqOOLzAwNJvlf3qJUyCQeC19/NDha7j5BCs8jarysEXul8lXeZcwpzIX4WuUJivlC8i/G1SBT9JPkmZrAAAAFQCtXsLeNQPt6w5mrhUn/XovKd7gEwAAAIBNix0KPBHMjkSqxK2djMMisiUKlOEIhjyDbIbJ6OB0+yqJVyy4B9w2mycj4YwCrmjogD2AR3hgmkh8OT3qFOLVjkhGNpfJRXEfC/gROnVMmujsSJYpW7gMVOev3AjdwONu5a8l+Ou5LZ6AFcsaLhfQ6bQdbCXO2k6kSrjTfu67UQAAAIBIRtPSLsL98YdMlq2Ogah7nx+QTjGRNfPP0QMW9Lw5aClZAHWsXz4z0/52kg4w/loAaZkafW23EqBjPbhf2zBXVfFJ+Lp7pTaBGTY3mALp9R0+1zD9qraZwpolXXf52ovTaFk+/58GkCK/EtDjSpuOSSKovn56gScKUpxLPH2drg== root@server-4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fe79:2ed7/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-0000013d name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.22 === === 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:79:2E:D7 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe79:2ed7/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:10432 (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.4 nameserver 10.102.21.3 nameserver 10.102.21.2 ### 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.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.839 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.360 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.288 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.277 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.268 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.268/0.406/0.839 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.754 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.253 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.264 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.212 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.288 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.354/0.754 ms #### 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=1.106 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.432 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.280 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.204 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.263 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.204/0.457/1.106 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 [ 0.938543] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.099209] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.099215] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.099218] usb 1-1: Product: QEMU USB Tablet [ 1.099220] usb 1-1: Manufacturer: QEMU [ 1.099223] usb 1-1: SerialNumber: 42 [ 1.470690] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.470696] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255552e88e, max_idle_ns: 440795378574 ns [ 3.263672] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.296576] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:31 cirros kern.info kernel: [ 0.763585] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:01:31 cirros kern.info kernel: [ 0.775699] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:01:31 cirros kern.info kernel: [ 0.775700] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:01:31 cirros kern.info kernel: [ 0.777425] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:01:31 cirros kern.info kernel: [ 0.780539] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:01:31 cirros kern.info kernel: [ 0.782632] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:01:31 cirros kern.info kernel: [ 0.806279] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:31 cirros kern.info kernel: [ 0.807181] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:31 cirros kern.notice kernel: [ 0.808774] random: blkid urandom read with 2 bits of entropy available Aug 12 22:01:31 cirros kern.info kernel: [ 0.810437] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:31 cirros kern.info kernel: [ 0.815015] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:31 cirros kern.info kernel: [ 0.886448] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:31 cirros kern.info kernel: [ 0.894278] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:31 cirros kern.info kernel: [ 0.938543] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:31 cirros kern.info kernel: [ 1.099209] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:31 cirros kern.info kernel: [ 1.099215] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:31 cirros kern.info kernel: [ 1.099218] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:31 cirros kern.info kernel: [ 1.099220] usb 1-1: Manufacturer: QEMU Aug 12 22:01:31 cirros kern.info kernel: [ 1.099223] usb 1-1: SerialNumber: 42 Aug 12 22:01:32 cirros kern.info kernel: [ 1.470690] tsc: Refined TSC clocksource calibration: 3491.874 MHz Aug 12 22:01:32 cirros kern.info kernel: [ 1.470696] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255552e88e, max_idle_ns: 440795378574 ns Aug 12 22:01:33 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:33 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:34 cirros kern.info kernel: [ 3.263672] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:34 cirros kern.info kernel: [ 3.296576] 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-12 21:07:36,176 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/39f75bd4-6d80-45f9-989e-cd224befaebb/action 0.062s 2018-08-12 21:07:36,177 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': '32482', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb/action', u'x-compute-request-id': 'req-ec2e2d12-ba27-485c-8a6e-055f91e87b9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec2e2d12-ba27-485c-8a6e-055f91e87b9b'} 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 488241671 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-12 21:07:36,182 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 39f75bd4-6d80-45f9-989e-cd224befaebb 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 488241671 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.140698] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142407] pid_max: default: 32768 minimum: 301 [ 0.143337] ACPI: Core revision 20150930 [ 0.144748] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.146106] Security Framework initialized [ 0.146949] Yama: becoming mindful. [ 0.147717] AppArmor: AppArmor initialized [ 0.148600] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149985] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151318] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152569] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154036] Initializing cgroup subsys io [ 0.154881] Initializing cgroup subsys memory [ 0.155789] Initializing cgroup subsys devices [ 0.156698] Initializing cgroup subsys freezer [ 0.157597] Initializing cgroup subsys net_cls [ 0.158499] Initializing cgroup subsys perf_event [ 0.159447] Initializing cgroup subsys net_prio [ 0.160368] Initializing cgroup subsys hugetlb [ 0.161276] Initializing cgroup subsys pids [ 0.162179] CPU: Physical Processor ID: 0 [ 0.163720] mce: CPU supports 10 MCE banks [ 0.164596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165631] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181365] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187439] ftrace: allocating 31920 entries in 125 pages [ 0.212345] smpboot: Max logical packages: 1 [ 0.213235] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.214615] x2apic enabled [ 0.215435] Switched APIC routing to physical x2apic. [ 0.217195] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218345] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220399] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222242] KVM setup paravirtual spinlock [ 0.223568] x86: Booted up 1 node, 1 CPUs [ 0.224409] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.225838] devtmpfs: initialized [ 0.227573] evm: security.selinux [ 0.228295] evm: security.SMACK64 [ 0.229004] evm: security.SMACK64EXEC [ 0.229769] evm: security.SMACK64TRANSMUTE [ 0.230595] evm: security.SMACK64MMAP [ 0.231362] evm: security.ima [ 0.232038] evm: security.capability [ 0.232866] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234771] pinctrl core: initialized pinctrl subsystem [ 0.235900] RTC time: 21:01:19, date: 08/12/18 [ 0.236886] NET: Registered protocol family 16 [ 0.237899] cpuidle: using governor ladder [ 0.238745] cpuidle: using governor menu [ 0.239556] PCCT header not found. [ 0.240338] ACPI: bus type PCI registered [ 0.241174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242457] PCI: Using configuration type 1 for base access [ 0.244259] ACPI: Added _OSI(Module Device) [ 0.245137] ACPI: Added _OSI(Processor Device) [ 0.246026] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.246950] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248735] ACPI: Interpreter enabled [ 0.249522] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257130] ACPI: (supports S0 S5) [ 0.257854] ACPI: Using IOAPIC for interrupt routing [ 0.258826] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.261982] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263163] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264447] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265682] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267971] acpiphp: Slot [3] registered [ 0.268800] acpiphp: Slot [4] registered [ 0.269621] acpiphp: Slot [5] registered [ 0.270446] acpiphp: Slot [6] registered [ 0.271269] acpiphp: Slot [7] registered [ 0.272116] acpiphp: Slot [8] registered [ 0.272948] acpiphp: Slot [9] registered [ 0.273773] acpiphp: Slot [10] registered [ 0.274603] acpiphp: Slot [11] registered [ 0.275439] acpiphp: Slot [12] registered [ 0.276293] acpiphp: Slot [13] registered [ 0.277127] acpiphp: Slot [14] registered [ 0.277958] acpiphp: Slot [15] registered [ 0.288896] acpiphp: Slot [16] registered [ 0.289766] acpiphp: Slot [17] registered [ 0.290598] acpiphp: Slot [18] registered [ 0.291434] acpiphp: Slot [19] registered [ 0.292273] acpiphp: Slot [20] registered [ 0.293114] acpiphp: Slot [21] registered [ 0.293951] acpiphp: Slot [22] registered [ 0.294785] acpiphp: Slot [23] registered [ 0.295618] acpiphp: Slot [24] registered [ 0.296454] acpiphp: Slot [25] registered [ 0.297295] acpiphp: Slot [26] registered [ 0.298128] acpiphp: Slot [27] registered [ 0.298951] acpiphp: Slot [28] registered [ 0.299785] acpiphp: Slot [29] registered [ 0.300614] acpiphp: Slot [30] registered [ 0.301457] acpiphp: Slot [31] registered [ 0.302292] PCI host bridge to bus 0000:00 [ 0.303128] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.304386] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.305670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.307161] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.308653] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.310193] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.313611] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.314937] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.316158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.317469] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321025] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.322492] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.341238] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.342757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.344571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346024] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.347447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.348750] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351174] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.352775] vgaarb: loaded [ 0.353388] vgaarb: bridge control possible 0000:00:02.0 [ 0.354658] SCSI subsystem initialized [ 0.355590] ACPI: bus type USB registered [ 0.356451] usbcore: registered new interface driver usbfs [ 0.357519] usbcore: registered new interface driver hub [ 0.358560] usbcore: registered new device driver usb [ 0.359704] PCI: Using ACPI for IRQ routing [ 0.360842] NetLabel: Initializing [ 0.361582] NetLabel: domain hash size = 128 [ 0.362465] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.363451] NetLabel: unlabeled traffic allowed by default [ 0.364647] clocksource: Switched to clocksource kvm-clock [ 0.372899] AppArmor: AppArmor Filesystem Enabled [ 0.373900] pnp: PnP ACPI init [ 0.374855] pnp: PnP ACPI: found 5 devices [ 0.381193] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.382963] NET: Registered protocol family 2 [ 0.384039] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385386] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.386647] TCP: Hash tables configured (established 4096 bind 4096) [ 0.387898] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389027] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390269] NET: Registered protocol family 1 [ 0.391179] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392314] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393427] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421670] Trying to unpack rootfs image as initramfs... [ 0.478218] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.479893] Scanning for low memory corruption every 60 seconds [ 0.481297] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.482516] audit: initializing netlink subsys (disabled) [ 0.483578] audit: type=2000 audit(1534107680.009:1): initialized [ 0.484987] Initialise system trusted keyring [ 0.485969] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.487171] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489339] zbud: loaded [ 0.490093] VFS: Disk quotas dquot_6.6.0 [ 0.490943] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492597] fuse init (API version 7.23) [ 0.493545] Key type big_key registered [ 0.494378] Allocating IMA MOK and blacklist keyrings. [ 0.495642] Key type asymmetric registered [ 0.496491] Asymmetric key parser 'x509' registered [ 0.497500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.499023] io scheduler noop registered [ 0.499845] io scheduler deadline registered (default) [ 0.500883] io scheduler cfq registered [ 0.501760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502836] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.504142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.505648] ACPI: Power Button [PWRF] [ 0.506522] GHES: HEST is not enabled! [ 0.520202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548271] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.550406] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.576451] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.579238] Linux agpgart interface v0.103 [ 0.582155] brd: module loaded [ 0.583874] loop: module loaded [ 0.587813] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.589329] GPT:90111 != 2097151 [ 0.590036] GPT:Alternate GPT header not at the end of the disk. [ 0.591169] GPT:90111 != 2097151 [ 0.591866] GPT: Use GNU Parted to correct GPT errors. [ 0.592876] vda: vda1 vda15 [ 0.594260] scsi host0: ata_piix [ 0.595078] scsi host1: ata_piix [ 0.595824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.597095] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.598642] libphy: Fixed MDIO Bus: probed [ 0.599490] tun: Universal TUN/TAP device driver, 1.6 [ 0.600479] tun: (C) 1999-2004 Max Krasnyansky [ 0.602831] PPP generic driver version 2.4.2 [ 0.603786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605036] ehci-pci: EHCI PCI platform driver [ 0.605954] ehci-platform: EHCI generic platform driver [ 0.606991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608171] ohci-pci: OHCI PCI platform driver [ 0.609086] ohci-platform: OHCI generic platform driver [ 0.610125] uhci_hcd: USB Universal Host Controller Interface driver [ 0.624326] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.625376] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626905] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.627945] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.629145] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630429] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631898] usb usb1: Product: UHCI Host Controller [ 0.632871] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634077] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635100] hub 1-0:1.0: USB hub found [ 0.635917] hub 1-0:1.0: 2 ports detected [ 0.636903] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639112] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640112] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641211] mousedev: PS/2 mouse device common for all mice [ 0.642525] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644504] rtc_cmos 00:00: RTC can wake from S4 [ 0.645685] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.646925] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648172] i2c /dev entries driver [ 0.648987] device-mapper: uevent: version 1.0.3 [ 0.649990] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651697] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653186] NET: Registered protocol family 10 [ 0.654360] NET: Registered protocol family 17 [ 0.655294] Key type dns_resolver registered [ 0.656321] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657465] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.659334] registered taskstats version 1 [ 0.660211] Loading compiled-in X.509 certificates [ 0.661740] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663686] zswap: loaded using pool lzo/zbud [ 0.665378] Key type trusted registered [ 0.667169] Key type encrypted registered [ 0.668045] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669139] ima: No TPM chip found, activating TPM-bypass! [ 0.670234] evm: HMAC attrs: 0x1 [ 0.671225] Magic number: 14:104:45 [ 0.672114] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:19 UTC (1534107679) [ 0.673805] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674964] EDD information not available. [ 0.758056] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770114] Write protecting the kernel read-only data: 14336k [ 0.772324] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774377] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.821360] 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.73 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.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.82. iid=i-0000013a 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCrIbX32XGQg0ux/omGKhyOLpqODom3asoHpD9YKD1xxuDMJq47WsP8OFVyXyN4KvZNd2usPjSW7H4Kw5LeKpX3fvrvWOP70lPmH+dZ8TYXs2Z2UBdYQTkPde7GtYJoP5V6+tcsaXnSHya+COcnaY7r3//JENpFkGs9Xs/Se+aNw5tUfrkMy/Kd1+D8qB4BxvJ4Q0LBITHS2saVqx2iIF5nPzruTs6x/PtIPUUxKekgSRtVFYhRXqhFR/eRavlKUmJf1XKFJvHl+VOvpro3DQwgjuwMtMDLprW5tr4z/josCHkMg9ncxnhslNoc9iBDX4vqTBF43QuhG14VsomtmOML root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAIKwmUrb7i9C98JccN6QbqE1jgHiPgAQZ8dMQzhH42I26u8v2NmtMgSLf33BqkwIJdzJqtT06HOhlkfx7Fzu+eji25lvieBtIssbIRwubH3YRDY5KShGk5+Xs+MSfmekRofi0NTJwwDpGbrVPmC7Z11OwZRbruoDlpZ1K4JwA28lAAAAFQCGBxbYxBKqM02XQnpd1d94yS0JcwAAAIBnLbse3intDGlZHu7+nCREAFVdVuLcVZ5wmNyfiPwks2ooZD0y9/qlFabCQShQ6ZuJCbSci8oU3uw4HpeiCvDF66HSDhyQZPOlJTFdNSBXxgB4IcWPmWS2HdVIlKCQPw1maDphGXZayuuQiFKiP25mw9QFXUkb4p6X5AxBOW9qSwAAAIA9e4YMtbiE+hFQ4RQgOqa76T/hxkVAGVfFP/gVy9jqkJXfOzl+SHMxxWrXUg/fLYvH4dxSYBKvWPy3hQq5ChUSJy9lPZr4BGuQmdXw+/k7QWGeQzV4mP9/eOGuidQXs8by1yW/0H/t9Wlkbtx+WPWvUScAkGWADrynuZAmAzsivA== root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fe8b:f2b/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-0000013a name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.53 === === 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:0F:2B inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8b:f2b/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:10432 (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.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.3 nameserver 10.101.11.2 nameserver 10.101.11.4 ### 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.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.661 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.289 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.187 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.153 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.165 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.153/0.291/0.661 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.572 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.248 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.267 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.282 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.215 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.215/0.316/0.572 ms #### 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.741 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.252 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.212 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.295 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.282 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.212/0.356/0.741 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 [ 0.910846] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 0.948675] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.110157] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.110159] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.110160] usb 1-1: Product: QEMU USB Tablet [ 1.110161] usb 1-1: Manufacturer: QEMU [ 1.110162] usb 1-1: SerialNumber: 42 [ 1.476903] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 3.548349] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.584340] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:19 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 12 22:01:19 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 12 22:01:19 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 12 22:01:19 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 12 22:01:19 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 12 22:01:19 cirros kern.info kernel: [ 0.948675] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:19 cirros kern.info kernel: [ 1.110157] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:19 cirros kern.info kernel: [ 1.110159] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:19 cirros kern.info kernel: [ 1.110160] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:19 cirros kern.info kernel: [ 1.110161] usb 1-1: Manufacturer: QEMU Aug 12 22:01:19 cirros kern.info kernel: [ 1.110162] usb 1-1: SerialNumber: 42 Aug 12 22:01:20 cirros kern.info kernel: [ 1.476903] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 12 22:01:21 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:22 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:22 cirros kern.info kernel: [ 3.548349] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:22 cirros kern.info kernel: [ 3.584340] 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-12 21:07:36,297 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/a1edaafd-4a4b-4215-943b-cf990953c5e2/action 0.077s 2018-08-12 21:07:36,298 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': '32892', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2/action', u'x-compute-request-id': 'req-9cf87100-0598-4fc5-ade9-15fe936b9571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9cf87100-0598-4fc5-ade9-15fe936b9571'} 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 480103164 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-12 21:07:36,300 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for a1edaafd-4a4b-4215-943b-cf990953c5e2 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 480103164 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.153570] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155229] pid_max: default: 32768 minimum: 301 [ 0.156128] ACPI: Core revision 20150930 [ 0.157523] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.158838] Security Framework initialized [ 0.159657] Yama: becoming mindful. [ 0.160392] AppArmor: AppArmor initialized [ 0.161254] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.162621] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.163917] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165178] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166612] Initializing cgroup subsys io [ 0.167433] Initializing cgroup subsys memory [ 0.168296] Initializing cgroup subsys devices [ 0.169188] Initializing cgroup subsys freezer [ 0.170069] Initializing cgroup subsys net_cls [ 0.170946] Initializing cgroup subsys perf_event [ 0.171869] Initializing cgroup subsys net_prio [ 0.172806] Initializing cgroup subsys hugetlb [ 0.173679] Initializing cgroup subsys pids [ 0.174548] CPU: Physical Processor ID: 0 [ 0.176046] mce: CPU supports 10 MCE banks [ 0.176912] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177916] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198377] ftrace: allocating 31920 entries in 125 pages [ 0.223199] smpboot: Max logical packages: 1 [ 0.224080] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225440] x2apic enabled [ 0.226242] Switched APIC routing to physical x2apic. [ 0.227984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231118] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.232916] KVM setup paravirtual spinlock [ 0.234252] x86: Booted up 1 node, 1 CPUs [ 0.235069] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.236483] devtmpfs: initialized [ 0.238204] evm: security.selinux [ 0.238911] evm: security.SMACK64 [ 0.239610] evm: security.SMACK64EXEC [ 0.240354] evm: security.SMACK64TRANSMUTE [ 0.241161] evm: security.SMACK64MMAP [ 0.241912] evm: security.ima [ 0.242557] evm: security.capability [ 0.243396] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.245269] pinctrl core: initialized pinctrl subsystem [ 0.246383] RTC time: 21:01:05, date: 08/12/18 [ 0.247353] NET: Registered protocol family 16 [ 0.248350] cpuidle: using governor ladder [ 0.249172] cpuidle: using governor menu [ 0.249964] PCCT header not found. [ 0.250730] ACPI: bus type PCI registered [ 0.251536] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.252787] PCI: Using configuration type 1 for base access [ 0.254605] ACPI: Added _OSI(Module Device) [ 0.255459] ACPI: Added _OSI(Processor Device) [ 0.256328] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.257226] ACPI: Added _OSI(Processor Aggregator Device) [ 0.258972] ACPI: Interpreter enabled [ 0.259750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.261613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.263493] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.265374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.267224] ACPI: (supports S0 S5) [ 0.267935] ACPI: Using IOAPIC for interrupt routing [ 0.268895] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.272003] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.273154] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.274429] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.275627] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.277857] acpiphp: Slot [3] registered [ 0.278678] acpiphp: Slot [4] registered [ 0.279486] acpiphp: Slot [5] registered [ 0.280285] acpiphp: Slot [6] registered [ 0.281086] acpiphp: Slot [7] registered [ 0.281895] acpiphp: Slot [8] registered [ 0.282707] acpiphp: Slot [9] registered [ 0.283511] acpiphp: Slot [10] registered [ 0.284365] acpiphp: Slot [11] registered [ 0.285183] acpiphp: Slot [12] registered [ 0.286022] acpiphp: Slot [13] registered [ 0.286845] acpiphp: Slot [14] registered [ 0.287664] acpiphp: Slot [15] registered [ 0.298744] acpiphp: Slot [16] registered [ 0.299570] acpiphp: Slot [17] registered [ 0.300389] acpiphp: Slot [18] registered [ 0.301197] acpiphp: Slot [19] registered [ 0.302019] acpiphp: Slot [20] registered [ 0.302842] acpiphp: Slot [21] registered [ 0.303662] acpiphp: Slot [22] registered [ 0.304508] acpiphp: Slot [23] registered [ 0.305322] acpiphp: Slot [24] registered [ 0.306129] acpiphp: Slot [25] registered [ 0.306945] acpiphp: Slot [26] registered [ 0.307758] acpiphp: Slot [27] registered [ 0.308571] acpiphp: Slot [28] registered [ 0.309432] acpiphp: Slot [29] registered [ 0.310241] acpiphp: Slot [30] registered [ 0.311065] acpiphp: Slot [31] registered [ 0.311875] PCI host bridge to bus 0000:00 [ 0.312685] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313920] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.315150] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316606] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.318054] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.319532] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.322901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324212] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.326681] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330204] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331893] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352196] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354621] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357481] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358879] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360148] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361462] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362519] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364066] vgaarb: loaded [ 0.364707] vgaarb: bridge control possible 0000:00:02.0 [ 0.365950] SCSI subsystem initialized [ 0.366865] ACPI: bus type USB registered [ 0.367698] usbcore: registered new interface driver usbfs [ 0.368739] usbcore: registered new interface driver hub [ 0.369750] usbcore: registered new device driver usb [ 0.370854] PCI: Using ACPI for IRQ routing [ 0.371964] NetLabel: Initializing [ 0.372692] NetLabel: domain hash size = 128 [ 0.373540] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374528] NetLabel: unlabeled traffic allowed by default [ 0.375695] clocksource: Switched to clocksource kvm-clock [ 0.383888] AppArmor: AppArmor Filesystem Enabled [ 0.384891] pnp: PnP ACPI init [ 0.385835] pnp: PnP ACPI: found 5 devices [ 0.392174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393905] NET: Registered protocol family 2 [ 0.394978] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396282] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397491] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398696] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399788] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400973] NET: Registered protocol family 1 [ 0.401853] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404029] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418158] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432350] Trying to unpack rootfs image as initramfs... [ 0.488387] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490054] Scanning for low memory corruption every 60 seconds [ 0.491422] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492597] audit: initializing netlink subsys (disabled) [ 0.493625] audit: type=2000 audit(1534107665.911:1): initialized [ 0.494977] Initialise system trusted keyring [ 0.495965] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.497133] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499254] zbud: loaded [ 0.500003] VFS: Disk quotas dquot_6.6.0 [ 0.500832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502428] fuse init (API version 7.23) [ 0.503341] Key type big_key registered [ 0.504154] Allocating IMA MOK and blacklist keyrings. [ 0.505405] Key type asymmetric registered [ 0.506262] Asymmetric key parser 'x509' registered [ 0.507237] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.508728] io scheduler noop registered [ 0.509525] io scheduler deadline registered (default) [ 0.510525] io scheduler cfq registered [ 0.511375] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512428] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513708] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515155] ACPI: Power Button [PWRF] [ 0.516048] GHES: HEST is not enabled! [ 0.529800] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557642] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583758] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586043] Linux agpgart interface v0.103 [ 0.588705] brd: module loaded [ 0.590379] loop: module loaded [ 0.597476] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.598947] GPT:90111 != 2097151 [ 0.599629] GPT:Alternate GPT header not at the end of the disk. [ 0.600742] GPT:90111 != 2097151 [ 0.601428] GPT: Use GNU Parted to correct GPT errors. [ 0.602408] vda: vda1 vda15 [ 0.603866] scsi host0: ata_piix [ 0.604675] scsi host1: ata_piix [ 0.605402] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.606633] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.608184] libphy: Fixed MDIO Bus: probed [ 0.609020] tun: Universal TUN/TAP device driver, 1.6 [ 0.610036] tun: (C) 1999-2004 Max Krasnyansky [ 0.612404] PPP generic driver version 2.4.2 [ 0.613344] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.614548] ehci-pci: EHCI PCI platform driver [ 0.615434] ehci-platform: EHCI generic platform driver [ 0.616448] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617641] ohci-pci: OHCI PCI platform driver [ 0.618527] ohci-platform: OHCI generic platform driver [ 0.619546] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633812] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634833] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.636306] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.637354] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.638522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641232] usb usb1: Product: UHCI Host Controller [ 0.642176] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.643337] usb usb1: SerialNumber: 0000:00:01.2 [ 0.644343] hub 1-0:1.0: USB hub found [ 0.645145] hub 1-0:1.0: 2 ports detected [ 0.646119] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648344] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649321] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650386] mousedev: PS/2 mouse device common for all mice [ 0.651685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653573] rtc_cmos 00:00: RTC can wake from S4 [ 0.654931] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657390] i2c /dev entries driver [ 0.658180] device-mapper: uevent: version 1.0.3 [ 0.659175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660841] ledtrig-cpu: registered to indicate activity on CPUs [ 0.662294] NET: Registered protocol family 10 [ 0.663457] NET: Registered protocol family 17 [ 0.664381] Key type dns_resolver registered [ 0.665407] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666522] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668391] registered taskstats version 1 [ 0.669247] Loading compiled-in X.509 certificates [ 0.670738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672651] zswap: loaded using pool lzo/zbud [ 0.674345] Key type trusted registered [ 0.676181] Key type encrypted registered [ 0.677184] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678353] ima: No TPM chip found, activating TPM-bypass! [ 0.679656] evm: HMAC attrs: 0x1 [ 0.680806] Magic number: 14:104:45 [ 0.681618] rtc_cmos 00:00: setting system clock to 2018-08-12 21:01:05 UTC (1534107665) [ 0.683576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.684835] EDD information not available. [ 0.765204] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.777636] Write protecting the kernel read-only data: 14336k [ 0.780083] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.782378] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.829107] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 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.82. iid=i-00000137 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDN23AJqExGctCHcU/GZ4g8aEkAbcfldMjT72fh4nd9LVIrkR76uybiiU/o2bANSyJ78leBxIuJw2XaBZIaQk8igYgdRfW3jaHEQLRKNvyyWbKTRfDH06/4VwrzKBHF0mSE97jsgFPwc+E+OtS7vxQSxHA8JgdRJNaDeZZLM3k3cDkUNygR9GiGLi76VqIF2OjcwfcorbTtYG+hJQj21luKc0N5USlfuAopS2B/doLGa88sHKqhDjnFQDS0GRlJOcxj1mdcm7D9uPbddehFHv43kz90A1DIrConxoFLKvRhEzOr5K72flmHn2spbdM0bT1g31NyrmeVOD4MNysoaIpJ root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBAPUPnIjAvWGWL7HNfuZn1QVCzqsbesnLvAvLLJiJquO9eglAhVqIP76UV1QhuEzS2CgEMzzzHiNaaUtLTxBhp4ur3ZQGWZNVbVqj61Yi8XHTgWaE7+qMtBE4cUTjU9mEnPgiLkAgSke6nB+IQkyP+/FnPWOE3JLbXYFmG02gobL5AAAAFQC74rXhARarf6ue3aqhsHeZA4+1FwAAAIAwlxds+GWys8Pcgh6IdSX6w6EZn/LD69POqLTGMKRFo9W8sQ4eu0JVy100FzA7W7oV0/fy8Ub6fEpgBrBxjXJwwqsnT0jpN6gqTmDe2kL3ZmY4qIxjv9CZ9jTl7xc7vMgGOV4AUNDQ85lnyTodFUAvEEFQnrr/XWwecAZuQ3PmUQAAAIEA1fRrskg52t1pBM0wCqElWU25/UP7r1KCK8CeYHsEQVg3HXtzuSyHTIzZ0tZtLUQTcFtOvYunRWTjHo5DVBDREPR4y0aFjoTK+/1Y9ekPd7CBWye7SbRiBmLUZ5o18GrrF+jke5Di3ePUmK5dK63pdcg+uU4qD28G5PbQURZqYns= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe70:337a/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.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-00000137 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=2.75 === === 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:70:33:7A inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe70:337a/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:10432 (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.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.4 nameserver 10.102.21.3 nameserver 10.102.21.2 ### 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.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=1.104 ms 64 bytes from 10.102.21.4: seq=1 ttl=64 time=0.290 ms 64 bytes from 10.102.21.4: seq=2 ttl=64 time=0.363 ms 64 bytes from 10.102.21.4: seq=3 ttl=64 time=0.573 ms 64 bytes from 10.102.21.4: seq=4 ttl=64 time=0.224 ms --- 10.102.21.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.224/0.510/1.104 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.688 ms 64 bytes from 10.102.21.3: seq=1 ttl=64 time=0.290 ms 64 bytes from 10.102.21.3: seq=2 ttl=64 time=0.229 ms 64 bytes from 10.102.21.3: seq=3 ttl=64 time=0.174 ms 64 bytes from 10.102.21.3: seq=4 ttl=64 time=0.284 ms --- 10.102.21.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.174/0.333/0.688 ms #### 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.677 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.236 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.237 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.249 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.267 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.236/0.333/0.677 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 [ 0.955712] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.116844] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.116846] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.116847] usb 1-1: Product: QEMU USB Tablet [ 1.116848] usb 1-1: Manufacturer: QEMU [ 1.116849] usb 1-1: SerialNumber: 42 [ 1.487769] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 1.487779] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255535383a, max_idle_ns: 440795233701 ns [ 2.785805] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.818867] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:01:05 cirros kern.info kernel: [ 0.782378] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:01:05 cirros kern.info kernel: [ 0.795511] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:01:05 cirros kern.info kernel: [ 0.795512] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:01:05 cirros kern.info kernel: [ 0.797259] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:01:05 cirros kern.info kernel: [ 0.800374] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:01:05 cirros kern.info kernel: [ 0.802455] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:01:05 cirros kern.info kernel: [ 0.826486] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:05 cirros kern.info kernel: [ 0.827396] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:05 cirros kern.notice kernel: [ 0.829107] random: blkid urandom read with 2 bits of entropy available Aug 12 22:01:05 cirros kern.info kernel: [ 0.831144] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:01:05 cirros kern.info kernel: [ 0.835139] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:01:05 cirros kern.info kernel: [ 0.905619] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:05 cirros kern.info kernel: [ 0.914109] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:01:05 cirros kern.info kernel: [ 0.955712] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:01:05 cirros kern.info kernel: [ 1.116844] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:01:05 cirros kern.info kernel: [ 1.116846] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:01:05 cirros kern.info kernel: [ 1.116847] usb 1-1: Product: QEMU USB Tablet Aug 12 22:01:05 cirros kern.info kernel: [ 1.116848] usb 1-1: Manufacturer: QEMU Aug 12 22:01:05 cirros kern.info kernel: [ 1.116849] usb 1-1: SerialNumber: 42 Aug 12 22:01:06 cirros kern.info kernel: [ 1.487769] tsc: Refined TSC clocksource calibration: 3491.873 MHz Aug 12 22:01:06 cirros kern.info kernel: [ 1.487779] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255535383a, max_idle_ns: 440795233701 ns Aug 12 22:01:07 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:01:07 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:01:07 cirros kern.info kernel: [ 2.785805] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:01:07 cirros kern.info kernel: [ 2.818867] 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-12 21:07:36,483 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/d5798fcb-882a-4d60-a76a-39ec467c88f5/action 0.092s 2018-08-12 21:07:36,484 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': '32886', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5/action', u'x-compute-request-id': 'req-ec495148-5b45-46f9-9ff5-e9c1bd12dd15', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec495148-5b45-46f9-9ff5-e9c1bd12dd15'} 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 503730597 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-12 21:07:36,486 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for d5798fcb-882a-4d60-a76a-39ec467c88f5 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 503730597 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.141640] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143387] pid_max: default: 32768 minimum: 301 [ 0.144328] ACPI: Core revision 20150930 [ 0.145753] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147125] Security Framework initialized [ 0.147981] Yama: becoming mindful. [ 0.148759] AppArmor: AppArmor initialized [ 0.149652] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151053] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153668] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155149] Initializing cgroup subsys io [ 0.156005] Initializing cgroup subsys memory [ 0.156916] Initializing cgroup subsys devices [ 0.157837] Initializing cgroup subsys freezer [ 0.158750] Initializing cgroup subsys net_cls [ 0.159660] Initializing cgroup subsys perf_event [ 0.160619] Initializing cgroup subsys net_prio [ 0.161547] Initializing cgroup subsys hugetlb [ 0.162469] Initializing cgroup subsys pids [ 0.163379] CPU: Physical Processor ID: 0 [ 0.164940] mce: CPU supports 10 MCE banks [ 0.165829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166879] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183265] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189390] ftrace: allocating 31920 entries in 125 pages [ 0.214057] smpboot: Max logical packages: 1 [ 0.214983] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216399] x2apic enabled [ 0.217245] Switched APIC routing to physical x2apic. [ 0.219027] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220200] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224166] KVM setup paravirtual spinlock [ 0.225508] x86: Booted up 1 node, 1 CPUs [ 0.226361] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227821] devtmpfs: initialized [ 0.229571] evm: security.selinux [ 0.230311] evm: security.SMACK64 [ 0.231040] evm: security.SMACK64EXEC [ 0.231832] evm: security.SMACK64TRANSMUTE [ 0.232672] evm: security.SMACK64MMAP [ 0.233453] evm: security.ima [ 0.234133] evm: security.capability [ 0.234978] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236931] pinctrl core: initialized pinctrl subsystem [ 0.238090] RTC time: 21:00:49, date: 08/12/18 [ 0.239102] NET: Registered protocol family 16 [ 0.240131] cpuidle: using governor ladder [ 0.240994] cpuidle: using governor menu [ 0.241816] PCCT header not found. [ 0.242604] ACPI: bus type PCI registered [ 0.243453] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244758] PCI: Using configuration type 1 for base access [ 0.246592] ACPI: Added _OSI(Module Device) [ 0.247481] ACPI: Added _OSI(Processor Device) [ 0.248392] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249331] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251142] ACPI: Interpreter enabled [ 0.251950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253888] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259708] ACPI: (supports S0 S5) [ 0.260443] ACPI: Using IOAPIC for interrupt routing [ 0.261438] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264652] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265856] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267157] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.268411] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270749] acpiphp: Slot [3] registered [ 0.271587] acpiphp: Slot [4] registered [ 0.272438] acpiphp: Slot [5] registered [ 0.273284] acpiphp: Slot [6] registered [ 0.274123] acpiphp: Slot [7] registered [ 0.274967] acpiphp: Slot [8] registered [ 0.275815] acpiphp: Slot [9] registered [ 0.276653] acpiphp: Slot [10] registered [ 0.277515] acpiphp: Slot [11] registered [ 0.278370] acpiphp: Slot [12] registered [ 0.279225] acpiphp: Slot [13] registered [ 0.280077] acpiphp: Slot [14] registered [ 0.280934] acpiphp: Slot [15] registered [ 0.291864] acpiphp: Slot [16] registered [ 0.292720] acpiphp: Slot [17] registered [ 0.293571] acpiphp: Slot [18] registered [ 0.294427] acpiphp: Slot [19] registered [ 0.295289] acpiphp: Slot [20] registered [ 0.296145] acpiphp: Slot [21] registered [ 0.296996] acpiphp: Slot [22] registered [ 0.297846] acpiphp: Slot [23] registered [ 0.298700] acpiphp: Slot [24] registered [ 0.299546] acpiphp: Slot [25] registered [ 0.300407] acpiphp: Slot [26] registered [ 0.301260] acpiphp: Slot [27] registered [ 0.302172] acpiphp: Slot [28] registered [ 0.303029] acpiphp: Slot [29] registered [ 0.303877] acpiphp: Slot [30] registered [ 0.304734] acpiphp: Slot [31] registered [ 0.305582] PCI host bridge to bus 0000:00 [ 0.306431] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.307714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309001] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310528] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312058] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.313606] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.317063] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318416] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319661] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.324656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.326694] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.348064] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349822] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352974] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354510] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355928] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357364] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358589] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.360400] vgaarb: loaded [ 0.361075] vgaarb: bridge control possible 0000:00:02.0 [ 0.362454] SCSI subsystem initialized [ 0.363480] ACPI: bus type USB registered [ 0.364441] usbcore: registered new interface driver usbfs [ 0.365642] usbcore: registered new interface driver hub [ 0.366812] usbcore: registered new device driver usb [ 0.368069] PCI: Using ACPI for IRQ routing [ 0.369310] NetLabel: Initializing [ 0.370124] NetLabel: domain hash size = 128 [ 0.371107] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372206] NetLabel: unlabeled traffic allowed by default [ 0.373532] clocksource: Switched to clocksource kvm-clock [ 0.381969] AppArmor: AppArmor Filesystem Enabled [ 0.383111] pnp: PnP ACPI init [ 0.384132] pnp: PnP ACPI: found 5 devices [ 0.390648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392696] NET: Registered protocol family 2 [ 0.393884] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395386] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396786] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400825] NET: Registered protocol family 1 [ 0.401839] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403113] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404353] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418233] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432341] Trying to unpack rootfs image as initramfs... [ 0.488363] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490283] Scanning for low memory corruption every 60 seconds [ 0.491857] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493215] audit: initializing netlink subsys (disabled) [ 0.494431] audit: type=2000 audit(1534107650.301:1): initialized [ 0.495953] Initialise system trusted keyring [ 0.497040] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498391] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.500688] zbud: loaded [ 0.501489] VFS: Disk quotas dquot_6.6.0 [ 0.502437] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504243] fuse init (API version 7.23) [ 0.505268] Key type big_key registered [ 0.506202] Allocating IMA MOK and blacklist keyrings. [ 0.507584] Key type asymmetric registered [ 0.508533] Asymmetric key parser 'x509' registered [ 0.509653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511356] io scheduler noop registered [ 0.512265] io scheduler deadline registered (default) [ 0.513418] io scheduler cfq registered [ 0.514384] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515594] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517052] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518721] ACPI: Power Button [PWRF] [ 0.519683] GHES: HEST is not enabled! [ 0.533126] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560965] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566191] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590068] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592763] Linux agpgart interface v0.103 [ 0.595900] brd: module loaded [ 0.597774] loop: module loaded [ 0.602196] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.603906] GPT:90111 != 2097151 [ 0.604686] GPT:Alternate GPT header not at the end of the disk. [ 0.605981] GPT:90111 != 2097151 [ 0.606769] GPT: Use GNU Parted to correct GPT errors. [ 0.607904] vda: vda1 vda15 [ 0.609338] scsi host0: ata_piix [ 0.610265] scsi host1: ata_piix [ 0.611106] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.612563] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.614294] libphy: Fixed MDIO Bus: probed [ 0.615255] tun: Universal TUN/TAP device driver, 1.6 [ 0.616382] tun: (C) 1999-2004 Max Krasnyansky [ 0.621877] PPP generic driver version 2.4.2 [ 0.623478] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624869] ehci-pci: EHCI PCI platform driver [ 0.625823] ehci-platform: EHCI generic platform driver [ 0.626894] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628128] ohci-pci: OHCI PCI platform driver [ 0.629075] ohci-platform: OHCI generic platform driver [ 0.630173] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644545] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647225] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648291] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.649525] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.650837] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652334] usb usb1: Product: UHCI Host Controller [ 0.653313] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.654514] usb usb1: SerialNumber: 0000:00:01.2 [ 0.655555] hub 1-0:1.0: USB hub found [ 0.656395] hub 1-0:1.0: 2 ports detected [ 0.657398] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.659790] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.660798] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.661912] mousedev: PS/2 mouse device common for all mice [ 0.663266] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665231] rtc_cmos 00:00: RTC can wake from S4 [ 0.666428] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.667710] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.668971] i2c /dev entries driver [ 0.669795] device-mapper: uevent: version 1.0.3 [ 0.670822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672557] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674111] NET: Registered protocol family 10 [ 0.675323] NET: Registered protocol family 17 [ 0.676293] Key type dns_resolver registered [ 0.677363] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678542] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680470] registered taskstats version 1 [ 0.681391] Loading compiled-in X.509 certificates [ 0.682964] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684993] zswap: loaded using pool lzo/zbud [ 0.686755] Key type trusted registered [ 0.688644] Key type encrypted registered [ 0.689544] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690678] ima: No TPM chip found, activating TPM-bypass! [ 0.691822] evm: HMAC attrs: 0x1 [ 0.692845] Magic number: 14:104:45 [ 0.693768] rtc_cmos 00:00: setting system clock to 2018-08-12 21:00:50 UTC (1534107650) [ 0.695529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696729] EDD information not available. [ 0.774955] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787114] Write protecting the kernel read-only data: 14336k [ 0.789387] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.948194] 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 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.84. iid=i-00000134 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChaoatKNQqkL3gKzPI1xjezmPB6spbK478EjheKORIhAfKgMqfmFWQb8GxpvZs+E/e2I/ohgF/H3bpjgIg0Gc75ChdlHohkxr9YnP2wiF7ZBx2OTiUVQyMHgVIz93QIwmohiO760ZKWDidxrENx3lQIKNJHm/GxmPfqljWjcmOvmtNzTKpKCyqVsgvuuUIVPzMWGsZed5A31f5vb8jHmX2yBC6XSipNgsgBOr6eB+aqGnXYFgpS8mn0e76LMHVDOL9n3QzUm20xotvph5ZYtg9tCHN75lcg+1CgKaLX60oo2XVLSsEoWWVwXLqQ+LNP4qiF6d8RS9EmsEt8ywpcK0n root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBANTyLk3NT17ZfymGnEYLgrOPlriZtwhe8b3eSG8PEqQl/mwuNh61YqmupWw6a4YBb3BUJ2gMwWseXSRIrDOp8n3MVT/kzxuTU866fB4sScahhbuNQlm7Nx6KrI1yXyQYXuYs0FrrRWo7PJtYPMbtJrhqveq8/7kBt3/IHvx71LeJAAAAFQC83UzhTfv+pnaAq808dYj0zzqB5wAAAIAI8vctAEsJ/GKP1baGBH4SfTRfzOqLp8iPBPVNzP3tX/3MwIXOu85zgxXQpXTQic2YF5YRmZxh//blp14aLpDx81lhsWjKwrsA0shRyU3wTHfWRAyd4gsSaeIotz65Hsf1NuTzWWNMRPxfbHo0qWhM/WG2c/nErDmKggnqyizB6AAAAIAE2JwyScvOczo9Lu8EVcfB7Gv4/OZkkE2EfO+P+GOSSRu9blm+CK8KeX+a9af8QFE5I39ZMc/MuVL46/IY0Hok8ZmUEJo3J7b/4xb2DL7THyeC6nDUSElkCAK/YMQVZB6b5mopGoP0LFIAGyLqWY/m1Ds6+79LUvN/cjAVETs06A== root@server-1 -----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.101.11.10,24,fe80::f816:3eff:fe38:1d84/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-00000134 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=3.63 === === 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:38:1D:84 inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe38:1d84/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:10432 (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.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.3 nameserver 10.101.11.2 nameserver 10.101.11.4 ### 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.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.781 ms 64 bytes from 10.101.11.3: seq=1 ttl=64 time=0.442 ms 64 bytes from 10.101.11.3: seq=2 ttl=64 time=0.289 ms 64 bytes from 10.101.11.3: seq=3 ttl=64 time=0.269 ms 64 bytes from 10.101.11.3: seq=4 ttl=64 time=0.268 ms --- 10.101.11.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.268/0.409/0.781 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.691 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.229 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.350 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.268 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.210 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.210/0.349/0.691 ms #### 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.615 ms 64 bytes from 10.101.11.4: seq=1 ttl=64 time=0.563 ms 64 bytes from 10.101.11.4: seq=2 ttl=64 time=0.397 ms 64 bytes from 10.101.11.4: seq=3 ttl=64 time=0.324 ms 64 bytes from 10.101.11.4: seq=4 ttl=64 time=0.369 ms --- 10.101.11.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.324/0.453/0.615 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 [ 0.965549] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.126735] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.126738] usb 1-1: Product: QEMU USB Tablet [ 1.126739] usb 1-1: Manufacturer: QEMU [ 1.126740] usb 1-1: SerialNumber: 42 [ 1.489785] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 1.489793] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns [ 3.675850] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.716006] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 12 22:00:50 cirros kern.info kernel: [ 0.791332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 12 22:00:50 cirros kern.info kernel: [ 0.804081] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 12 22:00:50 cirros kern.info kernel: [ 0.804082] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 12 22:00:50 cirros kern.info kernel: [ 0.805866] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 12 22:00:50 cirros kern.info kernel: [ 0.809047] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 12 22:00:50 cirros kern.info kernel: [ 0.811203] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 12 22:00:50 cirros kern.info kernel: [ 0.834638] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:00:50 cirros kern.info kernel: [ 0.835481] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:00:50 cirros kern.info kernel: [ 0.836866] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 12 22:00:50 cirros kern.info kernel: [ 0.841773] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 12 22:00:50 cirros kern.info kernel: [ 0.916800] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:00:50 cirros kern.info kernel: [ 0.924985] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 12 22:00:50 cirros kern.notice kernel: [ 0.948194] random: dd urandom read with 5 bits of entropy available Aug 12 22:00:50 cirros kern.info kernel: [ 0.965549] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 12 22:00:50 cirros kern.info kernel: [ 1.126735] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 12 22:00:50 cirros kern.info kernel: [ 1.126737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 12 22:00:50 cirros kern.info kernel: [ 1.126738] usb 1-1: Product: QEMU USB Tablet Aug 12 22:00:50 cirros kern.info kernel: [ 1.126739] usb 1-1: Manufacturer: QEMU Aug 12 22:00:50 cirros kern.info kernel: [ 1.126740] usb 1-1: SerialNumber: 42 Aug 12 22:00:51 cirros kern.info kernel: [ 1.489785] tsc: Refined TSC clocksource calibration: 3491.849 MHz Aug 12 22:00:51 cirros kern.info kernel: [ 1.489793] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns Aug 12 22:00:52 cirros auth.notice su: + /dev/console root:cirros Aug 12 22:00:53 cirros authpriv.info dropbear[345]: Running in background Aug 12 22:00:53 cirros kern.info kernel: [ 3.675850] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 12 22:00:53 cirros kern.info kernel: [ 3.716006] 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-12 21:07:37,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/1cec7e97-e87f-45bd-844c-cbbd1a7c4800 1.145s 2018-08-12 21:07:37,686 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1cec7e97-e87f-45bd-844c-cbbd1a7c4800', u'date': 'Sun, 12 Aug 2018 21:07:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b019ed4b-f62c-4cd3-9040-5b3ad363a1c4'} Body: 2018-08-12 21:07:40,048 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/remove_router_interface 2.361s 2018-08-12 21:07:40,049 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:07:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9b17f24-0bfb-42f7-b216-cae491419531'} Body: {"network_id": "73d3a1eb-cf42-40b7-964f-69cc14e08079", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "21c7ca0d-e80f-4022-894b-c3ac95b143e3", "subnet_ids": ["21c7ca0d-e80f-4022-894b-c3ac95b143e3"], "port_id": "53088817-1dbc-4ccc-a62b-dbf958f42e3a", "id": "11fad05d-d762-40ba-940e-0f86d8a11617"} 2018-08-12 21:07:41,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/11fad05d-d762-40ba-940e-0f86d8a11617 1.835s 2018-08-12 21:07:41,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/11fad05d-d762-40ba-940e-0f86d8a11617', u'date': 'Sun, 12 Aug 2018 21:07:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-82903b80-df1f-4968-b1dc-53189f0289d7'} Body: 2018-08-12 21:07:43,228 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/e8167093-ab39-40e4-add7-03df06e14f2b 1.342s 2018-08-12 21:07:43,229 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e8167093-ab39-40e4-add7-03df06e14f2b', u'date': 'Sun, 12 Aug 2018 21:07:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b81b3b46-d8ed-49ea-bf1d-b0d3b66427b9'} Body: 2018-08-12 21:07:45,835 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/remove_router_interface 2.605s 2018-08-12 21:07:45,836 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:07:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-252a500e-272b-406e-ad21-3b94ad0c1eff'} Body: {"network_id": "3a722d3b-3352-4be7-8c2a-dcda039303ef", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "1eef30f5-517a-4b0c-b28a-f0852ca97530", "subnet_ids": ["1eef30f5-517a-4b0c-b28a-f0852ca97530"], "port_id": "93227d09-2f02-405c-bb26-2706d6b60f37", "id": "567a05f5-9620-4217-bb86-d4cd484856c3"} 2018-08-12 21:07:47,844 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/567a05f5-9620-4217-bb86-d4cd484856c3 2.006s 2018-08-12 21:07:47,844 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/567a05f5-9620-4217-bb86-d4cd484856c3', u'date': 'Sun, 12 Aug 2018 21:07:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d1b5883-ef47-4bbc-b5a3-43ae21d7e912'} Body: 2018-08-12 21:07:48,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.321s 2018-08-12 21:07:48,167 63 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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-8b0b362b-259b-4f93-ab4d-59e068855180', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b0b362b-259b-4f93-ab4d-59e068855180'} Body: 2018-08-12 21:07:49,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.869s 2018-08-12 21:07:49,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': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-4ac06e00-665d-4ba6-b630-620f0202e537', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ac06e00-665d-4ba6-b630-620f0202e537'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:2e:d7", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f1faba9f-6b99-4c6a-a96d-a43425df69c2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:48Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-4", "created": "2018-08-12T21:01:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:07:50,126 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f1faba9f-6b99-4c6a-a96d-a43425df69c2 0.072s 2018-08-12 21:07:50,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/f1faba9f-6b99-4c6a-a96d-a43425df69c2', u'x-compute-request-id': 'req-88c582b3-898e-4dcf-a378-d71becd0b74a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:50 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88c582b3-898e-4dcf-a378-d71becd0b74a'} Body: {"itemNotFound": {"message": "Instance f1faba9f-6b99-4c6a-a96d-a43425df69c2 could not be found.", "code": 404}} 2018-08-12 21:07:51,076 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/620fa425-593d-4ec6-bf58-69db4da62a1f 0.949s 2018-08-12 21:07:51,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/620fa425-593d-4ec6-bf58-69db4da62a1f', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cefe0885-cc1d-4972-9a49-d50da58e4d32'} Body: 2018-08-12 21:07:51,292 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.214s 2018-08-12 21:07:51,293 63 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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-4bffc2c9-8d99-4dfa-a183-e447b5e7381b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4bffc2c9-8d99-4dfa-a183-e447b5e7381b'} Body: 2018-08-12 21:07:52,528 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 1.234s 2018-08-12 21:07:52,529 63 DEBUG [tempest.lib.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/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-f8785988-d5d2-4258-a581-da3cc2a5df19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8785988-d5d2-4258-a581-da3cc2a5df19'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:0f:2b", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/39f75bd4-6d80-45f9-989e-cd224befaebb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "39f75bd4-6d80-45f9-989e-cd224befaebb", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:51Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-3", "created": "2018-08-12T21:01:11Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:07:53,588 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb 0.043s 2018-08-12 21:07:53,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/39f75bd4-6d80-45f9-989e-cd224befaebb', u'x-compute-request-id': 'req-bf3b269b-39ae-4e2b-bf71-ffc20798ee32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:53 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-bf3b269b-39ae-4e2b-bf71-ffc20798ee32'} Body: {"itemNotFound": {"message": "Instance 39f75bd4-6d80-45f9-989e-cd224befaebb could not be found.", "code": 404}} 2018-08-12 21:07:54,371 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/450d8896-a7c4-4e70-a394-f5f0ca38cfc9 0.781s 2018-08-12 21:07:54,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/450d8896-a7c4-4e70-a394-f5f0ca38cfc9', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-239d1bd4-3650-4730-862b-bb5cb3b0f65b'} Body: 2018-08-12 21:07:54,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.160s 2018-08-12 21:07:54,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-b3c55dda-8edf-4dc5-917d-13ac048cc312', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3c55dda-8edf-4dc5-917d-13ac048cc312'} Body: 2018-08-12 21:07:56,036 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 1.502s 2018-08-12 21:07:56,037 63 DEBUG [tempest.lib.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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-216710e9-d947-453e-85bc-38ce67ebcd4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-216710e9-d947-453e-85bc-38ce67ebcd4a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1087977002": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:33:7a", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:01:05.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a1edaafd-4a4b-4215-943b-cf990953c5e2", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:54Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-2", "created": "2018-08-12T21:00:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:07:57,098 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/a1edaafd-4a4b-4215-943b-cf990953c5e2 0.046s 2018-08-12 21:07:57,098 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/a1edaafd-4a4b-4215-943b-cf990953c5e2', u'x-compute-request-id': 'req-12bce795-d310-4954-8818-3e4d33366534', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-12bce795-d310-4954-8818-3e4d33366534'} Body: {"itemNotFound": {"message": "Instance a1edaafd-4a4b-4215-943b-cf990953c5e2 could not be found.", "code": 404}} 2018-08-12 21:07:57,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/799bc532-fc52-43e6-82b3-43c9e0e37811 0.871s 2018-08-12 21:07:57,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/ports/799bc532-fc52-43e6-82b3-43c9e0e37811', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63c9c1c6-90ba-482e-953e-6b02d02d739b'} Body: 2018-08-12 21:07:58,179 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.207s 2018-08-12 21:07:58,179 63 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-b465b462-8aab-4265-bf55-bd40c691cfa6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b465b462-8aab-4265-bf55-bd40c691cfa6'} Body: 2018-08-12 21:07:58,794 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.613s 2018-08-12 21:07:58,794 63 DEBUG [tempest.lib.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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-a4c31c97-59b5-4d81-896c-1665c61f31cf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4c31c97-59b5-4d81-896c-1665c61f31cf'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "security_groups": [{"name": "tempest-secgroup-smoke-2134322333"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:58Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:00,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.670s 2018-08-12 21:08:00,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': '1482', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-73e32548-5d72-4855-a497-35dce2280317', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:07:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-73e32548-5d72-4855-a497-35dce2280317'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-610690664": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:1d:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:00:49.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d5798fcb-882a-4d60-a76a-39ec467c88f5", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:07:58Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1193491207", "name": "server-1", "created": "2018-08-12T21:00:42Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:01,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/d5798fcb-882a-4d60-a76a-39ec467c88f5 0.047s 2018-08-12 21:08:01,544 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/d5798fcb-882a-4d60-a76a-39ec467c88f5', u'x-compute-request-id': 'req-e3d74e68-5a91-460a-971f-719f5c79695a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e3d74e68-5a91-460a-971f-719f5c79695a'} Body: {"itemNotFound": {"message": "Instance d5798fcb-882a-4d60-a76a-39ec467c88f5 could not be found.", "code": 404}} 2018-08-12 21:08:02,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/25f8bf20-904f-4d86-8ac4-fd4e8ae495c6 0.933s 2018-08-12 21:08:02,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/25f8bf20-904f-4d86-8ac4-fd4e8ae495c6', u'date': 'Sun, 12 Aug 2018 21:08:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0f279f26-c83c-46a6-bfe5-7e7c880bd1dc'} Body: 2018-08-12 21:08:02,515 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-1193491207 0.035s 2018-08-12 21:08:02,515 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-1193491207', u'x-compute-request-id': 'req-28a5da24-3bff-475e-b33b-d09ba604489f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28a5da24-3bff-475e-b33b-d09ba604489f'} Body: 2018-08-12 21:08:04,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/21c7ca0d-e80f-4022-894b-c3ac95b143e3 2.449s 2018-08-12 21:08:04,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/subnets/21c7ca0d-e80f-4022-894b-c3ac95b143e3', u'date': 'Sun, 12 Aug 2018 21:08:04 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d1eb837-5c06-496f-a1bb-81b3abd38e7f'} Body: 2018-08-12 21:08:07,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/73d3a1eb-cf42-40b7-964f-69cc14e08079 2.090s 2018-08-12 21:08:07,058 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/73d3a1eb-cf42-40b7-964f-69cc14e08079', u'date': 'Sun, 12 Aug 2018 21:08:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db07a1bd-4d4a-48eb-ba60-b21defd38ebf'} Body: 2018-08-12 21:08:09,556 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/1eef30f5-517a-4b0c-b28a-f0852ca97530 2.497s 2018-08-12 21:08:09,557 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1eef30f5-517a-4b0c-b28a-f0852ca97530', u'date': 'Sun, 12 Aug 2018 21:08:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9c2dfc63-bd63-429a-9b32-2d6efc443e54'} Body: 2018-08-12 21:08:11,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/3a722d3b-3352-4be7-8c2a-dcda039303ef 1.442s 2018-08-12 21:08:11,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/3a722d3b-3352-4be7-8c2a-dcda039303ef', u'date': 'Sun, 12 Aug 2018 21:08:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b2166299-cef8-4f33-98de-bd3aa1594461'} Body: 2018-08-12 21:08:11,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/3cd73e9a-46f4-4cb1-902b-042b4a503982 0.531s 2018-08-12 21:08:11,534 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/3cd73e9a-46f4-4cb1-902b-042b4a503982', u'date': 'Sun, 12 Aug 2018 21:08:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5f3453e9-fcea-4e93-88ab-e75ed35da61a'} 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-12 21:08:11,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.318s 2018-08-12 21:08:11,911 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1924256464 description", "name": "tempest-secgroup-smoke-1924256464"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:08:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab8bf7b7-b0b6-4c1b-8817-6f67fbe02101'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1924256464 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:11Z", "updated_at": "2018-08-12T21:08:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:08:11Z", "revision_number": 0, "id": "101943f9-5d7a-4817-9ab1-02e95a88886f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:08:11Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:08:11Z", "revision_number": 0, "id": "3a417de4-fab9-4d76-8a26-f4ff313327eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:08:11Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "name": "tempest-secgroup-smoke-1924256464"}} 2018-08-12 21:08:12,455 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.542s 2018-08-12 21:08:12,455 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f040c947-10ec-4a0b-9bca-60d871b164b9'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "09257e05-135e-4a87-aa77-e1ad3279692b"}} 2018-08-12 21:08:12,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.269s 2018-08-12 21:08:12,726 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c4d1f44-f12f-4d24-96ee-691b7e2ddce3'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f404790f-45a3-4007-bfd9-e657046191a7"}} 2018-08-12 21:08:12,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.154s 2018-08-12 21:08:12,881 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8735f23-2398-41fa-89eb-597977608291'} 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-12T21:08:12Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:12Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "173d2390-1493-42da-9519-00be9f9cca14"}} 2018-08-12 21:08:13,095 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-12 21:08:13,096 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-807d61e5-4ac2-4841-a73b-ac1704a3a96a'} 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-12T21:08:13Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "16ad27d1-fb35-4676-ae73-65d9d390948c"}} 2018-08-12 21:08:13,515 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.417s 2018-08-12 21:08:13,515 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:08:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-19a3f4b5-cd08-4efe-a8e7-eb968e8e7dd3'} 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-12T21:08:13Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:13Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d7fcc415-3fe2-42d8-82c2-6d8c277cde37"}} 2018-08-12 21:08:14,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.867s 2018-08-12 21:08:14,384 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:08:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ac1efc9-ef5f-4768-8e5e-17e32f2bfd43'} 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-12T21:08:14Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "10959df7-a56a-4bdf-b74d-c00803660a06"}} 2018-08-12 21:08:15,209 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.824s 2018-08-12 21:08:15,210 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a56e1133-e35e-4cd8-8f73-9abf3a6bbbff'} 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-12T21:08:15Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "16087c33-fd4e-4f88-a98a-7b8902bdbfd2"}} 2018-08-12 21:08:15,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.149s 2018-08-12 21:08:15,360 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "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': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d27c3f3-8103-4ebb-b827-443fc1ed2bb7'} 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-12T21:08:15Z", "security_group_id": "94da5ee1-ed9a-46cf-9758-77505a713a4c", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4f32d06a-9ae8-41da-afb1-496a680b160e"}} 2018-08-12 21:08:15,578 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.216s 2018-08-12 21:08:15,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-803414480"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:08:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0abca63d-7d2d-43c2-891b-4e4e737a74ff'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:08:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","name":"tempest-A-803414480"}} 2018-08-12 21:08:16,197 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.618s 2018-08-12 21:08:16,198 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "name": "tempest-subnet-A-1-1551965508"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0cb991f0-2421-40f8-b1cb-9fda92069f68'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:15Z","dns_nameservers":[],"updated_at":"2018-08-12T21:08: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":"01ace95cf526467b9409c6248a7c6876","id":"4f0c78d8-89ea-4c73-80fa-1e9caa68f135","subnetpool_id":null,"name":"tempest-subnet-A-1-1551965508"}} 2018-08-12 21:08:16,656 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/networks 0.457s 2018-08-12 21:08:16,657 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1128466218"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:08:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2cc900d-83ee-46e2-9803-2481c296935b'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:08:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","name":"tempest-B-1128466218"}} 2018-08-12 21:08:17,483 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.825s 2018-08-12 21:08:17,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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "name": "tempest-subnet-B-1-1110480819"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:08:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f638941b-df14-4639-a331-5923953b23b3'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:08:16Z","dns_nameservers":[],"updated_at":"2018-08-12T21:08: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":"01ace95cf526467b9409c6248a7c6876","id":"8f8aab04-1194-4312-a6cb-caf1bd7483cc","subnetpool_id":null,"name":"tempest-subnet-B-1-1110480819"}} 2018-08-12 21:08:17,877 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:08:17,878 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9042', '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': 'Sun, 12 Aug 2018 21:08:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6403ddc-19ac-4a4c-adaa-1fa5abe58fc0'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:08:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b97ce0f559e4ac1869739a8abc41bc4", "name": "tempest-TestBGPVPNBasic-1940518730"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v2/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8004/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8041", "region": "regionOne", "interface": "public", "id": "01552f356074497f9d02dd2644459370"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "internal", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8041", "region": "regionOne", "interface": "admin", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "interface": "public", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.23:9292", "region": "regionOne", "interface": "public", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "internal", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "admin", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"region_id": "regionOne", "url": "http://172.30.9.23:8776/v1/4b97ce0f559e4ac1869739a8abc41bc4", "region": "regionOne", "interface": "public", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"end 2018-08-12 21:08:18,449 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.569s 2018-08-12 21:08:18,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:08:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56b53a40-58f8-478c-a2f3-3d76f57f3151'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "5277dcae-23b1-47d7-b2b6-de6b512b3b3a"}} 2018-08-12 21:08:19,863 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations 1.413s 2018-08-12 21:08:19,864 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations', u'date': 'Sun, 12 Aug 2018 21:08:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95f796c8-3287-41fc-9f9e-40c809970208'} Body: {"network_association": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "id": "bfa6e47b-8507-4242-bcf3-91a8b293bfb5"}} 2018-08-12 21:08:20,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations 0.770s 2018-08-12 21:08:20,635 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/5277dcae-23b1-47d7-b2b6-de6b512b3b3a/network_associations', u'date': 'Sun, 12 Aug 2018 21:08:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ae18eae-0ae2-41b0-b8df-33ddda889d88'} Body: {"network_association": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "id": "012bdc8d-5750-4758-a876-99fbf28a2ced"}} 2018-08-12 21:08:20,635 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:08:20,895 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.259s 2018-08-12 21:08:20,896 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1361914854"}} 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-9b5e86c7-bb12-4c22-b514-a8a70ffad8ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b5e86c7-bb12-4c22-b514-a8a70ffad8ae'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcEUxcLF5yBE6OJZz/vPYqBZytEew9+TFK/TvwQEBX/uUxJuX+Dgzd04s7VcVPTx+zpuO4y6DXfP0m4td7Q+7q9lukoGtKy0uTwkMo8YB5SH2ShpyPFnjCHqsRiy0AaxgKfPdKu6v/OAr8Je4vHIFGeuM3oaomLhxOEA6erfNqeFUFcm0oQzG8xDmjkMQvG88hUPsIkjIKiEQYWrpdca2udJoFKxOxaA37mRoMDTtW0UGfgabTIgKySQw3HV9KjACQRbu8pyUg4PEr58mPpr0Ja73SOHT/84JUDLOZb1kQQBR3nS5SL6snfZnVomZlH8srn36GZs3jGKSb5Q3RAIO3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnBFMXCxecgROjiWc/7z2KgWcrRHsPfkxSv078EBAV/7lMSbl\n/g4M3dOLO1XFT08fs6bjuMug13z9JuLXe0Pu6vZbpKBrSstLk8JDKPGAeUh9koac\njxZ4wh6rEYstAGsYCnz3Srur/zgK/CXuLxyBRnrjN6GqJi4cThAOnq3zanhVBXJt\nKEMxvMQ5o5DELxvPIVD7CJIyCohEGFq6XXGtrnSaBSsTsWgN+5kaDA07VtFBn4Gm\n0yICskkMNx1fSowAkEW7vKclIODxK+fJj6a9CWu90jh0//OCVAyzmW9ZEEAUd50u\nUi+rJ32Z1aJmZR/LK59+hmbN4xikm+UN0QCDtwIDAQABAoIBAH3EXuHEi5OcLuXU\nH9HjKAizHxBFajiC8Rs6OSwhyvhem7nhW+RA1FOKnyAAvZFs9OIkckzAI+yjd6n3\nkahvFUDZqP5gnDXY4B3Bpbd/7oVOSoti2RViCYx9hGQN4QT+SJBjJjFeTXvNYOTT\neD8U3IS8kRCKwgAkloC95dov2gIIlkswUfJ4vRrNj4DzpbVadY8yBM+cH4dWpBap\nxgm4/amBHKZHvN9iGzLY+Ycj9Xlv9WD/aiL+1dWOkUb4Qok40N2ZLWpruT9+qSZ1\nWq6o0iOx3pn+PZcf29xJTdgl5jKq7JnE4odR0i72MDniW6vL47hfXOEs//GN+wvQ\nmIEFgWECgYEAzYjMYxt5E1Y5N/gL5/jGmm1vLprxFA/MHLQNAWKNIufTE9JMMl65\np0z/C/zNgEwra0Tsjd+vYsck1k38UOIh3Cymck6Nq6jv1j7etbtTmZjc/UV7VT+f\nMAxyd96qZN84fuqpdxP+meHeJp2h3qcHC0m+Dbm/R/2gbEtnVksgW9ECgYEAwmMu\ny5Q+ZwjbLeJu51O7GKroKbsPcNd13bdjCGBTt7ts1By3dNcKn3LqjpIFi61B/mNI\nx/NjxMBN0g8HCdWkS2/aCnEEU83TmffO/KFULT5Fk3TBUGlWdEwa1NHC5GB9JiqK\nOkOkp05u9PTG6aNBJ3BIsQm4nS9WfVdBOdqbMQcCgYEAhBxTK70D9Q7uFnCkzoVU\nuvxug6lqHjgNPcHpviMnjvEt9sas3Y+Pi97s7TqgqL/NBNU3q/XEmRxiLDHSZfcE\nRq6Yik69t0IOb0rYAj4XfVoJae6YWPJdExhdF3mTUuU8Pi/9n6HFfAn3riCSZDg+\nSd4rgE0Ni2uWCyXolUoS0ZECgYAKBz3hyMsTW7SbAGSCUKKFWkPR61GXm7X78zsL\nspR/FQ8/PiAEyhdFNJN/OW9Jzm1qJ0sY7aiG/PjGznmpezkXnzSbd0sm26Z/+fXW\nuKf0EZNbURmsAVMxer+jnRK133h1YJpy+QxkiTpWLs6YPRDebP+DCqJYkZmfq8G0\nr190PwKBgArnpCQmua4SrIGE7ainHspBySBSER3Vtl8Hhe07B8+l8/mNxHq1OZxo\n0gzgXJoJEhqqtQQoeZZBoarCIxR1z88ebBlgIpgg0a1Ln8JH139eRWSw4H17Dx2S\nwOXv1Z5MLh9wqTrBr/xKUwY0OlB5UdXs1wSwj88ZCT5jGTnqw0WC\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1361914854", "fingerprint": "22:55:ee:2a:9a:3a:7d:10:e0:63:52:11:29:03:23:16"}} 2018-08-12 21:08:21,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 0.949s 2018-08-12 21:08:21,849 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-961049317", "security_groups": ["94da5ee1-ed9a-46cf-9758-77505a713a4c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:08:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9736637-756f-4b54-9ae6-129b0a7d59af'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:08:21Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dbe3921b-1b2c-4c7e-80da-550bcfa14cd9","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:08:21Z","name":"tempest-port-smoke-961049317","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:17:4d:93","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4f0c78d8-89ea-4c73-80fa-1e9caa68f135","ip_address":"10.101.11.10"}],"id":"30bcd4ae-d662-4bff-8020-d9804a247224","security_groups":["94da5ee1-ed9a-46cf-9758-77505a713a4c"],"device_id":""}} 2018-08-12 21:08:25,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.449s 2018-08-12 21:08:25,300 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-1361914854", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "port": "30bcd4ae-d662-4bff-8020-d9804a247224"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-6e8f05de-274c-49bf-861e-ce07a2715599', 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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e8f05de-274c-49bf-861e-ce07a2715599'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "adminPass": "K8fshGFByNyP"}} 2018-08-12 21:08:25,899 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.595s 2018-08-12 21:08:25,900 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-ef78d851-b67b-4932-89e4-c9d18dfc1974', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef78d851-b67b-4932-89e4-c9d18dfc1974'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:27,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.336s 2018-08-12 21:08:27,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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-2163ab8b-fd76-4fc0-8118-71b07810025c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2163ab8b-fd76-4fc0-8118-71b07810025c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:28,608 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.341s 2018-08-12 21:08:28,609 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-e4c2cae1-540c-4899-bb19-29650115c49f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e4c2cae1-540c-4899-bb19-29650115c49f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:28,622 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:08:30,724 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 1.101s 2018-08-12 21:08:30,725 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-11f0d472-8105-4115-8eed-daa56ffb3caa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11f0d472-8105-4115-8eed-daa56ffb3caa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:32,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.604s 2018-08-12 21:08:32,343 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-4f43a2f6-bc78-482f-9eb3-349e9e3e0a2c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f43a2f6-bc78-482f-9eb3-349e9e3e0a2c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:34,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.687s 2018-08-12 21:08:34,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-4e160eba-05c8-49d2-875f-90bebbb7d8d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e160eba-05c8-49d2-875f-90bebbb7d8d7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:35,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.867s 2018-08-12 21:08:35,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-e7869db8-e3f7-4145-bf00-41cf08676c05', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7869db8-e3f7-4145-bf00-41cf08676c05'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:35,941 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:08:36,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.332s 2018-08-12 21:08:36,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-aa7c6319-789d-498f-add6-9220f9a38305', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa7c6319-789d-498f-add6-9220f9a38305'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:36,290 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9d900214-0b5f-442f-9e17-436a79a04f6d with status: ACTIVE 2018-08-12 21:08:37,800 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/ports 1.509s 2018-08-12 21:08:37,801 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1434579897", "security_groups": ["94da5ee1-ed9a-46cf-9758-77505a713a4c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:08:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b6cd352-c933-4997-bc8f-e0116654e1a1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:08:37Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"00256902-f500-45c8-9bd8-b3e6f4d7c929","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:08:37Z","name":"tempest-port-smoke-1434579897","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:99:c1:3f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"8f8aab04-1194-4312-a6cb-caf1bd7483cc","ip_address":"10.102.21.20"}],"id":"65e1649a-9dbc-49e6-9461-5d196abea4cd","security_groups":["94da5ee1-ed9a-46cf-9758-77505a713a4c"],"device_id":""}} 2018-08-12 21:08:41,498 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.23:8774/v2.1/servers 3.697s 2018-08-12 21:08:41,500 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-1361914854", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "00256902-f500-45c8-9bd8-b3e6f4d7c929", "port": "65e1649a-9dbc-49e6-9461-5d196abea4cd"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-d219ab44-cc9e-4919-85eb-7815e4420d54', 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d219ab44-cc9e-4919-85eb-7815e4420d54'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "da36ec5e-5b89-42fb-be07-878eda890953", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "adminPass": "mvSizX48vjav"}} 2018-08-12 21:08:42,090 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.584s 2018-08-12 21:08:42,091 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-cd2e2755-37df-49b9-9f39-bc84cb3aa7c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd2e2755-37df-49b9-9f39-bc84cb3aa7c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:43,415 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.307s 2018-08-12 21:08:43,415 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-578fbdae-7c63-41c7-9d9b-e97279a0dd90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-578fbdae-7c63-41c7-9d9b-e97279a0dd90'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:08:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:44,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.367s 2018-08-12 21:08:44,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': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-86114694-74a8-4b03-9b6a-94ef9e84e645', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86114694-74a8-4b03-9b6a-94ef9e84e645'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:46,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.913s 2018-08-12 21:08:46,727 63 DEBUG [tempest.lib.common.rest_client] 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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-ec390d7d-1abc-432b-bba5-9d0182963ac3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec390d7d-1abc-432b-bba5-9d0182963ac3'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:45Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:46,740 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 4 second wait 2018-08-12 21:08:48,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.344s 2018-08-12 21:08:48,086 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-a3a88343-808a-4c68-b281-ad064e86fdb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3a88343-808a-4c68-b281-ad064e86fdb2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:46Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:48,102 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 6 second wait 2018-08-12 21:08:49,780 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.675s 2018-08-12 21:08:49,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': '1388', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-916cabda-bc02-4f3f-a6f7-5f76a470fb04', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-916cabda-bc02-4f3f-a6f7-5f76a470fb04'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:08:46Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:51,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.709s 2018-08-12 21:08:51,505 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-efd86a2a-c1d0-4b7b-9b19-85b823ad5805', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efd86a2a-c1d0-4b7b-9b19-85b823ad5805'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:51,529 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:08:52,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.769s 2018-08-12 21:08:52,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': '1545', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-84011990-0962-44ae-be38-1905ad25a29f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:08:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-84011990-0962-44ae-be38-1905ad25a29f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:08:50Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:08:52,310 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: da36ec5e-5b89-42fb-be07-878eda890953 with status: ACTIVE 2018-08-12 21:08:52,442 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/routers 0.131s 2018-08-12 21:08:52,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--383579446", "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': 'Sun, 12 Aug 2018 21:08:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0c2c2afb-81b0-4382-9ec8-6b17adeab39a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:52Z", "admin_state_up": true, "updated_at": "2018-08-12T21:08:52Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b429db3d-a161-47b1-8912-a92b79a5b482", "name": "tempest-router--383579446"}} 2018-08-12 21:08:53,935 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482 1.492s 2018-08-12 21:08:53,936 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482', u'date': 'Sun, 12 Aug 2018 21:08:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94554fdd-d886-4b7f-afc6-a4c1c8719454'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:52Z", "admin_state_up": true, "updated_at": "2018-08-12T21:08:53Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b429db3d-a161-47b1-8912-a92b79a5b482", "name": "tempest-router--383579446"}} 2018-08-12 21:08:56,501 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/add_router_interface 2.564s 2018-08-12 21:08:56,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:08:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd846e23-6583-459f-af00-90cf9891e2ed'} Body: {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135", "subnet_ids": ["4f0c78d8-89ea-4c73-80fa-1e9caa68f135"], "port_id": "72e593a4-683b-4d76-9230-32d94fe071d7", "id": "b429db3d-a161-47b1-8912-a92b79a5b482"} 2018-08-12 21:08:58,595 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.092s 2018-08-12 21:08:58,595 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "30bcd4ae-d662-4bff-8020-d9804a247224"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:08:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a86e627-703f-4954-ae8d-3064f6461a74'} Body: {"floatingip": {"router_id": "b429db3d-a161-47b1-8912-a92b79a5b482", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:08:57Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "30bcd4ae-d662-4bff-8020-d9804a247224", "id": "4f05d949-b873-474f-8a32-ae2438b064e0", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:08:57Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:08:58,597 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:09:06,619 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:09:06,721 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:09:06,745 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:09:06,860 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-12 21:09:06,860 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:09:06,862 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:09:06,923 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:09:06,926 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:09:11,935 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:09:11,935 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-12 21:10:21,982 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-12 21:10:21,983 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:10:21,987 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:10:22,050 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:10:22,052 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:10:27,060 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:10:27,060 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-12 21:11:37,117 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:11:37,118 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-12 21:11:37,119 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,123 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,218 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,219 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37,226 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:11:37,226 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:ab:4b:aa [ether] on eth0 2018-08-12 21:11:37,227 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-12 21:11:37,228 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,230 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,289 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,294 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37,303 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:11:37,303 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-12 21:11:37,304 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,306 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,369 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,370 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37,376 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-12 21:11:37,376 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,378 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,441 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,443 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:37,448 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:11:37,448 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:ab:4b:aa [ether] on eth0 2018-08-12 21:11:37,449 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-12 21:11:37,449 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:11:37,451 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:11:37,508 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:11:37,516 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:11:42,524 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:11:42,525 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-12 21:12:52,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-12 21:12:52,584 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-12 21:12:52,588 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:12:52,687 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:12:52,716 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.204 successfully created 2018-08-12 21:12:57,725 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) 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-12 21:12:57,726 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-12 21:14:07,796 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:14:07,797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:14:07.797 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-12 21:14:07.797 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:14:09,356 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/4f05d949-b873-474f-8a32-ae2438b064e0 1.555s 2018-08-12 21:14:09,357 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f05d949-b873-474f-8a32-ae2438b064e0', u'date': 'Sun, 12 Aug 2018 21:14:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c8459d3a-ac93-439f-b1e7-299b35aa65d9'} Body: 2018-08-12 21:14:11,765 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/remove_router_interface 2.406s 2018-08-12 21:14:11,766 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:14:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-674f0d42-30d0-4838-a45a-8d70556c66bc'} Body: {"network_id": "dbe3921b-1b2c-4c7e-80da-550bcfa14cd9", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4f0c78d8-89ea-4c73-80fa-1e9caa68f135", "subnet_ids": ["4f0c78d8-89ea-4c73-80fa-1e9caa68f135"], "port_id": "72e593a4-683b-4d76-9230-32d94fe071d7", "id": "b429db3d-a161-47b1-8912-a92b79a5b482"} 2018-08-12 21:14:13,658 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/b429db3d-a161-47b1-8912-a92b79a5b482 1.890s 2018-08-12 21:14:13,658 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b429db3d-a161-47b1-8912-a92b79a5b482', u'date': 'Sun, 12 Aug 2018 21:14:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24dc9921-3a59-4b39-8b1a-b6b6ec727dea'} Body: 2018-08-12 21:14:14,082 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.422s 2018-08-12 21:14:14,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-44c49b57-ca24-45b8-ae74-6bec04223e28', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44c49b57-ca24-45b8-ae74-6bec04223e28'} Body: 2018-08-12 21:14:15,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 1.240s 2018-08-12 21:14:15,325 63 DEBUG [tempest.lib.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/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-dfe3043f-8b4b-4da6-a624-6f4d65b3d4bd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfe3043f-8b4b-4da6-a624-6f4d65b3d4bd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1128466218": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:c1:3f", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/da36ec5e-5b89-42fb-be07-878eda890953", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:50.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "da36ec5e-5b89-42fb-be07-878eda890953", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:13Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-2", "created": "2018-08-12T21:08:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:16,390 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953 0.049s 2018-08-12 21:14:16,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/da36ec5e-5b89-42fb-be07-878eda890953', u'x-compute-request-id': 'req-4f5b4d0d-4355-4a74-9ddf-a8835d1eab85', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:16 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-4f5b4d0d-4355-4a74-9ddf-a8835d1eab85'} Body: {"itemNotFound": {"message": "Instance da36ec5e-5b89-42fb-be07-878eda890953 could not be found.", "code": 404}} 2018-08-12 21:14:17,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/65e1649a-9dbc-49e6-9461-5d196abea4cd 0.653s 2018-08-12 21:14:17,046 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/65e1649a-9dbc-49e6-9461-5d196abea4cd', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-199c39d7-1d83-42a7-862f-aa40b19f5b1c'} Body: 2018-08-12 21:14:17,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.221s 2018-08-12 21:14:17,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-604343b0-7cb0-4c0f-ae4f-3c9c688ed69d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-604343b0-7cb0-4c0f-ae4f-3c9c688ed69d'} Body: 2018-08-12 21:14:18,407 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 1.137s 2018-08-12 21:14:18,408 63 DEBUG [tempest.lib.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/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-9852d69a-7776-4bca-a9fc-91e1fbfd7d71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9852d69a-7776-4bca-a9fc-91e1fbfd7d71'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-803414480": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:4d:93", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9d900214-0b5f-442f-9e17-436a79a04f6d", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:08:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9d900214-0b5f-442f-9e17-436a79a04f6d", "security_groups": [{"name": "tempest-secgroup-smoke-1924256464"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:17Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1361914854", "name": "server-1", "created": "2018-08-12T21:08:25Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:19,490 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d 0.055s 2018-08-12 21:14:19,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9d900214-0b5f-442f-9e17-436a79a04f6d', u'x-compute-request-id': 'req-b6a007f0-b0c3-4d42-8674-245d2cb1c953', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:19 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b6a007f0-b0c3-4d42-8674-245d2cb1c953'} Body: {"itemNotFound": {"message": "Instance 9d900214-0b5f-442f-9e17-436a79a04f6d could not be found.", "code": 404}} 2018-08-12 21:14:20,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/30bcd4ae-d662-4bff-8020-d9804a247224 0.631s 2018-08-12 21:14:20,124 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/30bcd4ae-d662-4bff-8020-d9804a247224', u'date': 'Sun, 12 Aug 2018 21:14:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-06ecb762-b836-4d9b-87c0-ad9cc20b70be'} Body: 2018-08-12 21:14:20,192 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-1361914854 0.067s 2018-08-12 21:14:20,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1361914854', u'x-compute-request-id': 'req-d38df620-492c-40b9-98c1-60532a101475', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d38df620-492c-40b9-98c1-60532a101475'} Body: 2018-08-12 21:14:22,541 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/8f8aab04-1194-4312-a6cb-caf1bd7483cc 2.347s 2018-08-12 21:14:22,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/8f8aab04-1194-4312-a6cb-caf1bd7483cc', u'date': 'Sun, 12 Aug 2018 21:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ab7cac6a-9df3-483a-8c1b-9782e1e229a5'} Body: 2018-08-12 21:14:24,294 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/00256902-f500-45c8-9bd8-b3e6f4d7c929 1.751s 2018-08-12 21:14:24,294 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/00256902-f500-45c8-9bd8-b3e6f4d7c929', u'date': 'Sun, 12 Aug 2018 21:14:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f57af2c9-d622-48b0-9f40-6084906909ef'} Body: 2018-08-12 21:14:27,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4f0c78d8-89ea-4c73-80fa-1e9caa68f135 2.770s 2018-08-12 21:14:27,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4f0c78d8-89ea-4c73-80fa-1e9caa68f135', u'date': 'Sun, 12 Aug 2018 21:14:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f7b34f37-7f05-4f70-8db8-6600921c4ed8'} Body: 2018-08-12 21:14:28,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/dbe3921b-1b2c-4c7e-80da-550bcfa14cd9 1.842s 2018-08-12 21:14:28,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/dbe3921b-1b2c-4c7e-80da-550bcfa14cd9', u'date': 'Sun, 12 Aug 2018 21:14:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a7526bc1-84f7-425e-9245-f88886936afc'} Body: 2018-08-12 21:14:29,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/94da5ee1-ed9a-46cf-9758-77505a713a4c 0.562s 2018-08-12 21:14:29,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/security-groups/94da5ee1-ed9a-46cf-9758-77505a713a4c', u'date': 'Sun, 12 Aug 2018 21:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3bdba5b1-eeca-4419-8f43-cc1b5b46d835'} 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 119, in test_bgpvpn_variant2 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 987f9721-4616-4733-b94f-170ba0603b3c 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-12T21:14:56Z'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-12 21:14:29,969 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.469s 2018-08-12 21:14:29,970 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-1738167718 description", "name": "tempest-secgroup-smoke-1738167718"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:14:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29c4eba3-950f-4054-949d-7b0af986a895'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1738167718 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:29Z", "updated_at": "2018-08-12T21:14:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:14:29Z", "revision_number": 0, "id": "229b3e2a-2ade-4977-8d39-02c2f41136a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:14:29Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:14:29Z", "revision_number": 0, "id": "dd16bd10-169b-4f60-9685-ab58938b046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:14:29Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0b402921-013b-487a-a5f8-64f50e6ed908", "name": "tempest-secgroup-smoke-1738167718"}} 2018-08-12 21:14:30,419 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-12 21:14:30,420 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0abbc52-1d11-4383-aa3d-eb0c003c7a1b'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ed69371d-4b19-4d55-bcc7-b3999182300d"}} 2018-08-12 21:14:30,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.477s 2018-08-12 21:14:30,898 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c29abb0-ef07-4c55-95a6-0dc67ea3c41d'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "65e73e4a-1c6d-44c1-bd33-c30be9ca3d68"}} 2018-08-12 21:14:31,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.154s 2018-08-12 21:14:31,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": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-786dcd88-ab5f-4072-8b7c-fb5e8a2f5e9e'} 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-12T21:14:30Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:30Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8ab171c2-02d9-4e71-9079-9c7161619bd8"}} 2018-08-12 21:14:31,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.465s 2018-08-12 21:14:31,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": "egress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-346325e1-95e1-47a4-80fa-5bb5f3bed789'} 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-12T21:14:31Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f8e6c621-d416-4ea1-a414-7285243354b2"}} 2018-08-12 21:14:31,730 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-12 21:14:31,731 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:14:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e17e66b6-5336-4f8a-a18d-4ca94c0826f0'} 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-12T21:14:31Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "877e271b-b35e-4454-8fd4-56e914ac0540"}} 2018-08-12 21:14:32,167 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-12 21:14:32,167 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-085988d9-cc19-4d6d-baa5-b774c6ea5e73'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e0652f81-021c-4969-9b0f-3fecdd1a3dcb"}} 2018-08-12 21:14:32,353 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-12 21:14:32,353 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcd2f062-2a9c-4dce-b165-754c8aab44fc'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "695164c5-9dc3-4450-aa88-f1102f48da81"}} 2018-08-12 21:14:32,509 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.155s 2018-08-12 21:14:32,509 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "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': 'Sun, 12 Aug 2018 21:14:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a14c5d2b-727a-4355-aad7-26105026ffc6'} 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-12T21:14:32Z", "security_group_id": "0b402921-013b-487a-a5f8-64f50e6ed908", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:14:32Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "76a8db2f-40e7-4fed-a59f-293de570d1ac"}} 2018-08-12 21:14:33,057 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.546s 2018-08-12 21:14:33,057 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1817669618"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6e0c4fd-25f5-453c-88f3-afe42afcdef3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:14:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"0a11497c-e893-4ffb-956d-66bec6284061","name":"tempest-A-1817669618"}} 2018-08-12 21:14:33,674 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.615s 2018-08-12 21:14:33,674 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "0a11497c-e893-4ffb-956d-66bec6284061", "name": "tempest-subnet-A-1-715892272"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:14:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c46fbc5-28fd-49b7-b2a7-be41a7247eea'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a11497c-e893-4ffb-956d-66bec6284061","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:33Z","dns_nameservers":[],"updated_at":"2018-08-12T21:14:33Z","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":"01ace95cf526467b9409c6248a7c6876","id":"39f668db-0539-4afd-824c-26b12c4ecd44","subnetpool_id":null,"name":"tempest-subnet-A-1-715892272"}} 2018-08-12 21:14:34,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/networks 0.921s 2018-08-12 21:14:34,596 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-878675838"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:14:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b179c783-8f8c-4cea-b345-334d521fb6e3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:14:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","name":"tempest-B-878675838"}} 2018-08-12 21:14:35,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.765s 2018-08-12 21:14:35,364 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "name": "tempest-subnet-B-1-2120591694"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc0edb17-be7c-4f48-931a-7126ffc84bcb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:14:34Z","dns_nameservers":[],"updated_at":"2018-08-12T21:14:34Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4e370caf-15cf-473d-ac22-b23a7e95e073","subnetpool_id":null,"name":"tempest-subnet-B-1-2120591694"}} 2018-08-12 21:14:35,485 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.121s 2018-08-12 21:14:35,486 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-718036484"}} 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-8c8f1c4e-a1df-4974-8404-e5ced3974b67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c8f1c4e-a1df-4974-8404-e5ced3974b67'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9d4RHGvlbII9DAgAwZ+8FjFHBj5qgbxdH7j0gtrnFIzn7ANQaZ1txPMNNu0shNZa4I9csehDf/4NaNEllE4MNlX312b6qydlcWwOtcc1Ye/QSn93J+kXmtsLO+3B6Y9bHM51Gnl315NciNGeMgysZ+VZhe20rJgCJK2TS4bW+/RAXoT3FTPtUZecpVHhZEL5Esga1YidHPgiOmQ2JNwcjSXO/7V+wvq6hnCPZl5dFJ/OPmyFzyicuMTH+rmISFEmaKSwBR9glsrrCG0mhB+hSJv0Y/aLKthl4AQ2VkXVfBQnQ9KQPdZQAYqLQs9JJ8Le9rKg39yUFZTaRHPmYkmSr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvXeERxr5WyCPQwIAMGfvBYxRwY+aoG8XR+49ILa5xSM5+wDU\nGmdbcTzDTbtLITWWuCPXLHoQ3/+DWjRJZRODDZV99dm+qsnZXFsDrXHNWHv0Ep/d\nyfpF5rbCzvtwemPWxzOdRp5d9eTXIjRnjIMrGflWYXttKyYAiStk0uG1vv0QF6E9\nxUz7VGXnKVR4WRC+RLIGtWInRz4IjpkNiTcHI0lzv+1fsL6uoZwj2ZeXRSfzj5sh\nc8onLjEx/q5iEhRJmiksAUfYJbK6whtJoQfoUib9GP2iyrYZeAENlZF1XwUJ0PSk\nD3WUAGKi0LPSSfC3vayoN/clBWU2kRz5mJJkqwIDAQABAoIBADFOTAcxFtlHJOEc\nQS5XrdU0ygXkOCouHtHiRtgflUKfQzR157yjTyGt3Wl6JzgSORHcid+SOJgCZ41u\n8/aw2DcNw0TakIrjkoQ9Tzyw0+6F+2NpZQ9t6Qj8YL/6oS/IkZkvbmt1RSB7mBzX\npGblr67Hu1oNA8Dp19PajhdvE5wKzpqwtQe6L3VPYfCFMyuw8LwXkW+R+XwsX7xG\nOjwap6dSCGGS7bHE9JJ86FYfaAyVS00o65QoHn8BCcsyFPghbW+bUjR+NrQ6Ma/a\nhpVK3logLR2S+SylItGyOpSAcAZWwANgybA5SHeqEG9rGc2R0O0m3atka1qT/TZz\nlNhxPXECgYEA4uIau5+h+sJ3nRMdZmlQbilkgP5yiJzQ5dTHLL4qPSbf6fA6bgjv\nlDsokDhtb/rRSOpBObJTC/Hx41McetFA+1Nfi8TzdTUTmtORZyKuyinX8CNp5+fN\nkv40jkoD8NMoWR9ZdOrXQheo3nRP3jJ9+xLwIvWUpPD1KWxlAJWyghMCgYEA1cgn\n7tR1kBsRI7T91zAg6Z248V25T9Rh0bxbbKs3AGIvwNhHvJVxEt+Xkuxx6jqSltsG\nSXyDPWlvZzk1aFpxJSmzjHR2M573oGOOL6YmBzjMEUVeyuh1GrwRgqGmwdJS2H/C\nlch0s33YOKsNGc1krg/71iVO/aQFTS+DnMmvJgkCgYEAuSHw2Gqw/PJUMkrXsap7\n4/hIt21pPgpf9zqB8AOYad/f1H+e3gzSme0P82bn/fj3b30fDhpx44xgabN2yM0Z\nLjtg+qcSVfCid7Ltse++Gt68AoqTL5WZzLk7X2QMBSX4hYisMVgzoA24URUt2szu\nucJBSvWDfnfURSHa5PhB+hsCgYEAnSZ1tGsZwMUk5Eq4DueiShlXSpbLEpPdFICR\n9GAoHnAPCoPyt/5jEKysj6SgWL6V4689/+c30n0fF5JGYF+brOXqxuUVvvysq4qD\niyNn8Qcfe9KyzBX1f6GgfZa3LuOdYukH8XNZ1lg8CewzxTPnPs0hI1pppqpb+1Fi\nPm9EAYECgYB0DDYxp/7VOjeL0R1iihUg2XUXAtdSdBKje3Dkm7qfGbC85MxkSmwK\n2Nh0e9khdRasgODb5BHNG9UlbpvG/32LfdkE1kgynSgZO72qaOevCWCIgpLIfQRP\nDZMuP0LzehzU0ucVl7oFBroXjFHC6aZnVI/TLf/Vyf/lHnrT5o1ApA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-718036484", "fingerprint": "d1:c3:64:4d:e9:85:9c:6b:3e:8a:5d:28:b3:88:bc:7e"}} 2018-08-12 21:14:36,399 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.909s 2018-08-12 21:14:36,399 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0a11497c-e893-4ffb-956d-66bec6284061", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1858062146", "security_groups": ["0b402921-013b-487a-a5f8-64f50e6ed908"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:14:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-39ba1941-0584-47ca-9669-91163c450da8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:14:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0a11497c-e893-4ffb-956d-66bec6284061","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:14:35Z","name":"tempest-port-smoke-1858062146","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:82:44:84","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"39f668db-0539-4afd-824c-26b12c4ecd44","ip_address":"10.101.11.10"}],"id":"1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5","security_groups":["0b402921-013b-487a-a5f8-64f50e6ed908"],"device_id":""}} 2018-08-12 21:14:40,467 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 4.066s 2018-08-12 21:14:40,468 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-718036484", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "0a11497c-e893-4ffb-956d-66bec6284061", "port": "1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-9e51c78f-f19c-49f6-8c01-3954e7e6b553', 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e51c78f-f19c-49f6-8c01-3954e7e6b553'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "adminPass": "k7i2rLxhyji9"}} 2018-08-12 21:14:41,394 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.922s 2018-08-12 21:14:41,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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-e0ac08cf-4a3b-48b3-a99f-4ed6e7a8916b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e0ac08cf-4a3b-48b3-a99f-4ed6e7a8916b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:43,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.605s 2018-08-12 21:14:43,015 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-87ea999a-dd71-4a6a-8cfb-394e4d6daaa2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87ea999a-dd71-4a6a-8cfb-394e4d6daaa2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:45,327 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.295s 2018-08-12 21:14:45,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-2e7c3109-189d-47b6-b392-4dc1cf9b5d88', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e7c3109-189d-47b6-b392-4dc1cf9b5d88'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:45,342 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:14:47,045 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.701s 2018-08-12 21:14:47,046 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-5b20048a-5ed8-4192-8a10-db5b94785fc2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5b20048a-5ed8-4192-8a10-db5b94785fc2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:49,360 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.299s 2018-08-12 21:14:49,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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-93987add-7715-4ad9-b4dd-1b61796d584d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93987add-7715-4ad9-b4dd-1b61796d584d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:14:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:51,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.719s 2018-08-12 21:14:51,098 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-655bac06-2f0f-4617-919e-88e03d31c40a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-655bac06-2f0f-4617-919e-88e03d31c40a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:51,110 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:14:52,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 1.252s 2018-08-12 21:14:52,363 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-b9adb50b-f794-4850-9938-fd02a18d638e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9adb50b-f794-4850-9938-fd02a18d638e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:48Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:52,379 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 with status: ACTIVE 2018-08-12 21:14:53,153 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.23:9696/v2.0/ports 0.773s 2018-08-12 21:14:53,153 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1107427626", "security_groups": ["0b402921-013b-487a-a5f8-64f50e6ed908"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:14:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-776f7e74-19d5-4ec6-8173-f6e521e85220'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:14:52Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ceb278d9-3787-4a6e-a753-8b9c06c62c6c","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:14:52Z","name":"tempest-port-smoke-1107427626","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:f1:39:26","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4e370caf-15cf-473d-ac22-b23a7e95e073","ip_address":"10.102.21.20"}],"id":"d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc","security_groups":["0b402921-013b-487a-a5f8-64f50e6ed908"],"device_id":""}} 2018-08-12 21:14:55,425 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.23:8774/v2.1/servers 2.270s 2018-08-12 21:14:55,425 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-718036484", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "ceb278d9-3787-4a6e-a753-8b9c06c62c6c", "port": "d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-69e8f190-21a3-4121-a1ba-e3631f58d686', 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69e8f190-21a3-4121-a1ba-e3631f58d686'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "987f9721-4616-4733-b94f-170ba0603b3c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "adminPass": "nvFyh4Rqw9yR"}} 2018-08-12 21:14:55,928 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.499s 2018-08-12 21:14:55,929 63 DEBUG [tempest.lib.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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-a7751043-9ee5-4edc-939a-2c3eae7adfaf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7751043-9ee5-4edc-939a-2c3eae7adfaf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "987f9721-4616-4733-b94f-170ba0603b3c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:14:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-2", "created": "2018-08-12T21:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:14:57,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.362s 2018-08-12 21:14:57,307 63 DEBUG [tempest.lib.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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-a18da7fe-2fde-4a71-b774-cf8e3772ef82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a18da7fe-2fde-4a71-b774-cf8e3772ef82'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/987f9721-4616-4733-b94f-170ba0603b3c", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "987f9721-4616-4733-b94f-170ba0603b3c", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-12T21:14:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-2", "created": "2018-08-12T21:14:55Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-08-12T21:14:56Z"}, "metadata": {}}} 2018-08-12 21:14:57,319 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait 2018-08-12 21:14:58,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 204 DELETE http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 1.063s 2018-08-12 21:14:58,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-48bd7df1-8d83-4174-9710-8303a6a86fda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48bd7df1-8d83-4174-9710-8303a6a86fda'} Body: 2018-08-12 21:14:58,426 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 404 GET http://172.30.9.23:8774/v2.1/servers/987f9721-4616-4733-b94f-170ba0603b3c 0.042s 2018-08-12 21:14:58,427 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/987f9721-4616-4733-b94f-170ba0603b3c', u'x-compute-request-id': 'req-2e4b8a9b-f51c-473a-87e6-311020849d6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2e4b8a9b-f51c-473a-87e6-311020849d6d'} Body: {"itemNotFound": {"message": "Instance 987f9721-4616-4733-b94f-170ba0603b3c could not be found.", "code": 404}} 2018-08-12 21:14:59,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc 0.610s 2018-08-12 21:14:59,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d99e2ca1-fcf6-43b1-866f-ca1e6b7c9bbc', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-db211c53-4d31-4967-a98f-a9b18496663d'} Body: 2018-08-12 21:14:59,388 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.347s 2018-08-12 21:14:59,388 63 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-31631932-49c0-47e9-8a11-5f85bef61f39', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31631932-49c0-47e9-8a11-5f85bef61f39'} Body: 2018-08-12 21:15:00,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.707s 2018-08-12 21:15:00,098 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-937fd0ff-36e4-4a21-8e95-791f0aa1a037', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-937fd0ff-36e4-4a21-8e95-791f0aa1a037'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1817669618": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:44:84", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "security_groups": [{"name": "tempest-secgroup-smoke-1738167718"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:59Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:01,670 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.556s 2018-08-12 21:15:01,670 63 DEBUG [tempest.lib.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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-1c514a33-4f84-4833-b347-49c605f94b32', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c514a33-4f84-4833-b347-49c605f94b32'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:14:48.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f6970e8d-9e4f-4c9d-8f3a-61f5202302c2", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:14:59Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-718036484", "name": "server-1", "created": "2018-08-12T21:14:40Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:02,726 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 0.041s 2018-08-12 21:15:02,727 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/f6970e8d-9e4f-4c9d-8f3a-61f5202302c2', u'x-compute-request-id': 'req-69cf33ad-e810-4500-9fe4-5b44dc22a2de', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:02 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-69cf33ad-e810-4500-9fe4-5b44dc22a2de'} Body: {"itemNotFound": {"message": "Instance f6970e8d-9e4f-4c9d-8f3a-61f5202302c2 could not be found.", "code": 404}} 2018-08-12 21:15:03,667 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5 0.939s 2018-08-12 21:15:03,668 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1d5f6bb5-2e9a-4f13-baf2-1797a7a5d2d5', u'date': 'Sun, 12 Aug 2018 21:15:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2bd1345c-2e07-440a-849b-33ed648eec91'} Body: 2018-08-12 21:15:03,730 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-718036484 0.061s 2018-08-12 21:15:03,730 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-718036484', u'x-compute-request-id': 'req-f01f51b3-17e8-4e2c-b4f7-3285642e86c8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f01f51b3-17e8-4e2c-b4f7-3285642e86c8'} Body: 2018-08-12 21:15:06,344 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4e370caf-15cf-473d-ac22-b23a7e95e073 2.612s 2018-08-12 21:15:06,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/subnets/4e370caf-15cf-473d-ac22-b23a7e95e073', u'date': 'Sun, 12 Aug 2018 21:15:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9a58ed6f-d847-406e-b770-05303b9e704c'} Body: 2018-08-12 21:15:08,590 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/ceb278d9-3787-4a6e-a753-8b9c06c62c6c 2.245s 2018-08-12 21:15:08,591 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/ceb278d9-3787-4a6e-a753-8b9c06c62c6c', u'date': 'Sun, 12 Aug 2018 21:15:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2996dccd-ba22-4a57-bb1d-68bf5ca21acd'} Body: 2018-08-12 21:15:11,821 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/39f668db-0539-4afd-824c-26b12c4ecd44 3.229s 2018-08-12 21:15:11,822 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/39f668db-0539-4afd-824c-26b12c4ecd44', u'date': 'Sun, 12 Aug 2018 21:15:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b8018ae7-b8ef-42ae-8e1a-7cd2bf1e04f9'} Body: 2018-08-12 21:15:13,655 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/0a11497c-e893-4ffb-956d-66bec6284061 1.832s 2018-08-12 21:15:13,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/networks/0a11497c-e893-4ffb-956d-66bec6284061', u'date': 'Sun, 12 Aug 2018 21:15:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bf1d8132-1d04-4cd5-9afd-4bf0384b1d20'} Body: 2018-08-12 21:15:13,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/0b402921-013b-487a-a5f8-64f50e6ed908 0.241s 2018-08-12 21:15:13,899 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/0b402921-013b-487a-a5f8-64f50e6ed908', u'date': 'Sun, 12 Aug 2018 21:15:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-477505b1-cea2-4241-9885-49810ac28bdb'} 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-12 21:15:14,208 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.288s 2018-08-12 21:15:14,209 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-291358281 description", "name": "tempest-secgroup-smoke-291358281"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-141ce276-6ed6-45f0-abb0-d492d0b14ecb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-291358281 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "updated_at": "2018-08-12T21:15:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:15:14Z", "revision_number": 0, "id": "7b243c9d-7792-43a9-9d7f-7b2b5560f02c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:15:14Z", "revision_number": 0, "id": "9c3c4d2a-45cd-4b95-b1d9-972a8164cb50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "name": "tempest-secgroup-smoke-291358281"}} 2018-08-12 21:15:14,424 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-12 21:15:14,424 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74ead487-00c4-4a83-81fe-73a5b8b08bd7'} 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-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3a0f6739-cd9e-4a44-b6dd-b12341a1220e"}} 2018-08-12 21:15:14,658 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.232s 2018-08-12 21:15:14,658 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4700216c-4df4-4b8e-8983-f14b097be50e'} 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-12T21:15:14Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:14Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "ae1c1d8d-9758-4ccf-a6ff-86ea03c1f997"}} 2018-08-12 21:15:15,136 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.477s 2018-08-12 21:15:15,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": "ingress", "protocol": "tcp", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e76eef3-01d9-4f51-8ed3-5d9cbe9503b0'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2f0f4f75-6a53-45c5-bca2-8f076734253e"}} 2018-08-12 21:15:15,304 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-12 21:15:15,305 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da59b2fa-f9d2-4c7a-b376-281aecd03a55'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "41a6fa2d-e79f-40fa-9175-8263d8c10db0"}} 2018-08-12 21:15:15,509 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-12 21:15:15,510 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0204927f-faaa-43ab-99ac-daca6b6d719c'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fa230a78-9c9f-40e2-a9df-0797f8cd69ab"}} 2018-08-12 21:15:15,947 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.436s 2018-08-12 21:15:15,947 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:15:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ea0756e-55d7-49c4-bb0a-db5e14880667'} 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-12T21:15:15Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:15Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "d38ee23b-20e9-4b0e-bab7-65c25459d5a5"}} 2018-08-12 21:15:16,148 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-12 21:15:16,149 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d7150107-1b17-4c7f-ac34-4617ac7f14ad'} 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-12T21:15:16Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a0c8874c-f3ee-453d-b73f-72b6ae8b56e2"}} 2018-08-12 21:15:16,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.244s 2018-08-12 21:15:16,395 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "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': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-224c6eec-480d-4749-aeb9-5c4a41456e29'} 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-12T21:15:16Z", "security_group_id": "1780a757-6255-46a3-b0a8-6d5d7bf66b8e", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "8428dbc3-b488-47f7-96f7-cae2d6411b09"}} 2018-08-12 21:15:16,695 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.299s 2018-08-12 21:15:16,696 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-1354159843"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c8e15cc-44d4-4b67-b4e1-2caa5052f6db'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:15:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","name":"tempest-A-1354159843"}} 2018-08-12 21:15:17,572 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.875s 2018-08-12 21:15:17,572 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "name": "tempest-subnet-A-1-1315700238"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98cc71d3-9c2a-465d-9bda-1776bd2b136f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:17Z","dns_nameservers":[],"updated_at":"2018-08-12T21:15:17Z","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":"01ace95cf526467b9409c6248a7c6876","id":"4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90","subnetpool_id":null,"name":"tempest-subnet-A-1-1315700238"}} 2018-08-12 21:15:17,807 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/networks 0.233s 2018-08-12 21:15:17,807 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-660642701"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:15:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64b9257d-b60b-4296-a6b1-a5f9eebe0353'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:15:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","name":"tempest-B-660642701"}} 2018-08-12 21:15:18,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.123s 2018-08-12 21:15:18,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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "name": "tempest-subnet-B-1-2060476456"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:15:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21e327fa-30de-4ff8-8361-baff6d9f857f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:18Z","dns_nameservers":[],"updated_at":"2018-08-12T21:15:18Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","subnetpool_id":null,"name":"tempest-subnet-B-1-2060476456"}} 2018-08-12 21:15:19,125 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.192s 2018-08-12 21:15:19,126 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-725923026"}} 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-03d39bba-5668-4e95-8c8d-beb3d254b43b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03d39bba-5668-4e95-8c8d-beb3d254b43b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpNiU4ydpR0T2SvbZTQpmgwQYvqFVcREVHS3kHMCAa10lNVPSvrMMvYwNXAVUZaXhY/NbXrVVB3oTldn4QvMji2h3q/MHRzlm4k51vSIoo3Eu6U9DP+h8SYfM19F4kuEYd7P0pS58MOliXYteaJ9fLL+GLXGSAxCCey/V7x2FaBbQQsmZ3zDoGoKKqBpRMgKlAfOwvlDRX6ovW4QntWXSNBtdTApsjfjS2zMyY0AUBa+gWR+cP0lajxvWY41BnlPyY1/5u3vJ2aYeaQ5SQweNnITNQomUVWFL+Sh2e8/xCygBQjIjrki8vnA4jZwuEs20OsuFMVEGMoK3IkIFg7aJd Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAqTYlOMnaUdE9kr22U0KZoMEGL6hVXERFR0t5BzAgGtdJTVT0\nr6zDL2MDVwFVGWl4WPzW161VQd6E5XZ+ELzI4tod6vzB0c5ZuJOdb0iKKNxLulPQ\nz/ofEmHzNfReJLhGHez9KUufDDpYl2LXmifXyy/hi1xkgMQgnsv1e8dhWgW0ELJm\nd8w6BqCiqgaUTICpQHzsL5Q0V+qL1uEJ7Vl0jQbXUwKbI340tszMmNAFAWvoFkfn\nD9JWo8b1mONQZ5T8mNf+bt7ydmmHmkOUkMHjZyEzUKJlFVhS/kodnvP8QsoAUIyI\n65IvL5wOI2cLhLNtDrLhTFRBjKCtyJCBYO2iXQIDAQABAoIBABjZMq4cNks9huU9\npsCjTxwkPFxTQ/XAsMu/cY50qsJGSyVoDGaf4CndSGhGcdDBhELNHl+dvJ9npexs\ncibTEkz96tbPN0cwHkzUoJHu/Rry/svl8wwXluiEKcsKj6ikxucuHh8qU7jf+JKC\nmVax8yaLaXulnbyrEH9BRFNg/BLT9lLU3rCPxtfmHeNzd3ymKJPMqS9unZRklPGC\n9VN4TvUhMsSTf1NaRth/dH/ItcXyHhpjNitdjWb60EmBU+W3pS00DYxSdkiW09yO\n71p5+uaG0Xg0WmczQQUaHbA+iO6zcLpmaSlavpxTQBSwT0p99Gh251RVsAspyw9c\nrYcO66ECgYEA3kF02U99aKK4I4QHypYA5o1XvrSmSFOnrLXGQaOViMUrRpZHtPEx\nCUT8gQI84mKf3Kxj+jKvfw1cFKm5yFtsHb4R3sC9ZJDiieh67B1ZYnNy4jBT4Hm4\np/huSanAPBCjud3rjHeClRAMMzU3447XjU7vvNaemsWC2aPcKeIV4iMCgYEAwub9\nPrO7ybzwpFjRmI19tNDMTpF92umagpyIMXQs+vUuIpC58bfl5w/B55eADE/ZxNtH\nSeVWG1nDbGrBwOQPC2n03eokCeDsKoFnTcKI61bM9dxEqOcEh7A6qcKn6LOhE6VM\naMaGIiDKC6ndVaNdf9FWMZE9g9sSK//llOVLcX8CgYBP6n9miDOSxTeq5ZWbnZZT\nUC1l0DUeOp5G9tGD1ps1I5hs+CpugG9eYuTcSn6z9DyBL6d/VmxOJfKfJ2w7A8x7\nYVWxn+I53/LlHafdcKwsP1DmzfPK+lmQZD7b0+Lgdic49Pf2eR6GFNAeNZuUAk+1\natW/M/ixtCVZtpa6pKWzuwKBgB690lnufYMvcwFpJP4b6yT2/hKybhh2WjGZwP2T\n5nha7cDz9PBEYlXUrW/6/G50tdOQBqmIK9G6kdFq8U6caicRula6VJ7eREHcEVA5\ni+Ea2s84w/ekIJnKWSZnlpZkptZzbx7jmUqOw2+dhlS4pMnBWggNcZd3mWEpRqv6\nkrC/AoGBAItCrckQJI/BfaRmTwQnoYnyROZdd4b2H9SG7j4Y/VjtjWnmi148BfR5\n0GS1J/NVebWQqok/JGy6a0pS8ZbdoH1zaaDWy0GxRk9c8i/IbQtCWKeiXAvTHpVK\naBPecvNj8IuKRkiYV1JExImAlpNHjxmGPPpIE7kR5MPR8IpBKJS2\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-725923026", "fingerprint": "cd:0f:6c:dd:11:9f:7f:4c:35:8a:56:be:27:dd:a9:fb"}} 2018-08-12 21:15:20,213 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 1.082s 2018-08-12 21:15:20,213 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1758289298", "security_groups": ["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c1025f-64a3-4a99-b700-83f60e46c064'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:15:19Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b1b1328f-cf46-46dc-a617-235e4035ebd1","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:15:19Z","name":"tempest-port-smoke-1758289298","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:4d:a4:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90","ip_address":"10.101.11.10"}],"id":"8fec65f3-6975-4b3e-914a-a348799829d1","security_groups":["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"],"device_id":""}} 2018-08-12 21:15:24,043 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.828s 2018-08-12 21:15:24,043 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-725923026", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "port": "8fec65f3-6975-4b3e-914a-a348799829d1"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-916cf1e6-6df1-4495-8aab-8bb7aa96aef6', 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-916cf1e6-6df1-4495-8aab-8bb7aa96aef6'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "adminPass": "rPfazEQknjL8"}} 2018-08-12 21:15:24,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.727s 2018-08-12 21:15:24,777 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-d0bbff46-ba22-4755-a219-a7fca76d9682', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d0bbff46-ba22-4755-a219-a7fca76d9682'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:26,120 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.330s 2018-08-12 21:15:26,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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-d240cba1-968a-4889-97c3-abc9bf34d93d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d240cba1-968a-4889-97c3-abc9bf34d93d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:28,144 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 1.008s 2018-08-12 21:15:28,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': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-8c4ba34e-6540-49f6-9809-1e880cd967b8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c4ba34e-6540-49f6-9809-1e880cd967b8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:28,159 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait 2018-08-12 21:15:29,432 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.271s 2018-08-12 21:15:29,432 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-b28360f0-fc31-4ceb-956a-c258d6034737', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b28360f0-fc31-4ceb-956a-c258d6034737'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:29Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:29,446 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait 2018-08-12 21:15:31,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.954s 2018-08-12 21:15:31,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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-2f14032c-9255-47d2-ba0b-46d38f45b06c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f14032c-9255-47d2-ba0b-46d38f45b06c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:31,419 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait 2018-08-12 21:15:33,007 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.586s 2018-08-12 21:15:33,008 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-cd357119-7d25-4392-90e3-4a20a7fe718e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd357119-7d25-4392-90e3-4a20a7fe718e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:34,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.737s 2018-08-12 21:15:34,761 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-a63dcee0-11bd-4dfc-869c-b99dd8300b7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a63dcee0-11bd-4dfc-869c-b99dd8300b7c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:36,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.585s 2018-08-12 21:15:36,363 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-f65584bd-7131-401c-a3d2-cf641e636661', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f65584bd-7131-401c-a3d2-cf641e636661'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:36,376 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2018-08-12 21:15:37,083 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.706s 2018-08-12 21:15:37,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-dcc54498-7132-4baa-b500-9dc3337caf23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dcc54498-7132-4baa-b500-9dc3337caf23'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:34Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:37,097 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 78e1cea3-f8a5-4ce7-b893-fefff91d1927 with status: ACTIVE 2018-08-12 21:15:37,920 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/ports 0.822s 2018-08-12 21:15:37,920 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1554474756", "security_groups": ["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:15:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-284afae8-9160-4889-839d-640d01c83b54'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:15:37Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:15:37Z","name":"tempest-port-smoke-1554474756","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1f:4d:42","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","ip_address":"10.102.21.20"}],"id":"1ab8a5b8-2646-4639-a16b-983b96c6fe16","security_groups":["1780a757-6255-46a3-b0a8-6d5d7bf66b8e"],"device_id":""}} 2018-08-12 21:15:41,054 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.23:8774/v2.1/servers 3.132s 2018-08-12 21:15:41,054 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-725923026", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "port": "1ab8a5b8-2646-4639-a16b-983b96c6fe16"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-72aaef5e-ffee-4025-bee3-02de61f375f1', 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72aaef5e-ffee-4025-bee3-02de61f375f1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "adminPass": "LskZpySCr2UG"}} 2018-08-12 21:15:41,387 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.328s 2018-08-12 21:15:41,387 63 DEBUG [tempest.lib.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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-59d06ad6-3a11-4785-b73f-aa5a113ad652', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59d06ad6-3a11-4785-b73f-aa5a113ad652'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:42,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.257s 2018-08-12 21:15:42,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': '1261', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-ba957260-9583-4839-aff1-c9e2cfc7ad0e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ba957260-9583-4839-aff1-c9e2cfc7ad0e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:15:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:44,430 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.753s 2018-08-12 21:15:44,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': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-56281c82-64fb-402a-a84a-bdd9a9d1bbbf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56281c82-64fb-402a-a84a-bdd9a9d1bbbf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:44,445 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-12 21:15:45,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.434s 2018-08-12 21:15:45,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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-4b8e54e8-d3a7-4533-adbe-b2bfb07a2474', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b8e54e8-d3a7-4533-adbe-b2bfb07a2474'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15: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/c0418961-5a3b-4308-abcc-ead8355533fe 0.708s 2018-08-12 21:15: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': '1386', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-9a68fda3-f7fa-45b7-b2b5-4a87f27727e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a68fda3-f7fa-45b7-b2b5-4a87f27727e1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:15:43Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:49,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 1.052s 2018-08-12 21:15:49,675 63 DEBUG [tempest.lib.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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-6786f6a2-dfcd-4b45-b566-6b363589308a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6786f6a2-dfcd-4b45-b566-6b363589308a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:47Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:49,691 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-12 21:15:50,392 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.699s 2018-08-12 21:15:50,392 63 DEBUG [tempest.lib.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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-38674473-3e4a-48c1-a389-3c388aa62e4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:15:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38674473-3e4a-48c1-a389-3c388aa62e4e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:15:47Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:15:50,405 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c0418961-5a3b-4308-abcc-ead8355533fe with status: ACTIVE 2018-08-12 21:15:50,597 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.191s 2018-08-12 21:15:50,598 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1567472787", "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': 'Sun, 12 Aug 2018 21:15:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a549a12-6419-4e94-9d12-c95b055afe81'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:50Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:50Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf", "name": "tempest-router--1567472787"}} 2018-08-12 21:15:52,177 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 1.578s 2018-08-12 21:15:52,178 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f165d898-3bf2-4a71-aa9e-4ecec4374266'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:50Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:51Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf", "name": "tempest-router--1567472787"}} 2018-08-12 21:15:54,475 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/add_router_interface 2.296s 2018-08-12 21:15:54,475 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ecf2a95f-1c29-408f-aa40-7d7f8dfc16cc'} Body: {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9", "subnet_ids": ["c59d7fd4-6981-4a93-ae86-31ac1d0decf9"], "port_id": "71fead4e-f8cc-4c04-921e-14c7216614f1", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf"} 2018-08-12 21:15:54,873 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.396s 2018-08-12 21:15:54,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:15:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87994047-e4d5-4477-a77d-d715063015cf'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "52163e9e-83da-4a92-85e9-9f35f24d9704"}} 2018-08-12 21:15:55,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations 0.386s 2018-08-12 21:15:55,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations', u'date': 'Sun, 12 Aug 2018 21:15:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b4f47cd6-42e7-488f-b55d-c12aa5c4eb9f'} Body: {"network_association": {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "id": "3558c323-6e5b-4776-a55c-b370d468c66f"}} 2018-08-12 21:15:56,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations 0.860s 2018-08-12 21:15:56,122 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/52163e9e-83da-4a92-85e9-9f35f24d9704/network_associations', u'date': 'Sun, 12 Aug 2018 21:15:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ae85022-59e7-4bdf-aff0-e02f5b462a4c'} Body: {"network_association": {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "id": "3a21ccf7-531a-44f9-9da7-fb02c1cdfc1f"}} 2018-08-12 21:15:56,123 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:15:56,176 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=430411f7-9c29-4571-84b1-3310fba9d3cf 0.052s 2018-08-12 21:15:56,176 63 DEBUG [tempest.lib.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=430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc1a96d3-6109-4503-8ca6-5a182836ebf4'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e4da491a-1fb4-4d09-ab24-02313fe159d2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:15:53Z","admin_state_up":true,"updated_at":"2018-08-12T21:15:53Z","binding:vnic_type":"normal","device_id":"430411f7-9c29-4571-84b1-3310fba9d3cf","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:e7:15:25","id":"71fead4e-f8cc-4c04-921e-14c7216614f1","port_security_enabled":false,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c59d7fd4-6981-4a93-ae86-31ac1d0decf9","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-12 21:15:57,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface 1.740s 2018-08-12 21:15:57,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:15:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e69aa52-ab5f-4a40-93aa-c9f6288c9ce9'} Body: {"network_id": "e4da491a-1fb4-4d09-ab24-02313fe159d2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9", "subnet_ids": ["c59d7fd4-6981-4a93-ae86-31ac1d0decf9"], "port_id": "71fead4e-f8cc-4c04-921e-14c7216614f1", "id": "430411f7-9c29-4571-84b1-3310fba9d3cf"} 2018-08-12 21:15:59,613 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 1.694s 2018-08-12 21:15:59,614 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:15:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a053d05c-49cf-48bd-8d19-a981418713ae'} Body: 2018-08-12 21:15:59,820 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/routers 0.205s 2018-08-12 21:15:59,821 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--37613276", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.23:9696/v2.0/routers', u'date': 'Sun, 12 Aug 2018 21:15:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b33a7359-fc7f-4b16-8491-da6c511320c6'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:15:59Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "name": "tempest-router--37613276"}} 2018-08-12 21:16:01,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7 1.452s 2018-08-12 21:16:01,274 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7', u'date': 'Sun, 12 Aug 2018 21:16:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2be80ea9-18e8-4525-9d52-3ebef0b0f58e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:15:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:16:01Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "name": "tempest-router--37613276"}} 2018-08-12 21:16:03,563 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/add_router_interface 2.288s 2018-08-12 21:16:03,564 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:16:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-417099ce-4bee-453a-a901-c4c012284a0f'} Body: {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90", "subnet_ids": ["4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"], "port_id": "5a8bea7e-507a-44c4-97c1-f33391fe8df2", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7"} 2018-08-12 21:16:05,403 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.838s 2018-08-12 21:16:05,404 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "8fec65f3-6975-4b3e-914a-a348799829d1"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:16:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1ac0ad5-2feb-4aea-bd72-c7881562b90c'} Body: {"floatingip": {"router_id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:16:04Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "8fec65f3-6975-4b3e-914a-a348799829d1", "id": "8e4da4cd-b001-4754-a637-571d0f14ad6f", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:16:04Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:16:05,405 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:16:21,433 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:16:21,496 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:16:21,497 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:16:21,612 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-12 21:16:21,613 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:16:21,615 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:16:21,674 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:16:21,680 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:16:26,686 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:16:26,687 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-12 21:17:36,756 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-12 21:17:36,757 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:17:36,762 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:17:36,866 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:17:36,891 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:17:41,898 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:17:41,899 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-12 21:18:51,921 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:18:51,921 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-12 21:18:51,922 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:51,925 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,021 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,054 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52,060 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:18:52,060 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a0:0b:5d [ether] on eth0 2018-08-12 21:18:52,060 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-12 21:18:52,061 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52,063 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,125 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,127 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52,136 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:18:52,136 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-12 21:18:52,137 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52,139 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,200 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,203 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52,209 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-12 21:18:52,210 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52,212 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,273 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,276 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:52,282 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:18:52,283 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a0:0b:5d [ether] on eth0 2018-08-12 21:18:52,283 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-12 21:18:52,283 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:18:52,286 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:18:52,348 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:18:52,350 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:18:57,358 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:18:57,358 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-12 21:20:07,425 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-12 21:20:07,426 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-12 21:20:07,430 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:20:07,525 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:20:07,526 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.203 successfully created 2018-08-12 21:20:12,534 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) 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-12 21:20:12,535 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-12 21:21:22,595 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:21:22,596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:21:22.596 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-12 21:21:22.596 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:21:24,032 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/8e4da4cd-b001-4754-a637-571d0f14ad6f 1.434s 2018-08-12 21:21:24,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/floatingips/8e4da4cd-b001-4754-a637-571d0f14ad6f', u'date': 'Sun, 12 Aug 2018 21:21:24 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e5358002-1e15-4c38-ae06-bef89948704d'} Body: 2018-08-12 21:21:26,059 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/remove_router_interface 2.025s 2018-08-12 21:21:26,060 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:21:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f7f47ed-3663-4aa2-b05e-77f4f347f415'} Body: {"network_id": "b1b1328f-cf46-46dc-a617-235e4035ebd1", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90", "subnet_ids": ["4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90"], "port_id": "5a8bea7e-507a-44c4-97c1-f33391fe8df2", "id": "c650aa12-44fa-45cc-bfb1-2ac61ee215e7"} 2018-08-12 21:21:27,806 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7 1.745s 2018-08-12 21:21:27,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/c650aa12-44fa-45cc-bfb1-2ac61ee215e7', u'date': 'Sun, 12 Aug 2018 21:21:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-37b2af0a-975e-4fba-a786-c4124e61bacb'} Body: 2018-08-12 21:21:28,111 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface 0.303s 2018-08-12 21:21:28,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c59d7fd4-6981-4a93-ae86-31ac1d0decf9"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-159a4f6a-4229-47e0-b907-4d29ae606618'} Body: {"NeutronError": {"message": "Router 430411f7-9c29-4571-84b1-3310fba9d3cf could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-12 21:21:28,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.23:9696/v2.0/routers/430411f7-9c29-4571-84b1-3310fba9d3cf 0.331s 2018-08-12 21:21:28,444 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/430411f7-9c29-4571-84b1-3310fba9d3cf', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3b1fd17-55f3-4e55-a827-fe136de462a7'} Body: {"NeutronError": {"message": "Router 430411f7-9c29-4571-84b1-3310fba9d3cf could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-12 21:21:28,883 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.438s 2018-08-12 21:21:28,884 63 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-915dbc4c-8f74-4c72-b996-14e53ed066b1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-915dbc4c-8f74-4c72-b996-14e53ed066b1'} Body: 2018-08-12 21:21:30,075 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 1.190s 2018-08-12 21:21:30,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': '1548', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-74704451-260d-41e5-9b48-4a6ad3756567', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74704451-260d-41e5-9b48-4a6ad3756567'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-660642701": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:4d:42", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c0418961-5a3b-4308-abcc-ead8355533fe", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:47.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "c0418961-5a3b-4308-abcc-ead8355533fe", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:21:28Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-2", "created": "2018-08-12T21:15:41Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:31,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/c0418961-5a3b-4308-abcc-ead8355533fe 0.047s 2018-08-12 21:21:31,141 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/c0418961-5a3b-4308-abcc-ead8355533fe', u'x-compute-request-id': 'req-f3d8d23f-637a-44c5-b626-8a41ea0f57e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f3d8d23f-637a-44c5-b626-8a41ea0f57e7'} Body: {"itemNotFound": {"message": "Instance c0418961-5a3b-4308-abcc-ead8355533fe could not be found.", "code": 404}} 2018-08-12 21:21:32,021 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/1ab8a5b8-2646-4639-a16b-983b96c6fe16 0.879s 2018-08-12 21:21:32,021 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1ab8a5b8-2646-4639-a16b-983b96c6fe16', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-abe80f60-ff0a-403f-9336-7909788f3fae'} Body: 2018-08-12 21:21:32,207 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.185s 2018-08-12 21:21:32,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-657b9256-80aa-4c3b-976c-2f0913005530', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-657b9256-80aa-4c3b-976c-2f0913005530'} Body: 2018-08-12 21:21:33,321 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 1.112s 2018-08-12 21:21:33,321 63 DEBUG [tempest.lib.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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-0a4d8c86-fbd9-4d28-b3af-529d13e39b77', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0a4d8c86-fbd9-4d28-b3af-529d13e39b77'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1354159843": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:a4:eb", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:15:34.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "78e1cea3-f8a5-4ce7-b893-fefff91d1927", "security_groups": [{"name": "tempest-secgroup-smoke-291358281"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:21:32Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-725923026", "name": "server-1", "created": "2018-08-12T21:15:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:34,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/78e1cea3-f8a5-4ce7-b893-fefff91d1927 0.052s 2018-08-12 21:21:34,389 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/78e1cea3-f8a5-4ce7-b893-fefff91d1927', u'x-compute-request-id': 'req-b878c2d3-8a86-4994-95f9-a1cf7f93500d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b878c2d3-8a86-4994-95f9-a1cf7f93500d'} Body: {"itemNotFound": {"message": "Instance 78e1cea3-f8a5-4ce7-b893-fefff91d1927 could not be found.", "code": 404}} 2018-08-12 21:21:34,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/8fec65f3-6975-4b3e-914a-a348799829d1 0.569s 2018-08-12 21:21:34,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/8fec65f3-6975-4b3e-914a-a348799829d1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f543a8d3-c781-47eb-bcc3-dfe1beaab0b4'} Body: 2018-08-12 21:21:35,024 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-725923026 0.063s 2018-08-12 21:21:35,024 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-725923026', u'x-compute-request-id': 'req-bdf21159-ff19-4c81-a386-8ca3ed5ada95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bdf21159-ff19-4c81-a386-8ca3ed5ada95'} Body: 2018-08-12 21:21:37,317 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c59d7fd4-6981-4a93-ae86-31ac1d0decf9 2.291s 2018-08-12 21:21:37,317 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c59d7fd4-6981-4a93-ae86-31ac1d0decf9', u'date': 'Sun, 12 Aug 2018 21:21:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c879f4ea-a2d8-483b-b639-6daf284f97d0'} Body: 2018-08-12 21:21:39,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/e4da491a-1fb4-4d09-ab24-02313fe159d2 1.918s 2018-08-12 21:21:39,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/e4da491a-1fb4-4d09-ab24-02313fe159d2', u'date': 'Sun, 12 Aug 2018 21:21:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a160aba8-f0a0-4495-a05e-6728dca8cd12'} Body: 2018-08-12 21:21:41,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90 2.742s 2018-08-12 21:21:41,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/4d4a026a-3a5c-49bc-8b79-e3ad4cf8bc90', u'date': 'Sun, 12 Aug 2018 21:21:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94e0da9d-38f0-4597-b6f3-c76921cbe081'} Body: 2018-08-12 21:21:43,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/b1b1328f-cf46-46dc-a617-235e4035ebd1 1.900s 2018-08-12 21:21:43,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/networks/b1b1328f-cf46-46dc-a617-235e4035ebd1', u'date': 'Sun, 12 Aug 2018 21:21:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24932ee5-8a97-49ac-8f15-79db69c5a10a'} Body: 2018-08-12 21:21:44,413 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/1780a757-6255-46a3-b0a8-6d5d7bf66b8e 0.530s 2018-08-12 21:21:44,414 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/1780a757-6255-46a3-b0a8-6d5d7bf66b8e', u'date': 'Sun, 12 Aug 2018 21:21:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e4eac045-1153-4752-82b3-e6c527ea848a'} 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 170, in test_bgpvpn_variant4 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-12 21:21:44,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.234s 2018-08-12 21:21:44,676 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-645698855 description", "name": "tempest-secgroup-smoke-645698855"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:21:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c70f557e-d1ba-4cdb-9e18-031e3a183a61'} Body: {"security_group": {"description": "tempest-secgroup-smoke-645698855 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:44Z", "updated_at": "2018-08-12T21:21:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:21:44Z", "revision_number": 0, "id": "b13407db-a9a5-491a-89fc-58aa65bc1ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:21:44Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:21:44Z", "revision_number": 0, "id": "cd027b6c-cae0-495f-9dad-7055fec4366e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:21:44Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "a2385ce4-e558-420c-900b-cad9bd425a15", "name": "tempest-secgroup-smoke-645698855"}} 2018-08-12 21:21:45,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.584s 2018-08-12 21:21:45,262 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cdb766f3-052b-4bec-83fa-ab70b8d15339'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "de250676-0747-4b94-a4e9-1d3673b54810"}} 2018-08-12 21:21:45,729 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 21:21:45,729 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d5296a1f-d912-490d-b108-f31780c67e51'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b6fe6be8-e459-4d3c-a082-e3b72bd8234a"}} 2018-08-12 21:21:45,921 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-12 21:21:45,922 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0d3e2f7c-23c2-4eb9-968d-2c8c4af99bc0'} 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-12T21:21:45Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:45Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4bd77417-7c25-4f0d-b61f-20eafec8b96d"}} 2018-08-12 21:21:46,131 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-12 21:21:46,132 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea4fdb50-c5b2-45c2-8003-d02fb3f3df0c'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "970b5871-a224-44ea-a757-e0909f528e73"}} 2018-08-12 21:21:46,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.344s 2018-08-12 21:21:46,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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dd2383b-5482-4cc0-aa1b-d087bd8fa262'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "43c1492d-583d-4ce1-bcea-91817c2080af"}} 2018-08-12 21:21:46,692 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-12 21:21:46,693 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a9412cec-ba48-4c1c-a397-ebda2a297d3d'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "04107280-401b-4907-ac58-1f016140da32"}} 2018-08-12 21:21:46,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.191s 2018-08-12 21:21:46,885 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4200818d-3e24-4632-b12e-fb5207683d2b'} 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-12T21:21:46Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:46Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4e893ee0-8d5c-48d4-a5ca-a1d7b70cc275"}} 2018-08-12 21:21:47,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.466s 2018-08-12 21:21:47,352 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "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': 'Sun, 12 Aug 2018 21:21:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d4d2a34-546a-41c0-81fe-243d5f210ddd'} 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-12T21:21:47Z", "security_group_id": "a2385ce4-e558-420c-900b-cad9bd425a15", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:21:47Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3f8ba08a-87b1-4ebe-9e72-e5aa17da8cac"}} 2018-08-12 21:21:47,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.490s 2018-08-12 21:21:47,844 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-810311401"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:21:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-718e8ec3-f095-4a32-a51d-5cd78fa08d83'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:21:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"aac0534d-953d-48f2-a539-252f7fc38695","name":"tempest-A-810311401"}} 2018-08-12 21:21:49,009 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.163s 2018-08-12 21:21:49,009 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "name": "tempest-subnet-A-1-1533939298"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:21:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4d57d0c-832e-4194-b7b3-cef2955ec879'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aac0534d-953d-48f2-a539-252f7fc38695","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:48Z","dns_nameservers":[],"updated_at":"2018-08-12T21:21:48Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c0f58db3-f95c-42fa-9359-d85924bf4725","subnetpool_id":null,"name":"tempest-subnet-A-1-1533939298"}} 2018-08-12 21:21:49,787 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/networks 0.777s 2018-08-12 21:21:49,787 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1837168072"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:21:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76b355c9-6d0d-4d12-bbd6-f6e32e12f1c5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:21:49Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"7f227922-d98c-4413-87a8-6aad8feba541","name":"tempest-B-1837168072"}} 2018-08-12 21:21:50,512 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.723s 2018-08-12 21:21:50,512 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "name": "tempest-subnet-B-1-896578583"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4e5378e7-2f90-43a0-8ea4-0b42b375e40d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f227922-d98c-4413-87a8-6aad8feba541","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:21:50Z","dns_nameservers":[],"updated_at":"2018-08-12T21:21:50Z","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":"01ace95cf526467b9409c6248a7c6876","id":"c62032eb-e838-4c88-89f8-baf666b0ffe1","subnetpool_id":null,"name":"tempest-subnet-B-1-896578583"}} 2018-08-12 21:21:50,796 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.283s 2018-08-12 21:21:50,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1024608234"}} 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-d3d467aa-65d6-44e6-9507-29b3d686f52b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3d467aa-65d6-44e6-9507-29b3d686f52b'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNsndDvaeBRNzKVGtwMwD5XtHCKK/eb4r/yqdDMMyEzVkcxEZWQ1Gar88zmvKD3kt16n8BEixYA7kuAnxGdCy1FOOHoLfnxoMw0ftRFwfHYZxGRNJ1NSTX8kaacc19YTZ56LiQ9ovIMsFVWnfAXvjtEeTtf5bF+DlKGPioIxOJFtwVeRd5DfadCzL7oIgcDHI+eYsXCcPxzAjdwgUrcafdKOWqhdL0TSktATIH+MbpB2DWuMpK3Z5Byo7VJQU1nuH32sSbryESdneVljihLhYXCnqrOfmdNLuC8g4Hosnw65ZeAoa72CMePXMnvoQyFyV4LiOYuafinvrbCCXQ86KV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzbJ3Q72ngUTcylRrcDMA+V7Rwiiv3m+K/8qnQzDMhM1ZHMRG\nVkNRmq/PM5ryg95Ldep/ARIsWAO5LgJ8RnQstRTjh6C358aDMNH7URcHx2GcRkTS\ndTUk1/JGmnHNfWE2eei4kPaLyDLBVVp3wF747RHk7X+Wxfg5Shj4qCMTiRbcFXkX\neQ32nQsy+6CIHAxyPnmLFwnD8cwI3cIFK3Gn3SjlqoXS9E0pLQEyB/jG6Qdg1rjK\nSt2eQcqO1SUFNZ7h99rEm68hEnZ3lZY4oS4WFwp6qzn5nTS7gvIOB6LJ8OuWXgKG\nu9gjHj1zJ76EMhcleC4jmLmn4p762wgl0POilQIDAQABAoIBAQCc2oVVs66ixZcz\n9pIC+fG5NxPu4cXSce5lxewsMW8Tqd9VL1qPd0AoG/591J8v7XhPj6SPdYM5DoXM\nTvrjYr2gzDABAY6bgGYT+VuSZ2R4JrfbYam21PKmdUpfhX50KIg5CDyN1mObIxEI\nfDcrC4D4jpeqf4vCpNlS5p3e4PiJpPUEt7Gn00n2PQ2zXBGm0jalO+qyM8eZdQuw\neTSYLiGtv0C+M++UEleWo2RZ3C558cF9SBbazvLewsfc+/KVu4a4USxMEDCzt2+o\nOs5Gk5E9mJXXloEAcZrFb3uJBQfDKXnuKJWdj4DaRLSkgvDWYz1DrM83yoBBz62b\ns5L/kmrBAoGBAPavFgwIhntm7ylY8IRmpilVLQUMaKMGYcyFXgcM6E/ogG4tUPSQ\n4J4hkeWtZeQeAkl3/o/Z04TJEiKERtyiyEQQXG0Fw64+8bvxzPpY1aJLTD5Lily/\naEpUVIXOPxuWW65nMguoh+CED4dFhdP5s0wTjUh512Ga6N8Itn5WNTaFAoGBANV3\nH6+r3Tf8PBhN7Puv7emX8dQ6ABtlcPs8H/WmU6ZM/zrthoNhg4EThfxzZ7yiatK4\n7suZoGMIdMV4W81ADVQdVQp4KQcuZFtBYRv5j7M4+4z3VR/z+JelrtDYGpqN18Zx\npphAuCNysRsFNz30acsLk83gMLdQHik+79M4Y6DRAoGAHsRrrYiKrW2DOtb6+KiM\n5O7YtJ59loe/PvELbzmu5/iJvDQuurIvMcniFpFv+em8Q0mSGIMEnLUva9qvs+kh\nrUuVG4vyghMbt2NLO5ZE3v8hPUvSsAq3iT3HZQD6Ygh42uHIHigg+mG+RhLnxC6K\nrFxr7LQ1ptjZXqgJiuxZqrkCgYBhT7DOMJbkUsRCgCOsiQL4HiBMEzTBSHk8zqfz\nICO6CBfCEU3kzqtYSEIoV6POxmvULCIQBrSq8MvqyXdwFeb9lXGTGDv73hY505Al\nZJsxpKRoGshfjKSi3RDYe+uE0WywNlcvyTEoV7yNCM+qGqWvvlNe4vjSWF+nhd1m\neKpSQQKBgQCl2nkqUA7BpHywhTghJbG/b4egt1n4P+zeO8TR4voj/mLdP4aX6KQb\n3ncg/rX/+hS6X+rWx9f/nQhrNBQrtNTPIr5GhqUmcxO8cNx8PtfM/znZO5PIvMDi\nNRQHmyWznfVlWimIibxXsH6vTHBBhfY0ogB7SGRP3qOYUPhr8jMu0Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1024608234", "fingerprint": "ba:90:bb:fa:f8:9a:40:0f:09:7e:05:cc:b9:f0:d9:3e"}} 2018-08-12 21:21:51,937 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 1.136s 2018-08-12 21:21:51,937 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1413011259", "security_groups": ["a2385ce4-e558-420c-900b-cad9bd425a15"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:21:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ea7f865-1230-4669-8b36-278e6e5af184'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:21:51Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"aac0534d-953d-48f2-a539-252f7fc38695","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:21:51Z","name":"tempest-port-smoke-1413011259","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1e:6f:5f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c0f58db3-f95c-42fa-9359-d85924bf4725","ip_address":"10.101.11.10"}],"id":"7c4f210b-9d88-45cb-b8f0-2ff56a03f38d","security_groups":["a2385ce4-e558-420c-900b-cad9bd425a15"],"device_id":""}} 2018-08-12 21:21:54,995 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 3.056s 2018-08-12 21:21:54,995 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-1024608234", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "aac0534d-953d-48f2-a539-252f7fc38695", "port": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-2820d773-2717-42fd-b8c7-c25909938bcc', 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2820d773-2717-42fd-b8c7-c25909938bcc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "adminPass": "cWYr5wV2bJms"}} 2018-08-12 21:21:55,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.669s 2018-08-12 21:21:55,670 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-6ce672e8-cbef-4fa4-a598-8f76bc351f53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ce672e8-cbef-4fa4-a598-8f76bc351f53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:21:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:57,391 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.706s 2018-08-12 21:21:57,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': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-b342c013-bfd8-436d-83c1-69962f719b10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b342c013-bfd8-436d-83c1-69962f719b10'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:59,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.955s 2018-08-12 21:21:59,363 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-d58ef4e2-1669-401f-8ec4-49dcc4e3b314', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:21:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d58ef4e2-1669-401f-8ec4-49dcc4e3b314'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:21:59,379 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:22:01,542 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 1.161s 2018-08-12 21:22:01,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-7572bfb5-f29e-41d5-861d-a6d90229649f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7572bfb5-f29e-41d5-861d-a6d90229649f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:03,165 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.605s 2018-08-12 21:22:03,165 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-3c86e5cf-3d3b-4a1a-abae-847f6b4aae8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c86e5cf-3d3b-4a1a-abae-847f6b4aae8d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:21:58Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:05,057 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.874s 2018-08-12 21:22:05,057 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-b98c9ae1-b95c-49cc-815d-c0c5fc3a80f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b98c9ae1-b95c-49cc-815d-c0c5fc3a80f3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:05,071 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:22:05,878 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.806s 2018-08-12 21:22:05,879 63 DEBUG [tempest.lib.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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-e3bffe36-e734-40fd-92fb-ddc02932eb51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e3bffe36-e734-40fd-92fb-ddc02932eb51'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:02Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:05,892 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 5ece96c1-33a3-4ea5-ae93-dda22ecd946e with status: ACTIVE 2018-08-12 21:22:06,729 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/ports 0.836s 2018-08-12 21:22:06,730 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-265916999", "security_groups": ["a2385ce4-e558-420c-900b-cad9bd425a15"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6142f3b-d8e8-43f4-ac36-f8853ae7486c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:22:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7f227922-d98c-4413-87a8-6aad8feba541","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:22:06Z","name":"tempest-port-smoke-265916999","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:02:fd:db","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"c62032eb-e838-4c88-89f8-baf666b0ffe1","ip_address":"10.102.21.20"}],"id":"54495b44-5876-427f-955b-b793ce5699b2","security_groups":["a2385ce4-e558-420c-900b-cad9bd425a15"],"device_id":""}} 2018-08-12 21:22:10,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.23:8774/v2.1/servers 4.059s 2018-08-12 21:22:10,791 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-1024608234", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "7f227922-d98c-4413-87a8-6aad8feba541", "port": "54495b44-5876-427f-955b-b793ce5699b2"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-03ab44fa-fe50-409c-9c8c-26441cf8eb0b', 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-03ab44fa-fe50-409c-9c8c-26441cf8eb0b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "14c04630-7b4f-499b-b713-668282ed5a78", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "adminPass": "3m8ZfWFwrdTK"}} 2018-08-12 21:22:11,131 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.336s 2018-08-12 21:22:11,132 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-5137999e-96ac-454c-8585-680b10e0b2a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5137999e-96ac-454c-8585-680b10e0b2a0'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:22:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:12,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.330s 2018-08-12 21:22:12,479 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-cd05400f-ba07-4020-88d4-04ccd4df78fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cd05400f-ba07-4020-88d4-04ccd4df78fd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:22:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:14,267 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.765s 2018-08-12 21:22:14,268 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-fabd4664-6f6d-42db-8114-a8101a939dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fabd4664-6f6d-42db-8114-a8101a939dad'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:15,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.091s 2018-08-12 21:22:15,376 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4b808aec-98b2-4232-9f58-e97c77ea4100', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b808aec-98b2-4232-9f58-e97c77ea4100'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:15,390 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:22:16,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.444s 2018-08-12 21:22:16,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-b6fd415b-7e2a-487f-810b-bc7470a57aa0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b6fd415b-7e2a-487f-810b-bc7470a57aa0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:18,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.072s 2018-08-12 21:22:18,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4b1351fd-5ecc-4954-9e2e-ca8cc9e2dc30', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b1351fd-5ecc-4954-9e2e-ca8cc9e2dc30'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:22:14Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:21,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.247s 2018-08-12 21:22:21,187 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-4dca9f19-1824-4ae0-a697-c0f38f11e7ad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4dca9f19-1824-4ae0-a697-c0f38f11e7ad'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:21,201 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-12 21:22:21,893 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.691s 2018-08-12 21:22:21,894 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-559305ba-949b-4caa-a55f-51d887270391', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:22:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-559305ba-949b-4caa-a55f-51d887270391'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:22:19Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:22:21,909 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 14c04630-7b4f-499b-b713-668282ed5a78 with status: ACTIVE 2018-08-12 21:22:22,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.286s 2018-08-12 21:22:22,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7307dbb-68bb-4a74-be94-681952619723'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "4483e14f-78b9-4f9a-b69b-6aaec31f5ce2"}} 2018-08-12 21:22:22,848 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations 0.651s 2018-08-12 21:22:22,849 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations', u'date': 'Sun, 12 Aug 2018 21:22:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f56ab6f-0b60-448f-a23b-986899887fa6'} Body: {"network_association": {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "id": "6e02dd08-ad83-42d6-8006-3d93db58a571"}} 2018-08-12 21:22:23,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations 0.685s 2018-08-12 21:22:23,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4483e14f-78b9-4f9a-b69b-6aaec31f5ce2/network_associations', u'date': 'Sun, 12 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a1f1cce-874d-4877-9c6c-70d13fb4f57e'} Body: {"network_association": {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "id": "bda885ae-642b-4158-8f55-b0f7a6f4022e"}} 2018-08-12 21:22:23,536 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:22:23,716 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/routers 0.179s 2018-08-12 21:22:23,717 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1108727461", "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': 'Sun, 12 Aug 2018 21:22:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-114551c6-f6cf-4789-a4f4-a9c236bd8b3e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:23Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:23Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0a67a757-83d6-4866-aae3-f64937debbf2", "name": "tempest-router--1108727461"}} 2018-08-12 21:22:25,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2 1.514s 2018-08-12 21:22:25,233 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2', u'date': 'Sun, 12 Aug 2018 21:22:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bffefb97-068e-4734-86ca-9ef18ccf20c5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:23Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:24Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0a67a757-83d6-4866-aae3-f64937debbf2", "name": "tempest-router--1108727461"}} 2018-08-12 21:22:27,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/add_router_interface 2.002s 2018-08-12 21:22:27,237 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:22:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1ff39d28-e8a4-4f27-acb2-967d91e6912c'} Body: {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1", "subnet_ids": ["c62032eb-e838-4c88-89f8-baf666b0ffe1"], "port_id": "f12e411f-8c75-41a5-83a4-753275bd77bc", "id": "0a67a757-83d6-4866-aae3-f64937debbf2"} 2018-08-12 21:22:27,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/routers 0.151s 2018-08-12 21:22:27,389 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--105794920", "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': 'Sun, 12 Aug 2018 21:22:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-658b71e7-0c21-4ee5-873c-38c52e2a7cf4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:27Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:27Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e2142838-034c-4d68-b144-300bb1c26bdc", "name": "tempest-router--105794920"}} 2018-08-12 21:22:28,867 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc 1.476s 2018-08-12 21:22:28,868 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc', u'date': 'Sun, 12 Aug 2018 21:22:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cae59859-5a79-4064-8d6c-ff4387f9d96e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:27Z", "admin_state_up": true, "updated_at": "2018-08-12T21:22:28Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e2142838-034c-4d68-b144-300bb1c26bdc", "name": "tempest-router--105794920"}} 2018-08-12 21:22:30,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/add_router_interface 2.111s 2018-08-12 21:22:30,981 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:22:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a54da0da-7d3d-417f-b368-b167c829da8b'} Body: {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725", "subnet_ids": ["c0f58db3-f95c-42fa-9359-d85924bf4725"], "port_id": "53309081-1c2d-4d08-8456-c6ff90a4d849", "id": "e2142838-034c-4d68-b144-300bb1c26bdc"} 2018-08-12 21:22:33,222 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.23:9696/v2.0/floatingips 2.239s 2018-08-12 21:22:33,222 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:22:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f888dd76-5e72-4bdf-8ec0-4be233a3e718'} Body: {"floatingip": {"router_id": "e2142838-034c-4d68-b144-300bb1c26bdc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:22:31Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "7c4f210b-9d88-45cb-b8f0-2ff56a03f38d", "id": "6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:22:31Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:22:33,224 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:22:49,258 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:22:49,325 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:22:49,354 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:22:49,470 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-12 21:22:49,471 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:22:49,473 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:22:49,535 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:22:49,537 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:22:54,544 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:22:54,545 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 21:24:04,605 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-12 21:24:04,606 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:24:04,609 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:24:04,674 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:24:04,705 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:24:09,713 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:24:09,713 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 21:25:19,780 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:25:19,781 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-12 21:25:19,781 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19,786 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:19,884 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:19,914 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:19,919 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:25:19,920 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9f:67:16 [ether] on eth0 2018-08-12 21:25:19,920 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-12 21:25:19,921 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19,923 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:19,984 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:19,987 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:19,995 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:25:19,996 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-12 21:25:19,996 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:19,998 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20,060 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:20,064 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:20,070 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-12 21:25:20,071 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:20,073 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20,134 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:20,137 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:20,142 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:25:20,143 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9f:67:16 [ether] on eth0 2018-08-12 21:25:20,143 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-12 21:25:20,143 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:25:20,145 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:25:20,204 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:25:20,210 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:25:25,217 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:25:25,218 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 21:26:35,269 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-12 21:26:35,270 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-12 21:26:35,274 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:26:35,374 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:26:35,402 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-12 21:26:40,410 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.200 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-12 21:26:40,411 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-12 21:27:50,478 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:27:50,479 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.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:27:50.479 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-12 21:27:50.479 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:27:51,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5 1.476s 2018-08-12 21:27:51,957 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/6e939c6c-21fc-46c6-89ae-8a64a5c1e6e5', u'date': 'Sun, 12 Aug 2018 21:27:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a5317728-7d52-4cd4-a079-6ca185105f45'} Body: 2018-08-12 21:27:53,944 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/remove_router_interface 1.985s 2018-08-12 21:27:53,944 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:27:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f7bb8c75-df69-4ec8-878e-c4272c2f5558'} Body: {"network_id": "aac0534d-953d-48f2-a539-252f7fc38695", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c0f58db3-f95c-42fa-9359-d85924bf4725", "subnet_ids": ["c0f58db3-f95c-42fa-9359-d85924bf4725"], "port_id": "53309081-1c2d-4d08-8456-c6ff90a4d849", "id": "e2142838-034c-4d68-b144-300bb1c26bdc"} 2018-08-12 21:27:55,703 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc 1.758s 2018-08-12 21:27:55,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e2142838-034c-4d68-b144-300bb1c26bdc', u'date': 'Sun, 12 Aug 2018 21:27:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-51a08d43-5c22-4694-8b7d-322c3ed6aaaa'} Body: 2018-08-12 21:27:57,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/remove_router_interface 1.930s 2018-08-12 21:27:57,635 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:27:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fea1790d-43d2-4c7d-8b15-5c632fb484fb'} Body: {"network_id": "7f227922-d98c-4413-87a8-6aad8feba541", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "c62032eb-e838-4c88-89f8-baf666b0ffe1", "subnet_ids": ["c62032eb-e838-4c88-89f8-baf666b0ffe1"], "port_id": "f12e411f-8c75-41a5-83a4-753275bd77bc", "id": "0a67a757-83d6-4866-aae3-f64937debbf2"} 2018-08-12 21:27:59,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2 1.696s 2018-08-12 21:27:59,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0a67a757-83d6-4866-aae3-f64937debbf2', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e077891f-dbd6-4620-94d6-9317d4e03137'} Body: 2018-08-12 21:27:59,739 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.406s 2018-08-12 21:27:59,740 63 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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-8d53c1a5-77cf-47c4-9565-900d21f4afa1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d53c1a5-77cf-47c4-9565-900d21f4afa1'} Body: 2018-08-12 21:28:00,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 1.185s 2018-08-12 21:28:00,927 63 DEBUG [tempest.lib.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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-3f796ffb-e9b4-48ed-b3b9-6b22e6e6739b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:27:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f796ffb-e9b4-48ed-b3b9-6b22e6e6739b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1837168072": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:fd:db", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/14c04630-7b4f-499b-b713-668282ed5a78", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:19.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "14c04630-7b4f-499b-b713-668282ed5a78", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:27:59Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-2", "created": "2018-08-12T21:22:10Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:01,994 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/14c04630-7b4f-499b-b713-668282ed5a78 0.052s 2018-08-12 21:28:01,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/14c04630-7b4f-499b-b713-668282ed5a78', u'x-compute-request-id': 'req-b6d96a2c-50a9-4477-b59e-fa5e954d5c08', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:01 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b6d96a2c-50a9-4477-b59e-fa5e954d5c08'} Body: {"itemNotFound": {"message": "Instance 14c04630-7b4f-499b-b713-668282ed5a78 could not be found.", "code": 404}} 2018-08-12 21:28:03,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/54495b44-5876-427f-955b-b793ce5699b2 1.096s 2018-08-12 21:28:03,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/ports/54495b44-5876-427f-955b-b793ce5699b2', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-826a164d-ebc7-4aeb-8397-6060d6291ea9'} Body: 2018-08-12 21:28:03,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.172s 2018-08-12 21:28:03,267 63 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-60bf8b2c-2037-40b6-96a9-ec39c219f079', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60bf8b2c-2037-40b6-96a9-ec39c219f079'} Body: 2018-08-12 21:28:04,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 1.168s 2018-08-12 21:28:04,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': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-a541dc34-f525-4971-9897-93fd08228cbc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a541dc34-f525-4971-9897-93fd08228cbc'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-810311401": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:6f:5f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:22:02.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "5ece96c1-33a3-4ea5-ae93-dda22ecd946e", "security_groups": [{"name": "tempest-secgroup-smoke-645698855"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:03Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1024608234", "name": "server-1", "created": "2018-08-12T21:21:54Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:05,507 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/5ece96c1-33a3-4ea5-ae93-dda22ecd946e 0.055s 2018-08-12 21:28:05,508 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/5ece96c1-33a3-4ea5-ae93-dda22ecd946e', u'x-compute-request-id': 'req-35913f20-e78f-4ff2-8d82-7c07f9810125', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:05 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-35913f20-e78f-4ff2-8d82-7c07f9810125'} Body: {"itemNotFound": {"message": "Instance 5ece96c1-33a3-4ea5-ae93-dda22ecd946e could not be found.", "code": 404}} 2018-08-12 21:28:06,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/7c4f210b-9d88-45cb-b8f0-2ff56a03f38d 0.920s 2018-08-12 21:28:06,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/ports/7c4f210b-9d88-45cb-b8f0-2ff56a03f38d', u'date': 'Sun, 12 Aug 2018 21:28:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b6037ae-708f-4574-9674-95531298f1a2'} Body: 2018-08-12 21:28:06,477 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-1024608234 0.047s 2018-08-12 21:28:06,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': '202', u'content-length': '0', 'content-location': 'http://172.30.9.23:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1024608234', u'x-compute-request-id': 'req-94998749-c3ad-4961-9168-9331e13b5d2c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94998749-c3ad-4961-9168-9331e13b5d2c'} Body: 2018-08-12 21:28:09,255 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c62032eb-e838-4c88-89f8-baf666b0ffe1 2.776s 2018-08-12 21:28:09,256 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c62032eb-e838-4c88-89f8-baf666b0ffe1', u'date': 'Sun, 12 Aug 2018 21:28:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-57855cb5-db14-4216-8a08-921a1571af8c'} Body: 2018-08-12 21:28:10,834 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/7f227922-d98c-4413-87a8-6aad8feba541 1.577s 2018-08-12 21:28:10,835 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7f227922-d98c-4413-87a8-6aad8feba541', u'date': 'Sun, 12 Aug 2018 21:28:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-993766a2-aada-4feb-81d4-680c1871a222'} Body: 2018-08-12 21:28:13,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/c0f58db3-f95c-42fa-9359-d85924bf4725 2.959s 2018-08-12 21:28:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/c0f58db3-f95c-42fa-9359-d85924bf4725', u'date': 'Sun, 12 Aug 2018 21:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-292680d4-2ba2-487c-983e-681ad93b2ce4'} Body: 2018-08-12 21:28:15,280 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/aac0534d-953d-48f2-a539-252f7fc38695 1.482s 2018-08-12 21:28:15,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/networks/aac0534d-953d-48f2-a539-252f7fc38695', u'date': 'Sun, 12 Aug 2018 21:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2ef664e3-cd1e-43f8-a642-62d6a510e404'} Body: 2018-08-12 21:28:15,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/a2385ce4-e558-420c-900b-cad9bd425a15 0.480s 2018-08-12 21:28:15,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/security-groups/a2385ce4-e558-420c-900b-cad9bd425a15', u'date': 'Sun, 12 Aug 2018 21:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5601d286-b977-4b17-8f3e-73a4ba117c0d'} 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-12 21:28:16,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.593s 2018-08-12 21:28:16,382 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-322912242 description", "name": "tempest-secgroup-smoke-322912242"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25da508c-ebca-43b9-86ce-0c82471d0232'} Body: {"security_group": {"description": "tempest-secgroup-smoke-322912242 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:16Z", "updated_at": "2018-08-12T21:28:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:28:16Z", "revision_number": 0, "id": "161eab8a-81c6-4e28-98e8-dc90167041c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:28:16Z", "revision_number": 0, "id": "54bf444b-ac87-4144-b3b8-c0e7654cc76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "332e8644-2947-46c9-bb96-a2a955984e8d", "name": "tempest-secgroup-smoke-322912242"}} 2018-08-12 21:28:16,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.291s 2018-08-12 21:28:16,675 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22a39b06-74ea-446c-bc31-bffb674671c6'} 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-12T21:28:16Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:16Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "2f8aba08-7261-4687-80df-39450f06fd31"}} 2018-08-12 21:28:17,123 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-12 21:28:17,124 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5108bcf0-b4bf-4c9e-8441-3140b6fe01be'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "fb35f9cd-3b70-4124-b257-61626570fcc3"}} 2018-08-12 21:28:17,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.405s 2018-08-12 21:28:17,530 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d4b7ffe-f236-42ca-8eae-93b5a8b378fa'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "608f5584-ca18-4057-beb9-1c58554e9f35"}} 2018-08-12 21:28:17,979 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-12 21:28:17,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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc1709f9-a005-4f44-9a16-e44bf69f0297'} 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-12T21:28:17Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:17Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "4bafdd9d-5ad5-494e-a9fc-0c1fbb8190b6"}} 2018-08-12 21:28:18,459 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.478s 2018-08-12 21:28:18,459 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bb679ff-3533-4d53-9a72-46224ba8bbf2'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7748fba6-0f0d-40ba-b19d-7afc88be33dc"}} 2018-08-12 21:28:18,668 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-12 21:28:18,668 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8b4fadd-2f1b-45aa-907e-b8ae024302ab'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "244986d9-d82e-4659-98e2-d7805eac26fe"}} 2018-08-12 21:28:18,873 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-12 21:28:18,873 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b98930c9-8e13-4202-bde0-8ff8d20d4067'} 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-12T21:28:18Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:18Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "35374db1-cd14-403a-8dde-0f89b666ce9f"}} 2018-08-12 21:28:19,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.674s 2018-08-12 21:28:19,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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "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': 'Sun, 12 Aug 2018 21:28:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62904e18-a92c-474c-b68a-7466a8cda007'} 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-12T21:28:19Z", "security_group_id": "332e8644-2947-46c9-bb96-a2a955984e8d", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:19Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "3db618b1-fd6e-4282-8b4d-35cd64744bb5"}} 2018-08-12 21:28:20,062 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.512s 2018-08-12 21:28:20,062 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-235006864"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:28:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a66d9cd0-3c05-4a01-8d46-bfe8c139f131'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:28:19Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"a2847489-d531-4aec-a9c7-375d71975a10","name":"tempest-A-235006864"}} 2018-08-12 21:28:20,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 0.627s 2018-08-12 21:28:20,691 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "name": "tempest-subnet-A-1-155452467"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:28:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-775128b5-4275-4b83-ab48-197840dfa2c5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2847489-d531-4aec-a9c7-375d71975a10","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:20Z","dns_nameservers":[],"updated_at":"2018-08-12T21:28: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":"01ace95cf526467b9409c6248a7c6876","id":"d01c297c-e5c6-433d-81a2-3b4a1f94acc2","subnetpool_id":null,"name":"tempest-subnet-A-1-155452467"}} 2018-08-12 21:28:21,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/networks 0.435s 2018-08-12 21:28:21,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-79914400"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:28:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1cf5f8c6-190e-441f-bbea-268130ffec8f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:28:20Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"c53d7a95-8aca-4298-9287-3750b9c026e3","name":"tempest-B-79914400"}} 2018-08-12 21:28:22,164 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.035s 2018-08-12 21:28:22,165 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "name": "tempest-subnet-B-1-1377470935"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:28:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b8110f0d-b3d6-46f3-9b37-6d0edb962209'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c53d7a95-8aca-4298-9287-3750b9c026e3","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:28:21Z","dns_nameservers":[],"updated_at":"2018-08-12T21:28:21Z","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":"01ace95cf526467b9409c6248a7c6876","id":"d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f","subnetpool_id":null,"name":"tempest-subnet-B-1-1377470935"}} 2018-08-12 21:28:22,339 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.173s 2018-08-12 21:28:22,340 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1657098729", "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': 'Sun, 12 Aug 2018 21:28:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32d5ea61-cdd5-4896-91a6-8d9b8a47df60'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:22Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:22Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0", "name": "tempest-router--1657098729"}} 2018-08-12 21:28:24,228 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0 1.887s 2018-08-12 21:28:24,229 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0', u'date': 'Sun, 12 Aug 2018 21:28:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-28664480-f7dc-4213-9197-b111d17a12b1'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:22Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:23Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0", "name": "tempest-router--1657098729"}} 2018-08-12 21:28:26,967 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/add_router_interface 2.737s 2018-08-12 21:28:26,968 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:28:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f7909f9-8e5d-403e-899f-c9a7ebf58b5c'} Body: {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f", "subnet_ids": ["d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"], "port_id": "d97e6fa7-69fe-4005-9069-8609b1958190", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0"} 2018-08-12 21:28:27,423 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns 0.454s 2018-08-12 21:28:27,423 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:28:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d891cb3d-7826-4e09-8f9c-2136ad1403ed'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "4f67febd-1af2-4b3a-8c9c-34fb42c84c9f"}} 2018-08-12 21:28:27,837 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations 0.412s 2018-08-12 21:28:27,838 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations', u'date': 'Sun, 12 Aug 2018 21:28:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e591fbe5-7c30-47f7-a840-e349b9a094e6'} Body: {"network_association": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "id": "84aa6700-cccc-4ddf-ba07-946a2e13ad97"}} 2018-08-12 21:28:28,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations 0.639s 2018-08-12 21:28:28,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/4f67febd-1af2-4b3a-8c9c-34fb42c84c9f/network_associations', u'date': 'Sun, 12 Aug 2018 21:28:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f57aa4cd-3525-4171-85d2-037391156e0c'} Body: {"network_association": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "id": "6b8b7725-4f69-48b3-9523-89b2cf61db83"}} 2018-08-12 21:28:28,479 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:28:28,669 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.188s 2018-08-12 21:28:28,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-2010590478"}} 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-d3378ad1-419d-4ed8-970a-2a02554d9a72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3378ad1-419d-4ed8-970a-2a02554d9a72'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZ9aLf0q1c8qsDRyLATsgI7KQsyaZGxPjXcS+YXiF6xiMcwMf1rUpXR/axFzd+Tp9g2GnieeQdDqhNzz5tcKpvyUqs3VWB+S8aPmgwAX594Q+pLF3nzXP9TaKjlksbcEgc0IvB6a0J2I9j3KhdgtjFHYRDAqcGVdMzchj3Z3vjsgnvsDGtI4GFY2HQTSXaDCBO/p+bNSXQ0vF7Fc+GjdzPnrTtrHrASv8gBxBwbHkpHfV2GHmHdFB4q0Ek4K2Cp47/BBT/12PzuKk0GS23HLtFf5K+D5o83YlHWVCRR67mZL/KxKzYGvJkYjIjU5dM7JOPPPVyLeM4H3QMgatFJbd3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAmfWi39KtXPKrA0ciwE7ICOykLMmmRsT413EvmF4hesYjHMDH\n9a1KV0f2sRc3fk6fYNhp4nnkHQ6oTc8+bXCqb8lKrN1VgfkvGj5oMAF+feEPqSxd\n581z/U2io5ZLG3BIHNCLwemtCdiPY9yoXYLYxR2EQwKnBlXTM3IY92d747IJ77Ax\nrSOBhWNh0E0l2gwgTv6fmzUl0NLxexXPho3cz5607ax6wEr/IAcQcGx5KR31dhh5\nh3RQeKtBJOCtgqeO/wQU/9dj87ipNBkttxy7RX+Svg+aPN2JR1lQkUeu5mS/ysSs\n2BryZGIyI1OXTOyTjzz1ci3jOB90DIGrRSW3dwIDAQABAoIBADfJ7s80RGXd+WIi\nsNEGuy2gso0YNQyH67QF671GvtMCYU7V/J9lv/6IsTfSteUrEE3DnfrXOHXfDdXE\nN1bo8Jm5Uzn4qjeC2DKmUpKyt+ddWpNu5EhPBqzPKRQmLekvcrIeT8ZgqrdapfsF\nxmy8MVicLYUqvONqzjFiMvHTqe0D0vPsFo7Cdqrmo6OCdiO03ScAAKMw65+Y4VTN\n/K1yVixeOpFy4rDARPLb8Ua9vov17xJKVbNDgJJsfeaFq84rA1neAy7j41P78BSD\nC3w+uauqz16leljUo+MqbSgUdNgyA22iS+WUKVVluVeRD/JIuIbG5DfUTwlCit/N\nczEZRmECgYEAyuWurJElr8Dk1fWGcqOWqzSD1Eifb4xCWmUKMysg7hp9h13ls2g1\nb9/fCEJ4Z/V9ue4kCRIQ3kfrIBT4y5u9ypXx8//9u62tMqt8yOkJ/0Mx3hOTuACD\nQXk64vMVFguFw6/QNsbzIHLioVlo+wXA6p7nKJ/zezZf9z5yNcqhMO0CgYEAwkEU\nbDLge5mpo2rx40+FnjKdNRptMUgucLwbCBNXKUcVoij2z+3DUAD6ELAvQZs8mBAc\nXjOpWCstN8DqZsEyRxiNWlao3YcInc+COGZN1Jq5uvIYnLPN60XhMfTvwISO6oQw\n2uGuMSJc3jehI+VIQstYT9TwYej6/anhM93REXMCgYEAwCUjdmk+t2KFU9pgqNAj\nL59b+P2Nf6XkcJafQjXlyZdsqXVSwsQ9VuU74iaQwGLL3fiYR77EGr0g/hDeTHQB\nGIlHyTr0n3eqPgII+ns27HZGE3mWuvpBUw/rpGFv5qCi3N7y3+0o8eHandJ+iLq6\nJ3a0ktRnUJf96bdJkYeDf0ECgYANVQ4jxvIlSYydDLABW+ndy7eCd4fbBAs77Y0l\nZr5qtNhFQu59ouHu0cJX9t+nbxIflat8w6rxxDTcSL9NwiDDRGofMydv3N64hg93\n832QA/aPYCJUTvrpFOi51wfFfNOaQOxheW/NK4CYN9U1c30cKHytLf45mhXv5wLv\n3l+FBQKBgGxp1aLvvo1b3FlvBvr+Y++TbKqiNPCk7Sxx5T6XgpqbUWqQHwtcHi+2\ny2WHRL9iukxsmqcq64Z8yr42tWVlQ2mpmLNugG1a6O/rT85t4dLdVfsiXLYjKUMh\n1FvjqQ6749FeRJgLcIKFeXbk2/xyak4Enpfi7QfEqRA3EZofeNAu\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-2010590478", "fingerprint": "10:97:28:c6:1c:a5:89:c0:23:a6:d4:43:9d:6a:18:fa"}} 2018-08-12 21:28:29,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 1.244s 2018-08-12 21:28:29,920 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1324236794", "security_groups": ["332e8644-2947-46c9-bb96-a2a955984e8d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fd70d0aa-2efa-4d05-88e4-896181f99207'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:28:29Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2847489-d531-4aec-a9c7-375d71975a10","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:28:29Z","name":"tempest-port-smoke-1324236794","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:38:d8:a3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"d01c297c-e5c6-433d-81a2-3b4a1f94acc2","ip_address":"10.101.11.10"}],"id":"cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9","security_groups":["332e8644-2947-46c9-bb96-a2a955984e8d"],"device_id":""}} 2018-08-12 21:28:33,234 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 3.313s 2018-08-12 21:28:33,234 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-2010590478", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "a2847489-d531-4aec-a9c7-375d71975a10", "port": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-e329605c-2d0e-479c-a515-23315876b8cb', 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e329605c-2d0e-479c-a515-23315876b8cb'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "adminPass": "9FWbUjqhCsuR"}} 2018-08-12 21:28:33,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.720s 2018-08-12 21:28:33,962 63 DEBUG [tempest.lib.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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-deac5225-8b22-4f20-b5d8-58cee6235bda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-deac5225-8b22-4f20-b5d8-58cee6235bda'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:35,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.321s 2018-08-12 21:28:35,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': '1262', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-0106546a-1a39-4954-b7da-9021e11f540b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0106546a-1a39-4954-b7da-9021e11f540b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:37,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.999s 2018-08-12 21:28:37,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-cdee42d5-042e-4ccc-b186-a7d5f6a206a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdee42d5-042e-4ccc-b186-a7d5f6a206a4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:37,324 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:28:39,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.848s 2018-08-12 21:28:39,175 63 DEBUG [tempest.lib.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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-5501fe89-c45c-4fa4-834a-650a5bce80fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5501fe89-c45c-4fa4-834a-650a5bce80fb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:41,046 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.855s 2018-08-12 21:28:41,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': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-12365bb5-b60d-4def-8518-55ab4fc81dc3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12365bb5-b60d-4def-8518-55ab4fc81dc3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:43,018 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.955s 2018-08-12 21:28:43,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-2dc6b7a0-600f-430d-b5ec-d0329690e053', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2dc6b7a0-600f-430d-b5ec-d0329690e053'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:36Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:44,910 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.878s 2018-08-12 21:28:44,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-9dca3294-33c0-411a-8e96-81de3e9e9b4a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9dca3294-33c0-411a-8e96-81de3e9e9b4a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:44,923 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2018-08-12 21:28:45,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.935s 2018-08-12 21:28:45,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': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-369fb046-2a9b-4370-b6bc-d907eb0db657', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-369fb046-2a9b-4370-b6bc-d907eb0db657'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:42Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:45,874 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 794f2251-2b32-40a3-8e27-cf18492d5968 with status: ACTIVE 2018-08-12 21:28:46,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/ports 0.827s 2018-08-12 21:28:46,703 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1557264519", "security_groups": ["332e8644-2947-46c9-bb96-a2a955984e8d"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8772c5ef-1d2f-4b49-9389-334dc48ae27c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:28:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c53d7a95-8aca-4298-9287-3750b9c026e3","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:28:46Z","name":"tempest-port-smoke-1557264519","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e0:7e:59","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f","ip_address":"10.102.21.20"}],"id":"f50f9573-9714-42cb-9414-967283fd3a6e","security_groups":["332e8644-2947-46c9-bb96-a2a955984e8d"],"device_id":""}} 2018-08-12 21:28:49,550 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.23:8774/v2.1/servers 2.846s 2018-08-12 21:28:49,550 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-2010590478", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "c53d7a95-8aca-4298-9287-3750b9c026e3", "port": "f50f9573-9714-42cb-9414-967283fd3a6e"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-c707d736-1a44-497c-81f7-223a26382a09', 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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c707d736-1a44-497c-81f7-223a26382a09'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "adminPass": "i6UnRsJeNgvy"}} 2018-08-12 21:28:49,874 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.319s 2018-08-12 21:28:49,875 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-ddddf74f-321b-42ec-b695-ed50c65bceaf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ddddf74f-321b-42ec-b695-ed50c65bceaf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:50,945 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.054s 2018-08-12 21:28:50,946 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-77d74c21-d476-4302-850b-e898396c6a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-77d74c21-d476-4302-850b-e898396c6a73'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:28:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:52,771 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.808s 2018-08-12 21:28:52,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': '1258', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-92c846c5-584d-46a5-9fac-2c051fafcced', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-92c846c5-584d-46a5-9fac-2c051fafcced'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:52,788 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-12 21:28:55,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 1.639s 2018-08-12 21:28:55,429 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-29263088-3326-40d2-b877-83189daf03e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29263088-3326-40d2-b877-83189daf03e5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:52Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:55,443 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 6 second wait 2018-08-12 21:28:57,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.602s 2018-08-12 21:28:57,048 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-6f3c7d9b-6fa7-4a21-987f-72ff82efb932', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f3c7d9b-6fa7-4a21-987f-72ff82efb932'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:28:52Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:58,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.429s 2018-08-12 21:28:58,493 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-2714936e-e2db-4641-97f7-28e0eec1fbbd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2714936e-e2db-4641-97f7-28e0eec1fbbd'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:56Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:58,506 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:28:59,265 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.757s 2018-08-12 21:28:59,266 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-87a72456-7981-4a07-baff-bd5f993bde8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:28:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87a72456-7981-4a07-baff-bd5f993bde8b'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:28:56Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:28:59,279 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: f33fedd7-ad09-430d-9a93-5864631f2afb with status: ACTIVE 2018-08-12 21:28:59,435 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/routers 0.155s 2018-08-12 21:28:59,436 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1463551311", "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': 'Sun, 12 Aug 2018 21:28:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f48b1e4-73ef-4acf-9c2f-a6f4b3e19547'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:28:59Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "name": "tempest-router--1463551311"}} 2018-08-12 21:29:00,897 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f 1.460s 2018-08-12 21:29:00,898 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f', u'date': 'Sun, 12 Aug 2018 21:29:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5bbe229e-c461-4e60-b354-b3460bc052d0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:28:59Z", "admin_state_up": true, "updated_at": "2018-08-12T21:29:00Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "name": "tempest-router--1463551311"}} 2018-08-12 21:29:02,948 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/add_router_interface 2.048s 2018-08-12 21:29:02,948 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:29:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63f2e9ce-82eb-42ad-9da9-ef6e650de206'} Body: {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2", "subnet_ids": ["d01c297c-e5c6-433d-81a2-3b4a1f94acc2"], "port_id": "808a212c-9242-478f-9969-5e0f677586ed", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f"} 2018-08-12 21:29:04,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.933s 2018-08-12 21:29:04,883 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:29:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6450d83d-69a1-4afa-9834-86c6bd1161a6'} Body: {"floatingip": {"router_id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:29:03Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9", "id": "c54e34ca-2749-4abd-8e31-7c2b9808da36", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:29:03Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:29:04,884 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:29:20,920 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:29:21,024 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:29:21,048 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:29:21,163 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-12 21:29:21,163 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:29:21,165 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:29:21,226 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:29:21,229 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:29:26,237 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:29:26,237 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-12 21:30:36,308 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-12 21:30:36,310 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:30:36,313 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:30:36,376 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:30:36,377 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:30:41,385 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:30:41,385 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-12 21:31:51,445 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:31:51,446 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-12 21:31:51,447 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,451 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,550 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,579 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51,585 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:31:51,586 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:21:64:05 [ether] on eth0 2018-08-12 21:31:51,586 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-12 21:31:51,587 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,589 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,652 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,653 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51,663 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:31:51,664 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-12 21:31:51,664 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,667 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,727 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,731 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51,737 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-12 21:31:51,738 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,740 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,799 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,804 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:51,810 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:31:51,810 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:21:64:05 [ether] on eth0 2018-08-12 21:31:51,811 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-12 21:31:51,811 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:31:51,813 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:31:51,875 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:31:51,879 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:31:56,885 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:31:56,886 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-12 21:33:06,940 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-12 21:33:06,942 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:33:06,946 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:33:07,008 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:33:07,011 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:33:12,019 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) 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-12 21:33:12,020 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-12 21:34:22,090 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:34:22,091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:34:22.091 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-12 21:34:22.091 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:34:23,547 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/c54e34ca-2749-4abd-8e31-7c2b9808da36 1.453s 2018-08-12 21:34:23,547 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/c54e34ca-2749-4abd-8e31-7c2b9808da36', u'date': 'Sun, 12 Aug 2018 21:34:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5476cc51-9bd3-440f-a3b3-c2b02695141f'} Body: 2018-08-12 21:34:25,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/remove_router_interface 1.987s 2018-08-12 21:34:25,536 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:34:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa007b2d-05b8-4d20-9ac9-7137995bb52e'} Body: {"network_id": "a2847489-d531-4aec-a9c7-375d71975a10", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d01c297c-e5c6-433d-81a2-3b4a1f94acc2", "subnet_ids": ["d01c297c-e5c6-433d-81a2-3b4a1f94acc2"], "port_id": "808a212c-9242-478f-9969-5e0f677586ed", "id": "6994ee73-5ea4-4694-88a9-bd2bd5ed687f"} 2018-08-12 21:34:27,320 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f 1.782s 2018-08-12 21:34:27,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/6994ee73-5ea4-4694-88a9-bd2bd5ed687f', u'date': 'Sun, 12 Aug 2018 21:34:27 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1afa1089-875a-4ad5-930e-3e5742c24c3d'} Body: 2018-08-12 21:34:28,164 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.842s 2018-08-12 21:34:28,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', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-b7cc99c9-0873-43ba-8a8f-45b13c8d9094', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7cc99c9-0873-43ba-8a8f-45b13c8d9094'} Body: 2018-08-12 21:34:29,356 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 1.190s 2018-08-12 21:34:29,356 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-4841e728-a654-4833-8763-7631906399f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4841e728-a654-4833-8763-7631906399f5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-79914400": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:7e:59", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:34:28Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:34:31,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.631s 2018-08-12 21:34:31,005 63 DEBUG [tempest.lib.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/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-941ba21d-7a2f-4c56-ae56-7e9887ce3f9f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-941ba21d-7a2f-4c56-ae56-7e9887ce3f9f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f33fedd7-ad09-430d-9a93-5864631f2afb", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-12T21:28:56.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "f33fedd7-ad09-430d-9a93-5864631f2afb", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:34:30Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": "2018-08-12T21:34:30.000000", "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-2", "created": "2018-08-12T21:28:49Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:34:31,018 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-12 21:34:32,063 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb 0.043s 2018-08-12 21:34:32,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/f33fedd7-ad09-430d-9a93-5864631f2afb', u'x-compute-request-id': 'req-dc33a002-bb9b-4b46-b721-7828d70b8f80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-dc33a002-bb9b-4b46-b721-7828d70b8f80'} Body: {"itemNotFound": {"message": "Instance f33fedd7-ad09-430d-9a93-5864631f2afb could not be found.", "code": 404}} 2018-08-12 21:34:32,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/f50f9573-9714-42cb-9414-967283fd3a6e 0.894s 2018-08-12 21:34:32,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/f50f9573-9714-42cb-9414-967283fd3a6e', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3fa59b17-33bb-484d-8a21-eb0f11756cbb'} Body: 2018-08-12 21:34:33,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.353s 2018-08-12 21:34:33,314 63 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-1d5cf651-67e9-4e41-98d7-c641216c3401', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d5cf651-67e9-4e41-98d7-c641216c3401'} Body: 2018-08-12 21:34:34,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 1.574s 2018-08-12 21:34: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': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-4b8fce21-d039-42c2-9a55-f68187558817', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b8fce21-d039-42c2-9a55-f68187558817'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-235006864": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:d8:a3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/794f2251-2b32-40a3-8e27-cf18492d5968", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:28:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "794f2251-2b32-40a3-8e27-cf18492d5968", "security_groups": [{"name": "tempest-secgroup-smoke-322912242"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:34:33Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-2010590478", "name": "server-1", "created": "2018-08-12T21:28:33Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:34:35,959 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/794f2251-2b32-40a3-8e27-cf18492d5968 0.053s 2018-08-12 21:34:35,960 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/794f2251-2b32-40a3-8e27-cf18492d5968', u'x-compute-request-id': 'req-f2bd81d2-8011-42c6-971c-b13b6c690179', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:35 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f2bd81d2-8011-42c6-971c-b13b6c690179'} Body: {"itemNotFound": {"message": "Instance 794f2251-2b32-40a3-8e27-cf18492d5968 could not be found.", "code": 404}} 2018-08-12 21:34:36,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9 0.988s 2018-08-12 21:34:36,950 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/cb4b82b7-103c-4f74-a0fa-cd7fec0fdcd9', u'date': 'Sun, 12 Aug 2018 21:34:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-abbe1e17-9559-45e3-8c05-0d1f4ac157d5'} Body: 2018-08-12 21:34:36,985 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-2010590478 0.035s 2018-08-12 21:34:36,986 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-2010590478', u'x-compute-request-id': 'req-be948b58-4cd9-4afc-9105-c334cd66b2c5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:34:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be948b58-4cd9-4afc-9105-c334cd66b2c5'} Body: 2018-08-12 21:34:38,905 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/remove_router_interface 1.918s 2018-08-12 21:34:38,906 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:34:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1440c85e-4c22-4b57-b835-b3e5e7d47489'} Body: {"network_id": "c53d7a95-8aca-4298-9287-3750b9c026e3", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f", "subnet_ids": ["d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f"], "port_id": "d97e6fa7-69fe-4005-9069-8609b1958190", "id": "e3f002c8-6ce5-44b6-a432-de5882329bd0"} 2018-08-12 21:34:40,943 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/e3f002c8-6ce5-44b6-a432-de5882329bd0 2.035s 2018-08-12 21:34:40,944 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e3f002c8-6ce5-44b6-a432-de5882329bd0', u'date': 'Sun, 12 Aug 2018 21:34:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-578f2c17-535a-4178-9641-7e22ce38f8c3'} Body: 2018-08-12 21:34:43,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f 2.404s 2018-08-12 21:34:43,350 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d5bed1a3-15b1-45f5-a046-a0fbaa1c2c1f', u'date': 'Sun, 12 Aug 2018 21:34:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9e10efe-a4d3-4b9b-89c9-dfd4994abe0e'} Body: 2018-08-12 21:34:45,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/c53d7a95-8aca-4298-9287-3750b9c026e3 1.842s 2018-08-12 21:34:45,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/c53d7a95-8aca-4298-9287-3750b9c026e3', u'date': 'Sun, 12 Aug 2018 21:34:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-087ee366-d1fc-4290-9608-d4c3e991c7b7'} Body: 2018-08-12 21:34:47,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/d01c297c-e5c6-433d-81a2-3b4a1f94acc2 2.663s 2018-08-12 21:34:47,858 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/d01c297c-e5c6-433d-81a2-3b4a1f94acc2', u'date': 'Sun, 12 Aug 2018 21:34:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d5e5b464-3073-4372-a1aa-a19234bbb81b'} Body: 2018-08-12 21:34:49,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/a2847489-d531-4aec-a9c7-375d71975a10 1.866s 2018-08-12 21:34:49,727 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/a2847489-d531-4aec-a9c7-375d71975a10', u'date': 'Sun, 12 Aug 2018 21:34:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de00b892-11b4-4fcb-a777-a0f383c36535'} Body: 2018-08-12 21:34:50,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/332e8644-2947-46c9-bb96-a2a955984e8d 0.546s 2018-08-12 21:34:50,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/security-groups/332e8644-2947-46c9-bb96-a2a955984e8d', u'date': 'Sun, 12 Aug 2018 21:34:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b27c372a-c83f-42e5-8c33-f566d22ee5a1'} 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-12 21:34:50,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-groups 0.251s 2018-08-12 21:34:50,559 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "description": "tempest-secgroup-smoke-117443309 description", "name": "tempest-secgroup-smoke-117443309"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups', u'date': 'Sun, 12 Aug 2018 21:34:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a370320b-52cf-4722-ae46-208ad6f878ae'} Body: {"security_group": {"description": "tempest-secgroup-smoke-117443309 description", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:50Z", "updated_at": "2018-08-12T21:34:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:34:50Z", "revision_number": 0, "id": "39592cc4-eac3-4c43-96f5-c8da508bfafc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv4", "project_id": "01ace95cf526467b9409c6248a7c6876"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:34:50Z", "revision_number": 0, "id": "dc35c0f4-c0a6-472a-9aca-3cfd1c2cd1bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "port_range_min": null, "ethertype": "IPv6", "project_id": "01ace95cf526467b9409c6248a7c6876"}], "revision_number": 1, "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "name": "tempest-secgroup-smoke-117443309"}} 2018-08-12 21:34:51,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.486s 2018-08-12 21:34:51,048 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77b4707d-57fe-4ee1-8485-5d48f9b8e736'} 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-12T21:34:50Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:50Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5855c732-2857-4638-b6b5-44ab8dcfc9d6"}} 2018-08-12 21:34:51,315 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.266s 2018-08-12 21:34:51,315 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 22, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5398016-fa3a-411b-915c-03bfa013fe58'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 22, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0d302554-e570-4a9a-bcc4-0a4f4a17ae3a"}} 2018-08-12 21:34:51,518 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.201s 2018-08-12 21:34:51,519 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f269020-8e46-4fd9-a6dd-f914d29e8291'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9e7dca72-5120-478d-a9f4-21a84fa40b75"}} 2018-08-12 21:34:51,968 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-12 21:34:51,969 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": "01ace95cf526467b9409c6248a7c6876", "port_range_max": 80, "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f13fec3-b6cc-454c-a13b-a5be3189dd95'} 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-12T21:34:51Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": 80, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:51Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "f2f6e4b1-891d-4828-bea7-5846a560f2fc"}} 2018-08-12 21:34:52,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.454s 2018-08-12 21:34:52,425 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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "protocol": "icmp", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2c2424f4-a27e-429d-83fc-e9bc6c10f122'} 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-12T21:34:52Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:52Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "9713af57-9836-4758-ac75-314586183065"}} 2018-08-12 21:34:52,955 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.23:9696/v2.0/security-group-rules 0.528s 2018-08-12 21:34:52,956 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "protocol": "icmp", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.23:9696/v2.0/security-group-rules', u'date': 'Sun, 12 Aug 2018 21:34:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-353a723b-a14c-464e-b346-23bed040709f'} 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-12T21:34:52Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:52Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "5a4e8aa6-9d1c-4a4a-a6cb-e676f4537020"}} 2018-08-12 21:34:53,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.153s 2018-08-12 21:34:53,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": "01ace95cf526467b9409c6248a7c6876", "direction": "ingress", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7e4623bd-1698-40a4-95fd-43f62c127d1a'} 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-12T21:34:53Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:53Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0e3f8815-b40e-4d14-be0f-f756b6902171"}} 2018-08-12 21:34:53,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.202s 2018-08-12 21:34:53,315 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": "01ace95cf526467b9409c6248a7c6876", "direction": "egress", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "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': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf52d30c-d6f6-49d2-b993-63c910dd88ac'} 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-12T21:34:53Z", "security_group_id": "df6dd821-dbdd-40b9-9cf0-f97708115271", "port_range_min": null, "revision_number": 0, "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:53Z", "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "b390ba46-e679-4fda-a40e-d91e0ac66340"}} 2018-08-12 21:34:53,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.284s 2018-08-12 21:34:53,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-A-711784112"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:34:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7e4b1f1-fb39-4218-a6b6-5d02a1daf201'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:34:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","name":"tempest-A-711784112"}} 2018-08-12 21:34:54,876 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.273s 2018-08-12 21:34:54,876 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.101.11.0/24", "network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "name": "tempest-subnet-A-1-1923522902"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:34:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6116a87-4ca9-40b4-afb7-9b85d779177e'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:54Z","dns_nameservers":[],"updated_at":"2018-08-12T21:34:54Z","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":"01ace95cf526467b9409c6248a7c6876","id":"e22f4a69-cba6-4bbb-b4e2-370a937ef0d0","subnetpool_id":null,"name":"tempest-subnet-A-1-1923522902"}} 2018-08-12 21:34:55,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/networks 0.237s 2018-08-12 21:34:55,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-B-1365224077"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.23:9696/v2.0/networks', u'date': 'Sun, 12 Aug 2018 21:34:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4a40c1c5-7763-44fc-bda6-c32ff6fc1d85'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-12T21:34:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","id":"d67578f5-4b26-433d-83fc-f7c622baef9a","name":"tempest-B-1365224077"}} 2018-08-12 21:34:56,337 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/subnets 1.220s 2018-08-12 21:34:56,339 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": "01ace95cf526467b9409c6248a7c6876", "cidr": "10.102.21.0/24", "network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "name": "tempest-subnet-B-1-143672137"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets', u'date': 'Sun, 12 Aug 2018 21:34:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5a83840-4346-4293-b56f-bdb4f0ec47c0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d67578f5-4b26-433d-83fc-f7c622baef9a","tenant_id":"01ace95cf526467b9409c6248a7c6876","created_at":"2018-08-12T21:34:55Z","dns_nameservers":[],"updated_at":"2018-08-12T21:34:55Z","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":"01ace95cf526467b9409c6248a7c6876","id":"56e8b16c-b547-4bd5-8b55-fd483cf635e5","subnetpool_id":null,"name":"tempest-subnet-B-1-143672137"}} 2018-08-12 21:34:56,853 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.513s 2018-08-12 21:34:56,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "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': 'Sun, 12 Aug 2018 21:34:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b49a96c0-8503-4a42-a58e-2097c0135d3c'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "route_targets": ["64512:1"], "project_id": "01ace95cf526467b9409c6248a7c6876", "type": "l3", "id": "36034a13-8d3d-41bb-b164-ab8b1bd26028"}} 2018-08-12 21:34:57,577 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations 0.722s 2018-08-12 21:34:57,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations', u'date': 'Sun, 12 Aug 2018 21:34:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b3613a60-dd30-4e66-9286-68995d47776a'} Body: {"network_association": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "id": "aa70a4a5-f9d1-4203-a056-9f5e86da504f"}} 2018-08-12 21:34:58,685 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations 1.105s 2018-08-12 21:34:58,686 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/36034a13-8d3d-41bb-b164-ab8b1bd26028/network_associations', u'date': 'Sun, 12 Aug 2018 21:34:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffea23bd-9483-4185-adb4-c0c098e72cf1'} Body: {"network_association": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "id": "e3ceba27-9b4c-4e04-875b-57b65f77f01d"}} 2018-08-12 21:34:58,689 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-12 21:34:59,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.444s 2018-08-12 21:34:59,135 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--588879526", "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': 'Sun, 12 Aug 2018 21:34:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c75731e9-f57c-441b-b996-cb681ec73105'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:58Z", "admin_state_up": true, "updated_at": "2018-08-12T21:34:58Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3", "name": "tempest-router--588879526"}} 2018-08-12 21:35:00,794 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3 1.657s 2018-08-12 21:35:00,795 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3', u'date': 'Sun, 12 Aug 2018 21:35:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2637d9a5-d7f3-440b-8cdf-10e821eff8e7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:34:58Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:00Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3", "name": "tempest-router--588879526"}} 2018-08-12 21:35:03,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/add_router_interface 2.319s 2018-08-12 21:35:03,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:35:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fd4fb3d-7b1c-4a72-bd09-31db031cde71'} Body: {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5", "subnet_ids": ["56e8b16c-b547-4bd5-8b55-fd483cf635e5"], "port_id": "b73d3420-1921-4634-8e03-49b6c69d39f4", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3"} 2018-08-12 21:35:03,244 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.128s 2018-08-12 21:35:03,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1233142418"}} 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-fbffde32-d422-4d77-822d-3a93df1aa89c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbffde32-d422-4d77-822d-3a93df1aa89c'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDp8jGJy45kTqWjqKrd6GxM+anqYk4Xts666uxci+mx4zA5KzBbqdG2crZZPFkCHSCMioGV/flf3URKIvwsm1D4k9E7HDwYbTD+jPbZ91B6cVwakW652HfXlE0JWRnYtsCcz5lhi/0Ps2Cg+kdrhypZaOhXpKx3cMuZzSHIQHlErpeuVQeuAGdc3OA/d3AXsfyLj17utN15WCL1iFMsuWgOXsP3KfoPjLK2MlbNiLv38WyVmJrY+T1JgIES2TbgmLjdPTf9B2RIBKY/KSXbi3fTF0bZKVsXuiD6vLZJ5g0576/bUsV9LfFLkqOaBWKmh8opXbY++rGho1bfT5ybUABt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA6fIxicuOZE6lo6iq3ehsTPmp6mJOF7bOuursXIvpseMwOSsw\nW6nRtnK2WTxZAh0gjIqBlf35X91ESiL8LJtQ+JPROxw8GG0w/oz22fdQenFcGpFu\nudh315RNCVkZ2LbAnM+ZYYv9D7NgoPpHa4cqWWjoV6Ssd3DLmc0hyEB5RK6XrlUH\nrgBnXNzgP3dwF7H8i49e7rTdeVgi9YhTLLloDl7D9yn6D4yytjJWzYi79/FslZia\n2Pk9SYCBEtk24Ji43T03/QdkSASmPykl24t30xdG2SlbF7og+ry2SeYNOe+v21LF\nfS3xS5KjmgVipofKKV22PvqxoaNW30+cm1AAbQIDAQABAoIBAQC8d+YayYdMHePp\nRc9peH4PQS726P1as2Y2RV3nbLv3GDzYQYfywIt3PVDT8P8P6eE397lP2cxVw47p\nXufjE7kWmRb9VNDBKO5Ik82maUxHaB24NaOLSu25Gfs55bMh2JCxg7lgUYOsa2kU\nJqz03m5qm05alQpwKsmLfSuTBQXtImQ1yopBqISAfp91rYxCMnBLmCwAg1y5a1fe\nZiALX/p4jzYrHycT0seXkIySTC0BFmjIrP6Gf1zLqTRN9V/nYNTzb1bxGJer83fw\nXjBypVlFUV8bv8xrXJz3IDxw2UEjA+gV4ZPGDUSXSjexWW1JHzcTVxi2Ufanlo6g\nzz6PodghAoGBAPXU20OXkZWSD20ys5idbDMDtNqlKiH8HR75Pz52Lap6OxUyz9l9\nA+7wiSBrVF+XnPSotk29qXfMaPUWkDggS8qrb6oL7LISRpaFBLAqMig90A1oZdpa\nVQyVd1bSsIacF90HAmIvYS8E/9T6KVC/Y2PyuDvdMDa6Rbz+PVIzlr/lAoGBAPOf\nexgj0kgGOTadC3BWBlV+rW4Z0tFX9m7tGCZhKLmJe7zMNdkMZ1cYXZhpZ/qyXTdb\n29AFVS0nr5grbSSvKVMMJqJRrKjUbVg7PrFCtfnW2YidhKhEIc0xW/NqXIFOTcTn\nnRyMOProD/aiOG0RDqqKHLQ3SwpNnYG3TgpFbmXpAoGBAI5NjjN9XK/5YeazT9VL\nY2PQhHOA4nfTykOwwpR0spCZuvPVew4J2SoKoUZb+vZu/FOACi/MV3paoHMngYqL\n33PNc5E63+Rgwe3FyGX1tx0mUvY/9Z3FZrAnIXLn+XmiiAnRUebmSFqAiVuPCDWO\n5Ijp6w30R0GW6GGzxml8JYqlAoGAcSjNu1vAK9ZAMv7lNkuu631Iv1BdXQG3pLSa\nOBF/IhcbE4njJSsewRS/PLERLCA3LiSLyGcBtlStukfJjXWTA1EsjM7VHSJ2m7oB\nF8L91cuXBV7tJF9pN+9KX5ky2JjvhJt0nbMAMIMkDxIwlXCL2GkIhij8wQ9mLr9f\nD2RKsCkCgYEA8S5xoCav158LBIRpZO+Dpk2QP13XElDnwwirrEXA7NQATNHMhM2b\nLNmUKuYODgHfJjdfmr8qWc3gaLxK3Oo49u3B5Xozo6RDW3mqh3XbTXGwxjkK9RcK\n5JkkANsTXRUy/2nTMIAT250arru6rzNFum5eyNKVDlhAw+btHEyhuwc=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "name": "tempest-TestBGPVPNBasic-1233142418", "fingerprint": "e5:af:8a:41:bd:c3:89:7e:19:ae:b2:39:14:10:ea:a4"}} 2018-08-12 21:35:04,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 1.036s 2018-08-12 21:35:04,289 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-711622268", "security_groups": ["df6dd821-dbdd-40b9-9cf0-f97708115271"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:35:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69b18509-0f3b-44ff-acd2-145940599575'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:35:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"65ee718d-4f9c-4d86-a4ea-b50f636b15c2","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:35:03Z","name":"tempest-port-smoke-711622268","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ab:bb:05","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"e22f4a69-cba6-4bbb-b4e2-370a937ef0d0","ip_address":"10.101.11.10"}],"id":"b6942073-af2d-4c6f-abb6-ed2165fc1804","security_groups":["df6dd821-dbdd-40b9-9cf0-f97708115271"],"device_id":""}} 2018-08-12 21:35:07,861 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.570s 2018-08-12 21:35:07,861 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-1233142418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "port": "b6942073-af2d-4c6f-abb6-ed2165fc1804"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-7f960ba8-8523-4012-a168-72c47b0849fc', 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f960ba8-8523-4012-a168-72c47b0849fc'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "adminPass": "NT79LMT2xjhV"}} 2018-08-12 21:35:08,200 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.332s 2018-08-12 21:35:08,201 63 DEBUG [tempest.lib.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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-7d7f9bb1-1269-4ba9-9318-9caf15f484c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d7f9bb1-1269-4ba9-9318-9caf15f484c9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:09,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.313s 2018-08-12 21:35:09,534 63 DEBUG [tempest.lib.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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-88b028a1-29cf-4baa-b6c5-10ec9eed5d9c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88b028a1-29cf-4baa-b6c5-10ec9eed5d9c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:10,913 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.354s 2018-08-12 21:35:10,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': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-8f191a16-73b6-4eee-aa6e-85cdc4b0986e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8f191a16-73b6-4eee-aa6e-85cdc4b0986e'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:10Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:10,927 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2018-08-12 21:35:12,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.780s 2018-08-12 21:35:12,709 63 DEBUG [tempest.lib.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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-812dd318-fa77-4a12-89d2-8cfd96571b8b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-812dd318-fa77-4a12-89d2-8cfd96571b8b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:12,725 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:35:14,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.793s 2018-08-12 21:35:14,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-975ad1d9-3080-45d2-ad45-2b0c3e87a758', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-975ad1d9-3080-45d2-ad45-2b0c3e87a758'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:16,152 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.617s 2018-08-12 21:35:16,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-b553c12a-86d4-4995-b35b-27ab929591ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b553c12a-86d4-4995-b35b-27ab929591ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:11Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:17,849 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.681s 2018-08-12 21:35:17,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': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-a28feed4-5574-4744-af42-f74cc937a6d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a28feed4-5574-4744-af42-f74cc937a6d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:17,861 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:35:18,591 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.729s 2018-08-12 21:35:18,591 63 DEBUG [tempest.lib.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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-bca033e8-dda5-4a46-b10d-f6a8cb2a2013', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bca033e8-dda5-4a46-b10d-f6a8cb2a2013'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:16Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:18,604 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 59c7fb35-056f-496b-bf8a-77dd77b0fb88 with status: ACTIVE 2018-08-12 21:35:19,398 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/ports 0.793s 2018-08-12 21:35:19,398 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1759821299", "security_groups": ["df6dd821-dbdd-40b9-9cf0-f97708115271"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.23:9696/v2.0/ports', u'date': 'Sun, 12 Aug 2018 21:35:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c26ba8f-d78a-46a5-ada8-546385bce620'} Body: {"port":{"status":"DOWN","created_at":"2018-08-12T21:35:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d67578f5-4b26-433d-83fc-f7c622baef9a","tenant_id":"01ace95cf526467b9409c6248a7c6876","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-12T21:35:19Z","name":"tempest-port-smoke-1759821299","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:61:20:46","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"01ace95cf526467b9409c6248a7c6876","fixed_ips":[{"subnet_id":"56e8b16c-b547-4bd5-8b55-fd483cf635e5","ip_address":"10.102.21.20"}],"id":"e798b208-27c4-41eb-a139-29bb14d298da","security_groups":["df6dd821-dbdd-40b9-9cf0-f97708115271"],"device_id":""}} 2018-08-12 21:35:23,076 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.23:8774/v2.1/servers 3.676s 2018-08-12 21:35:23,077 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-1233142418", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "networks": [{"uuid": "d67578f5-4b26-433d-83fc-f7c622baef9a", "port": "e798b208-27c4-41eb-a139-29bb14d298da"}], "imageRef": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "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-4e468a93-d64d-4e48-8855-f2d09aaae179', 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4e468a93-d64d-4e48-8855-f2d09aaae179'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9599041f-7109-4125-9ceb-9a64ce501578", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "adminPass": "93LeNMe5ccrA"}} 2018-08-12 21:35:23,429 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.346s 2018-08-12 21:35:23,429 63 DEBUG [tempest.lib.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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-215545ed-56c7-4ec4-bd24-6a260018acb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-215545ed-56c7-4ec4-bd24-6a260018acb9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:24,794 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.348s 2018-08-12 21:35:24,794 63 DEBUG [tempest.lib.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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-6ad36a1d-f940-4022-9567-da4414dd0762', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ad36a1d-f940-4022-9567-da4414dd0762'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "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-12T21:35:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:26,436 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.628s 2018-08-12 21:35:26,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': '1332', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-0c27f2af-8bfe-4dbe-8ad9-d32362788ab9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0c27f2af-8bfe-4dbe-8ad9-d32362788ab9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:25Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:26,453 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-12 21:35:27,813 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.358s 2018-08-12 21:35:27,813 63 DEBUG [tempest.lib.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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-8d48debe-cc8b-4d24-800f-9ac693538bd7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d48debe-cc8b-4d24-800f-9ac693538bd7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:27,827 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-12 21:35:29,476 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.647s 2018-08-12 21:35:29,476 63 DEBUG [tempest.lib.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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-ffc32d77-97ab-44d6-858b-7cea122f4918', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ffc32d77-97ab-44d6-858b-7cea122f4918'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:31,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.539s 2018-08-12 21:35:31,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': '1387', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-886a4367-b9be-4d01-8158-3b5991274735', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-886a4367-b9be-4d01-8158-3b5991274735'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:35:26Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:32,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.693s 2018-08-12 21:35: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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-7f434c28-abf7-4b44-a35e-96d80318343d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f434c28-abf7-4b44-a35e-96d80318343d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:32,759 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 9 second wait 2018-08-12 21:35:33,717 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.956s 2018-08-12 21:35:33,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': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-51b829f1-74c7-40cf-b770-4845a5aa8702', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:35:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-51b829f1-74c7-40cf-b770-4845a5aa8702'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:35:31Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:35:33,732 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9599041f-7109-4125-9ceb-9a64ce501578 with status: ACTIVE 2018-08-12 21:35:33,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/routers 0.155s 2018-08-12 21:35:33,889 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "01ace95cf526467b9409c6248a7c6876", "name": "tempest-router--1399517210", "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': 'Sun, 12 Aug 2018 21:35:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-491bb24e-8db6-4920-85c8-a4ac7c1845c2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:33Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:33Z", "revision_number": 0, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "name": "tempest-router--1399517210"}} 2018-08-12 21:35:35,367 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb 1.477s 2018-08-12 21:35:35,368 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": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb', u'date': 'Sun, 12 Aug 2018 21:35:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5cace95-7b43-45ab-ab40-3699df219132'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:33Z", "admin_state_up": true, "updated_at": "2018-08-12T21:35:35Z", "revision_number": 2, "routes": [], "project_id": "01ace95cf526467b9409c6248a7c6876", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "name": "tempest-router--1399517210"}} 2018-08-12 21:35:37,337 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/add_router_interface 1.968s 2018-08-12 21:35:37,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/add_router_interface', u'date': 'Sun, 12 Aug 2018 21:35:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-534d4349-d9b8-49da-add5-85cdd6efe711'} Body: {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0", "subnet_ids": ["e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"], "port_id": "963dbf4b-8fee-4b48-92a1-a1c9ab86f49f", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb"} 2018-08-12 21:35:39,256 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.23:9696/v2.0/floatingips 1.917s 2018-08-12 21:35:39,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": "9080dbfe-670a-4248-8c56-0897f69dc41e", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "fixed_ip_address": null, "port_id": "b6942073-af2d-4c6f-abb6-ed2165fc1804"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.23:9696/v2.0/floatingips', u'date': 'Sun, 12 Aug 2018 21:35:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a93ae25a-b778-4536-8398-3a8b031f8554'} Body: {"floatingip": {"router_id": "0f70d109-60c8-4acd-9c98-cb94a70142cb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:35:38Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "b6942073-af2d-4c6f-abb6-ed2165fc1804", "id": "7c617c89-7fa2-4da8-8b80-43e03e900fff", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "created_at": "2018-08-12T21:35:38Z", "project_id": "01ace95cf526467b9409c6248a7c6876"}} 2018-08-12 21:35:39,259 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:35:47,275 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:35:47,339 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:35:47,372 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:35:47,487 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-12 21:35:47,487 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:35:47,489 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:35:47,550 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:35:47,554 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:35:52,562 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:35:52,562 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-12 21:37:02,621 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-12 21:37:02,622 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:37:02,625 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:37:02,688 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:37:02,690 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:37:07,696 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:37:07,697 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-12 21:38:17,757 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:38:17,759 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-12 21:38:17,760 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17,764 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17,827 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:17,829 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17,835 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:38:17,836 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:50:28:97 [ether] on eth0 2018-08-12 21:38:17,836 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-12 21:38:17,837 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17,840 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17,903 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:17,904 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17,911 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-12 21:38:17,912 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-12 21:38:17,912 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17,914 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:17,975 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:17,978 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:17,984 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-12 21:38:17,985 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:17,987 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:18,047 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:18,051 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:18,059 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-12 21:38:18,059 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:50:28:97 [ether] on eth0 2018-08-12 21:38:18,060 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-12 21:38:18,060 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:38:18,062 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:38:18,123 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:38:18,126 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:38:23,133 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:38:23,134 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-12 21:39:33,203 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-12 21:39:33,203 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-12 21:39:33,208 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-12 21:39:33,308 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-12 21:39:33,336 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-12 21:39:38,344 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) 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-12 21:39:38,344 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-12 21:40:48,412 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-12 21:40:48,413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-12 21:40:48.413 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-12 21:40:48.413 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-12 21:40:49,954 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/floatingips/7c617c89-7fa2-4da8-8b80-43e03e900fff 1.537s 2018-08-12 21:40:49,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/7c617c89-7fa2-4da8-8b80-43e03e900fff', u'date': 'Sun, 12 Aug 2018 21:40:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e0a6d858-63ff-4a5d-a9e0-44d896a45969'} Body: 2018-08-12 21:40:51,788 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/remove_router_interface 1.832s 2018-08-12 21:40:51,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:40:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ec4343f-6cc9-46cb-8812-5fe8a043a9ba'} Body: {"network_id": "65ee718d-4f9c-4d86-a4ea-b50f636b15c2", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "e22f4a69-cba6-4bbb-b4e2-370a937ef0d0", "subnet_ids": ["e22f4a69-cba6-4bbb-b4e2-370a937ef0d0"], "port_id": "963dbf4b-8fee-4b48-92a1-a1c9ab86f49f", "id": "0f70d109-60c8-4acd-9c98-cb94a70142cb"} 2018-08-12 21:40:53,703 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb 1.913s 2018-08-12 21:40:53,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/0f70d109-60c8-4acd-9c98-cb94a70142cb', u'date': 'Sun, 12 Aug 2018 21:40:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d5f4b6de-40bc-4cd5-abf7-a85046ff8b00'} Body: 2018-08-12 21:40:54,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.435s 2018-08-12 21:40:54,141 63 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/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-39c18d53-82f7-4fbd-9cbe-aaf50cd8277d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39c18d53-82f7-4fbd-9cbe-aaf50cd8277d'} Body: 2018-08-12 21:40:55,473 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 1.331s 2018-08-12 21:40:55,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': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-42e73cbc-2b05-4a95-a892-cdb7a647b82c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42e73cbc-2b05-4a95-a892-cdb7a647b82c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1365224077": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:20:46", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9599041f-7109-4125-9ceb-9a64ce501578", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "9599041f-7109-4125-9ceb-9a64ce501578", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:40:54Z", "hostId": "6162c20e68379a77b9d01fe6f44f8174168e3dc4c3f8827929f0fafc", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-2", "created": "2018-08-12T21:35:23Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:40:56,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578 0.047s 2018-08-12 21:40:56,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': '404', u'content-length': '111', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/9599041f-7109-4125-9ceb-9a64ce501578', u'x-compute-request-id': 'req-50e90b2e-81b1-46b9-a579-8c5e5180066c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:56 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-50e90b2e-81b1-46b9-a579-8c5e5180066c'} Body: {"itemNotFound": {"message": "Instance 9599041f-7109-4125-9ceb-9a64ce501578 could not be found.", "code": 404}} 2018-08-12 21:40:57,570 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/e798b208-27c4-41eb-a139-29bb14d298da 1.030s 2018-08-12 21:40:57,571 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/e798b208-27c4-41eb-a139-29bb14d298da', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-342682f9-1e9b-4ae1-864a-5dcb8df2f5fa'} Body: 2018-08-12 21:40:57,769 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.196s 2018-08-12 21:40:57,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': '204', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-2923a3bf-47c9-46c3-9183-cddbe5be09c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2923a3bf-47c9-46c3-9183-cddbe5be09c3'} Body: 2018-08-12 21:40:58,990 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 1.219s 2018-08-12 21:40:58,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': '1549', 'content-location': 'http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-2837570d-cbfe-4bc9-b52a-0483278ce3a2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:40:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2837570d-cbfe-4bc9-b52a-0483278ce3a2'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-711784112": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:bb:05", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88", "rel": "bookmark"}], "image": {"id": "b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "links": [{"href": "http://172.30.9.23:8774/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-12T21:35:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "59c7fb35-056f-496b-bf8a-77dd77b0fb88", "security_groups": [{"name": "tempest-secgroup-smoke-117443309"}], "user_id": "9c8622ff101f4091b3ddc4d60011ad91", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:40:57Z", "hostId": "8676568dbec6c74acf45f5109213d6e0295f9cf712d04c743acef80e", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1233142418", "name": "server-1", "created": "2018-08-12T21:35:07Z", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:41:00,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.23:8774/v2.1/servers/59c7fb35-056f-496b-bf8a-77dd77b0fb88 0.049s 2018-08-12 21:41:00,068 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/59c7fb35-056f-496b-bf8a-77dd77b0fb88', u'x-compute-request-id': 'req-5d9fe84d-b7bf-40a0-8755-ddb7446e5af8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:41:00 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5d9fe84d-b7bf-40a0-8755-ddb7446e5af8'} Body: {"itemNotFound": {"message": "Instance 59c7fb35-056f-496b-bf8a-77dd77b0fb88 could not be found.", "code": 404}} 2018-08-12 21:41:01,199 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/ports/b6942073-af2d-4c6f-abb6-ed2165fc1804 1.130s 2018-08-12 21:41:01,200 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/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/b6942073-af2d-4c6f-abb6-ed2165fc1804', u'date': 'Sun, 12 Aug 2018 21:41:01 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fe77b758-bffa-4e69-819f-d4d2a6a091ca'} Body: 2018-08-12 21:41:01,272 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-1233142418 0.072s 2018-08-12 21:41:01,273 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-1233142418', u'x-compute-request-id': 'req-a65014db-477c-4346-a09d-7e9fb5a09c8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Sun, 12 Aug 2018 21:41:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a65014db-477c-4346-a09d-7e9fb5a09c8d'} Body: 2018-08-12 21:41:02,956 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/remove_router_interface 1.682s 2018-08-12 21:41:02,957 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3/remove_router_interface', u'date': 'Sun, 12 Aug 2018 21:41:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-00a0d73b-fdd5-4452-9a5a-22d4063b9cb3'} Body: {"network_id": "d67578f5-4b26-433d-83fc-f7c622baef9a", "tenant_id": "01ace95cf526467b9409c6248a7c6876", "subnet_id": "56e8b16c-b547-4bd5-8b55-fd483cf635e5", "subnet_ids": ["56e8b16c-b547-4bd5-8b55-fd483cf635e5"], "port_id": "b73d3420-1921-4634-8e03-49b6c69d39f4", "id": "7f87da88-5d3a-4ceb-bbd2-6a372cec0db3"} 2018-08-12 21:41:05,038 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3 2.080s 2018-08-12 21:41:05,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', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/routers/7f87da88-5d3a-4ceb-bbd2-6a372cec0db3', u'date': 'Sun, 12 Aug 2018 21:41:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7644e39-5087-4ea6-be43-f62eb6da68fc'} Body: 2018-08-12 21:41:07,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/56e8b16c-b547-4bd5-8b55-fd483cf635e5 2.583s 2018-08-12 21:41:07,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/subnets/56e8b16c-b547-4bd5-8b55-fd483cf635e5', u'date': 'Sun, 12 Aug 2018 21:41:07 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1b2ea4ca-9331-4e18-be81-4bb5a4840889'} Body: 2018-08-12 21:41:09,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/d67578f5-4b26-433d-83fc-f7c622baef9a 1.610s 2018-08-12 21:41:09,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/d67578f5-4b26-433d-83fc-f7c622baef9a', u'date': 'Sun, 12 Aug 2018 21:41:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-096ed087-d092-4c86-a610-63632cef321c'} Body: 2018-08-12 21:41:11,917 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/subnets/e22f4a69-cba6-4bbb-b4e2-370a937ef0d0 2.681s 2018-08-12 21:41:11,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/subnets/e22f4a69-cba6-4bbb-b4e2-370a937ef0d0', u'date': 'Sun, 12 Aug 2018 21:41:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81c57d52-0425-492e-94f0-6c1a72c1788e'} Body: 2018-08-12 21:41:13,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/networks/65ee718d-4f9c-4d86-a4ea-b50f636b15c2 2.051s 2018-08-12 21:41:13,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/networks/65ee718d-4f9c-4d86-a4ea-b50f636b15c2', u'date': 'Sun, 12 Aug 2018 21:41:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e75a457e-d3e4-4bc1-932e-733922c48682'} Body: 2018-08-12 21:41:14,236 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.23:9696/v2.0/security-groups/df6dd821-dbdd-40b9-9cf0-f97708115271 0.264s 2018-08-12 21:41:14,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': '204', u'content-length': '0', 'content-location': 'http://172.30.9.23:9696/v2.0/security-groups/df6dd821-dbdd-40b9-9cf0-f97708115271', u'date': 'Sun, 12 Aug 2018 21:41:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-958fce64-5896-47a4-9bdd-f61233446369'} Body: ====== Totals ====== Ran: 44 tests in 6026.0000 sec. - Passed: 22 - Skipped: 3 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 19 Sum of execute time for each test: 5982.2426 sec. ============== Worker Balance ============== - Worker 0 (44 tests) => 1:40:02.771072 2018-08-12 21:42:52,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:42:52,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:42:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["fajaLLkJRkabpXoDpJ2F2Q"], "issued_at": "2018-08-12T21:42:52.000000Z"}} 2018-08-12 21:42:52,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c71f5c884678dcb53de1251dc612b0e912f19cc9" 2018-08-12 21:42:53,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3baca72-4f77-40e7-befd-653d6f297bb1 Date: Sun, 12 Aug 2018 21:42:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 21:42:53,177 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b8b1b9a9-6c62-42a1-9407-aa6281d0f751 used request id req-b3baca72-4f77-40e7-befd-653d6f297bb1 2018-08-12 21:42:53,178 - sdnvpn-tempest - DEBUG - Deleted image b8b1b9a9-6c62-42a1-9407-aa6281d0f751 2018-08-12 21:42:53,179 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-12 21:42:53,180 - 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': ' 6026.0000 ', 'failed': ' 19', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [3.646105s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.997197s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [1.554345s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [6.492458s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.440927s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.281231s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.232956s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn [1.039256s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.471594s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.050907s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn [0.248044s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.916301s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [1.411994s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_network_association [1.688098s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_router_association [1.231491s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn [0.794544s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.569304s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [1.768869s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.525375s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.363493s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.160000s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [375.804555s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn [387.417415s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association [372.828699s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association [374.264689s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_disjoint_import_export [83.195947s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_ping_to_unassociated_net [83.033880s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export [364.947908s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list [368.304014s] ... 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 [99.233063s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net [76.426711s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target [379.628531s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets [383.967640s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 [153.280982s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 [458.944608s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant1 [377.883337s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant2 [44.401165s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant3 [390.495508s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant4 [391.322418s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant5 [394.488970s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant6 [383.932033s] ... FAILED'], 'num_tests': ' 44 '}} 2018-08-12 21:42:53,180 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-12 21:42:53,180 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-12 21:42:53,180 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-12 21:42:53,249 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-12 21:42:53,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:42:53,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:42:53,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:42:53,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:42:53,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:42:53,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:42:53,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:42:53,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:42:53,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:42:53,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:42:53,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:42:53,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:42:53,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:42:53,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 21:42:53,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:42:53,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:42:53,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:42:53,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:42:53,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:42:53,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:42:53,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:42:53,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:42:53,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:42:53,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:42:53,258 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 21:42:53,259 - 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-12 21:42:53,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1aeefbc-fd91-4187-be21-87e287297ae7 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-12 21:42:53,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e1aeefbc-fd91-4187-be21-87e287297ae7 2018-08-12 21:42:53,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:42:53,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:42:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["G2tRzy4PRlCkHbDlkRu4ag"], "issued_at": "2018-08-12T21:42:53.000000Z"}} 2018-08-12 21:42:53,693 - 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}3d8e25470edc6f0f01790f11ab3d66d7e49e4404" 2018-08-12 21:42:53,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-debc29c7-bf11-42d0-8308-27385c091ba2 Date: Sun, 12 Aug 2018 21:42:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:42:53,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-debc29c7-bf11-42d0-8308-27385c091ba2 2018-08-12 21:42:53,989 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-12 21:42:53,992 - 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}3d8e25470edc6f0f01790f11ab3d66d7e49e4404" 2018-08-12 21:42:54,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-d8ac7111-81e3-47d7-b55b-6d84b5e57430 Date: Sun, 12 Aug 2018 21:42:54 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-12 21:42:54,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d8ac7111-81e3-47d7-b55b-6d84b5e57430 2018-08-12 21:42:54,713 - 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}3d8e25470edc6f0f01790f11ab3d66d7e49e4404" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-12 21:42:55,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/072f0a78-c40e-4306-bb78-e44436a6860e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-800c8b94-0e6c-4128-9d33-ce759df1798d Date: Sun, 12 Aug 2018 21:42:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:42:55Z", "file": "/v2/images/072f0a78-c40e-4306-bb78-e44436a6860e/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "072f0a78-c40e-4306-bb78-e44436a6860e", "size": null, "self": "/v2/images/072f0a78-c40e-4306-bb78-e44436a6860e", "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-12T21:42:55Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 21:42:55,036 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-800c8b94-0e6c-4128-9d33-ce759df1798d 2018-08-12 21:42:55,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/072f0a78-c40e-4306-bb78-e44436a6860e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d8e25470edc6f0f01790f11ab3d66d7e49e4404" -d '' 2018-08-12 21:42:57,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04ff82b9-b075-41b7-be0c-19ee9652195e Date: Sun, 12 Aug 2018 21:42:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 21:42:57,095 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/072f0a78-c40e-4306-bb78-e44436a6860e/file used request id req-04ff82b9-b075-41b7-be0c-19ee9652195e 2018-08-12 21:42:57,095 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-08-12 21:42:57,096 - 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-12 21:42:57,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e703066-a66b-431d-96c8-e2e1766f130e 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-12 21:42:57,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e703066-a66b-431d-96c8-e2e1766f130e 2018-08-12 21:42:57,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:42:57,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["We3FoOVaStG__qfjCBG_qA"], "issued_at": "2018-08-12T21:42:57.000000Z"}} 2018-08-12 21:42:57,513 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-08-12 21:42:58,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-75d83a63-e768-4738-8662-3dcc5caf77f8 Date: Sun, 12 Aug 2018 21:42:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:42:57Z","is_default":false,"provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","mtu":1450}} 2018-08-12 21:42:58,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-75d83a63-e768-4738-8662-3dcc5caf77f8 2018-08-12 21:42:58,031 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network e4345df2-0e74-4268-8d21-7ec3f9780013 with cidr 10.10.10.0/24 2018-08-12 21:42:58,036 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" -d '{"subnets": [{"ip_version": 4, "network_id": "e4345df2-0e74-4268-8d21-7ec3f9780013", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-08-12 21:42:58,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9e33334d-3dc7-46ec-9562-b8bb589cc1be Date: Sun, 12 Aug 2018 21:42:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:58Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-08-12 21:42:58,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9e33334d-3dc7-46ec-9562-b8bb589cc1be 2018-08-12 21:42:58,927 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-08-12 21:42:58,932 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-08-12 21:42:59,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-6451bc31-d558-4d04-abf6-01d750dbe9ec Date: Sun, 12 Aug 2018 21:42:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","is_default":false,"provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","mtu":1450}} 2018-08-12 21:42:59,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6451bc31-d558-4d04-abf6-01d750dbe9ec 2018-08-12 21:42:59,457 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 3a0dcdf3-72c6-4393-97f4-441ed6907b14 with cidr 10.10.11.0/24 2018-08-12 21:42:59,462 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" -d '{"subnets": [{"ip_version": 4, "network_id": "3a0dcdf3-72c6-4393-97f4-441ed6907b14", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-08-12 21:43:00,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c2ecfc72-a4f6-4a2c-87a2-b4864114488c Date: Sun, 12 Aug 2018 21:43:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:59Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-08-12 21:43:00,446 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c2ecfc72-a4f6-4a2c-87a2-b4864114488c 2018-08-12 21:43:00,451 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" 2018-08-12 21:43:00,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 43135 X-Openstack-Request-Id: req-5300b1e6-9990-4593-9707-5c71e0b21844 Date: Sun, 12 Aug 2018 21:43:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 21:43:00,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-5300b1e6-9990-4593-9707-5c71e0b21844 2018-08-12 21:43:00,887 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-12 21:43:00,891 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-08-12 21:43:01,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-d73b8bc4-c61c-4742-8033-db0b461f7547 Date: Sun, 12 Aug 2018 21:43:01 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "updated_at": "2018-08-12T21:43:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "c85c7abd-a2ce-430e-8546-98f6c460139c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "31db2795-d336-4133-8c12-0b93ded5afd5", "name": "sdnvpn-sg"}} 2018-08-12 21:43:01,464 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-d73b8bc4-c61c-4742-8033-db0b461f7547 2018-08-12 21:43:01,465 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=31db2795-d336-4133-8c12-0b93ded5afd5 created successfully. 2018-08-12 21:43:01,465 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-12 21:43:01,465 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-12 21:43:01,470 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:43:02,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8c1eaa45-2eba-42bf-ae7e-ee2367bf252e Date: Sun, 12 Aug 2018 21:43:02 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-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee"}} 2018-08-12 21:43:02,027 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-8c1eaa45-2eba-42bf-ae7e-ee2367bf252e 2018-08-12 21:43:02,027 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-12 21:43:02,027 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-12 21:43:02,032 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:43:02,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ac0ae91d-ed74-432f-b7e7-f4e57d44874e Date: Sun, 12 Aug 2018 21:43:02 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-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:02Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "770cd525-8255-4153-9277-df46f1f02d45"}} 2018-08-12 21:43:02,339 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-ac0ae91d-ed74-432f-b7e7-f4e57d44874e 2018-08-12 21:43:02,339 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-12 21:43:02,344 - 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}2bb8858663641b66385e664532f9e325ccbd72c9" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:43:02,566 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-c66721ae-e4f2-4539-8999-1c03b6e5f00c Date: Sun, 12 Aug 2018 21:43:02 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-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:02Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "42658bce-2516-4e66-8584-54e7affe8183"}} 2018-08-12 21:43:02,566 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-c66721ae-e4f2-4539-8999-1c03b6e5f00c 2018-08-12 21:43:02,567 - 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-12 21:43:02,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e664c2-f927-4188-a467-d5f39ac07c67 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-12 21:43:02,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-86e664c2-f927-4188-a467-d5f39ac07c67 2018-08-12 21:43:02,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:43:02,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:43:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["2caOEetTTwixusvaHhZmCA"], "issued_at": "2018-08-12T21:43:02.000000Z"}} 2018-08-12 21:43:02,984 - 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}30d04b17e264f409bdf329c399332a5ee423079e" 2018-08-12 21:43:03,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-757043dc-04fa-4418-adbd-7c9d1ab0a8b7 x-compute-request-id: req-757043dc-04fa-4418-adbd-7c9d1ab0a8b7 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2702, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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-12 21:43:03,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-757043dc-04fa-4418-adbd-7c9d1ab0a8b7 2018-08-12 21:43:03,384 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-12 21:43:03,384 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-08-12 21:43:03,384 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=072f0a78-c40e-4306-bb78-e44436a6860e network=e4345df2-0e74-4268-8d21-7ec3f9780013 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:43:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:43:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:43:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:43:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:43:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:43:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:43:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:43:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:43:03,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:43:03,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:43:03,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:43:03,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:43:03,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:43:03,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:43:03,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:43:03,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:43:03,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:43:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:43:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:43:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:43:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:43:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:43:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:43:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:43:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:43:03,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:43:03,395 - 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-12 21:43:03,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bf15e59-944b-4f33-9d31-3361c3f5e77b 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-12 21:43:03,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bf15e59-944b-4f33-9d31-3361c3f5e77b 2018-08-12 21:43:03,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:43:03,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["du1BNWEeQryaWdIJSirzhg"], "issued_at": "2018-08-12T21:43:03.000000Z"}} 2018-08-12 21:43:03,834 - 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}00583468575861b6ae4f91581616900c23c8c2fe" 2018-08-12 21:43:04,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-36db61d6-3fa9-4861-ac0e-47d210ee3216 x-compute-request-id: req-36db61d6-3fa9-4861-ac0e-47d210ee3216 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:43:04,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-36db61d6-3fa9-4861-ac0e-47d210ee3216 2018-08-12 21:43:04,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00583468575861b6ae4f91581616900c23c8c2fe" 2018-08-12 21:43:04,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-50dcb009-3fc2-4ff5-809f-5123768167ce x-compute-request-id: req-50dcb009-3fc2-4ff5-809f-5123768167ce 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:43:04,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-50dcb009-3fc2-4ff5-809f-5123768167ce 2018-08-12 21:43:04,145 - 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}00583468575861b6ae4f91581616900c23c8c2fe" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "072f0a78-c40e-4306-bb78-e44436a6860e", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e4345df2-0e74-4268-8d21-7ec3f9780013"}]}}' 2018-08-12 21:43:07,771 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:43: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-fbd5c252-60e8-4f73-8eb0-14d34d4bd654 x-compute-request-id: req-fbd5c252-60e8-4f73-8eb0-14d34d4bd654 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "bookmark"}], "adminPass": "uyTVzSgQQGo7"}} 2018-08-12 21:43:07,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-fbd5c252-60e8-4f73-8eb0-14d34d4bd654 2018-08-12 21:43:07,772 - 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-12 21:43:07,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e3cd34-3e28-4a7e-8a15-8ef13a335757 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-12 21:43:07,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f2e3cd34-3e28-4a7e-8a15-8ef13a335757 2018-08-12 21:43:07,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:43:08,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:43:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["YM_0oq4MR1aa5PAMP4N3oA"], "issued_at": "2018-08-12T21:43:08.000000Z"}} 2018-08-12 21:43:08,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecce2c3d33b1462ed8c94853d744ccf279ebf231" 2018-08-12 21:43:08,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-83992f3b-a5d6-479e-98fc-29aa94eba5b2 x-compute-request-id: req-83992f3b-a5d6-479e-98fc-29aa94eba5b2 Content-Encoding: gzip Content-Length: 618 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/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43: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-2", "created": "2018-08-12T21:43:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:08,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 used request id req-83992f3b-a5d6-479e-98fc-29aa94eba5b2 2018-08-12 21:43:11,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecce2c3d33b1462ed8c94853d744ccf279ebf231" 2018-08-12 21:43:13,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-af2bd072-e2be-432f-9e57-ada066c71570 x-compute-request-id: req-af2bd072-e2be-432f-9e57-ada066c71570 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/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43:10Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:43:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:13,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 used request id req-af2bd072-e2be-432f-9e57-ada066c71570 2018-08-12 21:43:16,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecce2c3d33b1462ed8c94853d744ccf279ebf231" 2018-08-12 21:43:17,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-92c34171-10ef-4cc8-8f8b-a24e91ca861e x-compute-request-id: req-92c34171-10ef-4cc8-8f8b-a24e91ca861e 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:49:b8:71", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43:10Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:43:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:17,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 used request id req-92c34171-10ef-4cc8-8f8b-a24e91ca861e 2018-08-12 21:43:20,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecce2c3d33b1462ed8c94853d744ccf279ebf231" 2018-08-12 21:43:21,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-96f5955b-28a9-48d2-ac1d-faaa28cc066d x-compute-request-id: req-96f5955b-28a9-48d2-ac1d-faaa28cc066d 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:49:b8:71", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2018-08-12T21:43:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:43:16Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:43:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:21,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 used request id req-96f5955b-28a9-48d2-ac1d-faaa28cc066d 2018-08-12 21:43:21,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00583468575861b6ae4f91581616900c23c8c2fe" 2018-08-12 21:43:22,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-6e6e7f3d-d364-4174-9e55-6ea1bff98925 x-compute-request-id: req-6e6e7f3d-d364-4174-9e55-6ea1bff98925 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:49:b8:71", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2018-08-12T21:43:16.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0a8dfc2c-f85d-41e6-8067-31dd5e203dd8", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:43:16Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:43:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:22,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8 used request id req-6e6e7f3d-d364-4174-9e55-6ea1bff98925 2018-08-12 21:43:22,823 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.8'. 2018-08-12 21:43:22,823 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-08-12 21:43:22,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30d04b17e264f409bdf329c399332a5ee423079e" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:43:24,543 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:43: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-b404a440-f374-4145-8a47-04ad1818e28e x-compute-request-id: req-b404a440-f374-4145-8a47-04ad1818e28e Content-Length: 0 Content-Type: application/json 2018-08-12 21:43:24,544 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0a8dfc2c-f85d-41e6-8067-31dd5e203dd8/action used request id req-b404a440-f374-4145-8a47-04ad1818e28e 2018-08-12 21:43:24,544 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-08-12 21:43:24,544 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=072f0a78-c40e-4306-bb78-e44436a6860e network=e4345df2-0e74-4268-8d21-7ec3f9780013 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:43:24,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:43:24,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:43:24,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:43:24,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:43:24,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:43:24,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:43:24,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:43:24,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:43:24,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:43:24,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:43:24,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:43:24,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:43:24,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:43:24,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:43:24,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:43:24,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:43:24,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:43:24,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:43:24,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:43:24,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:43:24,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:43:24,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:43:24,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:43:24,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:43:24,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:43:24,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:43:24,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:43:24,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:43:24,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:43:24,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:43:24,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:43:24,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:43:24,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:43:24,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:43:24,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:43:24,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:43:24,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:43:24,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:43:24,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:43:24,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:43:24,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:43:24,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:43:24,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:43:24,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:43:24,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:43:24,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:43:24,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:43:24,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:43:24,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:43:24,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:43:24,555 - 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-12 21:43:24,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65e0ac2f-4032-4e2f-91b6-e8f8916c0f5d 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-12 21:43:24,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-65e0ac2f-4032-4e2f-91b6-e8f8916c0f5d 2018-08-12 21:43:24,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:43:25,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:43:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["orw8jkZQSAiZYKZs84zYZg"], "issued_at": "2018-08-12T21:43:24.000000Z"}} 2018-08-12 21:43:25,006 - 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}895e93e8a782ea02b1e3e1ff02855a84caf36d2d" 2018-08-12 21:43:25,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-4efd3ccc-59e0-42b7-b178-c315e14ff820 x-compute-request-id: req-4efd3ccc-59e0-42b7-b178-c315e14ff820 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:43:25,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4efd3ccc-59e0-42b7-b178-c315e14ff820 2018-08-12 21:43:25,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e93e8a782ea02b1e3e1ff02855a84caf36d2d" 2018-08-12 21:43:25,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-8c876a2b-a85c-4ae5-a36b-f58282bcdebc x-compute-request-id: req-8c876a2b-a85c-4ae5-a36b-f58282bcdebc 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:43:25,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-8c876a2b-a85c-4ae5-a36b-f58282bcdebc 2018-08-12 21:43:25,310 - 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}895e93e8a782ea02b1e3e1ff02855a84caf36d2d" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "072f0a78-c40e-4306-bb78-e44436a6860e", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e4345df2-0e74-4268-8d21-7ec3f9780013"}]}}' 2018-08-12 21:43:28,873 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:43: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-d97d782a-790c-48bf-b254-f606967096e4 x-compute-request-id: req-d97d782a-790c-48bf-b254-f606967096e4 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "bookmark"}], "adminPass": "9zaDK3UujuY2"}} 2018-08-12 21:43:28,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d97d782a-790c-48bf-b254-f606967096e4 2018-08-12 21:43:28,874 - 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-12 21:43:28,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e7cf0b4-7982-4687-a7b0-7ada359e76fc 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-12 21:43:28,880 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3e7cf0b4-7982-4687-a7b0-7ada359e76fc 2018-08-12 21:43:28,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:43:29,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["97JXKt66Q5CaxD6nW8ISJg"], "issued_at": "2018-08-12T21:43:29.000000Z"}} 2018-08-12 21:43:29,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b24529da85935820085b3fdd65dd881ff7b6326" 2018-08-12 21:43:30,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-d9b55500-e091-4ab3-8a1d-c46808a20038 x-compute-request-id: req-d9b55500-e091-4ab3-8a1d-c46808a20038 Content-Encoding: gzip Content-Length: 618 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/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43: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-1-3", "created": "2018-08-12T21:43:28Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:30,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e used request id req-d9b55500-e091-4ab3-8a1d-c46808a20038 2018-08-12 21:43:33,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b24529da85935820085b3fdd65dd881ff7b6326" 2018-08-12 21:43:34,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-d943f599-e090-4dd6-9319-5799d057b422 x-compute-request-id: req-d943f599-e090-4dd6-9319-5799d057b422 Content-Encoding: gzip Content-Length: 712 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/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43:32Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:43:28Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:34,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e used request id req-d943f599-e090-4dd6-9319-5799d057b422 2018-08-12 21:43:37,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b24529da85935820085b3fdd65dd881ff7b6326" 2018-08-12 21:43:38,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-693edc2e-3b3e-4a7d-a3b6-2bcf5cc573a7 x-compute-request-id: req-693edc2e-3b3e-4a7d-a3b6-2bcf5cc573a7 Content-Encoding: gzip Content-Length: 778 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:cb:b9:cd", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43:32Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:43:28Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:38,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e used request id req-693edc2e-3b3e-4a7d-a3b6-2bcf5cc573a7 2018-08-12 21:43:41,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b24529da85935820085b3fdd65dd881ff7b6326" 2018-08-12 21:43:42,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-ae77f5e4-6d95-453f-a0df-625c47bc35a4 x-compute-request-id: req-ae77f5e4-6d95-453f-a0df-625c47bc35a4 Content-Encoding: gzip Content-Length: 780 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:cb:b9:cd", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2018-08-12T21:43:37.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:43:37Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:43:28Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:42,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e used request id req-ae77f5e4-6d95-453f-a0df-625c47bc35a4 2018-08-12 21:43:42,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e93e8a782ea02b1e3e1ff02855a84caf36d2d" 2018-08-12 21:43:43,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa2db5b4-04f5-4969-a202-38388588c05c x-compute-request-id: req-aa2db5b4-04f5-4969-a202-38388588c05c Content-Encoding: gzip Content-Length: 780 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:cb:b9:cd", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2018-08-12T21:43:37.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "bfe8d83d-6f21-4344-b22b-1a199ea04e6e", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:43:37Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:43:28Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:43,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e used request id req-aa2db5b4-04f5-4969-a202-38388588c05c 2018-08-12 21:43:43,689 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.15'. 2018-08-12 21:43:43,689 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-08-12 21:43:43,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30d04b17e264f409bdf329c399332a5ee423079e" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:43:45,840 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:43: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-3b16b4eb-e3fc-4490-a224-9a99ba2ff751 x-compute-request-id: req-3b16b4eb-e3fc-4490-a224-9a99ba2ff751 Content-Length: 0 Content-Type: application/json 2018-08-12 21:43:45,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/bfe8d83d-6f21-4344-b22b-1a199ea04e6e/action used request id req-3b16b4eb-e3fc-4490-a224-9a99ba2ff751 2018-08-12 21:43:45,841 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-08-12 21:43:45,841 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=072f0a78-c40e-4306-bb78-e44436a6860e network=3a0dcdf3-72c6-4393-97f4-441ed6907b14 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:43:45,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:43:45,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:43:45,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:43:45,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:43:45,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:43:45,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:43:45,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:43:45,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:43:45,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:43:45,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:43:45,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:43:45,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:43:45,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:43:45,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:43:45,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:43:45,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:43:45,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:43:45,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:43:45,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:43:45,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:43:45,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:43:45,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:43:45,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:43:45,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:43:45,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:43:45,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:43:45,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:43:45,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:43:45,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:43:45,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:43:45,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:43:45,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:43:45,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:43:45,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:43:45,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:43:45,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:43:45,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:43:45,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:43:45,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:43:45,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:43:45,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:43:45,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:43:45,852 - 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-12 21:43:45,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f9641b-f4c7-4c00-8b80-43b004c08ae2 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-12 21:43:45,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-75f9641b-f4c7-4c00-8b80-43b004c08ae2 2018-08-12 21:43:45,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:43:46,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:43:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["L52EBElFTgOhFFnG2eMJnA"], "issued_at": "2018-08-12T21:43:46.000000Z"}} 2018-08-12 21:43:46,267 - 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}c5f10c1ca1b8adece43b0493ddef390bddb1835b" 2018-08-12 21:43:46,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-39a59f13-b41f-4e05-8f19-9df765ce0db7 x-compute-request-id: req-39a59f13-b41f-4e05-8f19-9df765ce0db7 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:43:46,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-39a59f13-b41f-4e05-8f19-9df765ce0db7 2018-08-12 21:43:46,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f10c1ca1b8adece43b0493ddef390bddb1835b" 2018-08-12 21:43:46,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-f2e887e2-59c4-44b7-9c81-40c56a475f14 x-compute-request-id: req-f2e887e2-59c4-44b7-9c81-40c56a475f14 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:43:46,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-f2e887e2-59c4-44b7-9c81-40c56a475f14 2018-08-12 21:43:46,593 - 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}c5f10c1ca1b8adece43b0493ddef390bddb1835b" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "072f0a78-c40e-4306-bb78-e44436a6860e", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3a0dcdf3-72c6-4393-97f4-441ed6907b14"}]}}' 2018-08-12 21:43:50,250 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:43: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-535e7af4-ae7c-4486-8014-06ba98d0893a x-compute-request-id: req-535e7af4-ae7c-4486-8014-06ba98d0893a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "bookmark"}], "adminPass": "Jgb4avPw4Y9J"}} 2018-08-12 21:43:50,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-535e7af4-ae7c-4486-8014-06ba98d0893a 2018-08-12 21:43:50,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-12 21:43:50,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03bc6abc-0764-48b8-b2da-d8f497a928b3 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-12 21:43:50,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-03bc6abc-0764-48b8-b2da-d8f497a928b3 2018-08-12 21:43:50,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:43:50,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:43:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["nEXw1q8OTI2cBRc9vstIjQ"], "issued_at": "2018-08-12T21:43:50.000000Z"}} 2018-08-12 21:43:50,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef21c270d9ce682c72f71c7d7699a8370cfd7d8" 2018-08-12 21:43:51,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-84882a68-a44d-4405-9850-88ed0125450e x-compute-request-id: req-84882a68-a44d-4405-9850-88ed0125450e Content-Encoding: gzip Content-Length: 613 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/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43:50Z", "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-12T21:43:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:51,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 used request id req-84882a68-a44d-4405-9850-88ed0125450e 2018-08-12 21:43:54,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef21c270d9ce682c72f71c7d7699a8370cfd7d8" 2018-08-12 21:43:55,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43: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-912419ab-0d2e-4cfd-8677-59b98dee4f6f x-compute-request-id: req-912419ab-0d2e-4cfd-8677-59b98dee4f6f 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/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43:52Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:43:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:55,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 used request id req-912419ab-0d2e-4cfd-8677-59b98dee4f6f 2018-08-12 21:43:58,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef21c270d9ce682c72f71c7d7699a8370cfd7d8" 2018-08-12 21:43:59,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:43:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b7e551b-1d34-4072-8778-0c45f054fcf1 x-compute-request-id: req-9b7e551b-1d34-4072-8778-0c45f054fcf1 Content-Encoding: gzip Content-Length: 779 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:ed:2e:0f", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:43:52Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:43:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:43:59,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 used request id req-9b7e551b-1d34-4072-8778-0c45f054fcf1 2018-08-12 21:44:02,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef21c270d9ce682c72f71c7d7699a8370cfd7d8" 2018-08-12 21:44:03,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-d726c94f-30a6-42fa-a3e9-1bdca73dfd21 x-compute-request-id: req-d726c94f-30a6-42fa-a3e9-1bdca73dfd21 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:ed:2e:0f", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": "2018-08-12T21:43:58.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:43:58Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:43:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:03,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 used request id req-d726c94f-30a6-42fa-a3e9-1bdca73dfd21 2018-08-12 21:44:03,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5f10c1ca1b8adece43b0493ddef390bddb1835b" 2018-08-12 21:44:04,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-6ae224b3-52ca-4c56-969d-1002852620f4 x-compute-request-id: req-6ae224b3-52ca-4c56-969d-1002852620f4 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:ed:2e:0f", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": "2018-08-12T21:43:58.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "ef74d084-bcbc-4abd-b8bb-1a27aba5de31", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:43:58Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:43:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:04,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31 used request id req-6ae224b3-52ca-4c56-969d-1002852620f4 2018-08-12 21:44:04,908 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.9'. 2018-08-12 21:44:04,908 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-08-12 21:44:04,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30d04b17e264f409bdf329c399332a5ee423079e" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:44:07,077 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:44:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dfff452b-338b-458e-92c9-9a046659a6ce x-compute-request-id: req-dfff452b-338b-458e-92c9-9a046659a6ce Content-Length: 0 Content-Type: application/json 2018-08-12 21:44:07,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ef74d084-bcbc-4abd-b8bb-1a27aba5de31/action used request id req-dfff452b-338b-458e-92c9-9a046659a6ce 2018-08-12 21:44:07,078 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-08-12 21:44:07,078 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=072f0a78-c40e-4306-bb78-e44436a6860e network=3a0dcdf3-72c6-4393-97f4-441ed6907b14 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.9 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-12 21:44:07,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:07,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:07,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:07,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:07,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:07,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:07,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:07,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:07,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:07,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:07,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:07,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:07,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:07,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:07,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:07,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:07,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:07,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:07,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:07,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:07,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:07,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:07,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:07,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:07,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:07,088 - 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-12 21:44:07,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51fc4a3-41d0-4754-8342-f07417cecc8d 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-12 21:44:07,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c51fc4a3-41d0-4754-8342-f07417cecc8d 2018-08-12 21:44:07,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:07,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["B0spotQeQ5msYMdEm2qBZA"], "issued_at": "2018-08-12T21:44:07.000000Z"}} 2018-08-12 21:44:07,508 - 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}8117cb67549eecb2d3017f2e98380f400ed091f4" 2018-08-12 21:44:07,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-411ada30-051f-47b9-b6a0-342806a496c1 x-compute-request-id: req-411ada30-051f-47b9-b6a0-342806a496c1 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:44:07,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-411ada30-051f-47b9-b6a0-342806a496c1 2018-08-12 21:44:07,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8117cb67549eecb2d3017f2e98380f400ed091f4" 2018-08-12 21:44:07,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-4bbe3d3b-42ee-416c-b764-12bd4c45a693 x-compute-request-id: req-4bbe3d3b-42ee-416c-b764-12bd4c45a693 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:44:07,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-4bbe3d3b-42ee-416c-b764-12bd4c45a693 2018-08-12 21:44:07,828 - 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}8117cb67549eecb2d3017f2e98380f400ed091f4" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "072f0a78-c40e-4306-bb78-e44436a6860e", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3a0dcdf3-72c6-4393-97f4-441ed6907b14"}], "config_drive": true}}' 2018-08-12 21:44:10,964 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:44: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-6fbd7a98-fd3d-4766-b822-25d206d4a059 x-compute-request-id: req-6fbd7a98-fd3d-4766-b822-25d206d4a059 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "rel": "bookmark"}], "adminPass": "iBJDdHyyw7Uo"}} 2018-08-12 21:44:10,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6fbd7a98-fd3d-4766-b822-25d206d4a059 2018-08-12 21:44:10,966 - 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-12 21:44:10,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f56ec75-71e5-41dc-a866-375bb35b2c52 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-12 21:44:10,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f56ec75-71e5-41dc-a866-375bb35b2c52 2018-08-12 21:44:10,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:11,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["487xenqCSFWJZ0A4Hn9CQw"], "issued_at": "2018-08-12T21:44:11.000000Z"}} 2018-08-12 21:44:11,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02374cc5c89e2a4522858aacf6bd5a69a58192f0" 2018-08-12 21:44:12,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-15ad1bc8-a813-4368-aa8e-39c86cdc3e4d x-compute-request-id: req-15ad1bc8-a813-4368-aa8e-39c86cdc3e4d 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/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44: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-1-4", "created": "2018-08-12T21:44:10Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:12,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac used request id req-15ad1bc8-a813-4368-aa8e-39c86cdc3e4d 2018-08-12 21:44:15,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02374cc5c89e2a4522858aacf6bd5a69a58192f0" 2018-08-12 21:44:15,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-5706e474-7970-4aa3-8a50-223dad04af74 x-compute-request-id: req-5706e474-7970-4aa3-8a50-223dad04af74 Content-Encoding: gzip Content-Length: 851 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/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "rel": "bookmark"}], "image": {"id": "072f0a78-c40e-4306-bb78-e44436a6860e", "links": [{"href": "http://172.30.9.23:8774/images/072f0a78-c40e-4306-bb78-e44436a6860e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000170", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b7c88c57-2de6-458d-b6f9-ccc30e4a66ac", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44: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-1-4", "created": "2018-08-12T21:44:10Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Failed to get resource provider with UUID 44a33d7d-52f1-438f-a69c-0e273f8c050b", "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-12T21:44:13Z"}, "metadata": {}}} 2018-08-12 21:44:15,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b7c88c57-2de6-458d-b6f9-ccc30e4a66ac used request id req-5706e474-7970-4aa3-8a50-223dad04af74 2018-08-12 21:44:15,695 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-1-4 went to ERROR status. 2018-08-12 21:44:15,695 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-12 21:44:15,696 - sdnvpn.test.functest.testcase_1 - ERROR - exception occurred while executing testcase_1: Error while booting instance sdnvpn-1-4 2018-08-12 21:44:15,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/072f0a78-c40e-4306-bb78-e44436a6860e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3d8e25470edc6f0f01790f11ab3d66d7e49e4404" 2018-08-12 21:44:17,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55ff2d9d-2f01-4973-9f43-c35e46166411 Date: Sun, 12 Aug 2018 21:44: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-12 21:44:17,369 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/072f0a78-c40e-4306-bb78-e44436a6860e used request id req-55ff2d9d-2f01-4973-9f43-c35e46166411 2018-08-12 21:44:17,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/82ff67ab-b6bc-44a4-8573-fb1878ae4a1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bb8858663641b66385e664532f9e325ccbd72c9" 2018-08-12 21:44:17,766 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-8bfaf68c-2292-4031-900a-95d0c6c210e2 Date: Sun, 12 Aug 2018 21:44:17 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 82ff67ab-b6bc-44a4-8573-fb1878ae4a1c: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 21:44:17,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/82ff67ab-b6bc-44a4-8573-fb1878ae4a1c used request id req-8bfaf68c-2292-4031-900a-95d0c6c210e2 2018-08-12 21:44:17,766 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 82ff67ab-b6bc-44a4-8573-fb1878ae4a1c: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 21:44:17,766 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '82ff67ab-b6bc-44a4-8573-fb1878ae4a1c')]: Unable to complete operation on subnet 82ff67ab-b6bc-44a4-8573-fb1878ae4a1c: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-8bfaf68c-2292-4031-900a-95d0c6c210e2'] 2018-08-12 21:44:17,767 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 82ff67ab-b6bc-44a4-8573-fb1878ae4a1c was not deleted. 2018-08-12 21:44:17,768 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_1: Error while booting instance sdnvpn-1-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_1.py", line 115, 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-1-4 2018-08-12 21:44:17,768 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_1 failed 2018-08-12 21:44:17,768 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-12 21:44:17,768 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-12 21:44:17,768 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-12 21:44:17,840 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:17,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:17,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:17,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:17,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:17,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:17,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:17,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:17,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:17,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:17,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:17,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:17,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:17,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:17,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:17,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:17,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:17,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:17,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 21:44:17,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:17,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:17,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:17,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:17,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:17,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:17,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:17,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:17,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:17,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:17,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:17,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:17,849 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 21:44:17,849 - 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-12 21:44:17,850 - 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-12 21:44:17,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb434347-bc17-4412-8877-ac8880a47fc8 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-12 21:44:17,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb434347-bc17-4412-8877-ac8880a47fc8 2018-08-12 21:44:17,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:18,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["smm470bzS3acohKdsIwyUw"], "issued_at": "2018-08-12T21:44:18.000000Z"}} 2018-08-12 21:44:18,271 - 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}16f1a13b935eb521d1079b1d4a7aa25e83f4ea21" 2018-08-12 21:44:18,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-20330c1e-3bef-4599-9160-6dcb9f1ec515 Date: Sun, 12 Aug 2018 21:44:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:44:18,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-20330c1e-3bef-4599-9160-6dcb9f1ec515 2018-08-12 21:44:18,571 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-12 21:44:18,573 - 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}16f1a13b935eb521d1079b1d4a7aa25e83f4ea21" 2018-08-12 21:44:19,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-3a5ace52-7c46-4994-8f39-0a157c04258b Date: Sun, 12 Aug 2018 21:44: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-12 21:44:19,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-3a5ace52-7c46-4994-8f39-0a157c04258b 2018-08-12 21:44:19,302 - 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}16f1a13b935eb521d1079b1d4a7aa25e83f4ea21" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-12 21:44:19,606 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8d047c47-6977-43be-b451-64a523dc4f24 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-128c5225-b367-46fb-9e53-52f480d6c8df Date: Sun, 12 Aug 2018 21:44:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:44:19Z", "file": "/v2/images/8d047c47-6977-43be-b451-64a523dc4f24/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "8d047c47-6977-43be-b451-64a523dc4f24", "size": null, "self": "/v2/images/8d047c47-6977-43be-b451-64a523dc4f24", "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-12T21:44:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 21:44:19,606 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-128c5225-b367-46fb-9e53-52f480d6c8df 2018-08-12 21:44:19,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/8d047c47-6977-43be-b451-64a523dc4f24/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}16f1a13b935eb521d1079b1d4a7aa25e83f4ea21" -d '' 2018-08-12 21:44:21,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f452e50-81ef-49b3-8320-ae03fd8f1947 Date: Sun, 12 Aug 2018 21:44:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 21:44:21,035 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8d047c47-6977-43be-b451-64a523dc4f24/file used request id req-4f452e50-81ef-49b3-8320-ae03fd8f1947 2018-08-12 21:44:21,036 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-08-12 21:44:21,036 - 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-12 21:44:21,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1765557b-3a35-4df0-a085-574dfaac225d 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-12 21:44:21,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1765557b-3a35-4df0-a085-574dfaac225d 2018-08-12 21:44:21,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:21,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["kt2JSUZDRZanPTJXqZ80hw"], "issued_at": "2018-08-12T21:44:21.000000Z"}} 2018-08-12 21:44:21,472 - 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}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-08-12 21:44:21,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-b6fd39a1-f847-4c1a-99c1-c7358ed6b7bb Date: Sun, 12 Aug 2018 21:44: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":"504d858a-0e5d-454a-8a66-353b7227e162","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:44:21Z","is_default":false,"provider:segmentation_id":58,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:44:21Z","mtu":1450}} 2018-08-12 21:44:21,989 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b6fd39a1-f847-4c1a-99c1-c7358ed6b7bb 2018-08-12 21:44:21,989 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 504d858a-0e5d-454a-8a66-353b7227e162 with cidr 10.10.10.0/24 2018-08-12 21:44:21,994 - 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}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" -d '{"subnets": [{"ip_version": 4, "network_id": "504d858a-0e5d-454a-8a66-353b7227e162", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-08-12 21:44:22,947 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-90408593-46eb-4f68-accc-53559cffd082 Date: Sun, 12 Aug 2018 21:44:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"504d858a-0e5d-454a-8a66-353b7227e162","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:44:22Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:44:22Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"2a199fc6-aedb-4f7e-850e-ea9b396c6e7b","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-08-12 21:44:22,947 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-90408593-46eb-4f68-accc-53559cffd082 2018-08-12 21:44:22,947 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-08-12 21:44:22,952 - 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}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-08-12 21:44:23,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-f855c1b3-a38e-43f7-9b02-50ddda7d96d8 Date: Sun, 12 Aug 2018 21:44:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e1ef410a-c39b-4f51-9aa5-ba926964c13a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:44:23Z","is_default":false,"provider:segmentation_id":34,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:44:23Z","mtu":1450}} 2018-08-12 21:44:23,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f855c1b3-a38e-43f7-9b02-50ddda7d96d8 2018-08-12 21:44:23,450 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network e1ef410a-c39b-4f51-9aa5-ba926964c13a with cidr 10.10.10.0/24 2018-08-12 21:44:23,456 - 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}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" -d '{"subnets": [{"ip_version": 4, "network_id": "e1ef410a-c39b-4f51-9aa5-ba926964c13a", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-08-12 21:44:24,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-705cde80-29c9-4c54-aac9-a407bd06c2b2 Date: Sun, 12 Aug 2018 21:44:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1ef410a-c39b-4f51-9aa5-ba926964c13a","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:44:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:44:23Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"1103bbaa-8d5a-4422-9ec4-91dbc53af284","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-08-12 21:44:24,115 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-705cde80-29c9-4c54-aac9-a407bd06c2b2 2018-08-12 21:44:24,120 - 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}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:44:24,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45986 X-Openstack-Request-Id: req-ec5791fb-d45d-4c7f-b7ad-15db0f70f996 Date: Sun, 12 Aug 2018 21:44:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "updated_at": "2018-08-12T21:43:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "42658bce-2516-4e66-8584-54e7affe8183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "770cd525-8255-4153-9277-df46f1f02d45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "c85c7abd-a2ce-430e-8546-98f6c460139c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 4, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "31db2795-d336-4133-8c12-0b93ded5afd5", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 21:44:24,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-ec5791fb-d45d-4c7f-b7ad-15db0f70f996 2018-08-12 21:44:24,609 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-12 21:44:24,609 - 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-12 21:44:24,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2359f042-6215-4f4d-820f-c79bd4c22ad9 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-12 21:44:24,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2359f042-6215-4f4d-820f-c79bd4c22ad9 2018-08-12 21:44:24,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:25,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["-0tnwDAyROOS_ZL44gcLWw"], "issued_at": "2018-08-12T21:44:24.000000Z"}} 2018-08-12 21:44:25,023 - 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}e55a785e62f3b3333d27d5a215c51bf1b759f2de" 2018-08-12 21:44:25,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-d4554094-93fe-40ae-a2ae-2bf65256be39 x-compute-request-id: req-d4554094-93fe-40ae-a2ae-2bf65256be39 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": 335}, "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.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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "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.6", "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-12 21:44:25,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d4554094-93fe-40ae-a2ae-2bf65256be39 2018-08-12 21:44:25,373 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-12 21:44:25,373 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-08-12 21:44:25,373 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=8d047c47-6977-43be-b451-64a523dc4f24 network=504d858a-0e5d-454a-8a66-353b7227e162 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 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-12 21:44:25,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:25,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:25,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:25,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:25,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:25,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:25,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:25,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:25,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:25,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:25,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:25,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:25,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:25,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:25,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:25,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:25,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:25,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:25,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:25,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:25,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:25,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:25,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:25,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:25,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:25,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:25,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:25,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:25,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:25,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:25,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:25,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:25,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:25,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:25,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:25,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:25,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:25,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:25,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:25,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:25,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:25,383 - 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-12 21:44:25,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999f0e6c-3c21-4a05-bbf7-d95f716e8d4e 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-12 21:44:25,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-999f0e6c-3c21-4a05-bbf7-d95f716e8d4e 2018-08-12 21:44:25,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:25,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["7eVxfWHdTfSpmkNcCUN0mQ"], "issued_at": "2018-08-12T21:44:25.000000Z"}} 2018-08-12 21:44:25,800 - 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}9e82466894f1cc532212cf50afb071915c8b1215" 2018-08-12 21:44:26,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-ea6d0995-6e21-493e-b486-aaa8b2dfe066 x-compute-request-id: req-ea6d0995-6e21-493e-b486-aaa8b2dfe066 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:44:26,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ea6d0995-6e21-493e-b486-aaa8b2dfe066 2018-08-12 21:44:26,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e82466894f1cc532212cf50afb071915c8b1215" 2018-08-12 21:44:26,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-6aa969b9-8d9c-47e1-a2a9-fa723115f84d x-compute-request-id: req-6aa969b9-8d9c-47e1-a2a9-fa723115f84d 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:44:26,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-6aa969b9-8d9c-47e1-a2a9-fa723115f84d 2018-08-12 21:44:26,098 - 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}9e82466894f1cc532212cf50afb071915c8b1215" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "8d047c47-6977-43be-b451-64a523dc4f24", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "504d858a-0e5d-454a-8a66-353b7227e162"}], "config_drive": true}}' 2018-08-12 21:44:29,178 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:44: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-398594c6-4118-40c0-9166-296069cbee61 x-compute-request-id: req-398594c6-4118-40c0-9166-296069cbee61 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "bookmark"}], "adminPass": "iF4JacBLRHHT"}} 2018-08-12 21:44:29,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-398594c6-4118-40c0-9166-296069cbee61 2018-08-12 21:44:29,180 - 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-12 21:44:29,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-140fef0f-da65-4879-af6b-7d0580ad8802 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-12 21:44:29,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-140fef0f-da65-4879-af6b-7d0580ad8802 2018-08-12 21:44:29,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:29,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["qm2VSetEToig4GBIu4Giuw"], "issued_at": "2018-08-12T21:44:29.000000Z"}} 2018-08-12 21:44:29,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3afe24b74d81f26e39f8bf4186b380d964c598" 2018-08-12 21:44:30,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-348f60b0-e43b-4988-9f0b-27d50b23b93c x-compute-request-id: req-348f60b0-e43b-4988-9f0b-27d50b23b93c Content-Encoding: gzip Content-Length: 618 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/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44: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-2-2", "created": "2018-08-12T21:44:29Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:30,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd used request id req-348f60b0-e43b-4988-9f0b-27d50b23b93c 2018-08-12 21:44:33,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3afe24b74d81f26e39f8bf4186b380d964c598" 2018-08-12 21:44:34,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-f368ba44-3584-4a7c-92e7-5a428af27baf x-compute-request-id: req-f368ba44-3584-4a7c-92e7-5a428af27baf Content-Encoding: gzip Content-Length: 714 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/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44:31Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:44:29Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:34,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd used request id req-f368ba44-3584-4a7c-92e7-5a428af27baf 2018-08-12 21:44:37,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3afe24b74d81f26e39f8bf4186b380d964c598" 2018-08-12 21:44:38,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-9159fb52-5902-4e63-b28f-2efdf6f85386 x-compute-request-id: req-9159fb52-5902-4e63-b28f-2efdf6f85386 Content-Encoding: gzip Content-Length: 781 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:e2:17:80", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44:31Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:44:29Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:38,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd used request id req-9159fb52-5902-4e63-b28f-2efdf6f85386 2018-08-12 21:44:41,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac3afe24b74d81f26e39f8bf4186b380d964c598" 2018-08-12 21:44:42,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-17c22cec-f7d6-4c0f-8d9c-6f2cd92a0d93 x-compute-request-id: req-17c22cec-f7d6-4c0f-8d9c-6f2cd92a0d93 Content-Encoding: gzip Content-Length: 783 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:e2:17:80", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": "2018-08-12T21:44:37.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44:37Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:44:29Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:42,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd used request id req-17c22cec-f7d6-4c0f-8d9c-6f2cd92a0d93 2018-08-12 21:44:42,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e82466894f1cc532212cf50afb071915c8b1215" 2018-08-12 21:44:43,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-867f8699-e326-4064-86b8-22cd7ef17bb6 x-compute-request-id: req-867f8699-e326-4064-86b8-22cd7ef17bb6 Content-Encoding: gzip Content-Length: 783 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:e2:17:80", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000173", "OS-SRV-USG:launched_at": "2018-08-12T21:44:37.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "1a324313-4bf5-44c6-8ab1-82fbcdf896dd", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44:37Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:44:29Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:43,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd used request id req-867f8699-e326-4064-86b8-22cd7ef17bb6 2018-08-12 21:44:43,269 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-08-12 21:44:43,269 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-08-12 21:44:43,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e55a785e62f3b3333d27d5a215c51bf1b759f2de" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:44:45,707 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:44: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-66291d67-15a9-44cc-8ef0-75ad7fab440f x-compute-request-id: req-66291d67-15a9-44cc-8ef0-75ad7fab440f Content-Length: 0 Content-Type: application/json 2018-08-12 21:44:45,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action used request id req-66291d67-15a9-44cc-8ef0-75ad7fab440f 2018-08-12 21:44:45,708 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-08-12 21:44:45,708 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=8d047c47-6977-43be-b451-64a523dc4f24 network=e1ef410a-c39b-4f51-9aa5-ba926964c13a secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 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-12 21:44:45,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:45,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:45,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:45,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:45,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:45,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:45,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:45,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:45,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:45,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:44:45,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:44:45,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:44:45,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:44:45,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:44:45,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:44:45,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:44:45,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:44:45,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:44:45,718 - 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-12 21:44:45,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7283a05-a8e6-4b47-a0c1-0f0e77a7d1bc 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-12 21:44:45,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b7283a05-a8e6-4b47-a0c1-0f0e77a7d1bc 2018-08-12 21:44:45,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:46,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["NdxjGKT5TMmeY-ADHUG1Jg"], "issued_at": "2018-08-12T21:44:46.000000Z"}} 2018-08-12 21:44:46,135 - 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}0a101ab13c09dd80ce28935d74a788480d95480c" 2018-08-12 21:44:46,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-222fc660-2501-4359-a6f4-7a67b380a24e x-compute-request-id: req-222fc660-2501-4359-a6f4-7a67b380a24e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:44:46,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-222fc660-2501-4359-a6f4-7a67b380a24e 2018-08-12 21:44:46,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a101ab13c09dd80ce28935d74a788480d95480c" 2018-08-12 21:44:46,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-2d85ba9b-8df6-4a2a-915e-fd7d64fb6eba x-compute-request-id: req-2d85ba9b-8df6-4a2a-915e-fd7d64fb6eba 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:44:46,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-2d85ba9b-8df6-4a2a-915e-fd7d64fb6eba 2018-08-12 21:44:46,435 - 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}0a101ab13c09dd80ce28935d74a788480d95480c" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "8d047c47-6977-43be-b451-64a523dc4f24", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "e1ef410a-c39b-4f51-9aa5-ba926964c13a"}], "config_drive": true}}' 2018-08-12 21:44:50,077 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:44: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-17748b34-1b29-4740-8da2-9cb3d8acdf0a x-compute-request-id: req-17748b34-1b29-4740-8da2-9cb3d8acdf0a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0de01754-f2a0-4380-ad8a-5719d7778252", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "bookmark"}], "adminPass": "wkzy4RJ7FM7z"}} 2018-08-12 21:44:50,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-17748b34-1b29-4740-8da2-9cb3d8acdf0a 2018-08-12 21:44:50,078 - 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-12 21:44:50,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6c9caf-b4b1-46ce-95e7-5f2927ddd4d8 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-12 21:44:50,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc6c9caf-b4b1-46ce-95e7-5f2927ddd4d8 2018-08-12 21:44:50,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:44:50,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:44:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["kvwHAsCnRyKuhGy60gtmSg"], "issued_at": "2018-08-12T21:44:50.000000Z"}} 2018-08-12 21:44:50,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6a952fbd84002cfa32f47e34d2dd02dd4d3e42" 2018-08-12 21:44:51,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-9d05c521-e8e5-4f94-a56d-26c8d3bd169c x-compute-request-id: req-9d05c521-e8e5-4f94-a56d-26c8d3bd169c 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/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0de01754-f2a0-4380-ad8a-5719d7778252", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44:50Z", "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-12T21:44:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:51,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 used request id req-9d05c521-e8e5-4f94-a56d-26c8d3bd169c 2018-08-12 21:44:54,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6a952fbd84002cfa32f47e34d2dd02dd4d3e42" 2018-08-12 21:44:56,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-e33766e5-4bbf-4d37-a3b6-e72bea170643 x-compute-request-id: req-e33766e5-4bbf-4d37-a3b6-e72bea170643 Content-Encoding: gzip Content-Length: 714 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/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0de01754-f2a0-4380-ad8a-5719d7778252", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44:52Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-4", "created": "2018-08-12T21:44:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:56,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 used request id req-e33766e5-4bbf-4d37-a3b6-e72bea170643 2018-08-12 21:44:59,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf6a952fbd84002cfa32f47e34d2dd02dd4d3e42" 2018-08-12 21:44:59,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-8a615e5f-5df1-43c8-9348-dc14ec33f3bc x-compute-request-id: req-8a615e5f-5df1-43c8-9348-dc14ec33f3bc Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:30:12", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": "2018-08-12T21:44:58.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0de01754-f2a0-4380-ad8a-5719d7778252", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44:58Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-4", "created": "2018-08-12T21:44:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:44:59,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 used request id req-8a615e5f-5df1-43c8-9348-dc14ec33f3bc 2018-08-12 21:44:59,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a101ab13c09dd80ce28935d74a788480d95480c" 2018-08-12 21:45:00,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:44: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-c71481dc-30b0-46ad-b319-996659b1d99f x-compute-request-id: req-c71481dc-30b0-46ad-b319-996659b1d99f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:30:12", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0de01754-f2a0-4380-ad8a-5719d7778252", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": "2018-08-12T21:44:58.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "0de01754-f2a0-4380-ad8a-5719d7778252", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:44:58Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-4", "created": "2018-08-12T21:44:50Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:45:00,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252 used request id req-c71481dc-30b0-46ad-b319-996659b1d99f 2018-08-12 21:45:00,918 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-08-12 21:45:00,918 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-08-12 21:45:00,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e55a785e62f3b3333d27d5a215c51bf1b759f2de" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:45:03,148 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74002ff2-3471-4a58-946e-6d911f48f76a x-compute-request-id: req-74002ff2-3471-4a58-946e-6d911f48f76a Content-Length: 0 Content-Type: application/json 2018-08-12 21:45:03,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action used request id req-74002ff2-3471-4a58-946e-6d911f48f76a 2018-08-12 21:45:03,148 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-08-12 21:45:03,148 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=8d047c47-6977-43be-b451-64a523dc4f24 network=504d858a-0e5d-454a-8a66-353b7227e162 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.11 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.12 10.10.10.12 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-12 21:45:03,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:45:03,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:45:03,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:45:03,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:45:03,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:45:03,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:45:03,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:45:03,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:45:03,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:45:03,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:45:03,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:45:03,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:45:03,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:45:03,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:45:03,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:45:03,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:45:03,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:45:03,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:45:03,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:45:03,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:45:03,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:45:03,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:45:03,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:45:03,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:45:03,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:45:03,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:45:03,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:45:03,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:45:03,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:45:03,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:45:03,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:45:03,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:45:03,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:45:03,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:45:03,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:45:03,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:45:03,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:45:03,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:45:03,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:45:03,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:45:03,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:45:03,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:45:03,159 - 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-12 21:45:03,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fcbbdc3-da90-41c5-8352-8cbe9a509898 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-12 21:45:03,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8fcbbdc3-da90-41c5-8352-8cbe9a509898 2018-08-12 21:45:03,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:45:03,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:45:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["pt_udqLgQ46KEeeNbyP6bQ"], "issued_at": "2018-08-12T21:45:03.000000Z"}} 2018-08-12 21:45:03,577 - 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}81db067e3988826ca34f7c95030d2a4707d53bdf" 2018-08-12 21:45:03,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-051cff42-2784-40da-96cf-f52ab1f3494a x-compute-request-id: req-051cff42-2784-40da-96cf-f52ab1f3494a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:45:03,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-051cff42-2784-40da-96cf-f52ab1f3494a 2018-08-12 21:45:03,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81db067e3988826ca34f7c95030d2a4707d53bdf" 2018-08-12 21:45:03,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69016d80-9857-4cd5-b9e1-87fd5edfba59 x-compute-request-id: req-69016d80-9857-4cd5-b9e1-87fd5edfba59 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:45:03,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-69016d80-9857-4cd5-b9e1-87fd5edfba59 2018-08-12 21:45:03,818 - 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}81db067e3988826ca34f7c95030d2a4707d53bdf" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "8d047c47-6977-43be-b451-64a523dc4f24", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCiMhL2Jpbi9zaApzZXQgMTAuMTAuMTAuMTIgMTAuMTAuMTAuMTIKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBob3N0bmFtZT0kKHNzaCAteSAtaSAvaG9tZS9jaXJyb3MvLnNzaC9pZF9yc2EgY2lycm9zQCRpcCAnaG9zdG5hbWUnIDwvZGV2L3plcm8gMj4vZGV2L251bGwpCiAgUkVTPSQ/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.11", "uuid": "504d858a-0e5d-454a-8a66-353b7227e162"}], "config_drive": true}}' 2018-08-12 21:45:07,479 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8661634-8655-4c47-b816-1127ce001c4a x-compute-request-id: req-a8661634-8655-4c47-b816-1127ce001c4a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "25299774-0dc8-484a-a5f4-6d58b083963a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "bookmark"}], "adminPass": "p9hR78rLSpGV"}} 2018-08-12 21:45:07,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a8661634-8655-4c47-b816-1127ce001c4a 2018-08-12 21:45:07,480 - 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-12 21:45:07,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-574dd811-8381-49a8-96e6-e7358962bc94 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-12 21:45:07,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-574dd811-8381-49a8-96e6-e7358962bc94 2018-08-12 21:45:07,488 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:45:07,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["UDeNWvUrSmyxktHeJGv9gQ"], "issued_at": "2018-08-12T21:45:07.000000Z"}} 2018-08-12 21:45:07,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6a2e313373c5c4c82861db77c28a9f158bc59c6" 2018-08-12 21:45:08,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-59fa50c5-c95c-4839-9c1d-e9bbf5b4080b x-compute-request-id: req-59fa50c5-c95c-4839-9c1d-e9bbf5b4080b 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/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "25299774-0dc8-484a-a5f4-6d58b083963a", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:45: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-2-1", "created": "2018-08-12T21:45:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:45:08,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a used request id req-59fa50c5-c95c-4839-9c1d-e9bbf5b4080b 2018-08-12 21:45:11,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6a2e313373c5c4c82861db77c28a9f158bc59c6" 2018-08-12 21:45:12,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-4663949f-3d81-47e5-a864-90a80f431e9f x-compute-request-id: req-4663949f-3d81-47e5-a864-90a80f431e9f Content-Encoding: gzip Content-Length: 713 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/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "25299774-0dc8-484a-a5f4-6d58b083963a", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:45:09Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-1", "created": "2018-08-12T21:45:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:45:12,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a used request id req-4663949f-3d81-47e5-a864-90a80f431e9f 2018-08-12 21:45:15,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6a2e313373c5c4c82861db77c28a9f158bc59c6" 2018-08-12 21:45:16,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-0f097931-54be-43c2-a45c-5db9e5f5e21b x-compute-request-id: req-0f097931-54be-43c2-a45c-5db9e5f5e21b Content-Encoding: gzip Content-Length: 784 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:a5:8c:64", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2018-08-12T21:45:14.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "25299774-0dc8-484a-a5f4-6d58b083963a", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:45:14Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-1", "created": "2018-08-12T21:45:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:45:16,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a used request id req-0f097931-54be-43c2-a45c-5db9e5f5e21b 2018-08-12 21:45:16,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81db067e3988826ca34f7c95030d2a4707d53bdf" 2018-08-12 21:45:17,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a370cc5-e7cd-42ae-9f33-07ab8df537c7 x-compute-request-id: req-8a370cc5-e7cd-42ae-9f33-07ab8df537c7 Content-Encoding: gzip Content-Length: 784 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:a5:8c:64", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/25299774-0dc8-484a-a5f4-6d58b083963a", "rel": "bookmark"}], "image": {"id": "8d047c47-6977-43be-b451-64a523dc4f24", "links": [{"href": "http://172.30.9.23:8774/images/8d047c47-6977-43be-b451-64a523dc4f24", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2018-08-12T21:45:14.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "25299774-0dc8-484a-a5f4-6d58b083963a", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:45:14Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-1", "created": "2018-08-12T21:45:07Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:45:17,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a used request id req-8a370cc5-e7cd-42ae-9f33-07ab8df537c7 2018-08-12 21:45:17,594 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-08-12 21:45:17,594 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-08-12 21:45:17,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e55a785e62f3b3333d27d5a215c51bf1b759f2de" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:45:19,500 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:45: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-d85bc3b4-eaab-4f19-9677-c8cc2226ad26 x-compute-request-id: req-d85bc3b4-eaab-4f19-9677-c8cc2226ad26 Content-Length: 0 Content-Type: application/json 2018-08-12 21:45:19,501 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action used request id req-d85bc3b4-eaab-4f19-9677-c8cc2226ad26 2018-08-12 21:45:19,501 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-08-12 21:45:19,506 - 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}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-342870", "route_distinguishers": "111:111"}}' 2018-08-12 21:45:19,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-d2ba5cd4-68c8-442d-90e1-4cc432a902ae Date: Sun, 12 Aug 2018 21:45:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-1-342870", "route_distinguishers": ["111:111"], "routers": [], "import_targets": ["55:55"], "networks": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "route_targets": ["55:55"], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "type": "l3", "id": "c00fa1ec-171b-4c28-a6ff-d626c03e5a87"}} 2018-08-12 21:45:19,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-d2ba5cd4-68c8-442d-90e1-4cc432a902ae 2018-08-12 21:45:19,955 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-342870', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'id': u'c00fa1ec-171b-4c28-a6ff-d626c03e5a87', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'route_targets': [u'55:55'], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'type': u'l3', u'networks': []}} 2018-08-12 21:45:19,955 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-08-12 21:45:19,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c00fa1ec-171b-4c28-a6ff-d626c03e5a87/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" -d '{"network_association": {"network_id": "504d858a-0e5d-454a-8a66-353b7227e162"}}' 2018-08-12 21:45:20,580 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-cb908e98-4d52-43d3-a184-13409b1b4e51 Date: Sun, 12 Aug 2018 21:45:20 GMT RESP BODY: {"network_association": {"network_id": "504d858a-0e5d-454a-8a66-353b7227e162", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "4b3dfb3c-92d5-4a13-b9fd-bc61055dc58e"}} 2018-08-12 21:45:20,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c00fa1ec-171b-4c28-a6ff-d626c03e5a87/network_associations used request id req-cb908e98-4d52-43d3-a184-13409b1b4e51 2018-08-12 21:45:20,581 - sdnvpn_test_utils - INFO - Waiting for instance 1a324313-4bf5-44c6-8ab1-82fbcdf896dd to boot up 2018-08-12 21:45:20,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e82466894f1cc532212cf50afb071915c8b1215" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:45:20,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-a429fd01-08ab-4d2a-9ab9-d9570f539f67 x-compute-request-id: req-a429fd01-08ab-4d2a-9ab9-d9570f539f67 Content-Encoding: gzip Content-Length: 10268 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 616176171 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.139054] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140729] pid_max: default: 32768 minimum: 301\n[ 0.141636] ACPI: Core revision 20150930\n[ 0.143033] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144358] Security Framework initialized\n[ 0.145193] Yama: becoming mindful.\n[ 0.145930] AppArmor: AppArmor initialized\n[ 0.146799] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149443] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152099] Initializing cgroup subsys io\n[ 0.152923] Initializing cgroup subsys memory\n[ 0.153787] Initializing cgroup subsys devices\n[ 0.154687] Initializing cgroup subsys freezer\n[ 0.155565] Initializing cgroup subsys net_cls\n[ 0.156440] Initializing cgroup subsys perf_event\n[ 0.157359] Initializing cgroup subsys net_prio\n[ 0.158269] Initializing cgroup subsys hugetlb\n[ 0.159147] Initializing cgroup subsys pids\n[ 0.160026] CPU: Physical Processor ID: 0\n[ 0.161534] mce: CPU supports 10 MCE banks\n[ 0.162414] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178013] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184254] ftrace: allocating 31920 entries in 125 pages\n[ 0.209921] smpboot: Max logical packages: 1\n[ 0.210787] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212162] x2apic enabled\n[ 0.212977] Switched APIC routing to physical x2apic.\n[ 0.214739] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217889] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219689] KVM setup paravirtual spinlock\n[ 0.221035] x86: Booted up 1 node, 1 CPUs\n[ 0.221852] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223256] devtmpfs: initialized\n[ 0.224974] evm: security.selinux\n[ 0.225679] evm: security.SMACK64\n[ 0.226384] evm: security.SMACK64EXEC\n[ 0.227137] evm: security.SMACK64TRANSMUTE\n[ 0.227950] evm: security.SMACK64MMAP\n[ 0.228698] evm: security.ima\n[ 0.229345] evm: security.capability\n[ 0.230160] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232032] pinctrl core: initialized pinctrl subsystem\n[ 0.233146] RTC time: 21:44:38, date: 08/12/18\n[ 0.234118] NET: Registered protocol family 16\n[ 0.235113] cpuidle: using governor ladder\n[ 0.235941] cpuidle: using governor menu\n[ 0.236731] PCCT header not found.\n[ 0.237497] ACPI: bus type PCI registered\n[ 0.238320] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239576] PCI: Using configuration type 1 for base access\n[ 0.241358] ACPI: Added _OSI(Module Device)\n[ 0.242209] ACPI: Added _OSI(Processor Device)\n[ 0.243082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243987] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245744] ACPI: Interpreter enabled\n[ 0.246525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252125] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253981] ACPI: (supports S0 S5)\n[ 0.254689] ACPI: Using IOAPIC for interrupt routing\n[ 0.255658] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258772] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259937] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261183] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264625] acpiphp: Slot [3] registered\n[ 0.265437] acpiphp: Slot [4] registered\n[ 0.266251] acpiphp: Slot [5] registered\n[ 0.267061] acpiphp: Slot [6] registered\n[ 0.267870] acpiphp: Slot [7] registered\n[ 0.268682] acpiphp: Slot [8] registered\n[ 0.269501] acpiphp: Slot [9] registered\n[ 0.270309] acpiphp: Slot [10] registered\n[ 0.271133] acpiphp: Slot [11] registered\n[ 0.271956] acpiphp: Slot [12] registered\n[ 0.272777] acpiphp: Slot [13] registered\n[ 0.273603] acpiphp: Slot [14] registered\n[ 0.274424] acpiphp: Slot [15] registered\n[ 0.285192] acpiphp: Slot [16] registered\n[ 0.286019] acpiphp: Slot [17] registered\n[ 0.286842] acpiphp: Slot [18] registered\n[ 0.287658] acpiphp: Slot [19] registered\n[ 0.288478] acpiphp: Slot [20] registered\n[ 0.289320] acpiphp: Slot [21] registered\n[ 0.290145] acpiphp: Slot [22] registered\n[ 0.290965] acpiphp: Slot [23] registered\n[ 0.291781] acpiphp: Slot [24] registered\n[ 0.292602] acpiphp: Slot [25] registered\n[ 0.293426] acpiphp: Slot [26] registered\n[ 0.294249] acpiphp: Slot [27] registered\n[ 0.295072] acpiphp: Slot [28] registered\n[ 0.295927] acpiphp: Slot [29] registered\n[ 0.296745] acpiphp: Slot [30] registered\n[ 0.297581] acpiphp: Slot [31] registered\n[ 0.298403] PCI host bridge to bus 0000:00\n[ 0.299223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301679] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303146] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304607] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306122] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313287] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316837] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318388] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336972] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344411] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345721] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348376] vgaarb: loaded\n[ 0.348984] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350222] SCSI subsystem initialized\n[ 0.351145] ACPI: bus type USB registered\n[ 0.351982] usbcore: registered new interface driver usbfs\n[ 0.353026] usbcore: registered new interface driver hub\n[ 0.354044] usbcore: registered new device driver usb\n[ 0.355158] PCI: Using ACPI for IRQ routing\n[ 0.356282] NetLabel: Initializing\n[ 0.357006] NetLabel: domain hash size = 128\n[ 0.357866] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358839] NetLabel: unlabeled traffic allowed by default\n[ 0.360007] clocksource: Switched to clocksource kvm-clock\n[ 0.368317] AppArmor: AppArmor Filesystem Enabled\n[ 0.369310] pnp: PnP ACPI init\n[ 0.370258] pnp: PnP ACPI: found 5 devices\n[ 0.376599] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378355] NET: Registered protocol family 2\n[ 0.379414] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380730] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383164] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384263] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385473] NET: Registered protocol family 1\n[ 0.386363] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388574] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402669] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416658] Trying to unpack rootfs image as initramfs...\n[ 0.472809] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474468] Scanning for low memory corruption every 60 seconds\n[ 0.475844] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477029] audit: initializing netlink subsys (disabled)\n[ 0.478066] audit: type=2000 audit(1534110278.452:1): initialized\n[ 0.479410] Initialise system trusted keyring\n[ 0.480381] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481552] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483682] zbud: loaded\n[ 0.484431] VFS: Disk quotas dquot_6.6.0\n[ 0.485271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486889] fuse init (API version 7.23)\n[ 0.487805] Key type big_key registered\n[ 0.488618] Allocating IMA MOK and blacklist keyrings.\n[ 0.489871] Key type asymmetric registered\n[ 0.490702] Asymmetric key parser 'x509' registered\n[ 0.491678] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493180] io scheduler noop registered\n[ 0.493985] io scheduler deadline registered (default)\n[ 0.494987] io scheduler cfq registered\n[ 0.495842] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496899] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498184] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499649] ACPI: Power Button [PWRF]\n[ 0.500528] GHES: HEST is not enabled!\n[ 0.514195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541699] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543836] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567893] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570192] Linux agpgart interface v0.103\n[ 0.572824] brd: module loaded\n[ 0.574500] loop: module loaded\n[ 0.578072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.579561] GPT:90111 != 2097151\n[ 0.580258] GPT:Alternate GPT header not at the end of the disk.\n[ 0.581378] GPT:90111 != 2097151\n[ 0.582066] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583045] vda: vda1 vda15\n[ 0.584281] scsi host0: ata_piix\n[ 0.585071] scsi host1: ata_piix\n[ 0.585807] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588576] libphy: Fixed MDIO Bus: probed\n[ 0.589426] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590404] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592646] PPP generic driver version 2.4.2\n[ 0.593606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594842] ehci-pci: EHCI PCI platform driver\n[ 0.595774] ehci-platform: EHCI generic platform driver\n[ 0.596792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597957] ohci-pci: OHCI PCI platform driver\n[ 0.600920] ohci-platform: OHCI generic platform driver\n[ 0.602176] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616932] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617987] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619494] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621787] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623069] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624530] usb usb1: Product: UHCI Host Controller\n[ 0.625502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627778] hub 1-0:1.0: USB hub found\n[ 0.628593] hub 1-0:1.0: 2 ports detected\n[ 0.629610] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631851] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632847] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633951] mousedev: PS/2 mouse device common for all mice\n[ 0.635445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637381] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638545] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.641026] i2c /dev entries driver\n[ 0.641835] device-mapper: uevent: version 1.0.3\n[ 0.642844] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.646122] NET: Registered protocol family 10\n[ 0.647317] NET: Registered protocol family 17\n[ 0.648278] Key type dns_resolver registered\n[ 0.649357] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650498] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652373] registered taskstats version 1\n[ 0.653273] Loading compiled-in X.509 certificates\n[ 0.654779] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656722] zswap: loaded using pool lzo/zbud\n[ 0.658446] Key type trusted registered\n[ 0.660249] Key type encrypted registered\n[ 0.661110] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.662178] ima: No TPM chip found, activating TPM-bypass!\n[ 0.663254] evm: HMAC attrs: 0x1\n[ 0.664313] Magic number: 14:825:752\n[ 0.665120] tty ttyS3: hash matches\n[ 0.665952] rtc_cmos 00:00: setting system clock to 2018-08-12 21:44:38 UTC (1534110278)\n[ 0.667628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668783] EDD information not available.\n[ 0.744699] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.746184] ata1.00: configured for MWDMA2\n[ 0.747511] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.749760] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.751032] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.752345] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.754642] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.756244] Write protecting the kernel read-only data: 14336k\n[ 0.758431] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.760347] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.987190] 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.12...\nLease of 10.10.10.12 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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 503808 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDLVoA9I3V/r9K9ajAxVvYjV85wLF/YZlQYuVd976njYbzNNNIMW80netEE8IHe4qgNER9nMAQnea9sI6nX+qT+aHsHSy3Vk3Yl7gmHjwLZLj1jzIdsZWBnOcCPEELrRDIWpjtUtxHWAzEQlAG6p+6ZuDw8Zllcyr9u+I0Xvba0Ab0hkXandOWVHdDQveB631UivIWBlch4SPWzrevQmrWWGcY1Nh9Jpu9SkI5WmDMHeBvf1ht0fnzPd1ExQNdrsYR5lw+17oOVO0bTjnRoEqxqHbvxL1KRGNhfVCfmxa/6r7p0/0doxh9PynL1BaGmo0ENevpotsg8ereY38y7K1D3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMMI3MNYlp4YNM8DAYJlRXuiPFVko8PpbtzANm49nK2goAn5QKb4CrrFkbd27RrkfSA/8GiQMZow9VNh0isKsfaEuFtCA11iWIMV1v8T44Y4mIMRzINKb5B4IU27WTjRl9gxw7YN+0ezSjDr0onJ8y1W9J2zTUOIeaOjbTXKJ+6/AAAAFQCWNq6AT3zvYM8wYQmoAfAcQ8d3xwAAAIBKx/igDDtVJjKwY6jqFIgiOf1UUKausZ/LbCeGim91ew53l0txXvICB07IBWsJhvtF9V6X1qAOQp5sUpzO85xGglj52Z6/nS//DbAgfKMVjNxUMegKZg+usKee61/xkk1z3mVlfTn6jV/XyFKR0fiCpvKKS4krKXy9ylppQ2x6DwAAAIAr09x0bdW6MwLdlcqCukCq9rB4wFJGNNwzLkz1BFDSvN4PYbDW3rwQDg3wDsUU3QkVoyzI7bcu9xyN2i3H3EC6cNNRBfiQK8vBAQBwj6iYRYr4QVo8uTxR6kYpEcCgOvXTc1DVsTAWTqhPkTW5PRoosgZBl4t4jg/I4o5l1uWVeA== root@sdnvpn-2-2\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,10.10.10.12,24,fe80::f816:3eff:fee2:1780/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.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: configdrive local ===\ninstance-id: 1a324313-4bf5-44c6-8ab1-82fbcdf896dd\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:E2:17:80 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee2:1780/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:8 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1874 (1.8 KiB) TX bytes:1282 (1.2 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.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.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-12 21:45:20,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action used request id req-a429fd01-08ab-4d2a-9ab9-d9570f539f67 2018-08-12 21:45:22,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e82466894f1cc532212cf50afb071915c8b1215" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:45:22,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-c61cf7ca-9b17-4134-99ea-979dc09a8a75 x-compute-request-id: req-c61cf7ca-9b17-4134-99ea-979dc09a8a75 Content-Encoding: gzip Content-Length: 10268 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 616176171 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.139054] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140729] pid_max: default: 32768 minimum: 301\n[ 0.141636] ACPI: Core revision 20150930\n[ 0.143033] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144358] Security Framework initialized\n[ 0.145193] Yama: becoming mindful.\n[ 0.145930] AppArmor: AppArmor initialized\n[ 0.146799] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149443] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152099] Initializing cgroup subsys io\n[ 0.152923] Initializing cgroup subsys memory\n[ 0.153787] Initializing cgroup subsys devices\n[ 0.154687] Initializing cgroup subsys freezer\n[ 0.155565] Initializing cgroup subsys net_cls\n[ 0.156440] Initializing cgroup subsys perf_event\n[ 0.157359] Initializing cgroup subsys net_prio\n[ 0.158269] Initializing cgroup subsys hugetlb\n[ 0.159147] Initializing cgroup subsys pids\n[ 0.160026] CPU: Physical Processor ID: 0\n[ 0.161534] mce: CPU supports 10 MCE banks\n[ 0.162414] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178013] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184254] ftrace: allocating 31920 entries in 125 pages\n[ 0.209921] smpboot: Max logical packages: 1\n[ 0.210787] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212162] x2apic enabled\n[ 0.212977] Switched APIC routing to physical x2apic.\n[ 0.214739] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217889] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219689] KVM setup paravirtual spinlock\n[ 0.221035] x86: Booted up 1 node, 1 CPUs\n[ 0.221852] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223256] devtmpfs: initialized\n[ 0.224974] evm: security.selinux\n[ 0.225679] evm: security.SMACK64\n[ 0.226384] evm: security.SMACK64EXEC\n[ 0.227137] evm: security.SMACK64TRANSMUTE\n[ 0.227950] evm: security.SMACK64MMAP\n[ 0.228698] evm: security.ima\n[ 0.229345] evm: security.capability\n[ 0.230160] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232032] pinctrl core: initialized pinctrl subsystem\n[ 0.233146] RTC time: 21:44:38, date: 08/12/18\n[ 0.234118] NET: Registered protocol family 16\n[ 0.235113] cpuidle: using governor ladder\n[ 0.235941] cpuidle: using governor menu\n[ 0.236731] PCCT header not found.\n[ 0.237497] ACPI: bus type PCI registered\n[ 0.238320] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239576] PCI: Using configuration type 1 for base access\n[ 0.241358] ACPI: Added _OSI(Module Device)\n[ 0.242209] ACPI: Added _OSI(Processor Device)\n[ 0.243082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243987] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245744] ACPI: Interpreter enabled\n[ 0.246525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252125] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253981] ACPI: (supports S0 S5)\n[ 0.254689] ACPI: Using IOAPIC for interrupt routing\n[ 0.255658] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258772] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259937] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261183] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264625] acpiphp: Slot [3] registered\n[ 0.265437] acpiphp: Slot [4] registered\n[ 0.266251] acpiphp: Slot [5] registered\n[ 0.267061] acpiphp: Slot [6] registered\n[ 0.267870] acpiphp: Slot [7] registered\n[ 0.268682] acpiphp: Slot [8] registered\n[ 0.269501] acpiphp: Slot [9] registered\n[ 0.270309] acpiphp: Slot [10] registered\n[ 0.271133] acpiphp: Slot [11] registered\n[ 0.271956] acpiphp: Slot [12] registered\n[ 0.272777] acpiphp: Slot [13] registered\n[ 0.273603] acpiphp: Slot [14] registered\n[ 0.274424] acpiphp: Slot [15] registered\n[ 0.285192] acpiphp: Slot [16] registered\n[ 0.286019] acpiphp: Slot [17] registered\n[ 0.286842] acpiphp: Slot [18] registered\n[ 0.287658] acpiphp: Slot [19] registered\n[ 0.288478] acpiphp: Slot [20] registered\n[ 0.289320] acpiphp: Slot [21] registered\n[ 0.290145] acpiphp: Slot [22] registered\n[ 0.290965] acpiphp: Slot [23] registered\n[ 0.291781] acpiphp: Slot [24] registered\n[ 0.292602] acpiphp: Slot [25] registered\n[ 0.293426] acpiphp: Slot [26] registered\n[ 0.294249] acpiphp: Slot [27] registered\n[ 0.295072] acpiphp: Slot [28] registered\n[ 0.295927] acpiphp: Slot [29] registered\n[ 0.296745] acpiphp: Slot [30] registered\n[ 0.297581] acpiphp: Slot [31] registered\n[ 0.298403] PCI host bridge to bus 0000:00\n[ 0.299223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301679] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303146] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304607] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306122] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313287] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316837] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318388] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336972] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344411] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345721] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348376] vgaarb: loaded\n[ 0.348984] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350222] SCSI subsystem initialized\n[ 0.351145] ACPI: bus type USB registered\n[ 0.351982] usbcore: registered new interface driver usbfs\n[ 0.353026] usbcore: registered new interface driver hub\n[ 0.354044] usbcore: registered new device driver usb\n[ 0.355158] PCI: Using ACPI for IRQ routing\n[ 0.356282] NetLabel: Initializing\n[ 0.357006] NetLabel: domain hash size = 128\n[ 0.357866] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358839] NetLabel: unlabeled traffic allowed by default\n[ 0.360007] clocksource: Switched to clocksource kvm-clock\n[ 0.368317] AppArmor: AppArmor Filesystem Enabled\n[ 0.369310] pnp: PnP ACPI init\n[ 0.370258] pnp: PnP ACPI: found 5 devices\n[ 0.376599] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378355] NET: Registered protocol family 2\n[ 0.379414] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380730] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383164] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384263] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385473] NET: Registered protocol family 1\n[ 0.386363] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388574] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402669] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416658] Trying to unpack rootfs image as initramfs...\n[ 0.472809] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474468] Scanning for low memory corruption every 60 seconds\n[ 0.475844] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477029] audit: initializing netlink subsys (disabled)\n[ 0.478066] audit: type=2000 audit(1534110278.452:1): initialized\n[ 0.479410] Initialise system trusted keyring\n[ 0.480381] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481552] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483682] zbud: loaded\n[ 0.484431] VFS: Disk quotas dquot_6.6.0\n[ 0.485271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486889] fuse init (API version 7.23)\n[ 0.487805] Key type big_key registered\n[ 0.488618] Allocating IMA MOK and blacklist keyrings.\n[ 0.489871] Key type asymmetric registered\n[ 0.490702] Asymmetric key parser 'x509' registered\n[ 0.491678] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493180] io scheduler noop registered\n[ 0.493985] io scheduler deadline registered (default)\n[ 0.494987] io scheduler cfq registered\n[ 0.495842] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496899] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498184] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499649] ACPI: Power Button [PWRF]\n[ 0.500528] GHES: HEST is not enabled!\n[ 0.514195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541699] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543836] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567893] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570192] Linux agpgart interface v0.103\n[ 0.572824] brd: module loaded\n[ 0.574500] loop: module loaded\n[ 0.578072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.579561] GPT:90111 != 2097151\n[ 0.580258] GPT:Alternate GPT header not at the end of the disk.\n[ 0.581378] GPT:90111 != 2097151\n[ 0.582066] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583045] vda: vda1 vda15\n[ 0.584281] scsi host0: ata_piix\n[ 0.585071] scsi host1: ata_piix\n[ 0.585807] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588576] libphy: Fixed MDIO Bus: probed\n[ 0.589426] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590404] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592646] PPP generic driver version 2.4.2\n[ 0.593606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594842] ehci-pci: EHCI PCI platform driver\n[ 0.595774] ehci-platform: EHCI generic platform driver\n[ 0.596792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597957] ohci-pci: OHCI PCI platform driver\n[ 0.600920] ohci-platform: OHCI generic platform driver\n[ 0.602176] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616932] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617987] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619494] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621787] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623069] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624530] usb usb1: Product: UHCI Host Controller\n[ 0.625502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627778] hub 1-0:1.0: USB hub found\n[ 0.628593] hub 1-0:1.0: 2 ports detected\n[ 0.629610] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631851] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632847] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633951] mousedev: PS/2 mouse device common for all mice\n[ 0.635445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637381] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638545] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.641026] i2c /dev entries driver\n[ 0.641835] device-mapper: uevent: version 1.0.3\n[ 0.642844] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.646122] NET: Registered protocol family 10\n[ 0.647317] NET: Registered protocol family 17\n[ 0.648278] Key type dns_resolver registered\n[ 0.649357] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650498] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652373] registered taskstats version 1\n[ 0.653273] Loading compiled-in X.509 certificates\n[ 0.654779] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656722] zswap: loaded using pool lzo/zbud\n[ 0.658446] Key type trusted registered\n[ 0.660249] Key type encrypted registered\n[ 0.661110] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.662178] ima: No TPM chip found, activating TPM-bypass!\n[ 0.663254] evm: HMAC attrs: 0x1\n[ 0.664313] Magic number: 14:825:752\n[ 0.665120] tty ttyS3: hash matches\n[ 0.665952] rtc_cmos 00:00: setting system clock to 2018-08-12 21:44:38 UTC (1534110278)\n[ 0.667628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668783] EDD information not available.\n[ 0.744699] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.746184] ata1.00: configured for MWDMA2\n[ 0.747511] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.749760] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.751032] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.752345] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.754642] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.756244] Write protecting the kernel read-only data: 14336k\n[ 0.758431] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.760347] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.987190] 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.12...\nLease of 10.10.10.12 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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 503808 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDLVoA9I3V/r9K9ajAxVvYjV85wLF/YZlQYuVd976njYbzNNNIMW80netEE8IHe4qgNER9nMAQnea9sI6nX+qT+aHsHSy3Vk3Yl7gmHjwLZLj1jzIdsZWBnOcCPEELrRDIWpjtUtxHWAzEQlAG6p+6ZuDw8Zllcyr9u+I0Xvba0Ab0hkXandOWVHdDQveB631UivIWBlch4SPWzrevQmrWWGcY1Nh9Jpu9SkI5WmDMHeBvf1ht0fnzPd1ExQNdrsYR5lw+17oOVO0bTjnRoEqxqHbvxL1KRGNhfVCfmxa/6r7p0/0doxh9PynL1BaGmo0ENevpotsg8ereY38y7K1D3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMMI3MNYlp4YNM8DAYJlRXuiPFVko8PpbtzANm49nK2goAn5QKb4CrrFkbd27RrkfSA/8GiQMZow9VNh0isKsfaEuFtCA11iWIMV1v8T44Y4mIMRzINKb5B4IU27WTjRl9gxw7YN+0ezSjDr0onJ8y1W9J2zTUOIeaOjbTXKJ+6/AAAAFQCWNq6AT3zvYM8wYQmoAfAcQ8d3xwAAAIBKx/igDDtVJjKwY6jqFIgiOf1UUKausZ/LbCeGim91ew53l0txXvICB07IBWsJhvtF9V6X1qAOQp5sUpzO85xGglj52Z6/nS//DbAgfKMVjNxUMegKZg+usKee61/xkk1z3mVlfTn6jV/XyFKR0fiCpvKKS4krKXy9ylppQ2x6DwAAAIAr09x0bdW6MwLdlcqCukCq9rB4wFJGNNwzLkz1BFDSvN4PYbDW3rwQDg3wDsUU3QkVoyzI7bcu9xyN2i3H3EC6cNNRBfiQK8vBAQBwj6iYRYr4QVo8uTxR6kYpEcCgOvXTc1DVsTAWTqhPkTW5PRoosgZBl4t4jg/I4o5l1uWVeA== root@sdnvpn-2-2\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,10.10.10.12,24,fe80::f816:3eff:fee2:1780/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.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: configdrive local ===\ninstance-id: 1a324313-4bf5-44c6-8ab1-82fbcdf896dd\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:E2:17:80 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee2:1780/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:8 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1874 (1.8 KiB) TX bytes:1282 (1.2 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.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.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-12 21:45:22,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action used request id req-c61cf7ca-9b17-4134-99ea-979dc09a8a75 2018-08-12 21:45:24,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e82466894f1cc532212cf50afb071915c8b1215" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:45:24,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-6fbccffc-8061-48de-94f3-032591d86e05 x-compute-request-id: req-6fbccffc-8061-48de-94f3-032591d86e05 Content-Encoding: gzip Content-Length: 10268 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 616176171 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.139054] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140729] pid_max: default: 32768 minimum: 301\n[ 0.141636] ACPI: Core revision 20150930\n[ 0.143033] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144358] Security Framework initialized\n[ 0.145193] Yama: becoming mindful.\n[ 0.145930] AppArmor: AppArmor initialized\n[ 0.146799] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149443] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152099] Initializing cgroup subsys io\n[ 0.152923] Initializing cgroup subsys memory\n[ 0.153787] Initializing cgroup subsys devices\n[ 0.154687] Initializing cgroup subsys freezer\n[ 0.155565] Initializing cgroup subsys net_cls\n[ 0.156440] Initializing cgroup subsys perf_event\n[ 0.157359] Initializing cgroup subsys net_prio\n[ 0.158269] Initializing cgroup subsys hugetlb\n[ 0.159147] Initializing cgroup subsys pids\n[ 0.160026] CPU: Physical Processor ID: 0\n[ 0.161534] mce: CPU supports 10 MCE banks\n[ 0.162414] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178013] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184254] ftrace: allocating 31920 entries in 125 pages\n[ 0.209921] smpboot: Max logical packages: 1\n[ 0.210787] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212162] x2apic enabled\n[ 0.212977] Switched APIC routing to physical x2apic.\n[ 0.214739] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217889] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219689] KVM setup paravirtual spinlock\n[ 0.221035] x86: Booted up 1 node, 1 CPUs\n[ 0.221852] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223256] devtmpfs: initialized\n[ 0.224974] evm: security.selinux\n[ 0.225679] evm: security.SMACK64\n[ 0.226384] evm: security.SMACK64EXEC\n[ 0.227137] evm: security.SMACK64TRANSMUTE\n[ 0.227950] evm: security.SMACK64MMAP\n[ 0.228698] evm: security.ima\n[ 0.229345] evm: security.capability\n[ 0.230160] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232032] pinctrl core: initialized pinctrl subsystem\n[ 0.233146] RTC time: 21:44:38, date: 08/12/18\n[ 0.234118] NET: Registered protocol family 16\n[ 0.235113] cpuidle: using governor ladder\n[ 0.235941] cpuidle: using governor menu\n[ 0.236731] PCCT header not found.\n[ 0.237497] ACPI: bus type PCI registered\n[ 0.238320] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239576] PCI: Using configuration type 1 for base access\n[ 0.241358] ACPI: Added _OSI(Module Device)\n[ 0.242209] ACPI: Added _OSI(Processor Device)\n[ 0.243082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243987] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245744] ACPI: Interpreter enabled\n[ 0.246525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252125] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253981] ACPI: (supports S0 S5)\n[ 0.254689] ACPI: Using IOAPIC for interrupt routing\n[ 0.255658] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258772] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259937] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261183] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264625] acpiphp: Slot [3] registered\n[ 0.265437] acpiphp: Slot [4] registered\n[ 0.266251] acpiphp: Slot [5] registered\n[ 0.267061] acpiphp: Slot [6] registered\n[ 0.267870] acpiphp: Slot [7] registered\n[ 0.268682] acpiphp: Slot [8] registered\n[ 0.269501] acpiphp: Slot [9] registered\n[ 0.270309] acpiphp: Slot [10] registered\n[ 0.271133] acpiphp: Slot [11] registered\n[ 0.271956] acpiphp: Slot [12] registered\n[ 0.272777] acpiphp: Slot [13] registered\n[ 0.273603] acpiphp: Slot [14] registered\n[ 0.274424] acpiphp: Slot [15] registered\n[ 0.285192] acpiphp: Slot [16] registered\n[ 0.286019] acpiphp: Slot [17] registered\n[ 0.286842] acpiphp: Slot [18] registered\n[ 0.287658] acpiphp: Slot [19] registered\n[ 0.288478] acpiphp: Slot [20] registered\n[ 0.289320] acpiphp: Slot [21] registered\n[ 0.290145] acpiphp: Slot [22] registered\n[ 0.290965] acpiphp: Slot [23] registered\n[ 0.291781] acpiphp: Slot [24] registered\n[ 0.292602] acpiphp: Slot [25] registered\n[ 0.293426] acpiphp: Slot [26] registered\n[ 0.294249] acpiphp: Slot [27] registered\n[ 0.295072] acpiphp: Slot [28] registered\n[ 0.295927] acpiphp: Slot [29] registered\n[ 0.296745] acpiphp: Slot [30] registered\n[ 0.297581] acpiphp: Slot [31] registered\n[ 0.298403] PCI host bridge to bus 0000:00\n[ 0.299223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301679] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303146] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304607] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306122] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313287] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316837] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318388] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336972] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344411] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345721] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348376] vgaarb: loaded\n[ 0.348984] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350222] SCSI subsystem initialized\n[ 0.351145] ACPI: bus type USB registered\n[ 0.351982] usbcore: registered new interface driver usbfs\n[ 0.353026] usbcore: registered new interface driver hub\n[ 0.354044] usbcore: registered new device driver usb\n[ 0.355158] PCI: Using ACPI for IRQ routing\n[ 0.356282] NetLabel: Initializing\n[ 0.357006] NetLabel: domain hash size = 128\n[ 0.357866] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358839] NetLabel: unlabeled traffic allowed by default\n[ 0.360007] clocksource: Switched to clocksource kvm-clock\n[ 0.368317] AppArmor: AppArmor Filesystem Enabled\n[ 0.369310] pnp: PnP ACPI init\n[ 0.370258] pnp: PnP ACPI: found 5 devices\n[ 0.376599] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378355] NET: Registered protocol family 2\n[ 0.379414] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380730] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383164] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384263] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385473] NET: Registered protocol family 1\n[ 0.386363] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388574] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402669] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416658] Trying to unpack rootfs image as initramfs...\n[ 0.472809] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474468] Scanning for low memory corruption every 60 seconds\n[ 0.475844] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477029] audit: initializing netlink subsys (disabled)\n[ 0.478066] audit: type=2000 audit(1534110278.452:1): initialized\n[ 0.479410] Initialise system trusted keyring\n[ 0.480381] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481552] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483682] zbud: loaded\n[ 0.484431] VFS: Disk quotas dquot_6.6.0\n[ 0.485271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486889] fuse init (API version 7.23)\n[ 0.487805] Key type big_key registered\n[ 0.488618] Allocating IMA MOK and blacklist keyrings.\n[ 0.489871] Key type asymmetric registered\n[ 0.490702] Asymmetric key parser 'x509' registered\n[ 0.491678] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493180] io scheduler noop registered\n[ 0.493985] io scheduler deadline registered (default)\n[ 0.494987] io scheduler cfq registered\n[ 0.495842] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496899] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498184] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499649] ACPI: Power Button [PWRF]\n[ 0.500528] GHES: HEST is not enabled!\n[ 0.514195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541699] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543836] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567893] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570192] Linux agpgart interface v0.103\n[ 0.572824] brd: module loaded\n[ 0.574500] loop: module loaded\n[ 0.578072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.579561] GPT:90111 != 2097151\n[ 0.580258] GPT:Alternate GPT header not at the end of the disk.\n[ 0.581378] GPT:90111 != 2097151\n[ 0.582066] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583045] vda: vda1 vda15\n[ 0.584281] scsi host0: ata_piix\n[ 0.585071] scsi host1: ata_piix\n[ 0.585807] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588576] libphy: Fixed MDIO Bus: probed\n[ 0.589426] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590404] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592646] PPP generic driver version 2.4.2\n[ 0.593606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594842] ehci-pci: EHCI PCI platform driver\n[ 0.595774] ehci-platform: EHCI generic platform driver\n[ 0.596792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597957] ohci-pci: OHCI PCI platform driver\n[ 0.600920] ohci-platform: OHCI generic platform driver\n[ 0.602176] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616932] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617987] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619494] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621787] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623069] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624530] usb usb1: Product: UHCI Host Controller\n[ 0.625502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627778] hub 1-0:1.0: USB hub found\n[ 0.628593] hub 1-0:1.0: 2 ports detected\n[ 0.629610] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631851] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632847] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633951] mousedev: PS/2 mouse device common for all mice\n[ 0.635445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637381] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638545] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.641026] i2c /dev entries driver\n[ 0.641835] device-mapper: uevent: version 1.0.3\n[ 0.642844] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.646122] NET: Registered protocol family 10\n[ 0.647317] NET: Registered protocol family 17\n[ 0.648278] Key type dns_resolver registered\n[ 0.649357] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650498] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652373] registered taskstats version 1\n[ 0.653273] Loading compiled-in X.509 certificates\n[ 0.654779] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656722] zswap: loaded using pool lzo/zbud\n[ 0.658446] Key type trusted registered\n[ 0.660249] Key type encrypted registered\n[ 0.661110] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.662178] ima: No TPM chip found, activating TPM-bypass!\n[ 0.663254] evm: HMAC attrs: 0x1\n[ 0.664313] Magic number: 14:825:752\n[ 0.665120] tty ttyS3: hash matches\n[ 0.665952] rtc_cmos 00:00: setting system clock to 2018-08-12 21:44:38 UTC (1534110278)\n[ 0.667628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668783] EDD information not available.\n[ 0.744699] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.746184] ata1.00: configured for MWDMA2\n[ 0.747511] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.749760] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.751032] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.752345] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.754642] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.756244] Write protecting the kernel read-only data: 14336k\n[ 0.758431] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.760347] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.987190] 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.12...\nLease of 10.10.10.12 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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 503808 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDLVoA9I3V/r9K9ajAxVvYjV85wLF/YZlQYuVd976njYbzNNNIMW80netEE8IHe4qgNER9nMAQnea9sI6nX+qT+aHsHSy3Vk3Yl7gmHjwLZLj1jzIdsZWBnOcCPEELrRDIWpjtUtxHWAzEQlAG6p+6ZuDw8Zllcyr9u+I0Xvba0Ab0hkXandOWVHdDQveB631UivIWBlch4SPWzrevQmrWWGcY1Nh9Jpu9SkI5WmDMHeBvf1ht0fnzPd1ExQNdrsYR5lw+17oOVO0bTjnRoEqxqHbvxL1KRGNhfVCfmxa/6r7p0/0doxh9PynL1BaGmo0ENevpotsg8ereY38y7K1D3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMMI3MNYlp4YNM8DAYJlRXuiPFVko8PpbtzANm49nK2goAn5QKb4CrrFkbd27RrkfSA/8GiQMZow9VNh0isKsfaEuFtCA11iWIMV1v8T44Y4mIMRzINKb5B4IU27WTjRl9gxw7YN+0ezSjDr0onJ8y1W9J2zTUOIeaOjbTXKJ+6/AAAAFQCWNq6AT3zvYM8wYQmoAfAcQ8d3xwAAAIBKx/igDDtVJjKwY6jqFIgiOf1UUKausZ/LbCeGim91ew53l0txXvICB07IBWsJhvtF9V6X1qAOQp5sUpzO85xGglj52Z6/nS//DbAgfKMVjNxUMegKZg+usKee61/xkk1z3mVlfTn6jV/XyFKR0fiCpvKKS4krKXy9ylppQ2x6DwAAAIAr09x0bdW6MwLdlcqCukCq9rB4wFJGNNwzLkz1BFDSvN4PYbDW3rwQDg3wDsUU3QkVoyzI7bcu9xyN2i3H3EC6cNNRBfiQK8vBAQBwj6iYRYr4QVo8uTxR6kYpEcCgOvXTc1DVsTAWTqhPkTW5PRoosgZBl4t4jg/I4o5l1uWVeA== root@sdnvpn-2-2\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,10.10.10.12,24,fe80::f816:3eff:fee2:1780/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.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: configdrive local ===\ninstance-id: 1a324313-4bf5-44c6-8ab1-82fbcdf896dd\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:E2:17:80 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee2:1780/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:8 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1874 (1.8 KiB) TX bytes:1282 (1.2 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.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.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-12 21:45:24,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action used request id req-6fbccffc-8061-48de-94f3-032591d86e05 2018-08-12 21:45:26,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e82466894f1cc532212cf50afb071915c8b1215" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:45:26,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-06a88d52-810c-4129-a7c8-70a01321ea28 x-compute-request-id: req-06a88d52-810c-4129-a7c8-70a01321ea28 Content-Encoding: gzip Content-Length: 11176 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 616176171 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.139054] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140729] pid_max: default: 32768 minimum: 301\n[ 0.141636] ACPI: Core revision 20150930\n[ 0.143033] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144358] Security Framework initialized\n[ 0.145193] Yama: becoming mindful.\n[ 0.145930] AppArmor: AppArmor initialized\n[ 0.146799] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148145] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149443] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152099] Initializing cgroup subsys io\n[ 0.152923] Initializing cgroup subsys memory\n[ 0.153787] Initializing cgroup subsys devices\n[ 0.154687] Initializing cgroup subsys freezer\n[ 0.155565] Initializing cgroup subsys net_cls\n[ 0.156440] Initializing cgroup subsys perf_event\n[ 0.157359] Initializing cgroup subsys net_prio\n[ 0.158269] Initializing cgroup subsys hugetlb\n[ 0.159147] Initializing cgroup subsys pids\n[ 0.160026] CPU: Physical Processor ID: 0\n[ 0.161534] mce: CPU supports 10 MCE banks\n[ 0.162414] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163425] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178013] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184254] ftrace: allocating 31920 entries in 125 pages\n[ 0.209921] smpboot: Max logical packages: 1\n[ 0.210787] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212162] x2apic enabled\n[ 0.212977] Switched APIC routing to physical x2apic.\n[ 0.214739] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217889] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219689] KVM setup paravirtual spinlock\n[ 0.221035] x86: Booted up 1 node, 1 CPUs\n[ 0.221852] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223256] devtmpfs: initialized\n[ 0.224974] evm: security.selinux\n[ 0.225679] evm: security.SMACK64\n[ 0.226384] evm: security.SMACK64EXEC\n[ 0.227137] evm: security.SMACK64TRANSMUTE\n[ 0.227950] evm: security.SMACK64MMAP\n[ 0.228698] evm: security.ima\n[ 0.229345] evm: security.capability\n[ 0.230160] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232032] pinctrl core: initialized pinctrl subsystem\n[ 0.233146] RTC time: 21:44:38, date: 08/12/18\n[ 0.234118] NET: Registered protocol family 16\n[ 0.235113] cpuidle: using governor ladder\n[ 0.235941] cpuidle: using governor menu\n[ 0.236731] PCCT header not found.\n[ 0.237497] ACPI: bus type PCI registered\n[ 0.238320] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239576] PCI: Using configuration type 1 for base access\n[ 0.241358] ACPI: Added _OSI(Module Device)\n[ 0.242209] ACPI: Added _OSI(Processor Device)\n[ 0.243082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243987] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245744] ACPI: Interpreter enabled\n[ 0.246525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252125] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253981] ACPI: (supports S0 S5)\n[ 0.254689] ACPI: Using IOAPIC for interrupt routing\n[ 0.255658] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258772] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259937] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261183] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264625] acpiphp: Slot [3] registered\n[ 0.265437] acpiphp: Slot [4] registered\n[ 0.266251] acpiphp: Slot [5] registered\n[ 0.267061] acpiphp: Slot [6] registered\n[ 0.267870] acpiphp: Slot [7] registered\n[ 0.268682] acpiphp: Slot [8] registered\n[ 0.269501] acpiphp: Slot [9] registered\n[ 0.270309] acpiphp: Slot [10] registered\n[ 0.271133] acpiphp: Slot [11] registered\n[ 0.271956] acpiphp: Slot [12] registered\n[ 0.272777] acpiphp: Slot [13] registered\n[ 0.273603] acpiphp: Slot [14] registered\n[ 0.274424] acpiphp: Slot [15] registered\n[ 0.285192] acpiphp: Slot [16] registered\n[ 0.286019] acpiphp: Slot [17] registered\n[ 0.286842] acpiphp: Slot [18] registered\n[ 0.287658] acpiphp: Slot [19] registered\n[ 0.288478] acpiphp: Slot [20] registered\n[ 0.289320] acpiphp: Slot [21] registered\n[ 0.290145] acpiphp: Slot [22] registered\n[ 0.290965] acpiphp: Slot [23] registered\n[ 0.291781] acpiphp: Slot [24] registered\n[ 0.292602] acpiphp: Slot [25] registered\n[ 0.293426] acpiphp: Slot [26] registered\n[ 0.294249] acpiphp: Slot [27] registered\n[ 0.295072] acpiphp: Slot [28] registered\n[ 0.295927] acpiphp: Slot [29] registered\n[ 0.296745] acpiphp: Slot [30] registered\n[ 0.297581] acpiphp: Slot [31] registered\n[ 0.298403] PCI host bridge to bus 0000:00\n[ 0.299223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300447] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301679] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303146] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304607] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306122] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310811] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313287] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316837] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318388] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336972] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338454] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340282] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341714] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344411] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345721] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348376] vgaarb: loaded\n[ 0.348984] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350222] SCSI subsystem initialized\n[ 0.351145] ACPI: bus type USB registered\n[ 0.351982] usbcore: registered new interface driver usbfs\n[ 0.353026] usbcore: registered new interface driver hub\n[ 0.354044] usbcore: registered new device driver usb\n[ 0.355158] PCI: Using ACPI for IRQ routing\n[ 0.356282] NetLabel: Initializing\n[ 0.357006] NetLabel: domain hash size = 128\n[ 0.357866] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358839] NetLabel: unlabeled traffic allowed by default\n[ 0.360007] clocksource: Switched to clocksource kvm-clock\n[ 0.368317] AppArmor: AppArmor Filesystem Enabled\n[ 0.369310] pnp: PnP ACPI init\n[ 0.370258] pnp: PnP ACPI: found 5 devices\n[ 0.376599] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378355] NET: Registered protocol family 2\n[ 0.379414] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380730] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381956] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383164] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384263] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385473] NET: Registered protocol family 1\n[ 0.386363] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388574] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402669] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416658] Trying to unpack rootfs image as initramfs...\n[ 0.472809] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474468] Scanning for low memory corruption every 60 seconds\n[ 0.475844] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477029] audit: initializing netlink subsys (disabled)\n[ 0.478066] audit: type=2000 audit(1534110278.452:1): initialized\n[ 0.479410] Initialise system trusted keyring\n[ 0.480381] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481552] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483682] zbud: loaded\n[ 0.484431] VFS: Disk quotas dquot_6.6.0\n[ 0.485271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486889] fuse init (API version 7.23)\n[ 0.487805] Key type big_key registered\n[ 0.488618] Allocating IMA MOK and blacklist keyrings.\n[ 0.489871] Key type asymmetric registered\n[ 0.490702] Asymmetric key parser 'x509' registered\n[ 0.491678] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493180] io scheduler noop registered\n[ 0.493985] io scheduler deadline registered (default)\n[ 0.494987] io scheduler cfq registered\n[ 0.495842] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496899] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498184] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499649] ACPI: Power Button [PWRF]\n[ 0.500528] GHES: HEST is not enabled!\n[ 0.514195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541699] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543836] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567893] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570192] Linux agpgart interface v0.103\n[ 0.572824] brd: module loaded\n[ 0.574500] loop: module loaded\n[ 0.578072] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.579561] GPT:90111 != 2097151\n[ 0.580258] GPT:Alternate GPT header not at the end of the disk.\n[ 0.581378] GPT:90111 != 2097151\n[ 0.582066] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583045] vda: vda1 vda15\n[ 0.584281] scsi host0: ata_piix\n[ 0.585071] scsi host1: ata_piix\n[ 0.585807] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587068] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588576] libphy: Fixed MDIO Bus: probed\n[ 0.589426] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590404] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592646] PPP generic driver version 2.4.2\n[ 0.593606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594842] ehci-pci: EHCI PCI platform driver\n[ 0.595774] ehci-platform: EHCI generic platform driver\n[ 0.596792] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597957] ohci-pci: OHCI PCI platform driver\n[ 0.600920] ohci-platform: OHCI generic platform driver\n[ 0.602176] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616932] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617987] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619494] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621787] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623069] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624530] usb usb1: Product: UHCI Host Controller\n[ 0.625502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626678] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627778] hub 1-0:1.0: USB hub found\n[ 0.628593] hub 1-0:1.0: 2 ports detected\n[ 0.629610] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631851] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632847] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633951] mousedev: PS/2 mouse device common for all mice\n[ 0.635445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637381] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638545] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.641026] i2c /dev entries driver\n[ 0.641835] device-mapper: uevent: version 1.0.3\n[ 0.642844] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644555] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.646122] NET: Registered protocol family 10\n[ 0.647317] NET: Registered protocol family 17\n[ 0.648278] Key type dns_resolver registered\n[ 0.649357] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650498] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652373] registered taskstats version 1\n[ 0.653273] Loading compiled-in X.509 certificates\n[ 0.654779] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656722] zswap: loaded using pool lzo/zbud\n[ 0.658446] Key type trusted registered\n[ 0.660249] Key type encrypted registered\n[ 0.661110] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.662178] ima: No TPM chip found, activating TPM-bypass!\n[ 0.663254] evm: HMAC attrs: 0x1\n[ 0.664313] Magic number: 14:825:752\n[ 0.665120] tty ttyS3: hash matches\n[ 0.665952] rtc_cmos 00:00: setting system clock to 2018-08-12 21:44:38 UTC (1534110278)\n[ 0.667628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668783] EDD information not available.\n[ 0.744699] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.746184] ata1.00: configured for MWDMA2\n[ 0.747511] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.749760] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.751032] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.752345] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.754642] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.756244] Write protecting the kernel read-only data: 14336k\n[ 0.758431] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.760347] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.987190] 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.12...\nLease of 10.10.10.12 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\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\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\nsr0 11:0 503808 config-2 \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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDLVoA9I3V/r9K9ajAxVvYjV85wLF/YZlQYuVd976njYbzNNNIMW80netEE8IHe4qgNER9nMAQnea9sI6nX+qT+aHsHSy3Vk3Yl7gmHjwLZLj1jzIdsZWBnOcCPEELrRDIWpjtUtxHWAzEQlAG6p+6ZuDw8Zllcyr9u+I0Xvba0Ab0hkXandOWVHdDQveB631UivIWBlch4SPWzrevQmrWWGcY1Nh9Jpu9SkI5WmDMHeBvf1ht0fnzPd1ExQNdrsYR5lw+17oOVO0bTjnRoEqxqHbvxL1KRGNhfVCfmxa/6r7p0/0doxh9PynL1BaGmo0ENevpotsg8ereY38y7K1D3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMMI3MNYlp4YNM8DAYJlRXuiPFVko8PpbtzANm49nK2goAn5QKb4CrrFkbd27RrkfSA/8GiQMZow9VNh0isKsfaEuFtCA11iWIMV1v8T44Y4mIMRzINKb5B4IU27WTjRl9gxw7YN+0ezSjDr0onJ8y1W9J2zTUOIeaOjbTXKJ+6/AAAAFQCWNq6AT3zvYM8wYQmoAfAcQ8d3xwAAAIBKx/igDDtVJjKwY6jqFIgiOf1UUKausZ/LbCeGim91ew53l0txXvICB07IBWsJhvtF9V6X1qAOQp5sUpzO85xGglj52Z6/nS//DbAgfKMVjNxUMegKZg+usKee61/xkk1z3mVlfTn6jV/XyFKR0fiCpvKKS4krKXy9ylppQ2x6DwAAAIAr09x0bdW6MwLdlcqCukCq9rB4wFJGNNwzLkz1BFDSvN4PYbDW3rwQDg3wDsUU3QkVoyzI7bcu9xyN2i3H3EC6cNNRBfiQK8vBAQBwj6iYRYr4QVo8uTxR6kYpEcCgOvXTc1DVsTAWTqhPkTW5PRoosgZBl4t4jg/I4o5l1uWVeA== root@sdnvpn-2-2\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,10.10.10.12,24,fe80::f816:3eff:fee2:1780/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.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: configdrive local ===\ninstance-id: 1a324313-4bf5-44c6-8ab1-82fbcdf896dd\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.53 ===\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:E2:17:80 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee2:1780/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:8 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1874 (1.8 KiB) TX bytes:1282 (1.2 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.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.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-2-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.034166] ISO 9660 Extensions: RRIP_1991A\n[ 1.100164] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.100167] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.100169] usb 1-1: Product: QEMU USB Tablet\n[ 1.100170] usb 1-1: Manufacturer: QEMU\n[ 1.100171] usb 1-1: SerialNumber: 42\n[ 1.472067] tsc: Refined TSC clocksource calibration: 3491.847 MHz\n[ 1.472070] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns\n[ 1.576051] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 1.612318] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 12 22:45:19 cirros authpriv.info dropbear[439]: Exit (cirros): Exited normally\nAug 12 22:45:20 cirros authpriv.info dropbear[442]: Child connection from 10.10.10.11:47152\nAug 12 22:45:20 cirros authpriv.notice dropbear[442]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:47152\nAug 12 22:45:20 cirros authpriv.info dropbear[442]: Exit (cirros): Exited normally\nAug 12 22:45:20 cirros authpriv.info dropbear[445]: Child connection from 10.10.10.11:47154\nAug 12 22:45:20 cirros authpriv.notice dropbear[445]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:47154\nAug 12 22:45:20 cirros authpriv.info dropbear[445]: Exit (cirros): Exited normally\nAug 12 22:45:21 cirros authpriv.info dropbear[448]: Child connection from 10.10.10.11:47156\nAug 12 22:45:21 cirros authpriv.notice dropbear[448]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:47156\nAug 12 22:45:21 cirros authpriv.info dropbear[448]: Exit (cirros): Exited normally\nAug 12 22:45:21 cirros authpriv.info dropbear[451]: Child connection from 10.10.10.11:47158\nAug 12 22:45:21 cirros authpriv.notice dropbear[451]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:47158\nAug 12 22:45:21 cirros authpriv.info dropbear[451]: Exit (cirros): Exited normally\nAug 12 22:45:22 cirros authpriv.info dropbear[454]: Child connection from 10.10.10.11:47160\nAug 12 22:45:22 cirros authpriv.notice dropbear[454]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:47160\nAug 12 22:45:22 cirros authpriv.info dropbear[454]: Exit (cirros): Exited normally\nAug 12 22:45:22 cirros authpriv.info dropbear[457]: Child connection from 10.10.10.11:47162\nAug 12 22:45:22 cirros authpriv.notice dropbear[457]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:47162\nAug 12 22:45:22 cirros authpriv.info dropbear[457]: Exit (cirros): Exited normally\nAug 12 22:45:23 cirros authpriv.info dropbear[460]: Child connection from 10.10.10.11:47164\nAug 12 22:45:23 cirros authpriv.notice dropbear[460]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:47164\nAug 12 22:45:23 cirros authpriv.info dropbear[460]: Exit (cirros): Exited normally\nAug 12 22:45:23 cirros authpriv.info dropbear[463]: Child connection from 10.10.10.11:47166\nAug 12 22:45:23 cirros authpriv.notice dropbear[463]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:47166\nAug 12 22:45:23 cirros authpriv.info dropbear[463]: Exit (cirros): Exited normally\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-2-2 login: "} 2018-08-12 21:45:26,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action used request id req-06a88d52-810c-4129-a7c8-70a01321ea28 2018-08-12 21:45:29,000 - sdnvpn_test_utils - INFO - Waiting for instance 25299774-0dc8-484a-a5f4-6d58b083963a to boot up 2018-08-12 21:45:29,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81db067e3988826ca34f7c95030d2a4707d53bdf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:45:29,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-9c1100f1-8500-4110-a06a-be4904f9c4c7 x-compute-request-id: req-9c1100f1-8500-4110-a06a-be4904f9c4c7 Content-Encoding: gzip Content-Length: 8131 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 558312018 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.151184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153295] pid_max: default: 32768 minimum: 301\n[ 0.154454] ACPI: Core revision 20150930\n[ 0.156040] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157709] Security Framework initialized\n[ 0.158753] Yama: becoming mindful.\n[ 0.159687] AppArmor: AppArmor initialized\n[ 0.160762] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162478] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164121] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167465] Initializing cgroup subsys io\n[ 0.168497] Initializing cgroup subsys memory\n[ 0.169585] Initializing cgroup subsys devices\n[ 0.170708] Initializing cgroup subsys freezer\n[ 0.171819] Initializing cgroup subsys net_cls\n[ 0.172929] Initializing cgroup subsys perf_event\n[ 0.174102] Initializing cgroup subsys net_prio\n[ 0.175231] Initializing cgroup subsys hugetlb\n[ 0.176328] Initializing cgroup subsys pids\n[ 0.177413] CPU: Physical Processor ID: 0\n[ 0.179128] mce: CPU supports 10 MCE banks\n[ 0.180191] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181465] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196211] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202695] ftrace: allocating 31920 entries in 125 pages\n[ 0.227856] smpboot: Max logical packages: 1\n[ 0.229073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.230582] x2apic enabled\n[ 0.231407] Switched APIC routing to physical x2apic.\n[ 0.233142] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234281] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236301] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238107] KVM setup paravirtual spinlock\n[ 0.239423] x86: Booted up 1 node, 1 CPUs\n[ 0.240241] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241657] devtmpfs: initialized\n[ 0.243393] evm: security.selinux\n[ 0.244114] evm: security.SMACK64\n[ 0.244819] evm: security.SMACK64EXEC\n[ 0.245585] evm: security.SMACK64TRANSMUTE\n[ 0.246402] evm: security.SMACK64MMAP\n[ 0.247153] evm: security.ima\n[ 0.247796] evm: security.capability\n[ 0.248611] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250803] pinctrl core: initialized pinctrl subsystem\n[ 0.251918] RTC time: 21:45:15, date: 08/12/18\n[ 0.252893] NET: Registered protocol family 16\n[ 0.253886] cpuidle: using governor ladder\n[ 0.254714] cpuidle: using governor menu\n[ 0.255503] PCCT header not found.\n[ 0.256265] ACPI: bus type PCI registered\n[ 0.257069] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258327] PCI: Using configuration type 1 for base access\n[ 0.260099] ACPI: Added _OSI(Module Device)\n[ 0.260955] ACPI: Added _OSI(Processor Device)\n[ 0.262050] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263215] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265300] ACPI: Interpreter enabled\n[ 0.266262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270961] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.273301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275644] ACPI: (supports S0 S5)\n[ 0.276532] ACPI: Using IOAPIC for interrupt routing\n[ 0.277741] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282811] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284426] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.285982] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288838] acpiphp: Slot [3] registered\n[ 0.289869] acpiphp: Slot [4] registered\n[ 0.290889] acpiphp: Slot [5] registered\n[ 0.291906] acpiphp: Slot [6] registered\n[ 0.292926] acpiphp: Slot [7] registered\n[ 0.293943] acpiphp: Slot [8] registered\n[ 0.294990] acpiphp: Slot [9] registered\n[ 0.296002] acpiphp: Slot [10] registered\n[ 0.297043] acpiphp: Slot [11] registered\n[ 0.298079] acpiphp: Slot [12] registered\n[ 0.299110] acpiphp: Slot [13] registered\n[ 0.300145] acpiphp: Slot [14] registered\n[ 0.301179] acpiphp: Slot [15] registered\n[ 0.312209] acpiphp: Slot [16] registered\n[ 0.313238] acpiphp: Slot [17] registered\n[ 0.314271] acpiphp: Slot [18] registered\n[ 0.315298] acpiphp: Slot [19] registered\n[ 0.316364] acpiphp: Slot [20] registered\n[ 0.317393] acpiphp: Slot [21] registered\n[ 0.318423] acpiphp: Slot [22] registered\n[ 0.319451] acpiphp: Slot [23] registered\n[ 0.320483] acpiphp: Slot [24] registered\n[ 0.321516] acpiphp: Slot [25] registered\n[ 0.322543] acpiphp: Slot [26] registered\n[ 0.323580] acpiphp: Slot [27] registered\n[ 0.324629] acpiphp: Slot [28] registered\n[ 0.325662] acpiphp: Slot [29] registered\n[ 0.326686] acpiphp: Slot [30] registered\n[ 0.327717] acpiphp: Slot [31] registered\n[ 0.328747] PCI host bridge to bus 0000:00\n[ 0.329777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331355] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.332934] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334773] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336613] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.338480] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.342037] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343706] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.345234] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346870] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350938] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352760] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374394] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377881] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379593] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381147] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382740] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.384104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386157] vgaarb: loaded\n[ 0.386904] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388434] SCSI subsystem initialized\n[ 0.389566] ACPI: bus type USB registered\n[ 0.390623] usbcore: registered new interface driver usbfs\n[ 0.391955] usbcore: registered new interface driver hub\n[ 0.393289] usbcore: registered new device driver usb\n[ 0.394701] PCI: Using ACPI for IRQ routing\n[ 0.396059] NetLabel: Initializing\n[ 0.396982] NetLabel: domain hash size = 128\n[ 0.398066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399317] NetLabel: unlabeled traffic allowed by default\n[ 0.400811] clocksource: Switched to clocksource kvm-clock\n[ 0.409500] AppArmor: AppArmor Filesystem Enabled\n[ 0.410752] pnp: PnP ACPI init\n[ 0.411870] pnp: PnP ACPI: found 5 devices\n[ 0.418421] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420632] NET: Registered protocol family 2\n[ 0.421941] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423664] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425233] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426787] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428201] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429725] NET: Registered protocol family 1\n[ 0.430854] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432282] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433678] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448087] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462548] Trying to unpack rootfs image as initramfs...\n[ 0.519569] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.521642] Scanning for low memory corruption every 60 seconds\n[ 0.523320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.524837] audit: initializing netlink subsys (disabled)\n[ 0.526173] audit: type=2000 audit(1534110315.571:1): initialized\n[ 0.527853] Initialise system trusted keyring\n[ 0.529078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533086] zbud: loaded\n[ 0.533978] VFS: Disk quotas dquot_6.6.0\n[ 0.535033] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537023] fuse init (API version 7.23)\n[ 0.538165] Key type big_key registered\n[ 0.539192] Allocating IMA MOK and blacklist keyrings.\n[ 0.540725] Key type asymmetric registered\n[ 0.541805] Asymmetric key parser 'x509' registered\n[ 0.543046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544946] io scheduler noop registered\n[ 0.545968] io scheduler deadline registered (default)\n[ 0.547249] io scheduler cfq registered\n[ 0.548318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551175] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552663] ACPI: Power Button [PWRF]\n[ 0.553561] GHES: HEST is not enabled!\n[ 0.569440] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602297] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626342] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628797] Linux agpgart interface v0.103\n[ 0.631644] brd: module loaded\n[ 0.633411] loop: module loaded\n[ 0.637973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639417] GPT:90111 != 2097151\n[ 0.640089] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641186] GPT:90111 != 2097151\n[ 0.641861] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642830] vda: vda1 vda15\n[ 0.644187] scsi host0: ata_piix\n[ 0.644992] scsi host1: ata_piix\n[ 0.645719] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.646942] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.648420] libphy: Fixed MDIO Bus: probed\n[ 0.649245] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650261] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652678] PPP generic driver version 2.4.2\n[ 0.653643] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654747] ehci-pci: EHCI PCI platform driver\n[ 0.655559] ehci-platform: EHCI generic platform driver\n[ 0.656497] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657552] ohci-pci: OHCI PCI platform driver\n[ 0.658438] ohci-platform: OHCI generic platform driver\n[ 0.659361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675212] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.678925] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681629] usb usb1: Product: UHCI Host Controller\n[ 0.682584] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683745] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684748] hub 1-0:1.0: USB hub found\n[ 0.685556] hub 1-0:1.0: 2 ports detected\n[ 0.686525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688815] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689952] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.691283] mousedev: PS/2 mouse device common for all mice\n[ 0.692828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.695085] rtc_cmos 00:00: RTC can wake from S4\n[ 0.696392] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.697825] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699253] i2c /dev entries driver\n[ 0.700167] device-mapper: uevent: version 1.0.3\n[ 0.701308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703211] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704914] NET: Registered protocol family 10\n[ 0.706248] NET: Registered protocol family 17\n[ 0.707299] Key type dns_resolver registered\n[ 0.708443] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711899] registered taskstats version 1\n[ 0.712908] Loading compiled-in X.509 certificates\n[ 0.714567] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716789] zswap: loaded using pool lzo/zbud\n[ 0.718654] Key type trusted registered\n[ 0.720547] Key type encrypted registered\n[ 0.721537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.722730] ima: No TPM chip found, activating TPM-bypass!\n[ 0.723935] evm: HMAC attrs: 0x1\n[ 0.725034] Magic number: 14:378:803\n[ 0.726039] rtc_cmos 00:00: setting system clock to 2018-08-12 21:45:15 UTC (1534110315)\n[ 0.727929] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729224] EDD information not available.\n[ 0.801413] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813265] ata1.00: configured for MWDMA2\n[ 0.814637] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817149] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818654] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820070] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822389] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824207] Write protecting the kernel read-only data: 14336k\n[ 0.826591] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828746] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.891062] 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.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.11s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-08-12 21:45:29,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action used request id req-9c1100f1-8500-4110-a06a-be4904f9c4c7 2018-08-12 21:45:31,080 - sdnvpn_test_utils - INFO - Waiting for instance 0de01754-f2a0-4380-ad8a-5719d7778252 to boot up 2018-08-12 21:45:31,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a101ab13c09dd80ce28935d74a788480d95480c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:45:31,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:45: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-94807413-bd61-4d85-b118-a96b09c094fe x-compute-request-id: req-94807413-bd61-4d85-b118-a96b09c094fe Content-Encoding: gzip Content-Length: 8143 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 491826719 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.153620] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155336] pid_max: default: 32768 minimum: 301\n[ 0.156257] ACPI: Core revision 20150930\n[ 0.157657] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159006] Security Framework initialized\n[ 0.159843] Yama: becoming mindful.\n[ 0.160589] AppArmor: AppArmor initialized\n[ 0.161476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162855] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164165] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165399] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166856] Initializing cgroup subsys io\n[ 0.167689] Initializing cgroup subsys memory\n[ 0.168579] Initializing cgroup subsys devices\n[ 0.169488] Initializing cgroup subsys freezer\n[ 0.170382] Initializing cgroup subsys net_cls\n[ 0.171275] Initializing cgroup subsys perf_event\n[ 0.172219] Initializing cgroup subsys net_prio\n[ 0.173143] Initializing cgroup subsys hugetlb\n[ 0.174045] Initializing cgroup subsys pids\n[ 0.174946] CPU: Physical Processor ID: 0\n[ 0.176464] mce: CPU supports 10 MCE banks\n[ 0.177349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193024] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199285] ftrace: allocating 31920 entries in 125 pages\n[ 0.225115] smpboot: Max logical packages: 1\n[ 0.226006] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227385] x2apic enabled\n[ 0.228208] Switched APIC routing to physical x2apic.\n[ 0.229978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235067] KVM setup paravirtual spinlock\n[ 0.236396] x86: Booted up 1 node, 1 CPUs\n[ 0.237244] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238707] devtmpfs: initialized\n[ 0.240461] evm: security.selinux\n[ 0.241194] evm: security.SMACK64\n[ 0.241914] evm: security.SMACK64EXEC\n[ 0.242676] evm: security.SMACK64TRANSMUTE\n[ 0.243505] evm: security.SMACK64MMAP\n[ 0.244271] evm: security.ima\n[ 0.244934] evm: security.capability\n[ 0.245754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247667] pinctrl core: initialized pinctrl subsystem\n[ 0.248824] RTC time: 21:44:58, date: 08/12/18\n[ 0.249820] NET: Registered protocol family 16\n[ 0.250845] cpuidle: using governor ladder\n[ 0.251686] cpuidle: using governor menu\n[ 0.252497] PCCT header not found.\n[ 0.253272] ACPI: bus type PCI registered\n[ 0.254099] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255377] PCI: Using configuration type 1 for base access\n[ 0.257179] ACPI: Added _OSI(Module Device)\n[ 0.258043] ACPI: Added _OSI(Processor Device)\n[ 0.258927] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261619] ACPI: Interpreter enabled\n[ 0.262430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270174] ACPI: (supports S0 S5)\n[ 0.270899] ACPI: Using IOAPIC for interrupt routing\n[ 0.271868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275212] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276792] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278523] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280179] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283192] acpiphp: Slot [3] registered\n[ 0.284272] acpiphp: Slot [4] registered\n[ 0.285349] acpiphp: Slot [5] registered\n[ 0.286432] acpiphp: Slot [6] registered\n[ 0.287502] acpiphp: Slot [7] registered\n[ 0.288573] acpiphp: Slot [8] registered\n[ 0.289646] acpiphp: Slot [9] registered\n[ 0.290721] acpiphp: Slot [10] registered\n[ 0.291810] acpiphp: Slot [11] registered\n[ 0.292901] acpiphp: Slot [12] registered\n[ 0.293986] acpiphp: Slot [13] registered\n[ 0.295063] acpiphp: Slot [14] registered\n[ 0.296148] acpiphp: Slot [15] registered\n[ 0.307257] acpiphp: Slot [16] registered\n[ 0.308332] acpiphp: Slot [17] registered\n[ 0.309426] acpiphp: Slot [18] registered\n[ 0.310481] acpiphp: Slot [19] registered\n[ 0.311542] acpiphp: Slot [20] registered\n[ 0.312679] acpiphp: Slot [21] registered\n[ 0.313761] acpiphp: Slot [22] registered\n[ 0.314826] acpiphp: Slot [23] registered\n[ 0.315902] acpiphp: Slot [24] registered\n[ 0.316970] acpiphp: Slot [25] registered\n[ 0.318028] acpiphp: Slot [26] registered\n[ 0.319084] acpiphp: Slot [27] registered\n[ 0.320187] acpiphp: Slot [28] registered\n[ 0.321042] acpiphp: Slot [29] registered\n[ 0.321875] acpiphp: Slot [30] registered\n[ 0.322703] acpiphp: Slot [31] registered\n[ 0.323537] PCI host bridge to bus 0000:00\n[ 0.324375] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326887] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328381] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329882] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.331402] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334845] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337370] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338673] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.343700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361959] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363495] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365290] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368171] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369466] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370798] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371895] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373489] vgaarb: loaded\n[ 0.374111] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376307] ACPI: bus type USB registered\n[ 0.377163] usbcore: registered new interface driver usbfs\n[ 0.378227] usbcore: registered new interface driver hub\n[ 0.379264] usbcore: registered new device driver usb\n[ 0.380408] PCI: Using ACPI for IRQ routing\n[ 0.381549] NetLabel: Initializing\n[ 0.382296] NetLabel: domain hash size = 128\n[ 0.383174] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384160] NetLabel: unlabeled traffic allowed by default\n[ 0.385351] clocksource: Switched to clocksource kvm-clock\n[ 0.393617] AppArmor: AppArmor Filesystem Enabled\n[ 0.394633] pnp: PnP ACPI init\n[ 0.395584] pnp: PnP ACPI: found 5 devices\n[ 0.401926] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403697] NET: Registered protocol family 2\n[ 0.404769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406106] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407349] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408587] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409705] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410933] NET: Registered protocol family 1\n[ 0.411838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412971] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414078] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428113] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442223] Trying to unpack rootfs image as initramfs...\n[ 0.498850] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500565] Scanning for low memory corruption every 60 seconds\n[ 0.502054] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503260] audit: initializing netlink subsys (disabled)\n[ 0.504321] audit: type=2000 audit(1534110299.214:1): initialized\n[ 0.505748] Initialise system trusted keyring\n[ 0.506735] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507941] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510135] zbud: loaded\n[ 0.510941] VFS: Disk quotas dquot_6.6.0\n[ 0.511836] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513487] fuse init (API version 7.23)\n[ 0.514553] Key type big_key registered\n[ 0.515575] Allocating IMA MOK and blacklist keyrings.\n[ 0.517080] Key type asymmetric registered\n[ 0.518160] Asymmetric key parser 'x509' registered\n[ 0.519386] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521266] io scheduler noop registered\n[ 0.522259] io scheduler deadline registered (default)\n[ 0.523532] io scheduler cfq registered\n[ 0.524604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529413] ACPI: Power Button [PWRF]\n[ 0.530441] GHES: HEST is not enabled!\n[ 0.544390] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572496] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574892] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601048] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604193] Linux agpgart interface v0.103\n[ 0.607313] brd: module loaded\n[ 0.609188] loop: module loaded\n[ 0.613528] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615041] GPT:90111 != 2097151\n[ 0.615740] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616879] GPT:90111 != 2097151\n[ 0.617575] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618579] vda: vda1 vda15\n[ 0.619998] scsi host0: ata_piix\n[ 0.620797] scsi host1: ata_piix\n[ 0.621549] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.622798] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.624330] libphy: Fixed MDIO Bus: probed\n[ 0.625192] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628905] PPP generic driver version 2.4.2\n[ 0.630062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631575] ehci-pci: EHCI PCI platform driver\n[ 0.632460] ehci-platform: EHCI generic platform driver\n[ 0.633423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634516] ohci-pci: OHCI PCI platform driver\n[ 0.635357] ohci-platform: OHCI generic platform driver\n[ 0.636559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650846] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652137] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653997] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.656745] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658342] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660147] usb usb1: Product: UHCI Host Controller\n[ 0.661333] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662784] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664015] hub 1-0:1.0: USB hub found\n[ 0.665005] hub 1-0:1.0: 2 ports detected\n[ 0.666176] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668742] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671381] mousedev: PS/2 mouse device common for all mice\n[ 0.672952] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675266] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679848] i2c /dev entries driver\n[ 0.680814] device-mapper: uevent: version 1.0.3\n[ 0.682030] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684110] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685875] NET: Registered protocol family 10\n[ 0.687257] NET: Registered protocol family 17\n[ 0.688413] Key type dns_resolver registered\n[ 0.689662] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691080] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693336] registered taskstats version 1\n[ 0.694368] Loading compiled-in X.509 certificates\n[ 0.695898] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697866] zswap: loaded using pool lzo/zbud\n[ 0.699575] Key type trusted registered\n[ 0.701391] Key type encrypted registered\n[ 0.702274] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703356] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704452] evm: HMAC attrs: 0x1\n[ 0.705461] Magic number: 14:825:752\n[ 0.706282] tty ttyS3: hash matches\n[ 0.707114] rtc_cmos 00:00: setting system clock to 2018-08-12 21:44:58 UTC (1534110298)\n[ 0.708801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709968] EDD information not available.\n[ 0.777937] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779437] ata1.00: configured for MWDMA2\n[ 0.780698] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783073] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784359] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785675] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789579] Write protecting the kernel read-only data: 14336k\n[ 0.791806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.850427] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 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]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-08-12 21:45:31,150 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action used request id req-94807413-bd61-4d85-b118-a96b09c094fe 2018-08-12 21:45:33,153 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-12 21:46:03,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81db067e3988826ca34f7c95030d2a4707d53bdf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:46:03,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:46: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-01ed05ae-51b3-4c28-a470-1b7fd4335d91 x-compute-request-id: req-01ed05ae-51b3-4c28-a470-1b7fd4335d91 Content-Encoding: gzip Content-Length: 8143 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 558312018 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.151184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153295] pid_max: default: 32768 minimum: 301\n[ 0.154454] ACPI: Core revision 20150930\n[ 0.156040] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157709] Security Framework initialized\n[ 0.158753] Yama: becoming mindful.\n[ 0.159687] AppArmor: AppArmor initialized\n[ 0.160762] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162478] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164121] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167465] Initializing cgroup subsys io\n[ 0.168497] Initializing cgroup subsys memory\n[ 0.169585] Initializing cgroup subsys devices\n[ 0.170708] Initializing cgroup subsys freezer\n[ 0.171819] Initializing cgroup subsys net_cls\n[ 0.172929] Initializing cgroup subsys perf_event\n[ 0.174102] Initializing cgroup subsys net_prio\n[ 0.175231] Initializing cgroup subsys hugetlb\n[ 0.176328] Initializing cgroup subsys pids\n[ 0.177413] CPU: Physical Processor ID: 0\n[ 0.179128] mce: CPU supports 10 MCE banks\n[ 0.180191] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181465] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196211] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202695] ftrace: allocating 31920 entries in 125 pages\n[ 0.227856] smpboot: Max logical packages: 1\n[ 0.229073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.230582] x2apic enabled\n[ 0.231407] Switched APIC routing to physical x2apic.\n[ 0.233142] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234281] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236301] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238107] KVM setup paravirtual spinlock\n[ 0.239423] x86: Booted up 1 node, 1 CPUs\n[ 0.240241] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241657] devtmpfs: initialized\n[ 0.243393] evm: security.selinux\n[ 0.244114] evm: security.SMACK64\n[ 0.244819] evm: security.SMACK64EXEC\n[ 0.245585] evm: security.SMACK64TRANSMUTE\n[ 0.246402] evm: security.SMACK64MMAP\n[ 0.247153] evm: security.ima\n[ 0.247796] evm: security.capability\n[ 0.248611] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250803] pinctrl core: initialized pinctrl subsystem\n[ 0.251918] RTC time: 21:45:15, date: 08/12/18\n[ 0.252893] NET: Registered protocol family 16\n[ 0.253886] cpuidle: using governor ladder\n[ 0.254714] cpuidle: using governor menu\n[ 0.255503] PCCT header not found.\n[ 0.256265] ACPI: bus type PCI registered\n[ 0.257069] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258327] PCI: Using configuration type 1 for base access\n[ 0.260099] ACPI: Added _OSI(Module Device)\n[ 0.260955] ACPI: Added _OSI(Processor Device)\n[ 0.262050] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263215] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265300] ACPI: Interpreter enabled\n[ 0.266262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270961] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.273301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275644] ACPI: (supports S0 S5)\n[ 0.276532] ACPI: Using IOAPIC for interrupt routing\n[ 0.277741] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282811] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284426] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.285982] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288838] acpiphp: Slot [3] registered\n[ 0.289869] acpiphp: Slot [4] registered\n[ 0.290889] acpiphp: Slot [5] registered\n[ 0.291906] acpiphp: Slot [6] registered\n[ 0.292926] acpiphp: Slot [7] registered\n[ 0.293943] acpiphp: Slot [8] registered\n[ 0.294990] acpiphp: Slot [9] registered\n[ 0.296002] acpiphp: Slot [10] registered\n[ 0.297043] acpiphp: Slot [11] registered\n[ 0.298079] acpiphp: Slot [12] registered\n[ 0.299110] acpiphp: Slot [13] registered\n[ 0.300145] acpiphp: Slot [14] registered\n[ 0.301179] acpiphp: Slot [15] registered\n[ 0.312209] acpiphp: Slot [16] registered\n[ 0.313238] acpiphp: Slot [17] registered\n[ 0.314271] acpiphp: Slot [18] registered\n[ 0.315298] acpiphp: Slot [19] registered\n[ 0.316364] acpiphp: Slot [20] registered\n[ 0.317393] acpiphp: Slot [21] registered\n[ 0.318423] acpiphp: Slot [22] registered\n[ 0.319451] acpiphp: Slot [23] registered\n[ 0.320483] acpiphp: Slot [24] registered\n[ 0.321516] acpiphp: Slot [25] registered\n[ 0.322543] acpiphp: Slot [26] registered\n[ 0.323580] acpiphp: Slot [27] registered\n[ 0.324629] acpiphp: Slot [28] registered\n[ 0.325662] acpiphp: Slot [29] registered\n[ 0.326686] acpiphp: Slot [30] registered\n[ 0.327717] acpiphp: Slot [31] registered\n[ 0.328747] PCI host bridge to bus 0000:00\n[ 0.329777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331355] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.332934] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334773] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336613] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.338480] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.342037] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343706] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.345234] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346870] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350938] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352760] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374394] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377881] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379593] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381147] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382740] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.384104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386157] vgaarb: loaded\n[ 0.386904] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388434] SCSI subsystem initialized\n[ 0.389566] ACPI: bus type USB registered\n[ 0.390623] usbcore: registered new interface driver usbfs\n[ 0.391955] usbcore: registered new interface driver hub\n[ 0.393289] usbcore: registered new device driver usb\n[ 0.394701] PCI: Using ACPI for IRQ routing\n[ 0.396059] NetLabel: Initializing\n[ 0.396982] NetLabel: domain hash size = 128\n[ 0.398066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399317] NetLabel: unlabeled traffic allowed by default\n[ 0.400811] clocksource: Switched to clocksource kvm-clock\n[ 0.409500] AppArmor: AppArmor Filesystem Enabled\n[ 0.410752] pnp: PnP ACPI init\n[ 0.411870] pnp: PnP ACPI: found 5 devices\n[ 0.418421] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420632] NET: Registered protocol family 2\n[ 0.421941] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423664] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425233] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426787] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428201] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429725] NET: Registered protocol family 1\n[ 0.430854] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432282] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433678] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448087] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462548] Trying to unpack rootfs image as initramfs...\n[ 0.519569] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.521642] Scanning for low memory corruption every 60 seconds\n[ 0.523320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.524837] audit: initializing netlink subsys (disabled)\n[ 0.526173] audit: type=2000 audit(1534110315.571:1): initialized\n[ 0.527853] Initialise system trusted keyring\n[ 0.529078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533086] zbud: loaded\n[ 0.533978] VFS: Disk quotas dquot_6.6.0\n[ 0.535033] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537023] fuse init (API version 7.23)\n[ 0.538165] Key type big_key registered\n[ 0.539192] Allocating IMA MOK and blacklist keyrings.\n[ 0.540725] Key type asymmetric registered\n[ 0.541805] Asymmetric key parser 'x509' registered\n[ 0.543046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544946] io scheduler noop registered\n[ 0.545968] io scheduler deadline registered (default)\n[ 0.547249] io scheduler cfq registered\n[ 0.548318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551175] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552663] ACPI: Power Button [PWRF]\n[ 0.553561] GHES: HEST is not enabled!\n[ 0.569440] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602297] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626342] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628797] Linux agpgart interface v0.103\n[ 0.631644] brd: module loaded\n[ 0.633411] loop: module loaded\n[ 0.637973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639417] GPT:90111 != 2097151\n[ 0.640089] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641186] GPT:90111 != 2097151\n[ 0.641861] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642830] vda: vda1 vda15\n[ 0.644187] scsi host0: ata_piix\n[ 0.644992] scsi host1: ata_piix\n[ 0.645719] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.646942] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.648420] libphy: Fixed MDIO Bus: probed\n[ 0.649245] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650261] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652678] PPP generic driver version 2.4.2\n[ 0.653643] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654747] ehci-pci: EHCI PCI platform driver\n[ 0.655559] ehci-platform: EHCI generic platform driver\n[ 0.656497] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657552] ohci-pci: OHCI PCI platform driver\n[ 0.658438] ohci-platform: OHCI generic platform driver\n[ 0.659361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675212] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.678925] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681629] usb usb1: Product: UHCI Host Controller\n[ 0.682584] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683745] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684748] hub 1-0:1.0: USB hub found\n[ 0.685556] hub 1-0:1.0: 2 ports detected\n[ 0.686525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688815] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689952] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.691283] mousedev: PS/2 mouse device common for all mice\n[ 0.692828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.695085] rtc_cmos 00:00: RTC can wake from S4\n[ 0.696392] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.697825] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699253] i2c /dev entries driver\n[ 0.700167] device-mapper: uevent: version 1.0.3\n[ 0.701308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703211] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704914] NET: Registered protocol family 10\n[ 0.706248] NET: Registered protocol family 17\n[ 0.707299] Key type dns_resolver registered\n[ 0.708443] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711899] registered taskstats version 1\n[ 0.712908] Loading compiled-in X.509 certificates\n[ 0.714567] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716789] zswap: loaded using pool lzo/zbud\n[ 0.718654] Key type trusted registered\n[ 0.720547] Key type encrypted registered\n[ 0.721537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.722730] ima: No TPM chip found, activating TPM-bypass!\n[ 0.723935] evm: HMAC attrs: 0x1\n[ 0.725034] Magic number: 14:378:803\n[ 0.726039] rtc_cmos 00:00: setting system clock to 2018-08-12 21:45:15 UTC (1534110315)\n[ 0.727929] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729224] EDD information not available.\n[ 0.801413] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813265] ata1.00: configured for MWDMA2\n[ 0.814637] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817149] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818654] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820070] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822389] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824207] Write protecting the kernel read-only data: 14336k\n[ 0.826591] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828746] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.891062] 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.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.11s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-08-12 21:46:03,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action used request id req-01ed05ae-51b3-4c28-a470-1b7fd4335d91 2018-08-12 21:46:03,261 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-1' (10.10.10.11) to 'sdnvpn-2-2' (10.10.10.12). -->Expected result: sdnvpn-2-2. 2018-08-12 21:46:03,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81db067e3988826ca34f7c95030d2a4707d53bdf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:46:03,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:46: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-fbae8f23-8c5d-4ade-b532-f754ea34ea3e x-compute-request-id: req-fbae8f23-8c5d-4ade-b532-f754ea34ea3e Content-Encoding: gzip Content-Length: 8143 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 558312018 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.151184] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153295] pid_max: default: 32768 minimum: 301\n[ 0.154454] ACPI: Core revision 20150930\n[ 0.156040] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157709] Security Framework initialized\n[ 0.158753] Yama: becoming mindful.\n[ 0.159687] AppArmor: AppArmor initialized\n[ 0.160762] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162478] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164121] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165672] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167465] Initializing cgroup subsys io\n[ 0.168497] Initializing cgroup subsys memory\n[ 0.169585] Initializing cgroup subsys devices\n[ 0.170708] Initializing cgroup subsys freezer\n[ 0.171819] Initializing cgroup subsys net_cls\n[ 0.172929] Initializing cgroup subsys perf_event\n[ 0.174102] Initializing cgroup subsys net_prio\n[ 0.175231] Initializing cgroup subsys hugetlb\n[ 0.176328] Initializing cgroup subsys pids\n[ 0.177413] CPU: Physical Processor ID: 0\n[ 0.179128] mce: CPU supports 10 MCE banks\n[ 0.180191] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181465] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196211] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202695] ftrace: allocating 31920 entries in 125 pages\n[ 0.227856] smpboot: Max logical packages: 1\n[ 0.229073] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.230582] x2apic enabled\n[ 0.231407] Switched APIC routing to physical x2apic.\n[ 0.233142] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234281] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236301] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238107] KVM setup paravirtual spinlock\n[ 0.239423] x86: Booted up 1 node, 1 CPUs\n[ 0.240241] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241657] devtmpfs: initialized\n[ 0.243393] evm: security.selinux\n[ 0.244114] evm: security.SMACK64\n[ 0.244819] evm: security.SMACK64EXEC\n[ 0.245585] evm: security.SMACK64TRANSMUTE\n[ 0.246402] evm: security.SMACK64MMAP\n[ 0.247153] evm: security.ima\n[ 0.247796] evm: security.capability\n[ 0.248611] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250803] pinctrl core: initialized pinctrl subsystem\n[ 0.251918] RTC time: 21:45:15, date: 08/12/18\n[ 0.252893] NET: Registered protocol family 16\n[ 0.253886] cpuidle: using governor ladder\n[ 0.254714] cpuidle: using governor menu\n[ 0.255503] PCCT header not found.\n[ 0.256265] ACPI: bus type PCI registered\n[ 0.257069] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258327] PCI: Using configuration type 1 for base access\n[ 0.260099] ACPI: Added _OSI(Module Device)\n[ 0.260955] ACPI: Added _OSI(Processor Device)\n[ 0.262050] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263215] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265300] ACPI: Interpreter enabled\n[ 0.266262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268617] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270961] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.273301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275644] ACPI: (supports S0 S5)\n[ 0.276532] ACPI: Using IOAPIC for interrupt routing\n[ 0.277741] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282811] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284426] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.285982] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288838] acpiphp: Slot [3] registered\n[ 0.289869] acpiphp: Slot [4] registered\n[ 0.290889] acpiphp: Slot [5] registered\n[ 0.291906] acpiphp: Slot [6] registered\n[ 0.292926] acpiphp: Slot [7] registered\n[ 0.293943] acpiphp: Slot [8] registered\n[ 0.294990] acpiphp: Slot [9] registered\n[ 0.296002] acpiphp: Slot [10] registered\n[ 0.297043] acpiphp: Slot [11] registered\n[ 0.298079] acpiphp: Slot [12] registered\n[ 0.299110] acpiphp: Slot [13] registered\n[ 0.300145] acpiphp: Slot [14] registered\n[ 0.301179] acpiphp: Slot [15] registered\n[ 0.312209] acpiphp: Slot [16] registered\n[ 0.313238] acpiphp: Slot [17] registered\n[ 0.314271] acpiphp: Slot [18] registered\n[ 0.315298] acpiphp: Slot [19] registered\n[ 0.316364] acpiphp: Slot [20] registered\n[ 0.317393] acpiphp: Slot [21] registered\n[ 0.318423] acpiphp: Slot [22] registered\n[ 0.319451] acpiphp: Slot [23] registered\n[ 0.320483] acpiphp: Slot [24] registered\n[ 0.321516] acpiphp: Slot [25] registered\n[ 0.322543] acpiphp: Slot [26] registered\n[ 0.323580] acpiphp: Slot [27] registered\n[ 0.324629] acpiphp: Slot [28] registered\n[ 0.325662] acpiphp: Slot [29] registered\n[ 0.326686] acpiphp: Slot [30] registered\n[ 0.327717] acpiphp: Slot [31] registered\n[ 0.328747] PCI host bridge to bus 0000:00\n[ 0.329777] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331355] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.332934] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334773] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336613] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.338480] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.342037] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343706] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.345234] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346870] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.350938] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.352760] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372565] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374394] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376141] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377881] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379593] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381147] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382740] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.384104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386157] vgaarb: loaded\n[ 0.386904] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388434] SCSI subsystem initialized\n[ 0.389566] ACPI: bus type USB registered\n[ 0.390623] usbcore: registered new interface driver usbfs\n[ 0.391955] usbcore: registered new interface driver hub\n[ 0.393289] usbcore: registered new device driver usb\n[ 0.394701] PCI: Using ACPI for IRQ routing\n[ 0.396059] NetLabel: Initializing\n[ 0.396982] NetLabel: domain hash size = 128\n[ 0.398066] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399317] NetLabel: unlabeled traffic allowed by default\n[ 0.400811] clocksource: Switched to clocksource kvm-clock\n[ 0.409500] AppArmor: AppArmor Filesystem Enabled\n[ 0.410752] pnp: PnP ACPI init\n[ 0.411870] pnp: PnP ACPI: found 5 devices\n[ 0.418421] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420632] NET: Registered protocol family 2\n[ 0.421941] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423664] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425233] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426787] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428201] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429725] NET: Registered protocol family 1\n[ 0.430854] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432282] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433678] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448087] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462548] Trying to unpack rootfs image as initramfs...\n[ 0.519569] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.521642] Scanning for low memory corruption every 60 seconds\n[ 0.523320] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.524837] audit: initializing netlink subsys (disabled)\n[ 0.526173] audit: type=2000 audit(1534110315.571:1): initialized\n[ 0.527853] Initialise system trusted keyring\n[ 0.529078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.530595] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533086] zbud: loaded\n[ 0.533978] VFS: Disk quotas dquot_6.6.0\n[ 0.535033] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537023] fuse init (API version 7.23)\n[ 0.538165] Key type big_key registered\n[ 0.539192] Allocating IMA MOK and blacklist keyrings.\n[ 0.540725] Key type asymmetric registered\n[ 0.541805] Asymmetric key parser 'x509' registered\n[ 0.543046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544946] io scheduler noop registered\n[ 0.545968] io scheduler deadline registered (default)\n[ 0.547249] io scheduler cfq registered\n[ 0.548318] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551175] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.552663] ACPI: Power Button [PWRF]\n[ 0.553561] GHES: HEST is not enabled!\n[ 0.569440] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602297] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626342] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628797] Linux agpgart interface v0.103\n[ 0.631644] brd: module loaded\n[ 0.633411] loop: module loaded\n[ 0.637973] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639417] GPT:90111 != 2097151\n[ 0.640089] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641186] GPT:90111 != 2097151\n[ 0.641861] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642830] vda: vda1 vda15\n[ 0.644187] scsi host0: ata_piix\n[ 0.644992] scsi host1: ata_piix\n[ 0.645719] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.646942] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.648420] libphy: Fixed MDIO Bus: probed\n[ 0.649245] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650261] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652678] PPP generic driver version 2.4.2\n[ 0.653643] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654747] ehci-pci: EHCI PCI platform driver\n[ 0.655559] ehci-platform: EHCI generic platform driver\n[ 0.656497] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657552] ohci-pci: OHCI PCI platform driver\n[ 0.658438] ohci-platform: OHCI generic platform driver\n[ 0.659361] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.674177] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.675212] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677745] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.678925] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.680181] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681629] usb usb1: Product: UHCI Host Controller\n[ 0.682584] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683745] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684748] hub 1-0:1.0: USB hub found\n[ 0.685556] hub 1-0:1.0: 2 ports detected\n[ 0.686525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688815] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689952] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.691283] mousedev: PS/2 mouse device common for all mice\n[ 0.692828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.695085] rtc_cmos 00:00: RTC can wake from S4\n[ 0.696392] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.697825] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699253] i2c /dev entries driver\n[ 0.700167] device-mapper: uevent: version 1.0.3\n[ 0.701308] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703211] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704914] NET: Registered protocol family 10\n[ 0.706248] NET: Registered protocol family 17\n[ 0.707299] Key type dns_resolver registered\n[ 0.708443] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709768] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.711899] registered taskstats version 1\n[ 0.712908] Loading compiled-in X.509 certificates\n[ 0.714567] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.716789] zswap: loaded using pool lzo/zbud\n[ 0.718654] Key type trusted registered\n[ 0.720547] Key type encrypted registered\n[ 0.721537] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.722730] ima: No TPM chip found, activating TPM-bypass!\n[ 0.723935] evm: HMAC attrs: 0x1\n[ 0.725034] Magic number: 14:378:803\n[ 0.726039] rtc_cmos 00:00: setting system clock to 2018-08-12 21:45:15 UTC (1534110315)\n[ 0.727929] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.729224] EDD information not available.\n[ 0.801413] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813265] ata1.00: configured for MWDMA2\n[ 0.814637] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817149] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818654] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.820070] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822389] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.824207] Write protecting the kernel read-only data: 14336k\n[ 0.826591] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828746] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.891062] 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.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 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\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.11s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-08-12 21:46:03,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action used request id req-fbae8f23-8c5d-4ade-b532-f754ea34ea3e 2018-08-12 21:46:03,364 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-08-12 21:46:03,365 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-08-12 21:46:03,370 - 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}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-419633", "route_distinguishers": "222:222"}}' 2018-08-12 21:46:03,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-c866d65a-b781-4ba7-96a9-6406ec4684a4 Date: Sun, 12 Aug 2018 21:46:03 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-2-419633", "route_distinguishers": ["222:222"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "route_targets": ["88:88"], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "type": "l3", "id": "84b352fe-cfa0-4be6-8a82-40454624f5c8"}} 2018-08-12 21:46:03,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-c866d65a-b781-4ba7-96a9-6406ec4684a4 2018-08-12 21:46:03,751 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-419633', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'84b352fe-cfa0-4be6-8a82-40454624f5c8', u'tenant_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'route_targets': [u'88:88'], u'project_id': u'dbfa1fd1b20e4777950b03d95b9e0d9d', u'type': u'l3', u'networks': []}} 2018-08-12 21:46:03,751 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-08-12 21:46:03,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/84b352fe-cfa0-4be6-8a82-40454624f5c8/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" -d '{"network_association": {"network_id": "e1ef410a-c39b-4f51-9aa5-ba926964c13a"}}' 2018-08-12 21:46:04,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d5bd590c-3e36-41c9-843c-1d4d341be8e1 Date: Sun, 12 Aug 2018 21:46:04 GMT RESP BODY: {"network_association": {"network_id": "e1ef410a-c39b-4f51-9aa5-ba926964c13a", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "e3e2c61c-9b8e-416d-9afb-7d3cba1675b0"}} 2018-08-12 21:46:04,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/84b352fe-cfa0-4be6-8a82-40454624f5c8/network_associations used request id req-d5bd590c-3e36-41c9-843c-1d4d341be8e1 2018-08-12 21:46:04,365 - sdnvpn_test_utils - DEBUG - Waiting for network c00fa1ec-171b-4c28-a6ff-d626c03e5a87 to associate with BGPVPN 504d858a-0e5d-454a-8a66-353b7227e162 2018-08-12 21:46:04,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c00fa1ec-171b-4c28-a6ff-d626c03e5a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:46:04,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-e3babe59-6940-4dcf-a245-70c68720a484 Date: Sun, 12 Aug 2018 21:46:04 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-1-342870", "route_distinguishers": ["111:111"], "routers": [], "import_targets": ["55:55"], "networks": ["504d858a-0e5d-454a-8a66-353b7227e162"], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "route_targets": ["55:55"], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "type": "l3", "id": "c00fa1ec-171b-4c28-a6ff-d626c03e5a87"}} 2018-08-12 21:46:04,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c00fa1ec-171b-4c28-a6ff-d626c03e5a87 used request id req-e3babe59-6940-4dcf-a245-70c68720a484 2018-08-12 21:46:05,689 - sdnvpn_test_utils - DEBUG - Waiting for network 84b352fe-cfa0-4be6-8a82-40454624f5c8 to associate with BGPVPN e1ef410a-c39b-4f51-9aa5-ba926964c13a 2018-08-12 21:46:05,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/84b352fe-cfa0-4be6-8a82-40454624f5c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:46:05,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-a14b5b0e-b4ac-4698-a29a-7210f581020f Date: Sun, 12 Aug 2018 21:46:05 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-2-419633", "route_distinguishers": ["222:222"], "routers": [], "import_targets": ["88:88"], "networks": ["e1ef410a-c39b-4f51-9aa5-ba926964c13a"], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "route_targets": ["88:88"], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "type": "l3", "id": "84b352fe-cfa0-4be6-8a82-40454624f5c8"}} 2018-08-12 21:46:05,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/84b352fe-cfa0-4be6-8a82-40454624f5c8 used request id req-a14b5b0e-b4ac-4698-a29a-7210f581020f 2018-08-12 21:46:06,747 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-12 21:46:36,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a101ab13c09dd80ce28935d74a788480d95480c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:46:37,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:46: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-326d6edb-b928-43c1-8ef2-96e99abd30e8 x-compute-request-id: req-326d6edb-b928-43c1-8ef2-96e99abd30e8 Content-Encoding: gzip Content-Length: 8145 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 491826719 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.153620] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155336] pid_max: default: 32768 minimum: 301\n[ 0.156257] ACPI: Core revision 20150930\n[ 0.157657] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159006] Security Framework initialized\n[ 0.159843] Yama: becoming mindful.\n[ 0.160589] AppArmor: AppArmor initialized\n[ 0.161476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162855] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164165] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165399] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166856] Initializing cgroup subsys io\n[ 0.167689] Initializing cgroup subsys memory\n[ 0.168579] Initializing cgroup subsys devices\n[ 0.169488] Initializing cgroup subsys freezer\n[ 0.170382] Initializing cgroup subsys net_cls\n[ 0.171275] Initializing cgroup subsys perf_event\n[ 0.172219] Initializing cgroup subsys net_prio\n[ 0.173143] Initializing cgroup subsys hugetlb\n[ 0.174045] Initializing cgroup subsys pids\n[ 0.174946] CPU: Physical Processor ID: 0\n[ 0.176464] mce: CPU supports 10 MCE banks\n[ 0.177349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193024] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199285] ftrace: allocating 31920 entries in 125 pages\n[ 0.225115] smpboot: Max logical packages: 1\n[ 0.226006] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227385] x2apic enabled\n[ 0.228208] Switched APIC routing to physical x2apic.\n[ 0.229978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235067] KVM setup paravirtual spinlock\n[ 0.236396] x86: Booted up 1 node, 1 CPUs\n[ 0.237244] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238707] devtmpfs: initialized\n[ 0.240461] evm: security.selinux\n[ 0.241194] evm: security.SMACK64\n[ 0.241914] evm: security.SMACK64EXEC\n[ 0.242676] evm: security.SMACK64TRANSMUTE\n[ 0.243505] evm: security.SMACK64MMAP\n[ 0.244271] evm: security.ima\n[ 0.244934] evm: security.capability\n[ 0.245754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247667] pinctrl core: initialized pinctrl subsystem\n[ 0.248824] RTC time: 21:44:58, date: 08/12/18\n[ 0.249820] NET: Registered protocol family 16\n[ 0.250845] cpuidle: using governor ladder\n[ 0.251686] cpuidle: using governor menu\n[ 0.252497] PCCT header not found.\n[ 0.253272] ACPI: bus type PCI registered\n[ 0.254099] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255377] PCI: Using configuration type 1 for base access\n[ 0.257179] ACPI: Added _OSI(Module Device)\n[ 0.258043] ACPI: Added _OSI(Processor Device)\n[ 0.258927] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261619] ACPI: Interpreter enabled\n[ 0.262430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270174] ACPI: (supports S0 S5)\n[ 0.270899] ACPI: Using IOAPIC for interrupt routing\n[ 0.271868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275212] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276792] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278523] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280179] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283192] acpiphp: Slot [3] registered\n[ 0.284272] acpiphp: Slot [4] registered\n[ 0.285349] acpiphp: Slot [5] registered\n[ 0.286432] acpiphp: Slot [6] registered\n[ 0.287502] acpiphp: Slot [7] registered\n[ 0.288573] acpiphp: Slot [8] registered\n[ 0.289646] acpiphp: Slot [9] registered\n[ 0.290721] acpiphp: Slot [10] registered\n[ 0.291810] acpiphp: Slot [11] registered\n[ 0.292901] acpiphp: Slot [12] registered\n[ 0.293986] acpiphp: Slot [13] registered\n[ 0.295063] acpiphp: Slot [14] registered\n[ 0.296148] acpiphp: Slot [15] registered\n[ 0.307257] acpiphp: Slot [16] registered\n[ 0.308332] acpiphp: Slot [17] registered\n[ 0.309426] acpiphp: Slot [18] registered\n[ 0.310481] acpiphp: Slot [19] registered\n[ 0.311542] acpiphp: Slot [20] registered\n[ 0.312679] acpiphp: Slot [21] registered\n[ 0.313761] acpiphp: Slot [22] registered\n[ 0.314826] acpiphp: Slot [23] registered\n[ 0.315902] acpiphp: Slot [24] registered\n[ 0.316970] acpiphp: Slot [25] registered\n[ 0.318028] acpiphp: Slot [26] registered\n[ 0.319084] acpiphp: Slot [27] registered\n[ 0.320187] acpiphp: Slot [28] registered\n[ 0.321042] acpiphp: Slot [29] registered\n[ 0.321875] acpiphp: Slot [30] registered\n[ 0.322703] acpiphp: Slot [31] registered\n[ 0.323537] PCI host bridge to bus 0000:00\n[ 0.324375] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326887] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328381] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329882] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.331402] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334845] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337370] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338673] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.343700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361959] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363495] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365290] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368171] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369466] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370798] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371895] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373489] vgaarb: loaded\n[ 0.374111] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376307] ACPI: bus type USB registered\n[ 0.377163] usbcore: registered new interface driver usbfs\n[ 0.378227] usbcore: registered new interface driver hub\n[ 0.379264] usbcore: registered new device driver usb\n[ 0.380408] PCI: Using ACPI for IRQ routing\n[ 0.381549] NetLabel: Initializing\n[ 0.382296] NetLabel: domain hash size = 128\n[ 0.383174] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384160] NetLabel: unlabeled traffic allowed by default\n[ 0.385351] clocksource: Switched to clocksource kvm-clock\n[ 0.393617] AppArmor: AppArmor Filesystem Enabled\n[ 0.394633] pnp: PnP ACPI init\n[ 0.395584] pnp: PnP ACPI: found 5 devices\n[ 0.401926] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403697] NET: Registered protocol family 2\n[ 0.404769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406106] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407349] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408587] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409705] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410933] NET: Registered protocol family 1\n[ 0.411838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412971] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414078] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428113] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442223] Trying to unpack rootfs image as initramfs...\n[ 0.498850] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500565] Scanning for low memory corruption every 60 seconds\n[ 0.502054] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503260] audit: initializing netlink subsys (disabled)\n[ 0.504321] audit: type=2000 audit(1534110299.214:1): initialized\n[ 0.505748] Initialise system trusted keyring\n[ 0.506735] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507941] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510135] zbud: loaded\n[ 0.510941] VFS: Disk quotas dquot_6.6.0\n[ 0.511836] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513487] fuse init (API version 7.23)\n[ 0.514553] Key type big_key registered\n[ 0.515575] Allocating IMA MOK and blacklist keyrings.\n[ 0.517080] Key type asymmetric registered\n[ 0.518160] Asymmetric key parser 'x509' registered\n[ 0.519386] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521266] io scheduler noop registered\n[ 0.522259] io scheduler deadline registered (default)\n[ 0.523532] io scheduler cfq registered\n[ 0.524604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529413] ACPI: Power Button [PWRF]\n[ 0.530441] GHES: HEST is not enabled!\n[ 0.544390] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572496] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574892] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601048] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604193] Linux agpgart interface v0.103\n[ 0.607313] brd: module loaded\n[ 0.609188] loop: module loaded\n[ 0.613528] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615041] GPT:90111 != 2097151\n[ 0.615740] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616879] GPT:90111 != 2097151\n[ 0.617575] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618579] vda: vda1 vda15\n[ 0.619998] scsi host0: ata_piix\n[ 0.620797] scsi host1: ata_piix\n[ 0.621549] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.622798] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.624330] libphy: Fixed MDIO Bus: probed\n[ 0.625192] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628905] PPP generic driver version 2.4.2\n[ 0.630062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631575] ehci-pci: EHCI PCI platform driver\n[ 0.632460] ehci-platform: EHCI generic platform driver\n[ 0.633423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634516] ohci-pci: OHCI PCI platform driver\n[ 0.635357] ohci-platform: OHCI generic platform driver\n[ 0.636559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650846] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652137] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653997] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.656745] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658342] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660147] usb usb1: Product: UHCI Host Controller\n[ 0.661333] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662784] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664015] hub 1-0:1.0: USB hub found\n[ 0.665005] hub 1-0:1.0: 2 ports detected\n[ 0.666176] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668742] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671381] mousedev: PS/2 mouse device common for all mice\n[ 0.672952] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675266] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679848] i2c /dev entries driver\n[ 0.680814] device-mapper: uevent: version 1.0.3\n[ 0.682030] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684110] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685875] NET: Registered protocol family 10\n[ 0.687257] NET: Registered protocol family 17\n[ 0.688413] Key type dns_resolver registered\n[ 0.689662] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691080] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693336] registered taskstats version 1\n[ 0.694368] Loading compiled-in X.509 certificates\n[ 0.695898] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697866] zswap: loaded using pool lzo/zbud\n[ 0.699575] Key type trusted registered\n[ 0.701391] Key type encrypted registered\n[ 0.702274] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703356] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704452] evm: HMAC attrs: 0x1\n[ 0.705461] Magic number: 14:825:752\n[ 0.706282] tty ttyS3: hash matches\n[ 0.707114] rtc_cmos 00:00: setting system clock to 2018-08-12 21:44:58 UTC (1534110298)\n[ 0.708801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709968] EDD information not available.\n[ 0.777937] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779437] ata1.00: configured for MWDMA2\n[ 0.780698] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783073] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784359] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785675] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789579] Write protecting the kernel read-only data: 14336k\n[ 0.791806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.850427] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 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]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-08-12 21:46:37,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action used request id req-326d6edb-b928-43c1-8ef2-96e99abd30e8 2018-08-12 21:46:37,019 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-4' (10.10.10.12) to 'sdnvpn-2-1' (10.10.10.11). -->Expected result: not reachable. 2018-08-12 21:46:37,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a101ab13c09dd80ce28935d74a788480d95480c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:46:37,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:46: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-e220a4a5-0ef4-4d01-96e4-8ee9f1d45c7d x-compute-request-id: req-e220a4a5-0ef4-4d01-96e4-8ee9f1d45c7d Content-Encoding: gzip Content-Length: 8145 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 491826719 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.153620] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155336] pid_max: default: 32768 minimum: 301\n[ 0.156257] ACPI: Core revision 20150930\n[ 0.157657] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159006] Security Framework initialized\n[ 0.159843] Yama: becoming mindful.\n[ 0.160589] AppArmor: AppArmor initialized\n[ 0.161476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162855] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164165] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165399] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166856] Initializing cgroup subsys io\n[ 0.167689] Initializing cgroup subsys memory\n[ 0.168579] Initializing cgroup subsys devices\n[ 0.169488] Initializing cgroup subsys freezer\n[ 0.170382] Initializing cgroup subsys net_cls\n[ 0.171275] Initializing cgroup subsys perf_event\n[ 0.172219] Initializing cgroup subsys net_prio\n[ 0.173143] Initializing cgroup subsys hugetlb\n[ 0.174045] Initializing cgroup subsys pids\n[ 0.174946] CPU: Physical Processor ID: 0\n[ 0.176464] mce: CPU supports 10 MCE banks\n[ 0.177349] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178376] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193024] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199285] ftrace: allocating 31920 entries in 125 pages\n[ 0.225115] smpboot: Max logical packages: 1\n[ 0.226006] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227385] x2apic enabled\n[ 0.228208] Switched APIC routing to physical x2apic.\n[ 0.229978] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235067] KVM setup paravirtual spinlock\n[ 0.236396] x86: Booted up 1 node, 1 CPUs\n[ 0.237244] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238707] devtmpfs: initialized\n[ 0.240461] evm: security.selinux\n[ 0.241194] evm: security.SMACK64\n[ 0.241914] evm: security.SMACK64EXEC\n[ 0.242676] evm: security.SMACK64TRANSMUTE\n[ 0.243505] evm: security.SMACK64MMAP\n[ 0.244271] evm: security.ima\n[ 0.244934] evm: security.capability\n[ 0.245754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247667] pinctrl core: initialized pinctrl subsystem\n[ 0.248824] RTC time: 21:44:58, date: 08/12/18\n[ 0.249820] NET: Registered protocol family 16\n[ 0.250845] cpuidle: using governor ladder\n[ 0.251686] cpuidle: using governor menu\n[ 0.252497] PCCT header not found.\n[ 0.253272] ACPI: bus type PCI registered\n[ 0.254099] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255377] PCI: Using configuration type 1 for base access\n[ 0.257179] ACPI: Added _OSI(Module Device)\n[ 0.258043] ACPI: Added _OSI(Processor Device)\n[ 0.258927] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259849] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261619] ACPI: Interpreter enabled\n[ 0.262430] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264375] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.266310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.268246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.270174] ACPI: (supports S0 S5)\n[ 0.270899] ACPI: Using IOAPIC for interrupt routing\n[ 0.271868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275212] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276792] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278523] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280179] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283192] acpiphp: Slot [3] registered\n[ 0.284272] acpiphp: Slot [4] registered\n[ 0.285349] acpiphp: Slot [5] registered\n[ 0.286432] acpiphp: Slot [6] registered\n[ 0.287502] acpiphp: Slot [7] registered\n[ 0.288573] acpiphp: Slot [8] registered\n[ 0.289646] acpiphp: Slot [9] registered\n[ 0.290721] acpiphp: Slot [10] registered\n[ 0.291810] acpiphp: Slot [11] registered\n[ 0.292901] acpiphp: Slot [12] registered\n[ 0.293986] acpiphp: Slot [13] registered\n[ 0.295063] acpiphp: Slot [14] registered\n[ 0.296148] acpiphp: Slot [15] registered\n[ 0.307257] acpiphp: Slot [16] registered\n[ 0.308332] acpiphp: Slot [17] registered\n[ 0.309426] acpiphp: Slot [18] registered\n[ 0.310481] acpiphp: Slot [19] registered\n[ 0.311542] acpiphp: Slot [20] registered\n[ 0.312679] acpiphp: Slot [21] registered\n[ 0.313761] acpiphp: Slot [22] registered\n[ 0.314826] acpiphp: Slot [23] registered\n[ 0.315902] acpiphp: Slot [24] registered\n[ 0.316970] acpiphp: Slot [25] registered\n[ 0.318028] acpiphp: Slot [26] registered\n[ 0.319084] acpiphp: Slot [27] registered\n[ 0.320187] acpiphp: Slot [28] registered\n[ 0.321042] acpiphp: Slot [29] registered\n[ 0.321875] acpiphp: Slot [30] registered\n[ 0.322703] acpiphp: Slot [31] registered\n[ 0.323537] PCI host bridge to bus 0000:00\n[ 0.324375] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325630] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326887] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328381] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329882] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.331402] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334845] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337370] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338673] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342222] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.343700] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361959] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363495] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365290] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368171] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369466] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370798] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371895] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373489] vgaarb: loaded\n[ 0.374111] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375369] SCSI subsystem initialized\n[ 0.376307] ACPI: bus type USB registered\n[ 0.377163] usbcore: registered new interface driver usbfs\n[ 0.378227] usbcore: registered new interface driver hub\n[ 0.379264] usbcore: registered new device driver usb\n[ 0.380408] PCI: Using ACPI for IRQ routing\n[ 0.381549] NetLabel: Initializing\n[ 0.382296] NetLabel: domain hash size = 128\n[ 0.383174] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384160] NetLabel: unlabeled traffic allowed by default\n[ 0.385351] clocksource: Switched to clocksource kvm-clock\n[ 0.393617] AppArmor: AppArmor Filesystem Enabled\n[ 0.394633] pnp: PnP ACPI init\n[ 0.395584] pnp: PnP ACPI: found 5 devices\n[ 0.401926] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403697] NET: Registered protocol family 2\n[ 0.404769] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406106] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407349] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408587] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409705] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410933] NET: Registered protocol family 1\n[ 0.411838] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412971] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414078] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428113] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442223] Trying to unpack rootfs image as initramfs...\n[ 0.498850] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500565] Scanning for low memory corruption every 60 seconds\n[ 0.502054] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503260] audit: initializing netlink subsys (disabled)\n[ 0.504321] audit: type=2000 audit(1534110299.214:1): initialized\n[ 0.505748] Initialise system trusted keyring\n[ 0.506735] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507941] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510135] zbud: loaded\n[ 0.510941] VFS: Disk quotas dquot_6.6.0\n[ 0.511836] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513487] fuse init (API version 7.23)\n[ 0.514553] Key type big_key registered\n[ 0.515575] Allocating IMA MOK and blacklist keyrings.\n[ 0.517080] Key type asymmetric registered\n[ 0.518160] Asymmetric key parser 'x509' registered\n[ 0.519386] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521266] io scheduler noop registered\n[ 0.522259] io scheduler deadline registered (default)\n[ 0.523532] io scheduler cfq registered\n[ 0.524604] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525984] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529413] ACPI: Power Button [PWRF]\n[ 0.530441] GHES: HEST is not enabled!\n[ 0.544390] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572496] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574892] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601048] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604193] Linux agpgart interface v0.103\n[ 0.607313] brd: module loaded\n[ 0.609188] loop: module loaded\n[ 0.613528] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615041] GPT:90111 != 2097151\n[ 0.615740] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616879] GPT:90111 != 2097151\n[ 0.617575] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618579] vda: vda1 vda15\n[ 0.619998] scsi host0: ata_piix\n[ 0.620797] scsi host1: ata_piix\n[ 0.621549] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.622798] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.624330] libphy: Fixed MDIO Bus: probed\n[ 0.625192] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628905] PPP generic driver version 2.4.2\n[ 0.630062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631575] ehci-pci: EHCI PCI platform driver\n[ 0.632460] ehci-platform: EHCI generic platform driver\n[ 0.633423] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634516] ohci-pci: OHCI PCI platform driver\n[ 0.635357] ohci-platform: OHCI generic platform driver\n[ 0.636559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650846] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652137] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653997] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.656745] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658342] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660147] usb usb1: Product: UHCI Host Controller\n[ 0.661333] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662784] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664015] hub 1-0:1.0: USB hub found\n[ 0.665005] hub 1-0:1.0: 2 ports detected\n[ 0.666176] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668742] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669982] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671381] mousedev: PS/2 mouse device common for all mice\n[ 0.672952] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675266] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676651] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678297] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679848] i2c /dev entries driver\n[ 0.680814] device-mapper: uevent: version 1.0.3\n[ 0.682030] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.684110] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685875] NET: Registered protocol family 10\n[ 0.687257] NET: Registered protocol family 17\n[ 0.688413] Key type dns_resolver registered\n[ 0.689662] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691080] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693336] registered taskstats version 1\n[ 0.694368] Loading compiled-in X.509 certificates\n[ 0.695898] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697866] zswap: loaded using pool lzo/zbud\n[ 0.699575] Key type trusted registered\n[ 0.701391] Key type encrypted registered\n[ 0.702274] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.703356] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704452] evm: HMAC attrs: 0x1\n[ 0.705461] Magic number: 14:825:752\n[ 0.706282] tty ttyS3: hash matches\n[ 0.707114] rtc_cmos 00:00: setting system clock to 2018-08-12 21:44:58 UTC (1534110298)\n[ 0.708801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709968] EDD information not available.\n[ 0.777937] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779437] ata1.00: configured for MWDMA2\n[ 0.780698] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.783073] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.784359] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785675] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787978] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789579] Write protecting the kernel read-only data: 14336k\n[ 0.791806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793761] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.850427] 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 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]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n"} 2018-08-12 21:46:37,117 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action used request id req-e220a4a5-0ef4-4d01-96e4-8ee9f1d45c7d 2018-08-12 21:46:37,118 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-08-12 21:46:37,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e55a785e62f3b3333d27d5a215c51bf1b759f2de" -d '{"forceDelete": null}' 2018-08-12 21:46:37,294 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:46: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-9f0b4a4b-d6b1-4872-a71a-40b1b71d9fe2 x-compute-request-id: req-9f0b4a4b-d6b1-4872-a71a-40b1b71d9fe2 Content-Length: 0 Content-Type: application/json 2018-08-12 21:46:37,294 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/25299774-0dc8-484a-a5f4-6d58b083963a/action used request id req-9f0b4a4b-d6b1-4872-a71a-40b1b71d9fe2 2018-08-12 21:46:37,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e55a785e62f3b3333d27d5a215c51bf1b759f2de" -d '{"forceDelete": null}' 2018-08-12 21:46:37,492 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:46: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-192c90a7-231f-466b-9f36-f3ffe6272ee8 x-compute-request-id: req-192c90a7-231f-466b-9f36-f3ffe6272ee8 Content-Length: 0 Content-Type: application/json 2018-08-12 21:46:37,492 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1a324313-4bf5-44c6-8ab1-82fbcdf896dd/action used request id req-192c90a7-231f-466b-9f36-f3ffe6272ee8 2018-08-12 21:46:37,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e55a785e62f3b3333d27d5a215c51bf1b759f2de" -d '{"forceDelete": null}' 2018-08-12 21:46:37,786 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:46: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-8f318778-4246-4068-9bdd-f0e0cebabf6a x-compute-request-id: req-8f318778-4246-4068-9bdd-f0e0cebabf6a Content-Length: 0 Content-Type: application/json 2018-08-12 21:46:37,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/0de01754-f2a0-4380-ad8a-5719d7778252/action used request id req-8f318778-4246-4068-9bdd-f0e0cebabf6a 2018-08-12 21:46:37,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/8d047c47-6977-43be-b451-64a523dc4f24 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}16f1a13b935eb521d1079b1d4a7aa25e83f4ea21" 2018-08-12 21:46:39,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3594c921-879b-4662-a133-c9cf3f660463 Date: Sun, 12 Aug 2018 21:46: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-12 21:46:39,380 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8d047c47-6977-43be-b451-64a523dc4f24 used request id req-3594c921-879b-4662-a133-c9cf3f660463 2018-08-12 21:46:39,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c00fa1ec-171b-4c28-a6ff-d626c03e5a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:46:39,930 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed2a55b3-93c3-48bf-a65a-8f53f5d745d2 Content-Length: 0 Date: Sun, 12 Aug 2018 21:46:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:46:39,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/c00fa1ec-171b-4c28-a6ff-d626c03e5a87 used request id req-ed2a55b3-93c3-48bf-a65a-8f53f5d745d2 2018-08-12 21:46:39,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/84b352fe-cfa0-4be6-8a82-40454624f5c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:46:40,252 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b66885ec-cbbf-4d2a-948a-da3106a7ae97 Content-Length: 0 Date: Sun, 12 Aug 2018 21:46:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:46:40,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/84b352fe-cfa0-4be6-8a82-40454624f5c8 used request id req-b66885ec-cbbf-4d2a-948a-da3106a7ae97 2018-08-12 21:46:40,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/2a199fc6-aedb-4f7e-850e-ea9b396c6e7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:46:42,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38c7b849-3828-4b5f-bd46-f90ea7b022b4 Date: Sun, 12 Aug 2018 21:46:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:46:42,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2a199fc6-aedb-4f7e-850e-ea9b396c6e7b used request id req-38c7b849-3828-4b5f-bd46-f90ea7b022b4 2018-08-12 21:46:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/1103bbaa-8d5a-4422-9ec4-91dbc53af284 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:46:45,268 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f70978c5-0f46-409d-b9ac-c8faa65a7f62 Date: Sun, 12 Aug 2018 21:46:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:46:45,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1103bbaa-8d5a-4422-9ec4-91dbc53af284 used request id req-f70978c5-0f46-409d-b9ac-c8faa65a7f62 2018-08-12 21:46:45,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/504d858a-0e5d-454a-8a66-353b7227e162 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:46:46,049 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bc2092e6-e82a-4b65-bc73-f30209f26a33 Date: Sun, 12 Aug 2018 21:46:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:46:46,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/504d858a-0e5d-454a-8a66-353b7227e162 used request id req-bc2092e6-e82a-4b65-bc73-f30209f26a33 2018-08-12 21:46:46,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e1ef410a-c39b-4f51-9aa5-ba926964c13a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d479961b4edcdbf5b0bf9a3d68c7e4af1c42345" 2018-08-12 21:46:46,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77963cf1-f56c-4774-87ac-87eba2420ec6 Date: Sun, 12 Aug 2018 21:46:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:46:46,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e1ef410a-c39b-4f51-9aa5-ba926964c13a used request id req-77963cf1-f56c-4774-87ac-87eba2420ec6 2018-08-12 21:46:46,993 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN1 with eRT=iRT | | Associate network 'sdnvpn-2-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] | +----------------------------------------------------------------------------------------+ | Create VPN2 with eRT=iRT | | Associate network 'sdnvpn-2-2-net' to the VPN2. | +----------------------------------------------------------------------------------------+ | PASS | [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] | +========================================================================================+ 2018-08-12 21:46:46,993 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-12 21:46:46,994 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-12 21:46:46,994 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_2 - Tenant separation': {'status': 'PASS', 'details': [{u"[10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11]": 'PASS'}, {u"[10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12]": 'PASS'}]} 2018-08-12 21:46:46,994 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-12 21:46:46,995 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-12 21:46:46,995 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-12 21:46:47,073 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-12 21:46:47,076 - paramiko.transport - DEBUG - starting thread (client mode): 0x6157d690L 2018-08-12 21:46:47,076 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:46:47,099 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:46:47,100 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:46:47,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-12 21:46:47,105 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:46:47,105 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:46:47,105 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:46:47,105 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:46:47,105 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:46:47,113 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:46:47,114 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:46:47,140 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.28: fa3672edd01bf5edce20e1b9e3bdc10f 2018-08-12 21:46:47,140 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:46:47,154 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:46:47,261 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:46:47,273 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:46:47,508 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:46:47,508 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:46:47,547 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:46:47,548 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:46:47,583 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:46:53,456 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:46:53,457 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:46:53,459 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d4a7ed0L 2018-08-12 21:46:53,459 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:46:53,557 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:46:53,557 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:46:53,560 - 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-12 21:46:53,561 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:46:53,561 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:46:53,561 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:46:53,561 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:46:53,561 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:46:53,566 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:46:53,566 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:46:53,567 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:46:53,568 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:46:53,605 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:46:53,699 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:46:53,701 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:46:53,896 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:46:53,896 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:46:53,935 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:46:53,936 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:46:53,970 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:46:54,066 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:46:54,068 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:46:54,068 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:46:54,069 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:46:54,069 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:46:54,111 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:46:54,160 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:46:54,162 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:46:54,162 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:46:54,163 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:46:54,164 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:46:54,205 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:46:54,273 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:46:54,275 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:46:54,277 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d4b1cd0L 2018-08-12 21:46:54,278 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:46:54,296 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:46:54,296 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:46:54,299 - 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-12 21:46:54,299 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:46:54,299 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:46:54,299 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:46:54,299 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:46:54,300 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:46:54,304 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:46:54,305 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:46:54,309 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:46:54,310 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:46:54,344 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:46:54,358 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:46:54,375 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:46:54,497 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:46:54,497 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:46:54,536 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:46:54,537 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:46:54,543 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:46:54,556 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:46:54,556 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:46:54,557 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:46:54,558 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:46:54,558 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:46:54,599 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:46:54,629 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:46:54,630 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:46:54,631 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:46:54,631 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:46:54,631 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:46:54,672 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:46:54,714 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:46:54,715 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:46:54,717 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d462b50L 2018-08-12 21:46:54,718 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:46:54,828 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:46:54,828 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:46:54,831 - 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-12 21:46:54,831 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:46:54,831 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:46:54,832 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:46:54,832 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:46:54,832 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:46:54,837 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:46:54,838 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:46:54,849 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:46:54,850 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:46:54,878 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:46:54,969 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:46:54,983 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:46:55,160 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:46:55,160 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:46:55,199 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:46:55,200 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:46:55,220 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:46:55,331 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:46:55,332 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:46:55,332 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:46:55,333 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:46:55,333 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:46:55,375 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:46:55,416 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:46:55,418 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:46:55,418 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:46:55,419 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:46:55,420 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:46:55,460 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:46:55,502 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:46:55,503 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:46:55,505 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d421210L 2018-08-12 21:46:55,505 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:46:55,521 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:46:55,521 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:46:55,525 - 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-12 21:46:55,525 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:46:55,525 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:46:55,525 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:46:55,525 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:46:55,526 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:46:55,531 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:46:55,531 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:46:55,537 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:46:55,537 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:46:55,571 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:46:55,586 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:46:55,602 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:46:55,748 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:46:55,748 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:46:55,787 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:46:55,788 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:46:55,805 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:46:55,818 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:46:55,819 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:46:55,819 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:46:55,821 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:46:55,821 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:46:55,861 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:46:55,883 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:46:55,884 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:46:55,884 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:46:55,885 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:46:55,885 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:46:55,926 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:46:55,936 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:46:55,937 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:46:55,939 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d51f3d0L 2018-08-12 21:46:55,939 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:46:55,952 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:46:55,952 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:46:55,955 - 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-12 21:46:55,955 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:46:55,955 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:46:55,955 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:46:55,955 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:46:55,956 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:46:55,961 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:46:55,961 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:46:55,971 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:46:55,971 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:46:56,000 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:46:56,012 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:46:56,036 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:46:56,151 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:46:56,152 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:46:56,191 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:46:56,192 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:46:56,203 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:46:56,214 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:46:56,215 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:46:56,216 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:46:56,217 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:46:56,217 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:46:56,257 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:46:56,279 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:46:56,280 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:46:56,281 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:46:56,282 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:46:56,282 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:46:56,323 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:46:56,334 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:46:56,334 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:46:56,335 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:46:56,336 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:46:56,336 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:46:56,341 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:47:00,673 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:47:00,675 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:47:00,676 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d4a7e50L 2018-08-12 21:47:00,677 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:47:00,686 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:47:00,686 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:47:00,689 - 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-12 21:47:00,689 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:47:00,689 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:47:00,689 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:47:00,690 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:47:00,690 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:47:00,695 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:47:00,695 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:47:00,708 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:47:00,709 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:47:00,734 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:47:00,748 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:47:00,773 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:47:00,883 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:47:00,883 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:47:00,922 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:47:00,923 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:47:00,942 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:47:00,957 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:47:00,958 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:47:00,959 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:47:00,959 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:47:00,959 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:47:01,000 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:47:01,017 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:47:01,019 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:47:01,019 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:47:01,020 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:47:01,020 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:47:01,061 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:47:01,072 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:47:01,073 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:47:01,075 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d558210L 2018-08-12 21:47:01,076 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:47:01,085 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:47:01,085 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:47:01,088 - 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-12 21:47:01,088 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:47:01,088 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:47:01,088 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:47:01,088 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:47:01,089 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:47:01,093 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:47:01,094 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:47:01,107 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:47:01,108 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:47:01,133 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:47:01,148 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:47:01,172 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:47:01,278 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:47:01,278 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:47:01,317 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:47:01,318 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:47:01,341 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:47:01,355 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:47:01,355 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:47:01,356 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:47:01,357 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:47:01,357 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:47:01,399 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:47:01,415 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:47:01,417 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:47:01,417 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:47:01,419 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:47:01,419 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:47:01,460 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:47:01,472 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:47:01,473 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:47:01,475 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d539d10L 2018-08-12 21:47:01,475 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:47:01,486 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:47:01,486 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:47:01,489 - 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-12 21:47:01,489 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:47:01,489 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:47:01,489 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:47:01,489 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:47:01,490 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:47:01,494 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:47:01,495 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:47:01,507 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:47:01,507 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:47:01,534 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:47:01,548 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:47:01,572 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:47:01,692 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:47:01,693 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:47:01,732 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:47:01,733 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:47:01,740 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:47:01,756 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:47:01,756 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:47:01,757 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:47:01,758 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:47:01,758 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:47:01,800 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:47:01,817 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:47:01,819 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:47:01,819 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:47:01,820 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:47:01,820 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:47:01,861 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:47:01,874 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:47:01,875 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:47:01,877 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d40f3d0L 2018-08-12 21:47:01,877 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:47:01,883 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:47:01,883 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:47:01,885 - 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-12 21:47:01,886 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:47:01,886 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:47:01,886 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:47:01,886 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:47:01,886 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:47:01,891 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:47:01,891 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:47:01,892 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:47:01,893 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:47:01,931 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:47:01,943 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:47:01,957 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:47:02,066 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:47:02,067 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:47:02,106 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:47:02,107 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:47:02,124 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:47:02,135 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:47:02,136 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:47:02,137 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:47:02,138 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:47:02,138 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:47:02,179 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:47:02,193 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:47:02,194 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:47:02,195 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:47:02,196 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:47:02,196 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:47:02,237 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:47:02,247 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:47:02,248 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:47:02,250 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d3fc490L 2018-08-12 21:47:02,251 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:47:02,256 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:47:02,257 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:47:02,258 - 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-12 21:47:02,259 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:47:02,259 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:47:02,259 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:47:02,259 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:47:02,259 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:47:02,263 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:47:02,264 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:47:02,266 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:47:02,266 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:47:02,303 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:47:02,315 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:47:02,330 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:47:02,442 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:47:02,442 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:47:02,482 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:47:02,483 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:47:02,497 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:47:02,508 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:47:02,508 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:47:02,509 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:47:02,510 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:47:02,510 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:47:02,550 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:47:02,565 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:47:02,566 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:47:02,567 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:47:02,568 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:47:02,568 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:47:02,608 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:47:02,618 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:47:02,619 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:47:02,619 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:47:02,621 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:47:02,621 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:47:02,625 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:47:02,739 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-12 21:47:02,740 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:47:02,742 - 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-12 21:47:02,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_3 failed 2018-08-12 21:47:02,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-12 21:47:02,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-12 21:47:02,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-12 21:47:02,821 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:02,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:02,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:02,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:02,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:02,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:02,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:02,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:02,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:02,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:02,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:02,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:02,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 21:47:02,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:02,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:02,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:02,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:02,831 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 21:47:02,831 - 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-12 21:47:02,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09c53d6c-cb94-4388-8b0f-8a1891db26dd 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-12 21:47:02,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-09c53d6c-cb94-4388-8b0f-8a1891db26dd 2018-08-12 21:47:02,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:03,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["FhReKJt9Q-GhYkOKbqkWLQ"], "issued_at": "2018-08-12T21:47:03.000000Z"}} 2018-08-12 21:47:03,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}27d90eb34223e7a15d28f035bb9ac6cd939f013e" 2018-08-12 21:47:03,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-ede90887-4003-4182-b648-9672d94990bb Date: Sun, 12 Aug 2018 21:47:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:47:03,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-ede90887-4003-4182-b648-9672d94990bb 2018-08-12 21:47:03,963 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-12 21:47:03,965 - 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}27d90eb34223e7a15d28f035bb9ac6cd939f013e" 2018-08-12 21:47:04,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-4ec5b48f-e591-44f6-8723-fffb047827a0 Date: Sun, 12 Aug 2018 21:47:04 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-12 21:47:04,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4ec5b48f-e591-44f6-8723-fffb047827a0 2018-08-12 21:47:04,280 - 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}27d90eb34223e7a15d28f035bb9ac6cd939f013e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-12 21:47:05,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3031dede-ef18-4982-895a-8c700de667fc Date: Sun, 12 Aug 2018 21:47:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:47:05Z", "file": "/v2/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "size": null, "self": "/v2/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "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-12T21:47:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 21:47:05,079 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3031dede-ef18-4982-895a-8c700de667fc 2018-08-12 21:47:05,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d90eb34223e7a15d28f035bb9ac6cd939f013e" -d '' 2018-08-12 21:47:05,488 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0c69411f-18ef-4337-a604-7a261032fdaa Date: Sun, 12 Aug 2018 21:47: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-12 21:47:05,489 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5/file used request id req-0c69411f-18ef-4337-a604-7a261032fdaa 2018-08-12 21:47:05,489 - 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-12 21:47:05,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd05f83-3af7-4a48-9ce3-93b6ec1b5e48 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-12 21:47:05,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9bd05f83-3af7-4a48-9ce3-93b6ec1b5e48 2018-08-12 21:47:05,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:05,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["d1XZq13cRbWzT8XqgwVo2g"], "issued_at": "2018-08-12T21:47:05.000000Z"}} 2018-08-12 21:47:05,919 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" 2018-08-12 21:47:06,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8035 X-Openstack-Request-Id: req-0dd743ce-1f66-487e-ae3c-ddada11ca293 Date: Sun, 12 Aug 2018 21:47:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:47:06,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0dd743ce-1f66-487e-ae3c-ddada11ca293 2018-08-12 21:47:06,507 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" 2018-08-12 21:47:06,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1882 X-Openstack-Request-Id: req-158d7cab-f64d-427a-b9fc-00ff41fc3632 Date: Sun, 12 Aug 2018 21:47:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:59Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:58Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-08-12 21:47:06,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-158d7cab-f64d-427a-b9fc-00ff41fc3632 2018-08-12 21:47:06,843 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" 2018-08-12 21:47:07,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 412 X-Openstack-Request-Id: req-eb3bd4a6-4e87-44eb-b2ec-c0fc70bc0f95 Date: Sun, 12 Aug 2018 21:47:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "created_at": "2018-08-12T20:01:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T20:01:34Z", "revision_number": 0, "routes": [], "project_id": "f6791927b5384941a01849fb65558a5f", "id": "6a280362-141b-497c-9ff1-1fd155c9fb65", "name": ""}]} 2018-08-12 21:47:07,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-eb3bd4a6-4e87-44eb-b2ec-c0fc70bc0f95 2018-08-12 21:47:07,190 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-12 21:47:07,195 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-08-12 21:47:07,791 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-d47c9c5c-f4b8-43b3-a47d-1f03a14916cc Date: Sun, 12 Aug 2018 21:47:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:47:07Z","is_default":false,"provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","mtu":1450}} 2018-08-12 21:47:07,791 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d47c9c5c-f4b8-43b3-a47d-1f03a14916cc 2018-08-12 21:47:07,792 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd311922f-d5e9-4c59-b529-fdced262c033' created successfully 2018-08-12 21:47:07,792 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-12 21:47:07,796 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"subnets": [{"ip_version": 4, "network_id": "d311922f-d5e9-4c59-b529-fdced262c033", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-08-12 21:47:08,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ef3e5f89-5676-4e21-9fb5-1592d284cef4 Date: Sun, 12 Aug 2018 21:47:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:08Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:47:08Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"83296667-68f2-44be-9e92-8ef0075fe27c","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-08-12 21:47:08,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ef3e5f89-5676-4e21-9fb5-1592d284cef4 2018-08-12 21:47:08,564 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '83296667-68f2-44be-9e92-8ef0075fe27c' created successfully 2018-08-12 21:47:08,564 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-12 21:47:08,569 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-08-12 21:47:09,009 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-e1b3367b-1d48-4bb3-a6d0-c6e9af7aebb9 Date: Sun, 12 Aug 2018 21:47:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:47:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:47:08Z", "revision_number": 0, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "6c39afb7-db8c-472c-b64b-c4f43d21d172", "name": "sdnvpn-4-1-router"}} 2018-08-12 21:47:09,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-e1b3367b-1d48-4bb3-a6d0-c6e9af7aebb9 2018-08-12 21:47:09,009 - sdnvpn.lib.openstack_utils - DEBUG - Router '6c39afb7-db8c-472c-b64b-c4f43d21d172' created successfully 2018-08-12 21:47:09,009 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-12 21:47:09,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6c39afb7-db8c-472c-b64b-c4f43d21d172/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"subnet_id": "83296667-68f2-44be-9e92-8ef0075fe27c"}' 2018-08-12 21:47:11,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e555d607-05fe-4687-a859-e685173ff7fd Date: Sun, 12 Aug 2018 21:47:11 GMT RESP BODY: {"network_id": "d311922f-d5e9-4c59-b529-fdced262c033", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "83296667-68f2-44be-9e92-8ef0075fe27c", "subnet_ids": ["83296667-68f2-44be-9e92-8ef0075fe27c"], "port_id": "f23c5de8-63be-40f7-bb84-32659aef9e68", "id": "6c39afb7-db8c-472c-b64b-c4f43d21d172"} 2018-08-12 21:47:11,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6c39afb7-db8c-472c-b64b-c4f43d21d172/add_router_interface used request id req-e555d607-05fe-4687-a859-e685173ff7fd 2018-08-12 21:47:11,008 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-12 21:47:11,009 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-12 21:47:11,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}8bdf40f6ccf530845263fdafd4396978f3f8e648" 2018-08-12 21:47:11,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8695 X-Openstack-Request-Id: req-2989352a-1c41-4280-9f60-8d75ed4f7be1 Date: Sun, 12 Aug 2018 21:47:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["83296667-68f2-44be-9e92-8ef0075fe27c"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:08Z","provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:47:11,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2989352a-1c41-4280-9f60-8d75ed4f7be1 2018-08-12 21:47:11,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6c39afb7-db8c-472c-b64b-c4f43d21d172 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}}' 2018-08-12 21:47:13,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-aeebb725-9eca-4599-b22c-4fe9b5a5ee16 Date: Sun, 12 Aug 2018 21:47:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:47:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:47:13Z", "revision_number": 3, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "6c39afb7-db8c-472c-b64b-c4f43d21d172", "name": "sdnvpn-4-1-router"}} 2018-08-12 21:47:13,272 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6c39afb7-db8c-472c-b64b-c4f43d21d172 used request id req-aeebb725-9eca-4599-b22c-4fe9b5a5ee16 2018-08-12 21:47:13,273 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-12 21:47:13,273 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-08-12 21:47:13,277 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-08-12 21:47:13,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-bf817b03-8f54-4dca-80e1-e266bab4df88 Date: Sun, 12 Aug 2018 21:47:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:47:13Z","is_default":false,"provider:segmentation_id":30,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:13Z","mtu":1450}} 2018-08-12 21:47:13,667 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-bf817b03-8f54-4dca-80e1-e266bab4df88 2018-08-12 21:47:13,667 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 3620de5f-6544-4e9a-8642-a0c4d1e4c9b8 with cidr 10.10.11.0/24 2018-08-12 21:47:13,672 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"subnets": [{"ip_version": 4, "network_id": "3620de5f-6544-4e9a-8642-a0c4d1e4c9b8", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-08-12 21:47:14,576 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-347877bb-eb73-4743-8a2b-5e6d6c904491 Date: Sun, 12 Aug 2018 21:47:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:47:14Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-08-12 21:47:14,576 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-347877bb-eb73-4743-8a2b-5e6d6c904491 2018-08-12 21:47:14,582 - 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}8bdf40f6ccf530845263fdafd4396978f3f8e648" 2018-08-12 21:47:14,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45986 X-Openstack-Request-Id: req-2438f859-8a97-400f-aa24-14d7e5398bd9 Date: Sun, 12 Aug 2018 21:47:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "updated_at": "2018-08-12T21:43:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "42658bce-2516-4e66-8584-54e7affe8183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "770cd525-8255-4153-9277-df46f1f02d45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "c85c7abd-a2ce-430e-8546-98f6c460139c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 4, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "31db2795-d336-4133-8c12-0b93ded5afd5", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 21:47:14,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-2438f859-8a97-400f-aa24-14d7e5398bd9 2018-08-12 21:47:14,987 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-12 21:47:14,987 - 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-12 21:47:14,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5df780c0-f170-4617-adcf-50198d6e43a2 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-12 21:47:14,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5df780c0-f170-4617-adcf-50198d6e43a2 2018-08-12 21:47:14,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:15,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["k1vhwkIrRUuGcNtOt6_4CQ"], "issued_at": "2018-08-12T21:47:15.000000Z"}} 2018-08-12 21:47:15,409 - 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}196f05ef7ecbf426f4cc6f665ad8f5ebd40e4ca3" 2018-08-12 21:47:15,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-9030c9cc-1116-4d7a-9c08-cbabf5febaeb x-compute-request-id: req-9030c9cc-1116-4d7a-9c08-cbabf5febaeb Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 1, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4608, "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": 1, "free_disk_gb": 246, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 27894, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "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.6", "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-12 21:47:15,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-9030c9cc-1116-4d7a-9c08-cbabf5febaeb 2018-08-12 21:47:15,717 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-12 21:47:15,717 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-08-12 21:47:15,717 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=69d64d30-0aa0-42e3-9f8d-3c649398dbe5 network=d311922f-d5e9-4c59-b529-fdced262c033 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:47:15,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:15,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:15,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:15,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:15,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:15,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:15,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:15,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:15,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:15,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:15,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:15,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:15,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:15,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:15,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:15,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:15,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:15,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:15,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:15,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:15,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:15,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:15,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:15,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:15,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:15,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:15,727 - 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-12 21:47:15,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad223882-c191-4526-87d5-143d12030f61 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-12 21:47:15,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ad223882-c191-4526-87d5-143d12030f61 2018-08-12 21:47:15,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:16,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["eMDIwVKDQzi-AcBAFxtUaQ"], "issued_at": "2018-08-12T21:47:16.000000Z"}} 2018-08-12 21:47:16,152 - 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}7647ace6ff96b2f81f853f3c30bdc1c550bdc417" 2018-08-12 21:47:16,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-13937d39-92f0-423b-a324-fc4191333bb9 x-compute-request-id: req-13937d39-92f0-423b-a324-fc4191333bb9 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:47:16,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-13937d39-92f0-423b-a324-fc4191333bb9 2018-08-12 21:47:16,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7647ace6ff96b2f81f853f3c30bdc1c550bdc417" 2018-08-12 21:47:16,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-2dfe1ec7-12eb-4920-8abc-15d71dc84fd1 x-compute-request-id: req-2dfe1ec7-12eb-4920-8abc-15d71dc84fd1 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:47:16,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-2dfe1ec7-12eb-4920-8abc-15d71dc84fd1 2018-08-12 21:47:16,466 - 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}7647ace6ff96b2f81f853f3c30bdc1c550bdc417" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d311922f-d5e9-4c59-b529-fdced262c033"}]}}' 2018-08-12 21:47:20,292 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:47: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-e88ac5c5-8475-4ee5-ac68-62c07295c900 x-compute-request-id: req-e88ac5c5-8475-4ee5-ac68-62c07295c900 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6540a57a-1663-4bf1-b7c1-58556c88d6ec", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "bookmark"}], "adminPass": "wN2hEtb7dSyw"}} 2018-08-12 21:47:20,292 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e88ac5c5-8475-4ee5-ac68-62c07295c900 2018-08-12 21:47:20,294 - 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-12 21:47:20,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b232416-a909-4fbb-adb2-30ab457e6d96 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-12 21:47:20,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6b232416-a909-4fbb-adb2-30ab457e6d96 2018-08-12 21:47:20,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:20,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["-CDuQDxASLmWUXqq1FxqlQ"], "issued_at": "2018-08-12T21:47:20.000000Z"}} 2018-08-12 21:47:20,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f20f309982caec6167f1e8d262c873f2fc320c3" 2018-08-12 21:47:21,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-85b29fb7-9cc3-4c04-8b32-66df199b8451 x-compute-request-id: req-85b29fb7-9cc3-4c04-8b32-66df199b8451 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/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6540a57a-1663-4bf1-b7c1-58556c88d6ec", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:47:20Z", "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-12T21:47:20Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:21,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec used request id req-85b29fb7-9cc3-4c04-8b32-66df199b8451 2018-08-12 21:47:24,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f20f309982caec6167f1e8d262c873f2fc320c3" 2018-08-12 21:47:26,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-af1b0c8b-da46-4807-818a-75a502f84feb x-compute-request-id: req-af1b0c8b-da46-4807-818a-75a502f84feb 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/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6540a57a-1663-4bf1-b7c1-58556c88d6ec", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:47:22Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:47:20Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:26,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec used request id req-af1b0c8b-da46-4807-818a-75a502f84feb 2018-08-12 21:47:29,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f20f309982caec6167f1e8d262c873f2fc320c3" 2018-08-12 21:47:30,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-58e855ae-faa4-44ef-943f-251415e9da05 x-compute-request-id: req-58e855ae-faa4-44ef-943f-251415e9da05 Content-Encoding: gzip Content-Length: 776 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:15:66:6c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2018-08-12T21:47:27.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6540a57a-1663-4bf1-b7c1-58556c88d6ec", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:47:27Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:47:20Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:30,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec used request id req-58e855ae-faa4-44ef-943f-251415e9da05 2018-08-12 21:47:30,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7647ace6ff96b2f81f853f3c30bdc1c550bdc417" 2018-08-12 21:47:31,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-30389a27-0b7a-41d2-8e6d-5898213c92f6 x-compute-request-id: req-30389a27-0b7a-41d2-8e6d-5898213c92f6 Content-Encoding: gzip Content-Length: 776 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:15:66:6c", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2018-08-12T21:47:27.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "6540a57a-1663-4bf1-b7c1-58556c88d6ec", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:47:27Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:47:20Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:31,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec used request id req-30389a27-0b7a-41d2-8e6d-5898213c92f6 2018-08-12 21:47:31,627 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.7'. 2018-08-12 21:47:31,628 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-08-12 21:47:31,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196f05ef7ecbf426f4cc6f665ad8f5ebd40e4ca3" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:47:33,621 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:47: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-ad99a65c-fa6a-4d28-a500-26e3a56881b9 x-compute-request-id: req-ad99a65c-fa6a-4d28-a500-26e3a56881b9 Content-Length: 0 Content-Type: application/json 2018-08-12 21:47:33,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6540a57a-1663-4bf1-b7c1-58556c88d6ec/action used request id req-ad99a65c-fa6a-4d28-a500-26e3a56881b9 2018-08-12 21:47:33,622 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-08-12 21:47:33,622 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=69d64d30-0aa0-42e3-9f8d-3c649398dbe5 network=d311922f-d5e9-4c59-b529-fdced262c033 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:47:33,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:33,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:33,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:33,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:33,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:33,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:33,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:33,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:33,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:33,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:33,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:33,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:33,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:33,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:33,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:33,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:33,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:33,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:33,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:33,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:33,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:33,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:33,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:33,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:33,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:33,632 - 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-12 21:47:33,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-629fd538-8376-404e-9947-251f1ed01f70 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-12 21:47:33,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-629fd538-8376-404e-9947-251f1ed01f70 2018-08-12 21:47:33,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:34,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["0QpfvR0xSFydgVXdO7zLUA"], "issued_at": "2018-08-12T21:47:33.000000Z"}} 2018-08-12 21:47:34,041 - 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}af97a5bf5bd11c82cba9abd92988e32177495538" 2018-08-12 21:47:34,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-ec97393f-20d8-471c-b63a-c5e7d861651e x-compute-request-id: req-ec97393f-20d8-471c-b63a-c5e7d861651e Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:47:34,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ec97393f-20d8-471c-b63a-c5e7d861651e 2018-08-12 21:47:34,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af97a5bf5bd11c82cba9abd92988e32177495538" 2018-08-12 21:47:34,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-491d8e05-1055-445f-ae22-260602b85770 x-compute-request-id: req-491d8e05-1055-445f-ae22-260602b85770 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:47:34,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-491d8e05-1055-445f-ae22-260602b85770 2018-08-12 21:47:34,279 - 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}af97a5bf5bd11c82cba9abd92988e32177495538" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d311922f-d5e9-4c59-b529-fdced262c033"}]}}' 2018-08-12 21:47:37,908 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:47: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-fb42221a-6da1-4061-b6f7-3040cd4945a5 x-compute-request-id: req-fb42221a-6da1-4061-b6f7-3040cd4945a5 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "574b87fc-bf48-4382-a0b3-aa27cc777e67", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "bookmark"}], "adminPass": "hVivDp5BavkS"}} 2018-08-12 21:47:37,908 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-fb42221a-6da1-4061-b6f7-3040cd4945a5 2018-08-12 21:47:37,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-12 21:47:37,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde32fb7-e94d-411c-aeb1-3649f56cfe76 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-12 21:47:37,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bde32fb7-e94d-411c-aeb1-3649f56cfe76 2018-08-12 21:47:37,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:38,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["cqjc0uLASdy6oeHOIFbg4Q"], "issued_at": "2018-08-12T21:47:38.000000Z"}} 2018-08-12 21:47:38,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e9189a5e589e0519974d0e6c85c02ed8375d5ee" 2018-08-12 21:47:39,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-3cf9917b-7949-4ef5-bd38-870be0ddabe0 x-compute-request-id: req-3cf9917b-7949-4ef5-bd38-870be0ddabe0 Content-Encoding: gzip Content-Length: 618 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/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "574b87fc-bf48-4382-a0b3-aa27cc777e67", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:47:38Z", "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-12T21:47:37Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:39,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 used request id req-3cf9917b-7949-4ef5-bd38-870be0ddabe0 2018-08-12 21:47:42,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e9189a5e589e0519974d0e6c85c02ed8375d5ee" 2018-08-12 21:47:43,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-0cf83c81-2b7a-4ec4-b743-6bf8a6d13de8 x-compute-request-id: req-0cf83c81-2b7a-4ec4-b743-6bf8a6d13de8 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/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "574b87fc-bf48-4382-a0b3-aa27cc777e67", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:47:40Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:47:37Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:43,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 used request id req-0cf83c81-2b7a-4ec4-b743-6bf8a6d13de8 2018-08-12 21:47:46,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e9189a5e589e0519974d0e6c85c02ed8375d5ee" 2018-08-12 21:47:47,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-665bfdbf-cb6b-4960-a89a-88f5845b19aa x-compute-request-id: req-665bfdbf-cb6b-4960-a89a-88f5845b19aa Content-Encoding: gzip Content-Length: 777 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:a5:1c:57", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "574b87fc-bf48-4382-a0b3-aa27cc777e67", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:47:40Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:47:37Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:47,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 used request id req-665bfdbf-cb6b-4960-a89a-88f5845b19aa 2018-08-12 21:47:50,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e9189a5e589e0519974d0e6c85c02ed8375d5ee" 2018-08-12 21:47:51,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-33952a42-1ee6-4d7e-ace4-7516bd3972ea x-compute-request-id: req-33952a42-1ee6-4d7e-ace4-7516bd3972ea Content-Encoding: gzip Content-Length: 781 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:a5:1c:57", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2018-08-12T21:47:46.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "574b87fc-bf48-4382-a0b3-aa27cc777e67", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:47:46Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:47:37Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:51,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 used request id req-33952a42-1ee6-4d7e-ace4-7516bd3972ea 2018-08-12 21:47:51,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af97a5bf5bd11c82cba9abd92988e32177495538" 2018-08-12 21:47:52,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-b2267460-f67d-4d7c-bcfd-763b77983cb0 x-compute-request-id: req-b2267460-f67d-4d7c-bcfd-763b77983cb0 Content-Encoding: gzip Content-Length: 781 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:a5:1c:57", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2018-08-12T21:47:46.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "574b87fc-bf48-4382-a0b3-aa27cc777e67", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:47:46Z", "hostId": "8167cd4f94617145f45a88d111241ff90d845689af7d869719675982", "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-12T21:47:37Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:47:52,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67 used request id req-b2267460-f67d-4d7c-bcfd-763b77983cb0 2018-08-12 21:47:52,685 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.9'. 2018-08-12 21:47:52,685 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-08-12 21:47:52,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}196f05ef7ecbf426f4cc6f665ad8f5ebd40e4ca3" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:47:54,626 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:47: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-6809e958-c621-4493-94fb-0ca21f79cd35 x-compute-request-id: req-6809e958-c621-4493-94fb-0ca21f79cd35 Content-Length: 0 Content-Type: application/json 2018-08-12 21:47:54,626 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/574b87fc-bf48-4382-a0b3-aa27cc777e67/action used request id req-6809e958-c621-4493-94fb-0ca21f79cd35 2018-08-12 21:47:54,627 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-08-12 21:47:54,627 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=69d64d30-0aa0-42e3-9f8d-3c649398dbe5 network=3620de5f-6544-4e9a-8642-a0c4d1e4c9b8 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:47:54,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:54,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:54,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:54,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:54,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:54,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:54,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:54,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:54,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:54,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:47:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:47:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:47:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:47:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:47:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:47:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:47:54,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:47:54,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:47:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:47:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:47:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:47:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:47:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:47:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:47:54,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:47:54,638 - 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-12 21:47:54,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de6ebc60-80b8-4d11-94a8-02d9b4f5b3a0 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-12 21:47:54,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-de6ebc60-80b8-4d11-94a8-02d9b4f5b3a0 2018-08-12 21:47:54,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:55,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["3Muoktv3Toi0STdXoY5tJw"], "issued_at": "2018-08-12T21:47:54.000000Z"}} 2018-08-12 21:47:55,060 - 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}699b07750d3572299d860cd2a0f3bddb68bbe730" 2018-08-12 21:47:55,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-a5bc88a3-31ea-4d38-81fd-ac4903645886 x-compute-request-id: req-a5bc88a3-31ea-4d38-81fd-ac4903645886 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:47:55,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a5bc88a3-31ea-4d38-81fd-ac4903645886 2018-08-12 21:47:55,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699b07750d3572299d860cd2a0f3bddb68bbe730" 2018-08-12 21:47:55,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-dc9deb73-38a7-4180-85d5-11e4585c9b23 x-compute-request-id: req-dc9deb73-38a7-4180-85d5-11e4585c9b23 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:47:55,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-dc9deb73-38a7-4180-85d5-11e4585c9b23 2018-08-12 21:47:55,373 - 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}699b07750d3572299d860cd2a0f3bddb68bbe730" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3620de5f-6544-4e9a-8642-a0c4d1e4c9b8"}]}}' 2018-08-12 21:47:59,046 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:47: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-5b18ca19-eaba-4f3b-8c8b-a08e63a1cba3 x-compute-request-id: req-5b18ca19-eaba-4f3b-8c8b-a08e63a1cba3 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "rel": "bookmark"}], "adminPass": "Tg8ZX4Cy5sWy"}} 2018-08-12 21:47:59,046 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-5b18ca19-eaba-4f3b-8c8b-a08e63a1cba3 2018-08-12 21:47:59,047 - 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-12 21:47:59,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7fea749-e342-4cad-a440-d9eb14b8d46f 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-12 21:47:59,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f7fea749-e342-4cad-a440-d9eb14b8d46f 2018-08-12 21:47:59,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:47:59,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:47:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["bI6p4FyYRqSA0EWFQlk0ow"], "issued_at": "2018-08-12T21:47:59.000000Z"}} 2018-08-12 21:47:59,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265c71c210e760c77408438bef2f0d499607454c" 2018-08-12 21:48:00,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:47: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-64c23cbd-a962-45b9-b1ce-ed6f12408426 x-compute-request-id: req-64c23cbd-a962-45b9-b1ce-ed6f12408426 Content-Encoding: gzip Content-Length: 614 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/b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:47: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-4-5", "created": "2018-08-12T21:47:59Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:48:00,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24 used request id req-64c23cbd-a962-45b9-b1ce-ed6f12408426 2018-08-12 21:48:03,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265c71c210e760c77408438bef2f0d499607454c" 2018-08-12 21:48:03,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-58fc026e-677b-4bd2-a45c-5f9a09a8f8d3 x-compute-request-id: req-58fc026e-677b-4bd2-a45c-5f9a09a8f8d3 Content-Encoding: gzip Content-Length: 1044 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/b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "rel": "bookmark"}], "image": {"id": "69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "links": [{"href": "http://172.30.9.23:8774/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "b60faf25-c3e0-4d2e-adf4-1d28443a1d24", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:47: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-4-5", "created": "2018-08-12T21:47:59Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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-12T21:47:59Z"}, "metadata": {}}} 2018-08-12 21:48:03,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b60faf25-c3e0-4d2e-adf4-1d28443a1d24 used request id req-58fc026e-677b-4bd2-a45c-5f9a09a8f8d3 2018-08-12 21:48:03,888 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-4-5 went to ERROR status. 2018-08-12 21:48:03,889 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-12 21:48:03,889 - sdnvpn.test.functest.testcase_4 - ERROR - exception occurred while executing testcase_4: Error while booting instance sdnvpn-4-5 2018-08-12 21:48:03,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}27d90eb34223e7a15d28f035bb9ac6cd939f013e" 2018-08-12 21:48:05,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-329f1f08-153d-4661-9595-da461983cca2 Date: Sun, 12 Aug 2018 21:48: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-12 21:48:05,266 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/69d64d30-0aa0-42e3-9f8d-3c649398dbe5 used request id req-329f1f08-153d-4661-9595-da461983cca2 2018-08-12 21:48:05,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6c39afb7-db8c-472c-b64b-c4f43d21d172/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"subnet_id": "83296667-68f2-44be-9e92-8ef0075fe27c"}' 2018-08-12 21:48:07,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-26a229f7-89ba-49d9-ac1a-c6a5eb3ef35e Date: Sun, 12 Aug 2018 21:48:07 GMT RESP BODY: {"network_id": "d311922f-d5e9-4c59-b529-fdced262c033", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "83296667-68f2-44be-9e92-8ef0075fe27c", "subnet_ids": ["83296667-68f2-44be-9e92-8ef0075fe27c"], "port_id": "f23c5de8-63be-40f7-bb84-32659aef9e68", "id": "6c39afb7-db8c-472c-b64b-c4f43d21d172"} 2018-08-12 21:48:07,570 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6c39afb7-db8c-472c-b64b-c4f43d21d172/remove_router_interface used request id req-26a229f7-89ba-49d9-ac1a-c6a5eb3ef35e 2018-08-12 21:48:07,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6c39afb7-db8c-472c-b64b-c4f43d21d172 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdf40f6ccf530845263fdafd4396978f3f8e648" -d '{"router": {"external_gateway_info": {}}}' 2018-08-12 21:48:08,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-37b3ee01-17f5-404d-9d06-6607e6253290 Date: Sun, 12 Aug 2018 21:48:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:47:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:48:08Z", "revision_number": 7, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "6c39afb7-db8c-472c-b64b-c4f43d21d172", "name": "sdnvpn-4-1-router"}} 2018-08-12 21:48:08,976 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6c39afb7-db8c-472c-b64b-c4f43d21d172 used request id req-37b3ee01-17f5-404d-9d06-6607e6253290 2018-08-12 21:48:08,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/83296667-68f2-44be-9e92-8ef0075fe27c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdf40f6ccf530845263fdafd4396978f3f8e648" 2018-08-12 21:48:09,341 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-3f028ef5-8e77-4484-a507-73261d99374d Date: Sun, 12 Aug 2018 21:48:09 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 83296667-68f2-44be-9e92-8ef0075fe27c: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 21:48:09,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/83296667-68f2-44be-9e92-8ef0075fe27c used request id req-3f028ef5-8e77-4484-a507-73261d99374d 2018-08-12 21:48:09,342 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 83296667-68f2-44be-9e92-8ef0075fe27c: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 21:48:09,342 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '83296667-68f2-44be-9e92-8ef0075fe27c')]: Unable to complete operation on subnet 83296667-68f2-44be-9e92-8ef0075fe27c: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-3f028ef5-8e77-4484-a507-73261d99374d'] 2018-08-12 21:48:09,342 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 83296667-68f2-44be-9e92-8ef0075fe27c was not deleted. 2018-08-12 21:48:09,343 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_4: Error while booting instance sdnvpn-4-5 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 108, in main compute_node=av_zone_2) 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-5 2018-08-12 21:48:09,343 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_4 failed 2018-08-12 21:48:09,343 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-12 21:48:09,344 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-12 21:48:09,344 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-12 21:48:09,424 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:48:09,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:48:09,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:48:09,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:48:09,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:48:09,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:48:09,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:48:09,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:48:09,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:48:09,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:48:09,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:48:09,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:48:09,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:48:09,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:48:09,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:48:09,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:48:09,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:48:09,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:48:09,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:48:09,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 21:48:09,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:48:09,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:48:09,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:48:09,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:48:09,433 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 21:48:09,433 - 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-12 21:48:09,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f1834d2-4f88-4a07-92ec-8a3388e1dca3 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-12 21:48:09,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3f1834d2-4f88-4a07-92ec-8a3388e1dca3 2018-08-12 21:48:09,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:48:09,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["ml3J17YrStqicADzjZFiHg"], "issued_at": "2018-08-12T21:48:09.000000Z"}} 2018-08-12 21:48:09,856 - 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}15f6e620153e56c143f2daed6946f85e6b5421d9" 2018-08-12 21:48:10,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-7cc15bce-85dd-4e0d-ab2b-e193b64540c7 Date: Sun, 12 Aug 2018 21:48:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:48:10,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-7cc15bce-85dd-4e0d-ab2b-e193b64540c7 2018-08-12 21:48:10,152 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-12 21:48:10,154 - 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}15f6e620153e56c143f2daed6946f85e6b5421d9" 2018-08-12 21:48:10,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-464a5d92-360a-4c2d-93f5-0cd3fdfef189 Date: Sun, 12 Aug 2018 21:48:10 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-12 21:48:10,842 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-464a5d92-360a-4c2d-93f5-0cd3fdfef189 2018-08-12 21:48:10,882 - 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}15f6e620153e56c143f2daed6946f85e6b5421d9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-12 21:48:11,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/785fef96-945d-4b76-a095-bee7992419ed Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e4e990d3-185b-41c7-860f-a0526f31b75e Date: Sun, 12 Aug 2018 21:48:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:48:11Z", "file": "/v2/images/785fef96-945d-4b76-a095-bee7992419ed/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "785fef96-945d-4b76-a095-bee7992419ed", "size": null, "self": "/v2/images/785fef96-945d-4b76-a095-bee7992419ed", "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-12T21:48:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 21:48:11,178 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e4e990d3-185b-41c7-860f-a0526f31b75e 2018-08-12 21:48:11,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/785fef96-945d-4b76-a095-bee7992419ed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15f6e620153e56c143f2daed6946f85e6b5421d9" -d '' 2018-08-12 21:48:11,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4c6ff22-7fae-46cc-94df-b8936e7d75a7 Date: Sun, 12 Aug 2018 21:48: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-12 21:48:11,941 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/785fef96-945d-4b76-a095-bee7992419ed/file used request id req-e4c6ff22-7fae-46cc-94df-b8936e7d75a7 2018-08-12 21:48:11,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-12 21:48:11,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d32524a-1eed-4ea4-87f7-757b8fffefda 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-12 21:48:11,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3d32524a-1eed-4ea4-87f7-757b8fffefda 2018-08-12 21:48:11,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:48:12,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["JrRy9ltUQAmYMLA64Xx3hg"], "issued_at": "2018-08-12T21:48:12.000000Z"}} 2018-08-12 21:48:12,375 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:12,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9355 X-Openstack-Request-Id: req-17993223-cc3b-414e-a9ba-d67be805ebe5 Date: Sun, 12 Aug 2018 21:48:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["d1a60bd2-f198-4015-a7a1-3f987f9688c0"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:14Z","provider:segmentation_id":30,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["83296667-68f2-44be-9e92-8ef0075fe27c"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:08Z","provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:48:12,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-17993223-cc3b-414e-a9ba-d67be805ebe5 2018-08-12 21:48:12,762 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:13,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3140 X-Openstack-Request-Id: req-dbd79d04-772b-45b6-a52d-84e6ad82001a Date: Sun, 12 Aug 2018 21:48:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:59Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:58Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:08Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:47:08Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"83296667-68f2-44be-9e92-8ef0075fe27c","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:47:14Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-08-12 21:48:13,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-dbd79d04-772b-45b6-a52d-84e6ad82001a 2018-08-12 21:48:13,103 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:13,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-9c7ff259-bfdf-465b-b0a2-c12cadf60f9c Date: Sun, 12 Aug 2018 21:48:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "created_at": "2018-08-12T20:01:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T20:01:34Z", "revision_number": 0, "routes": [], "project_id": "f6791927b5384941a01849fb65558a5f", "id": "6a280362-141b-497c-9ff1-1fd155c9fb65", "name": ""}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:47:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:48:08Z", "revision_number": 7, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "6c39afb7-db8c-472c-b64b-c4f43d21d172", "name": "sdnvpn-4-1-router"}]} 2018-08-12 21:48:13,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-9c7ff259-bfdf-465b-b0a2-c12cadf60f9c 2018-08-12 21:48:13,779 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-12 21:48:13,785 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-08-12 21:48:14,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-a5fa713b-bc52-4f2f-99c8-e3eea71e24bc Date: Sun, 12 Aug 2018 21:48:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:48:14Z","is_default":false,"provider:segmentation_id":79,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:14Z","mtu":1450}} 2018-08-12 21:48:14,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a5fa713b-bc52-4f2f-99c8-e3eea71e24bc 2018-08-12 21:48:14,372 - sdnvpn.lib.openstack_utils - DEBUG - Network '7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7' created successfully 2018-08-12 21:48:14,372 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-12 21:48:14,378 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"subnets": [{"ip_version": 4, "network_id": "7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-08-12 21:48:15,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ef2bccaf-297a-47ad-9365-2dce4eccadd0 Date: Sun, 12 Aug 2018 21:48:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:48:14Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"1197f064-4aba-4e55-a105-2976aabdd48e","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-08-12 21:48:15,489 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ef2bccaf-297a-47ad-9365-2dce4eccadd0 2018-08-12 21:48:15,489 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '1197f064-4aba-4e55-a105-2976aabdd48e' created successfully 2018-08-12 21:48:15,489 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-12 21:48:15,494 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-08-12 21:48:15,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-26d84e08-7862-4541-b041-38096106fcb2 Date: Sun, 12 Aug 2018 21:48:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:48:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:48:15Z", "revision_number": 0, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "36a7b467-7dab-4ee0-9205-63f520241249", "name": "sdnvpn-8-1-router"}} 2018-08-12 21:48:15,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-26d84e08-7862-4541-b041-38096106fcb2 2018-08-12 21:48:15,913 - sdnvpn.lib.openstack_utils - DEBUG - Router '36a7b467-7dab-4ee0-9205-63f520241249' created successfully 2018-08-12 21:48:15,914 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-12 21:48:15,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"subnet_id": "1197f064-4aba-4e55-a105-2976aabdd48e"}' 2018-08-12 21:48:17,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7c48965a-7d37-4313-b274-3214eee5a7a8 Date: Sun, 12 Aug 2018 21:48:17 GMT RESP BODY: {"network_id": "7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "1197f064-4aba-4e55-a105-2976aabdd48e", "subnet_ids": ["1197f064-4aba-4e55-a105-2976aabdd48e"], "port_id": "c7de4697-f406-41e4-adaa-34f9c792be97", "id": "36a7b467-7dab-4ee0-9205-63f520241249"} 2018-08-12 21:48:17,846 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249/add_router_interface used request id req-7c48965a-7d37-4313-b274-3214eee5a7a8 2018-08-12 21:48:17,846 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-12 21:48:17,846 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-12 21:48:17,852 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:18,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10011 X-Openstack-Request-Id: req-e19958fe-961f-4b5c-b358-dbde476485e6 Date: Sun, 12 Aug 2018 21:48:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["d1a60bd2-f198-4015-a7a1-3f987f9688c0"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:14Z","provider:segmentation_id":30,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["1197f064-4aba-4e55-a105-2976aabdd48e"],"description":"","tags":[],"updated_at":"2018-08-12T21:48:14Z","provider:segmentation_id":79,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["83296667-68f2-44be-9e92-8ef0075fe27c"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:08Z","provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:48:18,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e19958fe-961f-4b5c-b358-dbde476485e6 2018-08-12 21:48:18,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}}' 2018-08-12 21:48:20,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-f71271c8-f91c-41ae-af31-f1230243b52e Date: Sun, 12 Aug 2018 21:48:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:48:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:48:19Z", "revision_number": 3, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "36a7b467-7dab-4ee0-9205-63f520241249", "name": "sdnvpn-8-1-router"}} 2018-08-12 21:48:20,048 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249 used request id req-f71271c8-f91c-41ae-af31-f1230243b52e 2018-08-12 21:48:20,048 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-12 21:48:20,054 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:20,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10011 X-Openstack-Request-Id: req-54c5e359-5cbc-42e8-8ea9-c8582db09bfe Date: Sun, 12 Aug 2018 21:48:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["d1a60bd2-f198-4015-a7a1-3f987f9688c0"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:14Z","provider:segmentation_id":30,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["1197f064-4aba-4e55-a105-2976aabdd48e"],"description":"","tags":[],"updated_at":"2018-08-12T21:48:14Z","provider:segmentation_id":79,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["83296667-68f2-44be-9e92-8ef0075fe27c"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:08Z","provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:48:20,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-54c5e359-5cbc-42e8-8ea9-c8582db09bfe 2018-08-12 21:48:20,168 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:20,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3769 X-Openstack-Request-Id: req-2560f315-66a5-4e30-9375-0c38601c15e8 Date: Sun, 12 Aug 2018 21:48:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:48:14Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"1197f064-4aba-4e55-a105-2976aabdd48e","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:59Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:58Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:08Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:47:08Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"83296667-68f2-44be-9e92-8ef0075fe27c","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:47:14Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-08-12 21:48:20,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2560f315-66a5-4e30-9375-0c38601c15e8 2018-08-12 21:48:20,528 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:20,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-3db1e1c5-77a3-4c7f-b108-396fcc7772fe Date: Sun, 12 Aug 2018 21:48:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:48:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:48:19Z", "revision_number": 3, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "36a7b467-7dab-4ee0-9205-63f520241249", "name": "sdnvpn-8-1-router"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "created_at": "2018-08-12T20:01:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T20:01:34Z", "revision_number": 0, "routes": [], "project_id": "f6791927b5384941a01849fb65558a5f", "id": "6a280362-141b-497c-9ff1-1fd155c9fb65", "name": ""}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:47:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:48:08Z", "revision_number": 7, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "6c39afb7-db8c-472c-b64b-c4f43d21d172", "name": "sdnvpn-4-1-router"}]} 2018-08-12 21:48:20,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-3db1e1c5-77a3-4c7f-b108-396fcc7772fe 2018-08-12 21:48:20,833 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-12 21:48:20,842 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-08-12 21:48:21,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-be90103f-c5cd-4ba6-89c0-82ffe4d34cd4 Date: Sun, 12 Aug 2018 21:48: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":"7711309b-c44b-4406-bb05-3ead12491d3a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:48:21Z","is_default":false,"provider:segmentation_id":48,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:21Z","mtu":1450}} 2018-08-12 21:48:21,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-be90103f-c5cd-4ba6-89c0-82ffe4d34cd4 2018-08-12 21:48:21,366 - sdnvpn.lib.openstack_utils - DEBUG - Network '7711309b-c44b-4406-bb05-3ead12491d3a' created successfully 2018-08-12 21:48:21,366 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-12 21:48:21,371 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"subnets": [{"ip_version": 4, "network_id": "7711309b-c44b-4406-bb05-3ead12491d3a", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-08-12 21:48:22,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-205842d0-cf21-4df0-939b-88d72b92bbc2 Date: Sun, 12 Aug 2018 21:48:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7711309b-c44b-4406-bb05-3ead12491d3a","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:21Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:48:21Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"c57bd382-22e6-4e08-ba4f-d21779ba13ff","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-08-12 21:48:22,030 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-205842d0-cf21-4df0-939b-88d72b92bbc2 2018-08-12 21:48:22,031 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'c57bd382-22e6-4e08-ba4f-d21779ba13ff' created successfully 2018-08-12 21:48:22,031 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-12 21:48:22,031 - sdnvpn.lib.openstack_utils - DEBUG - Router '36a7b467-7dab-4ee0-9205-63f520241249' created successfully 2018-08-12 21:48:22,031 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-12 21:48:22,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"subnet_id": "c57bd382-22e6-4e08-ba4f-d21779ba13ff"}' 2018-08-12 21:48:24,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-88f9e3a0-d06f-47ad-9830-5765e4fa76fe Date: Sun, 12 Aug 2018 21:48:24 GMT RESP BODY: {"network_id": "7711309b-c44b-4406-bb05-3ead12491d3a", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "c57bd382-22e6-4e08-ba4f-d21779ba13ff", "subnet_ids": ["c57bd382-22e6-4e08-ba4f-d21779ba13ff"], "port_id": "522930d2-679f-4f71-9132-ca29c7b68cd1", "id": "36a7b467-7dab-4ee0-9205-63f520241249"} 2018-08-12 21:48:24,205 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249/add_router_interface used request id req-88f9e3a0-d06f-47ad-9830-5765e4fa76fe 2018-08-12 21:48:24,205 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-12 21:48:24,205 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-12 21:48:24,210 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:24,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10667 X-Openstack-Request-Id: req-864e7ea5-080e-466b-b6ed-86519a520cd5 Date: Sun, 12 Aug 2018 21:48:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["d1a60bd2-f198-4015-a7a1-3f987f9688c0"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:14Z","provider:segmentation_id":30,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7711309b-c44b-4406-bb05-3ead12491d3a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["c57bd382-22e6-4e08-ba4f-d21779ba13ff"],"description":"","tags":[],"updated_at":"2018-08-12T21:48:21Z","provider:segmentation_id":48,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["1197f064-4aba-4e55-a105-2976aabdd48e"],"description":"","tags":[],"updated_at":"2018-08-12T21:48:14Z","provider:segmentation_id":79,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["83296667-68f2-44be-9e92-8ef0075fe27c"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:08Z","provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:48:24,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-864e7ea5-080e-466b-b6ed-86519a520cd5 2018-08-12 21:48:24,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}}' 2018-08-12 21:48:25,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-82e6f3a0-d839-4604-a112-24aab9f62c72 Date: Sun, 12 Aug 2018 21:48:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:48:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:48:25Z", "revision_number": 5, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "36a7b467-7dab-4ee0-9205-63f520241249", "name": "sdnvpn-8-1-router"}} 2018-08-12 21:48:25,816 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249 used request id req-82e6f3a0-d839-4604-a112-24aab9f62c72 2018-08-12 21:48:25,816 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-12 21:48:25,821 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:25,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 45986 X-Openstack-Request-Id: req-fee8f61d-6b48-4dab-bcd0-242e2c7e6181 Date: Sun, 12 Aug 2018 21:48:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "updated_at": "2018-08-12T21:43:02Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "42658bce-2516-4e66-8584-54e7affe8183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "770cd525-8255-4153-9277-df46f1f02d45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "c85c7abd-a2ce-430e-8546-98f6c460139c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 4, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "31db2795-d336-4133-8c12-0b93ded5afd5", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 21:48:25,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-fee8f61d-6b48-4dab-bcd0-242e2c7e6181 2018-08-12 21:48:25,915 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-12 21:48:25,921 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:26,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 38598 X-Openstack-Request-Id: req-2dcc07c2-b17e-456f-92d3-4a8818be96ee Date: Sun, 12 Aug 2018 21:48:26 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-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "port_range_min": null, "revision_number": 0, "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "109eadc4-ba11-471b-9e80-1be3866eecf3"}, {"remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "port_range_min": null, "revision_number": 0, "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "195a6633-812f-41d8-9556-a5cbb14a35ec"}, {"remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:59Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "port_range_min": null, "revision_number": 0, "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "1b870769-2159-47df-bbc8-94e09a83a46f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:13Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f"}, {"remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "2a894503-f8ea-4f40-b455-277212d796d1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "port_range_min": null, "revision_number": 0, "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "3173421b-242f-4e3f-a459-3c6b849671c7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "project_id": "", "id": "31bc786e-e9da-444e-aa26-80d54c1fc573"}, {"remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "port_range_min": null, "revision_number": 0, "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "36a32360-2639-4d65-987d-f011a8ec4de9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "port_range_min": null, "revision_number": 0, "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "39c5f28c-82c0-44cd-9426-e6084cef8323"}, {"remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:13Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:02Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "42658bce-2516-4e66-8584-54e7affe8183"}, {"remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "project_id": "", "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538"}, {"remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "port_range_min": null, "revision_number": 0, "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "479822ad-3aab-493d-9d62-17025fbfb2c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "port_range_min": null, "revision_number": 0, "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "port_range_min": null, "revision_number": 0, "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "project_id": "447325cd398747af88596488bf4005ea", "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa"}, {"remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:59Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0"}, {"remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "port_range_min": null, "revision_number": 0, "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781"}, {"remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "port_range_min": null, "revision_number": 0, "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:59Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "57157f47-b59e-4362-9711-b7183942d5c6"}, {"remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "port_range_min": null, "revision_number": 0, "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "580bb405-87c0-48f1-95bc-e44718fbc543"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8"}, {"remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "port_range_min": null, "revision_number": 0, "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "5de3e552-9571-415c-8928-6ac36328ee34"}, {"remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "port_range_min": null, "revision_number": 0, "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc"}, {"remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "6280d8d0-289c-4304-affb-e461a6ab84d1"}, {"remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "port_range_min": null, "revision_number": 0, "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f"}, {"remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46"}, {"remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "port_range_min": null, "revision_number": 0, "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "port_range_min": null, "revision_number": 0, "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881"}, {"remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "port_range_min": null, "revision_number": 0, "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "6f579769-887b-45bb-987c-ff6c47ef0f86"}, {"remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "port_range_min": null, "revision_number": 0, "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:02Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "770cd525-8255-4153-9277-df46f1f02d45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "port_range_min": null, "revision_number": 0, "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd"}, {"remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:59Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "port_range_min": null, "revision_number": 0, "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "96b81b96-b732-4bfa-8a62-da8073936d0f"}, {"remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "port_range_min": null, "revision_number": 0, "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "port_range_min": null, "revision_number": 0, "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "9b10987a-24ed-4f8f-8964-dff64710cec9"}, {"remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "port_range_min": null, "revision_number": 0, "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6"}, {"remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "port_range_min": null, "revision_number": 0, "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f"}, {"remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:13Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a29fc251-a268-4812-808d-0168de9e2f0e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "port_range_min": null, "revision_number": 0, "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "ab088617-047d-4cb9-82a5-e79cb25dc499"}, {"remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "port_range_min": null, "revision_number": 0, "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c"}, {"remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "port_range_min": null, "revision_number": 0, "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "project_id": "447325cd398747af88596488bf4005ea", "id": "acde0222-c257-4fdd-8986-85e5753545eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "port_range_min": null, "revision_number": 0, "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "ae824833-14c7-4e71-b92e-9fd16998d815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "afd0407a-7e16-49e0-9c50-1904b4d51460"}, {"remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "port_range_min": null, "revision_number": 0, "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "port_range_min": null, "revision_number": 0, "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4"}, {"remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "port_range_min": null, "revision_number": 0, "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c"}, {"remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "port_range_min": null, "revision_number": 0, "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "c85c7abd-a2ce-430e-8546-98f6c460139c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "port_range_min": null, "revision_number": 0, "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "c909d3d5-3867-4994-a08c-d6132b6ca593"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:13Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2"}, {"remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "port_range_min": null, "revision_number": 0, "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e"}, {"remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "port_range_min": null, "revision_number": 0, "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "de424044-410a-4af5-94b9-5001603c6f5e"}, {"remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "port_range_min": null, "revision_number": 0, "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "project_id": "447325cd398747af88596488bf4005ea", "id": "e039f58e-e099-4489-ae2d-43a252ddb662"}, {"remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "project_id": "", "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1"}, {"remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "e6b27063-48fb-496b-ac39-33835c6f4e56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "project_id": "", "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9"}, {"remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "port_range_min": null, "revision_number": 0, "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "f748f803-96c4-42bd-a10c-5a6ee883e275"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "port_range_min": null, "revision_number": 0, "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4"}, {"remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "port_range_min": null, "revision_number": 0, "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "project_id": "447325cd398747af88596488bf4005ea", "id": "ff342c70-d574-4e12-bce3-37151b4e35cc"}]} 2018-08-12 21:48:26,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-2dcc07c2-b17e-456f-92d3-4a8818be96ee 2018-08-12 21:48:26,241 - sdnvpn_test_utils - INFO - This rule exists for security group: 31db2795-d336-4133-8c12-0b93ded5afd5 2018-08-12 21:48:26,245 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:48:26,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 38598 X-Openstack-Request-Id: req-b555ed5e-4f6a-4b7c-a3a5-efceacc33bdc Date: Sun, 12 Aug 2018 21:48:26 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-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "port_range_min": null, "revision_number": 0, "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "109eadc4-ba11-471b-9e80-1be3866eecf3"}, {"remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "port_range_min": null, "revision_number": 0, "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "195a6633-812f-41d8-9556-a5cbb14a35ec"}, {"remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:59Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "port_range_min": null, "revision_number": 0, "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "1b870769-2159-47df-bbc8-94e09a83a46f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:13Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f"}, {"remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "2a894503-f8ea-4f40-b455-277212d796d1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "port_range_min": null, "revision_number": 0, "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "3173421b-242f-4e3f-a459-3c6b849671c7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "project_id": "", "id": "31bc786e-e9da-444e-aa26-80d54c1fc573"}, {"remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "port_range_min": null, "revision_number": 0, "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "36a32360-2639-4d65-987d-f011a8ec4de9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "port_range_min": null, "revision_number": 0, "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "39c5f28c-82c0-44cd-9426-e6084cef8323"}, {"remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:13Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:02Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "42658bce-2516-4e66-8584-54e7affe8183"}, {"remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "project_id": "", "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538"}, {"remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "port_range_min": null, "revision_number": 0, "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "479822ad-3aab-493d-9d62-17025fbfb2c4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "port_range_min": null, "revision_number": 0, "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "port_range_min": null, "revision_number": 0, "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "project_id": "447325cd398747af88596488bf4005ea", "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa"}, {"remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:59Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0"}, {"remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "port_range_min": null, "revision_number": 0, "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781"}, {"remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "port_range_min": null, "revision_number": 0, "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:59Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "57157f47-b59e-4362-9711-b7183942d5c6"}, {"remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "port_range_min": null, "revision_number": 0, "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "580bb405-87c0-48f1-95bc-e44718fbc543"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8"}, {"remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "port_range_min": null, "revision_number": 0, "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "5de3e552-9571-415c-8928-6ac36328ee34"}, {"remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "port_range_min": null, "revision_number": 0, "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc"}, {"remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "6280d8d0-289c-4304-affb-e461a6ab84d1"}, {"remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "port_range_min": null, "revision_number": 0, "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f"}, {"remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46"}, {"remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "port_range_min": null, "revision_number": 0, "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "port_range_min": null, "revision_number": 0, "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881"}, {"remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "port_range_min": null, "revision_number": 0, "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "6f579769-887b-45bb-987c-ff6c47ef0f86"}, {"remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "port_range_min": null, "revision_number": 0, "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:02Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "770cd525-8255-4153-9277-df46f1f02d45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "port_range_min": null, "revision_number": 0, "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd"}, {"remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "port_range_min": null, "revision_number": 0, "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:59Z", "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "port_range_min": null, "revision_number": 0, "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "96b81b96-b732-4bfa-8a62-da8073936d0f"}, {"remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "port_range_min": null, "revision_number": 0, "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "port_range_min": null, "revision_number": 0, "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "port_range_min": null, "revision_number": 0, "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "9b10987a-24ed-4f8f-8964-dff64710cec9"}, {"remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "port_range_min": null, "revision_number": 0, "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6"}, {"remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "port_range_min": null, "revision_number": 0, "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f"}, {"remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:13Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "a29fc251-a268-4812-808d-0168de9e2f0e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "port_range_min": null, "revision_number": 0, "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "ab088617-047d-4cb9-82a5-e79cb25dc499"}, {"remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "port_range_min": null, "revision_number": 0, "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c"}, {"remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "port_range_min": null, "revision_number": 0, "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "project_id": "447325cd398747af88596488bf4005ea", "id": "acde0222-c257-4fdd-8986-85e5753545eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "port_range_min": null, "revision_number": 0, "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "ae824833-14c7-4e71-b92e-9fd16998d815"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "port_range_min": null, "revision_number": 0, "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "afd0407a-7e16-49e0-9c50-1904b4d51460"}, {"remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "port_range_min": null, "revision_number": 0, "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "port_range_min": null, "revision_number": 0, "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4"}, {"remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "port_range_min": null, "revision_number": 0, "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c"}, {"remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "port_range_min": null, "revision_number": 0, "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "c85c7abd-a2ce-430e-8546-98f6c460139c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "port_range_min": null, "revision_number": 0, "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "c909d3d5-3867-4994-a08c-d6132b6ca593"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "port_range_min": null, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:13Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2"}, {"remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "port_range_min": null, "revision_number": 0, "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e"}, {"remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "port_range_min": null, "revision_number": 0, "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "port_range_min": null, "revision_number": 0, "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "de424044-410a-4af5-94b9-5001603c6f5e"}, {"remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "port_range_min": null, "revision_number": 0, "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "project_id": "447325cd398747af88596488bf4005ea", "id": "e039f58e-e099-4489-ae2d-43a252ddb662"}, {"remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "project_id": "", "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1"}, {"remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "port_range_min": null, "revision_number": 0, "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "project_id": "97115b4656d945f580f9702d6cec4966", "id": "e6b27063-48fb-496b-ac39-33835c6f4e56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "project_id": "", "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9"}, {"remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "port_range_min": null, "revision_number": 0, "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "f748f803-96c4-42bd-a10c-5a6ee883e275"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "port_range_min": null, "revision_number": 0, "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "port_range_min": null, "revision_number": 0, "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4"}, {"remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "port_range_min": null, "revision_number": 0, "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "project_id": "447325cd398747af88596488bf4005ea", "id": "ff342c70-d574-4e12-bce3-37151b4e35cc"}]} 2018-08-12 21:48:26,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-b555ed5e-4f6a-4b7c-a3a5-efceacc33bdc 2018-08-12 21:48:26,602 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-12 21:48:26,607 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:48:27,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9af37456-63be-4e5b-81c9-76b82e1a8255 Date: Sun, 12 Aug 2018 21:48: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": 80, "updated_at": "2018-08-12T21:48:27Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "port_range_min": 80, "revision_number": 0, "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:48:27Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "97e724af-05e0-4b05-8abb-02eb9d7eba48"}} 2018-08-12 21:48:27,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-9af37456-63be-4e5b-81c9-76b82e1a8255 2018-08-12 21:48:27,484 - 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-12 21:48:27,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2357395-2fcf-4a9b-b827-af69c52deba5 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-12 21:48:27,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c2357395-2fcf-4a9b-b827-af69c52deba5 2018-08-12 21:48:27,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:48:27,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:48:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["gfIFu5VZS72fDLa2jbp-fg"], "issued_at": "2018-08-12T21:48:27.000000Z"}} 2018-08-12 21:48:27,890 - 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}33551de34624f98cc8e26b786fd42eaeecbcabb7" 2018-08-12 21:48:28,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-c421745f-da63-4cf7-a2bf-3a216455429d x-compute-request-id: req-c421745f-da63-4cf7-a2bf-3a216455429d Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "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.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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 3, "hypervisor_type": "QEMU", "local_gb_used": 3, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5632, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "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": 3, "free_disk_gb": 244, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 26870, "id": 5}]} 2018-08-12 21:48:28,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-c421745f-da63-4cf7-a2bf-3a216455429d 2018-08-12 21:48:28,204 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-12 21:48:28,204 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-08-12 21:48:28,204 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=785fef96-945d-4b76-a095-bee7992419ed network=7711309b-c44b-4406-bb05-3ead12491d3a secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:48:28,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:48:28,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:48:28,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:48:28,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:48:28,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:48:28,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:48:28,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:48:28,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:48:28,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:48:28,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:48:28,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:48:28,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:48:28,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:48:28,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:48:28,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:48:28,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:48:28,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:48:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:48:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:48:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:48:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:48:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:48:28,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:48:28,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:48:28,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:48:28,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:48:28,215 - 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-12 21:48:28,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb844c7-c822-4c1a-b2bd-e86b5d075a44 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-12 21:48:28,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2cb844c7-c822-4c1a-b2bd-e86b5d075a44 2018-08-12 21:48:28,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:48:28,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:48:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["5_jnTraCQOGk_ptJpesYFQ"], "issued_at": "2018-08-12T21:48:28.000000Z"}} 2018-08-12 21:48:28,657 - 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}e9ef62decc291a5b5fe7c182f4b5ddb7b0f4237f" 2018-08-12 21:48:28,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-af1186d0-4933-4605-85a6-88b7c87d722d x-compute-request-id: req-af1186d0-4933-4605-85a6-88b7c87d722d Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:48:28,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-af1186d0-4933-4605-85a6-88b7c87d722d 2018-08-12 21:48:28,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9ef62decc291a5b5fe7c182f4b5ddb7b0f4237f" 2018-08-12 21:48:28,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-3834afbb-08fe-4f4f-83ac-d3587af3950f x-compute-request-id: req-3834afbb-08fe-4f4f-83ac-d3587af3950f 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:48:28,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-3834afbb-08fe-4f4f-83ac-d3587af3950f 2018-08-12 21:48:28,963 - 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}e9ef62decc291a5b5fe7c182f4b5ddb7b0f4237f" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "785fef96-945d-4b76-a095-bee7992419ed", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7711309b-c44b-4406-bb05-3ead12491d3a"}]}}' 2018-08-12 21:48:31,902 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:48: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-a75e5348-6d7b-44dd-8be8-4f4483502bd9 x-compute-request-id: req-a75e5348-6d7b-44dd-8be8-4f4483502bd9 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "af8b6240-2661-49bf-9363-b0e3ca9ead31", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "bookmark"}], "adminPass": "Wntjd4vXirSn"}} 2018-08-12 21:48:31,903 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a75e5348-6d7b-44dd-8be8-4f4483502bd9 2018-08-12 21:48:31,904 - 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-12 21:48:31,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c9f85d-0ce4-4901-9b67-a2e97a534b31 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-12 21:48:31,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-43c9f85d-0ce4-4901-9b67-a2e97a534b31 2018-08-12 21:48:31,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:48:32,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:48:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["UdqaaDjeRyu52H0uXbBiPw"], "issued_at": "2018-08-12T21:48:32.000000Z"}} 2018-08-12 21:48:32,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f552f51582bd7add16bd71b5678165b32b258947" 2018-08-12 21:48:33,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-0af6ff3a-dc30-460f-9419-1902461e9db2 x-compute-request-id: req-0af6ff3a-dc30-460f-9419-1902461e9db2 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/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "af8b6240-2661-49bf-9363-b0e3ca9ead31", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:48:32Z", "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-12T21:48:31Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:48:33,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 used request id req-0af6ff3a-dc30-460f-9419-1902461e9db2 2018-08-12 21:48:36,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f552f51582bd7add16bd71b5678165b32b258947" 2018-08-12 21:48:37,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-5a3160e8-0561-4e09-b97b-2b96d4c9341d x-compute-request-id: req-5a3160e8-0561-4e09-b97b-2b96d4c9341d 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/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "af8b6240-2661-49bf-9363-b0e3ca9ead31", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:48:34Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:48:31Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:48:37,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 used request id req-5a3160e8-0561-4e09-b97b-2b96d4c9341d 2018-08-12 21:48:40,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f552f51582bd7add16bd71b5678165b32b258947" 2018-08-12 21:48:41,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-ccae9f7b-2c0b-4a62-bbaa-8abe7a9ed6e6 x-compute-request-id: req-ccae9f7b-2c0b-4a62-bbaa-8abe7a9ed6e6 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:27:8f:97", "version": 4, "addr": "10.10.20.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": "2018-08-12T21:48:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "af8b6240-2661-49bf-9363-b0e3ca9ead31", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:48:40Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:48:31Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:48:41,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 used request id req-ccae9f7b-2c0b-4a62-bbaa-8abe7a9ed6e6 2018-08-12 21:48:41,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9ef62decc291a5b5fe7c182f4b5ddb7b0f4237f" 2018-08-12 21:48:42,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-31d05415-bce2-40d4-8430-b6df2593f8bd x-compute-request-id: req-31d05415-bce2-40d4-8430-b6df2593f8bd 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:27:8f:97", "version": 4, "addr": "10.10.20.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": "2018-08-12T21:48:40.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "af8b6240-2661-49bf-9363-b0e3ca9ead31", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:48:40Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:48:31Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:48:42,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31 used request id req-31d05415-bce2-40d4-8430-b6df2593f8bd 2018-08-12 21:48:42,555 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.12'. 2018-08-12 21:48:42,555 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-08-12 21:48:42,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33551de34624f98cc8e26b786fd42eaeecbcabb7" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:48:44,572 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:48: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-63d40eda-bf97-4698-aaac-323303a0df22 x-compute-request-id: req-63d40eda-bf97-4698-aaac-323303a0df22 Content-Length: 0 Content-Type: application/json 2018-08-12 21:48:44,572 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31/action used request id req-63d40eda-bf97-4698-aaac-323303a0df22 2018-08-12 21:48:44,573 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-08-12 21:48:44,573 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=785fef96-945d-4b76-a095-bee7992419ed network=7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.12 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-12 21:48:44,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:48:44,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:48:44,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:48:44,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:48:44,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:48:44,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:48:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:48:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:48:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:48:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:48:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:48:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:48:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:48:44,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:48:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:48:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:48:44,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:48:44,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:48:44,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:48:44,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:48:44,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:48:44,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:48:44,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:48:44,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:48:44,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:48:44,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:48:44,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:48:44,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:48:44,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:48:44,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:48:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:48:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:48:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:48:44,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:48:44,584 - 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-12 21:48:44,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65eb5bba-19a0-4256-bf0b-95d45a404d2d 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-12 21:48:44,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-65eb5bba-19a0-4256-bf0b-95d45a404d2d 2018-08-12 21:48:44,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:48:44,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:48:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["YWw3QOKbQFOhPHsAYZEO2Q"], "issued_at": "2018-08-12T21:48:44.000000Z"}} 2018-08-12 21:48:44,997 - 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}308bf08bb8f5d935aa01a0d7613df916ddb10e38" 2018-08-12 21:48:45,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-94d0ac8b-5388-4bb2-b57d-b317e5fc000b x-compute-request-id: req-94d0ac8b-5388-4bb2-b57d-b317e5fc000b Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:48:45,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-94d0ac8b-5388-4bb2-b57d-b317e5fc000b 2018-08-12 21:48:45,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308bf08bb8f5d935aa01a0d7613df916ddb10e38" 2018-08-12 21:48:45,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-d38d6ec1-bc90-4673-9158-a884b3ee8198 x-compute-request-id: req-d38d6ec1-bc90-4673-9158-a884b3ee8198 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:48:45,290 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-d38d6ec1-bc90-4673-9158-a884b3ee8198 2018-08-12 21:48:45,293 - 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}308bf08bb8f5d935aa01a0d7613df916ddb10e38" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "785fef96-945d-4b76-a095-bee7992419ed", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7"}], "config_drive": true}}' 2018-08-12 21:48:48,740 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:48: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-6f06bab5-b39b-4e6a-8bf5-be9711c567e9 x-compute-request-id: req-6f06bab5-b39b-4e6a-8bf5-be9711c567e9 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a78c2046-fc0c-43be-ab25-88ae43128fc6", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "bookmark"}], "adminPass": "3etiTQiAa3dc"}} 2018-08-12 21:48:48,740 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6f06bab5-b39b-4e6a-8bf5-be9711c567e9 2018-08-12 21:48:48,742 - 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-12 21:48:48,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b6115a-d708-4842-9e08-4a479bb37f29 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-12 21:48:48,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-05b6115a-d708-4842-9e08-4a479bb37f29 2018-08-12 21:48:48,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:48:49,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:48:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["sBP2uDnFQJ2VpvAbDuazHA"], "issued_at": "2018-08-12T21:48:49.000000Z"}} 2018-08-12 21:48:49,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2114027148ae4c3a3a85152db98bb7673beb7513" 2018-08-12 21:48:50,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-e303eea1-e58c-4e13-869a-c02ee9acbe75 x-compute-request-id: req-e303eea1-e58c-4e13-869a-c02ee9acbe75 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/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a78c2046-fc0c-43be-ab25-88ae43128fc6", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:48: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-8-1", "created": "2018-08-12T21:48:48Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:48:50,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 used request id req-e303eea1-e58c-4e13-869a-c02ee9acbe75 2018-08-12 21:48:53,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2114027148ae4c3a3a85152db98bb7673beb7513" 2018-08-12 21:48:53,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-68ff1651-9eb2-4b15-a90d-d9f46c45c0af x-compute-request-id: req-68ff1651-9eb2-4b15-a90d-d9f46c45c0af Content-Encoding: gzip Content-Length: 715 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/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a78c2046-fc0c-43be-ab25-88ae43128fc6", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:48:51Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-1", "created": "2018-08-12T21:48:48Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:48:53,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 used request id req-68ff1651-9eb2-4b15-a90d-d9f46c45c0af 2018-08-12 21:48:56,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2114027148ae4c3a3a85152db98bb7673beb7513" 2018-08-12 21:48:57,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:48: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-f32792af-980e-431d-898e-1bdae8c13772 x-compute-request-id: req-f32792af-980e-431d-898e-1bdae8c13772 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:48:63", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a78c2046-fc0c-43be-ab25-88ae43128fc6", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:48:51Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-1", "created": "2018-08-12T21:48:48Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:48:57,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 used request id req-f32792af-980e-431d-898e-1bdae8c13772 2018-08-12 21:49:00,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2114027148ae4c3a3a85152db98bb7673beb7513" 2018-08-12 21:49:02,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:49: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-765b9904-c136-42c9-ad0a-67a9d49e89da x-compute-request-id: req-765b9904-c136-42c9-ad0a-67a9d49e89da Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:48:63", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2018-08-12T21:48:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a78c2046-fc0c-43be-ab25-88ae43128fc6", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:48:57Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-1", "created": "2018-08-12T21:48:48Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:49:02,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 used request id req-765b9904-c136-42c9-ad0a-67a9d49e89da 2018-08-12 21:49:02,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308bf08bb8f5d935aa01a0d7613df916ddb10e38" 2018-08-12 21:49:03,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:49: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-923fe35f-824b-449b-9aac-6f090558639c x-compute-request-id: req-923fe35f-824b-449b-9aac-6f090558639c Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:48:63", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6", "rel": "bookmark"}], "image": {"id": "785fef96-945d-4b76-a095-bee7992419ed", "links": [{"href": "http://172.30.9.23:8774/images/785fef96-945d-4b76-a095-bee7992419ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2018-08-12T21:48:57.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "a78c2046-fc0c-43be-ab25-88ae43128fc6", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:48:57Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-1", "created": "2018-08-12T21:48:48Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:49:03,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6 used request id req-923fe35f-824b-449b-9aac-6f090558639c 2018-08-12 21:49:03,441 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.11'. 2018-08-12 21:49:03,441 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-08-12 21:49:03,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33551de34624f98cc8e26b786fd42eaeecbcabb7" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:49:05,413 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:49: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-24cf69f3-e9b9-456b-be9e-21e8b9932c7d x-compute-request-id: req-24cf69f3-e9b9-456b-be9e-21e8b9932c7d Content-Length: 0 Content-Type: application/json 2018-08-12 21:49:05,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action used request id req-24cf69f3-e9b9-456b-be9e-21e8b9932c7d 2018-08-12 21:49:05,414 - sdnvpn_test_utils - INFO - Waiting for instance af8b6240-2661-49bf-9363-b0e3ca9ead31 to boot up 2018-08-12 21:49:05,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9ef62decc291a5b5fe7c182f4b5ddb7b0f4237f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:49:05,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:49: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-4085eec6-7832-4fd3-88cd-132bc6eb9e9b x-compute-request-id: req-4085eec6-7832-4fd3-88cd-132bc6eb9e9b Content-Encoding: gzip Content-Length: 9573 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 466764671 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.150239] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152002] pid_max: default: 32768 minimum: 301\n[ 0.152954] ACPI: Core revision 20150930\n[ 0.154399] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155809] Security Framework initialized\n[ 0.156682] Yama: becoming mindful.\n[ 0.157473] AppArmor: AppArmor initialized\n[ 0.158388] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159814] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161200] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162490] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163995] Initializing cgroup subsys io\n[ 0.164868] Initializing cgroup subsys memory\n[ 0.165806] Initializing cgroup subsys devices\n[ 0.166745] Initializing cgroup subsys freezer\n[ 0.167678] Initializing cgroup subsys net_cls\n[ 0.168604] Initializing cgroup subsys perf_event\n[ 0.169593] Initializing cgroup subsys net_prio\n[ 0.170542] Initializing cgroup subsys hugetlb\n[ 0.171468] Initializing cgroup subsys pids\n[ 0.172395] CPU: Physical Processor ID: 0\n[ 0.173975] mce: CPU supports 10 MCE banks\n[ 0.174887] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175960] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192761] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199291] ftrace: allocating 31920 entries in 125 pages\n[ 0.225537] smpboot: Max logical packages: 1\n[ 0.226463] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227896] x2apic enabled\n[ 0.228744] Switched APIC routing to physical x2apic.\n[ 0.230563] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231766] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233879] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235803] KVM setup paravirtual spinlock\n[ 0.237162] x86: Booted up 1 node, 1 CPUs\n[ 0.238014] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239495] devtmpfs: initialized\n[ 0.241255] evm: security.selinux\n[ 0.241997] evm: security.SMACK64\n[ 0.242736] evm: security.SMACK64EXEC\n[ 0.243528] evm: security.SMACK64TRANSMUTE\n[ 0.244392] evm: security.SMACK64MMAP\n[ 0.245185] evm: security.ima\n[ 0.245860] evm: security.capability\n[ 0.246724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248709] pinctrl core: initialized pinctrl subsystem\n[ 0.249874] RTC time: 21:48:40, date: 08/12/18\n[ 0.250902] NET: Registered protocol family 16\n[ 0.251954] cpuidle: using governor ladder\n[ 0.252837] cpuidle: using governor menu\n[ 0.253680] PCCT header not found.\n[ 0.254482] ACPI: bus type PCI registered\n[ 0.255333] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256659] PCI: Using configuration type 1 for base access\n[ 0.258513] ACPI: Added _OSI(Module Device)\n[ 0.259414] ACPI: Added _OSI(Processor Device)\n[ 0.260327] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261283] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263132] ACPI: Interpreter enabled\n[ 0.263941] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267874] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269837] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271799] ACPI: (supports S0 S5)\n[ 0.272556] ACPI: Using IOAPIC for interrupt routing\n[ 0.273564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276804] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278023] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279356] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280664] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283029] acpiphp: Slot [3] registered\n[ 0.283888] acpiphp: Slot [4] registered\n[ 0.284749] acpiphp: Slot [5] registered\n[ 0.285602] acpiphp: Slot [6] registered\n[ 0.286453] acpiphp: Slot [7] registered\n[ 0.287315] acpiphp: Slot [8] registered\n[ 0.288172] acpiphp: Slot [9] registered\n[ 0.289022] acpiphp: Slot [10] registered\n[ 0.289888] acpiphp: Slot [11] registered\n[ 0.290754] acpiphp: Slot [12] registered\n[ 0.291630] acpiphp: Slot [13] registered\n[ 0.292495] acpiphp: Slot [14] registered\n[ 0.293365] acpiphp: Slot [15] registered\n[ 0.304329] acpiphp: Slot [16] registered\n[ 0.305202] acpiphp: Slot [17] registered\n[ 0.306069] acpiphp: Slot [18] registered\n[ 0.306930] acpiphp: Slot [19] registered\n[ 0.307804] acpiphp: Slot [20] registered\n[ 0.308674] acpiphp: Slot [21] registered\n[ 0.309541] acpiphp: Slot [22] registered\n[ 0.310407] acpiphp: Slot [23] registered\n[ 0.311271] acpiphp: Slot [24] registered\n[ 0.312136] acpiphp: Slot [25] registered\n[ 0.312999] acpiphp: Slot [26] registered\n[ 0.313921] acpiphp: Slot [27] registered\n[ 0.314796] acpiphp: Slot [28] registered\n[ 0.315665] acpiphp: Slot [29] registered\n[ 0.316528] acpiphp: Slot [30] registered\n[ 0.317402] acpiphp: Slot [31] registered\n[ 0.318267] PCI host bridge to bus 0000:00\n[ 0.319133] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.320431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.321737] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323285] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.324832] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.326411] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.329920] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331304] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332566] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333923] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.337613] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361523] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363048] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364547] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368759] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369885] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.371534] vgaarb: loaded\n[ 0.372174] vgaarb: bridge control possible 0000:00:02.0\n[ 0.373476] SCSI subsystem initialized\n[ 0.374448] ACPI: bus type USB registered\n[ 0.375331] usbcore: registered new interface driver usbfs\n[ 0.376437] usbcore: registered new interface driver hub\n[ 0.377515] usbcore: registered new device driver usb\n[ 0.378711] PCI: Using ACPI for IRQ routing\n[ 0.379898] NetLabel: Initializing\n[ 0.380673] NetLabel: domain hash size = 128\n[ 0.381582] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382610] NetLabel: unlabeled traffic allowed by default\n[ 0.383845] clocksource: Switched to clocksource kvm-clock\n[ 0.392399] AppArmor: AppArmor Filesystem Enabled\n[ 0.393428] pnp: PnP ACPI init\n[ 0.394420] pnp: PnP ACPI: found 5 devices\n[ 0.400974] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402814] NET: Registered protocol family 2\n[ 0.403936] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405333] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406624] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407924] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409093] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410348] NET: Registered protocol family 1\n[ 0.411288] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412469] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413627] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427748] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441965] Trying to unpack rootfs image as initramfs...\n[ 0.499396] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501192] Scanning for low memory corruption every 60 seconds\n[ 0.502643] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503904] audit: initializing netlink subsys (disabled)\n[ 0.505004] audit: type=2000 audit(1534110520.906:1): initialized\n[ 0.506432] Initialise system trusted keyring\n[ 0.507469] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508726] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510954] zbud: loaded\n[ 0.511737] VFS: Disk quotas dquot_6.6.0\n[ 0.512632] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514346] fuse init (API version 7.23)\n[ 0.515308] Key type big_key registered\n[ 0.516185] Allocating IMA MOK and blacklist keyrings.\n[ 0.517494] Key type asymmetric registered\n[ 0.518388] Asymmetric key parser 'x509' registered\n[ 0.519412] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521011] io scheduler noop registered\n[ 0.521861] io scheduler deadline registered (default)\n[ 0.522927] io scheduler cfq registered\n[ 0.523827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524960] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526333] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527904] ACPI: Power Button [PWRF]\n[ 0.528814] GHES: HEST is not enabled!\n[ 0.542542] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570982] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599199] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602817] Linux agpgart interface v0.103\n[ 0.606398] brd: module loaded\n[ 0.608291] loop: module loaded\n[ 0.613724] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615317] GPT:90111 != 2097151\n[ 0.616057] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617259] GPT:90111 != 2097151\n[ 0.617988] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619048] vda: vda1 vda15\n[ 0.620701] scsi host0: ata_piix\n[ 0.621567] scsi host1: ata_piix\n[ 0.622354] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.623691] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.625317] libphy: Fixed MDIO Bus: probed\n[ 0.626212] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627256] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629850] PPP generic driver version 2.4.2\n[ 0.630866] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632187] ehci-pci: EHCI PCI platform driver\n[ 0.633161] ehci-platform: EHCI generic platform driver\n[ 0.634248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635505] ohci-pci: OHCI PCI platform driver\n[ 0.636461] ohci-platform: OHCI generic platform driver\n[ 0.637573] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652127] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653243] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654836] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655966] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658591] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660169] usb usb1: Product: UHCI Host Controller\n[ 0.661193] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662450] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663517] hub 1-0:1.0: USB hub found\n[ 0.664381] hub 1-0:1.0: 2 ports detected\n[ 0.665449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667795] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668862] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669996] mousedev: PS/2 mouse device common for all mice\n[ 0.671579] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673605] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674826] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676164] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.677476] i2c /dev entries driver\n[ 0.678334] device-mapper: uevent: version 1.0.3\n[ 0.679389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681206] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682901] NET: Registered protocol family 10\n[ 0.684186] NET: Registered protocol family 17\n[ 0.685191] Key type dns_resolver registered\n[ 0.686359] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687565] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689589] registered taskstats version 1\n[ 0.690541] Loading compiled-in X.509 certificates\n[ 0.692176] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694253] zswap: loaded using pool lzo/zbud\n[ 0.696349] Key type trusted registered\n[ 0.698293] Key type encrypted registered\n[ 0.699200] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.700357] ima: No TPM chip found, activating TPM-bypass!\n[ 0.701526] evm: HMAC attrs: 0x1\n[ 0.702606] Magic number: 14:928:853\n[ 0.703546] rtc_cmos 00:00: setting system clock to 2018-08-12 21:48:40 UTC (1534110520)\n[ 0.705321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706532] EDD information not available.\n[ 0.786238] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798281] Write protecting the kernel read-only data: 14336k\n[ 0.800585] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802587] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852553] 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.76\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.20.12...\nLease of 10.10.20.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.85. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDPkBNnAUX3qtTjpqzjbTie8MhYt04G1mMMF1Eo5Y+wmBVb7GSt/D/hHK1aRUDpPq0AvWIj9GoEj0GS77q5QUJK1o51AP8bD3oQo3otKEevEFxPHqE75sGYQbSXT3vzPCHC94Rr9tydEpKPB6PIJqOFDKYhY3AaWtegUdgQii4UXaqWecbavBqyZ8Lj96MwCGmBa5WXW7zbqreNNjoNAyfBU85sxDwd2xSk/jv4ZaOWR+MkDUn1qQkiAi8d1kTjmQ231Kbd4N4kU2MGtawgLzgEpKHql+POrmLQFLa2f+0IRRJrEMJ0PpgX7krd17dK0GXlwyiw5CUW+a/2pqe1ycgH root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJt+ubhB8tvgm1RilvEtO4fOkDDFZi8PzfJUiPj5vQKSlfwHMKEfbHu9ZromfL5UKZslD9Bz/3+um4412sEv3x9eBtDGme4JOX9Ght6BpSCkAf7wCi/PHz2Lq81fIGysr33gfvWhLVdRuplyqUCFOz8/eaX7blrfLv/YqLm6xKb9AAAAFQCJFpznkUHJTWW8lbn6MzI3NV8z0wAAAIAREDDWqc4FXipX7EpLkITQGXmc2x7OUXEJsIA6MbuOjioDqqtt0qSAQrWxU9DhO0fEHed48lHKuOd6hvFyeELuZLZXFbYybiDb62gt7Q5tLxmjWd3YBOyIpVS4aHpsQL7Srfwq0oceLz0kwanmRkep/m0FowScVPrnS4c6RBeqGgAAAIBUE0qzkDLgACzw9hj4GJEJYscXGPmOFmvffYZ2EXS9genhO1y9MziUjbzZry2aaKI3U6WNrlAd46d+wRqe7CtT7RXoulwXWgmEEPevJ2mEP4zXIpHrwyF77J/oL+e1XnPXBkkHKO7/SFCkFuDbTUPy6uFOc0F8JZylsfnYPMgB0g== root@sdnvpn-8-2\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,10.10.20.12,24,fe80::f816:3eff:fe27:8f97/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.12 \nip-route:169.254.169.254 via 10.10.20.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-00000182\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.21 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-8-2 login: "} 2018-08-12 21:49:05,493 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31/action used request id req-4085eec6-7832-4fd3-88cd-132bc6eb9e9b 2018-08-12 21:49:07,522 - sdnvpn_test_utils - INFO - Waiting for instance a78c2046-fc0c-43be-ab25-88ae43128fc6 to boot up 2018-08-12 21:49:07,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308bf08bb8f5d935aa01a0d7613df916ddb10e38" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:49:07,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:49: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-734703cb-a287-47ce-8124-22ee21caea6d x-compute-request-id: req-734703cb-a287-47ce-8124-22ee21caea6d Content-Encoding: gzip Content-Length: 8090 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 531679370 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.143340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145018] pid_max: default: 32768 minimum: 301\n[ 0.145915] ACPI: Core revision 20150930\n[ 0.147309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148637] Security Framework initialized\n[ 0.149465] Yama: becoming mindful.\n[ 0.150204] AppArmor: AppArmor initialized\n[ 0.151082] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153729] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154946] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156377] Initializing cgroup subsys io\n[ 0.157208] Initializing cgroup subsys memory\n[ 0.158087] Initializing cgroup subsys devices\n[ 0.158976] Initializing cgroup subsys freezer\n[ 0.159861] Initializing cgroup subsys net_cls\n[ 0.160738] Initializing cgroup subsys perf_event\n[ 0.161654] Initializing cgroup subsys net_prio\n[ 0.162569] Initializing cgroup subsys hugetlb\n[ 0.163446] Initializing cgroup subsys pids\n[ 0.164325] CPU: Physical Processor ID: 0\n[ 0.165846] mce: CPU supports 10 MCE banks\n[ 0.166712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167721] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189678] ftrace: allocating 31920 entries in 125 pages\n[ 0.215032] smpboot: Max logical packages: 1\n[ 0.215894] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217286] x2apic enabled\n[ 0.218105] Switched APIC routing to physical x2apic.\n[ 0.219862] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223030] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224878] KVM setup paravirtual spinlock\n[ 0.226187] x86: Booted up 1 node, 1 CPUs\n[ 0.227018] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228431] devtmpfs: initialized\n[ 0.230161] evm: security.selinux\n[ 0.230876] evm: security.SMACK64\n[ 0.231572] evm: security.SMACK64EXEC\n[ 0.232326] evm: security.SMACK64TRANSMUTE\n[ 0.233154] evm: security.SMACK64MMAP\n[ 0.233906] evm: security.ima\n[ 0.234552] evm: security.capability\n[ 0.235374] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237260] pinctrl core: initialized pinctrl subsystem\n[ 0.238378] RTC time: 21:48:57, date: 08/12/18\n[ 0.239362] NET: Registered protocol family 16\n[ 0.240363] cpuidle: using governor ladder\n[ 0.241200] cpuidle: using governor menu\n[ 0.242001] PCCT header not found.\n[ 0.242769] ACPI: bus type PCI registered\n[ 0.243585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244863] PCI: Using configuration type 1 for base access\n[ 0.246641] ACPI: Added _OSI(Module Device)\n[ 0.247503] ACPI: Added _OSI(Processor Device)\n[ 0.248382] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249299] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251054] ACPI: Interpreter enabled\n[ 0.251833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253716] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259318] ACPI: (supports S0 S5)\n[ 0.260032] ACPI: Using IOAPIC for interrupt routing\n[ 0.260996] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265274] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266528] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267738] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269978] acpiphp: Slot [3] registered\n[ 0.270792] acpiphp: Slot [4] registered\n[ 0.271599] acpiphp: Slot [5] registered\n[ 0.272415] acpiphp: Slot [6] registered\n[ 0.273222] acpiphp: Slot [7] registered\n[ 0.274035] acpiphp: Slot [8] registered\n[ 0.274871] acpiphp: Slot [9] registered\n[ 0.275672] acpiphp: Slot [10] registered\n[ 0.276496] acpiphp: Slot [11] registered\n[ 0.277321] acpiphp: Slot [12] registered\n[ 0.278154] acpiphp: Slot [13] registered\n[ 0.278971] acpiphp: Slot [14] registered\n[ 0.279788] acpiphp: Slot [15] registered\n[ 0.290588] acpiphp: Slot [16] registered\n[ 0.291422] acpiphp: Slot [17] registered\n[ 0.292249] acpiphp: Slot [18] registered\n[ 0.293074] acpiphp: Slot [19] registered\n[ 0.293893] acpiphp: Slot [20] registered\n[ 0.294718] acpiphp: Slot [21] registered\n[ 0.295539] acpiphp: Slot [22] registered\n[ 0.296369] acpiphp: Slot [23] registered\n[ 0.297190] acpiphp: Slot [24] registered\n[ 0.298017] acpiphp: Slot [25] registered\n[ 0.298841] acpiphp: Slot [26] registered\n[ 0.299655] acpiphp: Slot [27] registered\n[ 0.300487] acpiphp: Slot [28] registered\n[ 0.301324] acpiphp: Slot [29] registered\n[ 0.302145] acpiphp: Slot [30] registered\n[ 0.302971] acpiphp: Slot [31] registered\n[ 0.303788] PCI host bridge to bus 0000:00\n[ 0.304601] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305836] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307073] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309997] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.311493] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317202] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323630] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343524] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346765] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348171] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349458] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350779] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353425] vgaarb: loaded\n[ 0.354038] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355275] SCSI subsystem initialized\n[ 0.356203] ACPI: bus type USB registered\n[ 0.357051] usbcore: registered new interface driver usbfs\n[ 0.358103] usbcore: registered new interface driver hub\n[ 0.359131] usbcore: registered new device driver usb\n[ 0.360252] PCI: Using ACPI for IRQ routing\n[ 0.361381] NetLabel: Initializing\n[ 0.362114] NetLabel: domain hash size = 128\n[ 0.362970] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.363939] NetLabel: unlabeled traffic allowed by default\n[ 0.365103] clocksource: Switched to clocksource kvm-clock\n[ 0.373360] AppArmor: AppArmor Filesystem Enabled\n[ 0.374352] pnp: PnP ACPI init\n[ 0.375303] pnp: PnP ACPI: found 5 devices\n[ 0.381642] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383594] NET: Registered protocol family 2\n[ 0.384773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386271] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387608] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388971] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390262] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391669] NET: Registered protocol family 1\n[ 0.392709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394004] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409576] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423936] Trying to unpack rootfs image as initramfs...\n[ 0.480727] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482673] Scanning for low memory corruption every 60 seconds\n[ 0.484190] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.485487] audit: initializing netlink subsys (disabled)\n[ 0.486557] audit: type=2000 audit(1534110538.028:1): initialized\n[ 0.487939] Initialise system trusted keyring\n[ 0.488924] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.490122] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.492289] zbud: loaded\n[ 0.493042] VFS: Disk quotas dquot_6.6.0\n[ 0.493893] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.495737] fuse init (API version 7.23)\n[ 0.496792] Key type big_key registered\n[ 0.497753] Allocating IMA MOK and blacklist keyrings.\n[ 0.499161] Key type asymmetric registered\n[ 0.500149] Asymmetric key parser 'x509' registered\n[ 0.501309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503070] io scheduler noop registered\n[ 0.504009] io scheduler deadline registered (default)\n[ 0.505208] io scheduler cfq registered\n[ 0.506192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508944] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510627] ACPI: Power Button [PWRF]\n[ 0.511590] GHES: HEST is not enabled!\n[ 0.525042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554057] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557157] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583529] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588907] Linux agpgart interface v0.103\n[ 0.593601] brd: module loaded\n[ 0.595910] loop: module loaded\n[ 0.601808] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604231] GPT:90111 != 2097151\n[ 0.605015] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606259] GPT:90111 != 2097151\n[ 0.607019] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608136] vda: vda1 vda15\n[ 0.610185] scsi host0: ata_piix\n[ 0.611093] scsi host1: ata_piix\n[ 0.611930] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613321] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.615075] libphy: Fixed MDIO Bus: probed\n[ 0.616013] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617094] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621271] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622635] ehci-pci: EHCI PCI platform driver\n[ 0.623634] ehci-platform: EHCI generic platform driver\n[ 0.624855] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626171] ohci-pci: OHCI PCI platform driver\n[ 0.627179] ohci-platform: OHCI generic platform driver\n[ 0.628324] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643234] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644427] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646100] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647243] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.648640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650080] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651694] usb usb1: Product: UHCI Host Controller\n[ 0.652746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654058] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655197] hub 1-0:1.0: USB hub found\n[ 0.656109] hub 1-0:1.0: 2 ports detected\n[ 0.657305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659774] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661015] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662246] mousedev: PS/2 mouse device common for all mice\n[ 0.663780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665951] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668627] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670017] i2c /dev entries driver\n[ 0.670952] device-mapper: uevent: version 1.0.3\n[ 0.672099] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674005] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675958] NET: Registered protocol family 10\n[ 0.677497] NET: Registered protocol family 17\n[ 0.678567] Key type dns_resolver registered\n[ 0.679929] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683374] registered taskstats version 1\n[ 0.684370] Loading compiled-in X.509 certificates\n[ 0.686147] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688141] zswap: loaded using pool lzo/zbud\n[ 0.689888] Key type trusted registered\n[ 0.691652] Key type encrypted registered\n[ 0.692604] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693727] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694791] evm: HMAC attrs: 0x1\n[ 0.695775] Magic number: 14:928:853\n[ 0.696664] rtc_cmos 00:00: setting system clock to 2018-08-12 21:48:57 UTC (1534110537)\n[ 0.698367] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699679] EDD information not available.\n[ 0.770018] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781815] ata1.00: configured for MWDMA2\n[ 0.783250] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785765] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787252] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788713] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791160] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792930] Write protecting the kernel read-only data: 14336k\n[ 0.795340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.859929] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 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]\n"} 2018-08-12 21:49:07,592 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action used request id req-734703cb-a287-47ce-8124-22ee21caea6d 2018-08-12 21:49:09,595 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-12 21:49:39,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308bf08bb8f5d935aa01a0d7613df916ddb10e38" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:49:39,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:49: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-586b5dec-ceb8-43f5-91ab-37adea6483ff x-compute-request-id: req-586b5dec-ceb8-43f5-91ab-37adea6483ff Content-Encoding: gzip Content-Length: 8103 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 531679370 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.143340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145018] pid_max: default: 32768 minimum: 301\n[ 0.145915] ACPI: Core revision 20150930\n[ 0.147309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148637] Security Framework initialized\n[ 0.149465] Yama: becoming mindful.\n[ 0.150204] AppArmor: AppArmor initialized\n[ 0.151082] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153729] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154946] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156377] Initializing cgroup subsys io\n[ 0.157208] Initializing cgroup subsys memory\n[ 0.158087] Initializing cgroup subsys devices\n[ 0.158976] Initializing cgroup subsys freezer\n[ 0.159861] Initializing cgroup subsys net_cls\n[ 0.160738] Initializing cgroup subsys perf_event\n[ 0.161654] Initializing cgroup subsys net_prio\n[ 0.162569] Initializing cgroup subsys hugetlb\n[ 0.163446] Initializing cgroup subsys pids\n[ 0.164325] CPU: Physical Processor ID: 0\n[ 0.165846] mce: CPU supports 10 MCE banks\n[ 0.166712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167721] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189678] ftrace: allocating 31920 entries in 125 pages\n[ 0.215032] smpboot: Max logical packages: 1\n[ 0.215894] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217286] x2apic enabled\n[ 0.218105] Switched APIC routing to physical x2apic.\n[ 0.219862] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223030] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224878] KVM setup paravirtual spinlock\n[ 0.226187] x86: Booted up 1 node, 1 CPUs\n[ 0.227018] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228431] devtmpfs: initialized\n[ 0.230161] evm: security.selinux\n[ 0.230876] evm: security.SMACK64\n[ 0.231572] evm: security.SMACK64EXEC\n[ 0.232326] evm: security.SMACK64TRANSMUTE\n[ 0.233154] evm: security.SMACK64MMAP\n[ 0.233906] evm: security.ima\n[ 0.234552] evm: security.capability\n[ 0.235374] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237260] pinctrl core: initialized pinctrl subsystem\n[ 0.238378] RTC time: 21:48:57, date: 08/12/18\n[ 0.239362] NET: Registered protocol family 16\n[ 0.240363] cpuidle: using governor ladder\n[ 0.241200] cpuidle: using governor menu\n[ 0.242001] PCCT header not found.\n[ 0.242769] ACPI: bus type PCI registered\n[ 0.243585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244863] PCI: Using configuration type 1 for base access\n[ 0.246641] ACPI: Added _OSI(Module Device)\n[ 0.247503] ACPI: Added _OSI(Processor Device)\n[ 0.248382] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249299] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251054] ACPI: Interpreter enabled\n[ 0.251833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253716] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259318] ACPI: (supports S0 S5)\n[ 0.260032] ACPI: Using IOAPIC for interrupt routing\n[ 0.260996] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265274] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266528] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267738] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269978] acpiphp: Slot [3] registered\n[ 0.270792] acpiphp: Slot [4] registered\n[ 0.271599] acpiphp: Slot [5] registered\n[ 0.272415] acpiphp: Slot [6] registered\n[ 0.273222] acpiphp: Slot [7] registered\n[ 0.274035] acpiphp: Slot [8] registered\n[ 0.274871] acpiphp: Slot [9] registered\n[ 0.275672] acpiphp: Slot [10] registered\n[ 0.276496] acpiphp: Slot [11] registered\n[ 0.277321] acpiphp: Slot [12] registered\n[ 0.278154] acpiphp: Slot [13] registered\n[ 0.278971] acpiphp: Slot [14] registered\n[ 0.279788] acpiphp: Slot [15] registered\n[ 0.290588] acpiphp: Slot [16] registered\n[ 0.291422] acpiphp: Slot [17] registered\n[ 0.292249] acpiphp: Slot [18] registered\n[ 0.293074] acpiphp: Slot [19] registered\n[ 0.293893] acpiphp: Slot [20] registered\n[ 0.294718] acpiphp: Slot [21] registered\n[ 0.295539] acpiphp: Slot [22] registered\n[ 0.296369] acpiphp: Slot [23] registered\n[ 0.297190] acpiphp: Slot [24] registered\n[ 0.298017] acpiphp: Slot [25] registered\n[ 0.298841] acpiphp: Slot [26] registered\n[ 0.299655] acpiphp: Slot [27] registered\n[ 0.300487] acpiphp: Slot [28] registered\n[ 0.301324] acpiphp: Slot [29] registered\n[ 0.302145] acpiphp: Slot [30] registered\n[ 0.302971] acpiphp: Slot [31] registered\n[ 0.303788] PCI host bridge to bus 0000:00\n[ 0.304601] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305836] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307073] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309997] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.311493] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317202] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323630] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343524] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346765] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348171] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349458] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350779] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353425] vgaarb: loaded\n[ 0.354038] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355275] SCSI subsystem initialized\n[ 0.356203] ACPI: bus type USB registered\n[ 0.357051] usbcore: registered new interface driver usbfs\n[ 0.358103] usbcore: registered new interface driver hub\n[ 0.359131] usbcore: registered new device driver usb\n[ 0.360252] PCI: Using ACPI for IRQ routing\n[ 0.361381] NetLabel: Initializing\n[ 0.362114] NetLabel: domain hash size = 128\n[ 0.362970] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.363939] NetLabel: unlabeled traffic allowed by default\n[ 0.365103] clocksource: Switched to clocksource kvm-clock\n[ 0.373360] AppArmor: AppArmor Filesystem Enabled\n[ 0.374352] pnp: PnP ACPI init\n[ 0.375303] pnp: PnP ACPI: found 5 devices\n[ 0.381642] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383594] NET: Registered protocol family 2\n[ 0.384773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386271] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387608] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388971] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390262] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391669] NET: Registered protocol family 1\n[ 0.392709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394004] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409576] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423936] Trying to unpack rootfs image as initramfs...\n[ 0.480727] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482673] Scanning for low memory corruption every 60 seconds\n[ 0.484190] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.485487] audit: initializing netlink subsys (disabled)\n[ 0.486557] audit: type=2000 audit(1534110538.028:1): initialized\n[ 0.487939] Initialise system trusted keyring\n[ 0.488924] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.490122] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.492289] zbud: loaded\n[ 0.493042] VFS: Disk quotas dquot_6.6.0\n[ 0.493893] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.495737] fuse init (API version 7.23)\n[ 0.496792] Key type big_key registered\n[ 0.497753] Allocating IMA MOK and blacklist keyrings.\n[ 0.499161] Key type asymmetric registered\n[ 0.500149] Asymmetric key parser 'x509' registered\n[ 0.501309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503070] io scheduler noop registered\n[ 0.504009] io scheduler deadline registered (default)\n[ 0.505208] io scheduler cfq registered\n[ 0.506192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508944] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510627] ACPI: Power Button [PWRF]\n[ 0.511590] GHES: HEST is not enabled!\n[ 0.525042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554057] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557157] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583529] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588907] Linux agpgart interface v0.103\n[ 0.593601] brd: module loaded\n[ 0.595910] loop: module loaded\n[ 0.601808] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604231] GPT:90111 != 2097151\n[ 0.605015] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606259] GPT:90111 != 2097151\n[ 0.607019] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608136] vda: vda1 vda15\n[ 0.610185] scsi host0: ata_piix\n[ 0.611093] scsi host1: ata_piix\n[ 0.611930] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613321] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.615075] libphy: Fixed MDIO Bus: probed\n[ 0.616013] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617094] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621271] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622635] ehci-pci: EHCI PCI platform driver\n[ 0.623634] ehci-platform: EHCI generic platform driver\n[ 0.624855] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626171] ohci-pci: OHCI PCI platform driver\n[ 0.627179] ohci-platform: OHCI generic platform driver\n[ 0.628324] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643234] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644427] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646100] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647243] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.648640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650080] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651694] usb usb1: Product: UHCI Host Controller\n[ 0.652746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654058] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655197] hub 1-0:1.0: USB hub found\n[ 0.656109] hub 1-0:1.0: 2 ports detected\n[ 0.657305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659774] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661015] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662246] mousedev: PS/2 mouse device common for all mice\n[ 0.663780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665951] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668627] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670017] i2c /dev entries driver\n[ 0.670952] device-mapper: uevent: version 1.0.3\n[ 0.672099] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674005] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675958] NET: Registered protocol family 10\n[ 0.677497] NET: Registered protocol family 17\n[ 0.678567] Key type dns_resolver registered\n[ 0.679929] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683374] registered taskstats version 1\n[ 0.684370] Loading compiled-in X.509 certificates\n[ 0.686147] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688141] zswap: loaded using pool lzo/zbud\n[ 0.689888] Key type trusted registered\n[ 0.691652] Key type encrypted registered\n[ 0.692604] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693727] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694791] evm: HMAC attrs: 0x1\n[ 0.695775] Magic number: 14:928:853\n[ 0.696664] rtc_cmos 00:00: setting system clock to 2018-08-12 21:48:57 UTC (1534110537)\n[ 0.698367] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699679] EDD information not available.\n[ 0.770018] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781815] ata1.00: configured for MWDMA2\n[ 0.783250] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785765] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787252] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788713] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791160] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792930] Write protecting the kernel read-only data: 14336k\n[ 0.795340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.859929] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 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.20.12 OK\nping 10.10.20.12 OK\nping 10.10.20.12 OK\nping 10.10.20.12 OK\n"} 2018-08-12 21:49:39,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action used request id req-586b5dec-ceb8-43f5-91ab-37adea6483ff 2018-08-12 21:49:39,684 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.11) to 'sdnvpn-8-2' (10.10.20.12). -->Expected result: can ping. 2018-08-12 21:49:39,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}308bf08bb8f5d935aa01a0d7613df916ddb10e38" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:49:39,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:49: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-39550704-7f2d-481f-b185-7c2675371a48 x-compute-request-id: req-39550704-7f2d-481f-b185-7c2675371a48 Content-Encoding: gzip Content-Length: 8103 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 531679370 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.143340] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145018] pid_max: default: 32768 minimum: 301\n[ 0.145915] ACPI: Core revision 20150930\n[ 0.147309] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148637] Security Framework initialized\n[ 0.149465] Yama: becoming mindful.\n[ 0.150204] AppArmor: AppArmor initialized\n[ 0.151082] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152431] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153729] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154946] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156377] Initializing cgroup subsys io\n[ 0.157208] Initializing cgroup subsys memory\n[ 0.158087] Initializing cgroup subsys devices\n[ 0.158976] Initializing cgroup subsys freezer\n[ 0.159861] Initializing cgroup subsys net_cls\n[ 0.160738] Initializing cgroup subsys perf_event\n[ 0.161654] Initializing cgroup subsys net_prio\n[ 0.162569] Initializing cgroup subsys hugetlb\n[ 0.163446] Initializing cgroup subsys pids\n[ 0.164325] CPU: Physical Processor ID: 0\n[ 0.165846] mce: CPU supports 10 MCE banks\n[ 0.166712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167721] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189678] ftrace: allocating 31920 entries in 125 pages\n[ 0.215032] smpboot: Max logical packages: 1\n[ 0.215894] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217286] x2apic enabled\n[ 0.218105] Switched APIC routing to physical x2apic.\n[ 0.219862] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223030] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224878] KVM setup paravirtual spinlock\n[ 0.226187] x86: Booted up 1 node, 1 CPUs\n[ 0.227018] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228431] devtmpfs: initialized\n[ 0.230161] evm: security.selinux\n[ 0.230876] evm: security.SMACK64\n[ 0.231572] evm: security.SMACK64EXEC\n[ 0.232326] evm: security.SMACK64TRANSMUTE\n[ 0.233154] evm: security.SMACK64MMAP\n[ 0.233906] evm: security.ima\n[ 0.234552] evm: security.capability\n[ 0.235374] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237260] pinctrl core: initialized pinctrl subsystem\n[ 0.238378] RTC time: 21:48:57, date: 08/12/18\n[ 0.239362] NET: Registered protocol family 16\n[ 0.240363] cpuidle: using governor ladder\n[ 0.241200] cpuidle: using governor menu\n[ 0.242001] PCCT header not found.\n[ 0.242769] ACPI: bus type PCI registered\n[ 0.243585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244863] PCI: Using configuration type 1 for base access\n[ 0.246641] ACPI: Added _OSI(Module Device)\n[ 0.247503] ACPI: Added _OSI(Processor Device)\n[ 0.248382] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249299] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251054] ACPI: Interpreter enabled\n[ 0.251833] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253716] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259318] ACPI: (supports S0 S5)\n[ 0.260032] ACPI: Using IOAPIC for interrupt routing\n[ 0.260996] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265274] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266528] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267738] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269978] acpiphp: Slot [3] registered\n[ 0.270792] acpiphp: Slot [4] registered\n[ 0.271599] acpiphp: Slot [5] registered\n[ 0.272415] acpiphp: Slot [6] registered\n[ 0.273222] acpiphp: Slot [7] registered\n[ 0.274035] acpiphp: Slot [8] registered\n[ 0.274871] acpiphp: Slot [9] registered\n[ 0.275672] acpiphp: Slot [10] registered\n[ 0.276496] acpiphp: Slot [11] registered\n[ 0.277321] acpiphp: Slot [12] registered\n[ 0.278154] acpiphp: Slot [13] registered\n[ 0.278971] acpiphp: Slot [14] registered\n[ 0.279788] acpiphp: Slot [15] registered\n[ 0.290588] acpiphp: Slot [16] registered\n[ 0.291422] acpiphp: Slot [17] registered\n[ 0.292249] acpiphp: Slot [18] registered\n[ 0.293074] acpiphp: Slot [19] registered\n[ 0.293893] acpiphp: Slot [20] registered\n[ 0.294718] acpiphp: Slot [21] registered\n[ 0.295539] acpiphp: Slot [22] registered\n[ 0.296369] acpiphp: Slot [23] registered\n[ 0.297190] acpiphp: Slot [24] registered\n[ 0.298017] acpiphp: Slot [25] registered\n[ 0.298841] acpiphp: Slot [26] registered\n[ 0.299655] acpiphp: Slot [27] registered\n[ 0.300487] acpiphp: Slot [28] registered\n[ 0.301324] acpiphp: Slot [29] registered\n[ 0.302145] acpiphp: Slot [30] registered\n[ 0.302971] acpiphp: Slot [31] registered\n[ 0.303788] PCI host bridge to bus 0000:00\n[ 0.304601] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305836] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307073] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309997] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.311493] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314716] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317202] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318479] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322051] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323630] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343524] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345320] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346765] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348171] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349458] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350779] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351854] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353425] vgaarb: loaded\n[ 0.354038] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355275] SCSI subsystem initialized\n[ 0.356203] ACPI: bus type USB registered\n[ 0.357051] usbcore: registered new interface driver usbfs\n[ 0.358103] usbcore: registered new interface driver hub\n[ 0.359131] usbcore: registered new device driver usb\n[ 0.360252] PCI: Using ACPI for IRQ routing\n[ 0.361381] NetLabel: Initializing\n[ 0.362114] NetLabel: domain hash size = 128\n[ 0.362970] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.363939] NetLabel: unlabeled traffic allowed by default\n[ 0.365103] clocksource: Switched to clocksource kvm-clock\n[ 0.373360] AppArmor: AppArmor Filesystem Enabled\n[ 0.374352] pnp: PnP ACPI init\n[ 0.375303] pnp: PnP ACPI: found 5 devices\n[ 0.381642] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383594] NET: Registered protocol family 2\n[ 0.384773] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386271] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387608] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388971] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390262] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391669] NET: Registered protocol family 1\n[ 0.392709] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394004] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395303] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409576] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423936] Trying to unpack rootfs image as initramfs...\n[ 0.480727] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482673] Scanning for low memory corruption every 60 seconds\n[ 0.484190] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.485487] audit: initializing netlink subsys (disabled)\n[ 0.486557] audit: type=2000 audit(1534110538.028:1): initialized\n[ 0.487939] Initialise system trusted keyring\n[ 0.488924] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.490122] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.492289] zbud: loaded\n[ 0.493042] VFS: Disk quotas dquot_6.6.0\n[ 0.493893] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.495737] fuse init (API version 7.23)\n[ 0.496792] Key type big_key registered\n[ 0.497753] Allocating IMA MOK and blacklist keyrings.\n[ 0.499161] Key type asymmetric registered\n[ 0.500149] Asymmetric key parser 'x509' registered\n[ 0.501309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503070] io scheduler noop registered\n[ 0.504009] io scheduler deadline registered (default)\n[ 0.505208] io scheduler cfq registered\n[ 0.506192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507433] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508944] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.510627] ACPI: Power Button [PWRF]\n[ 0.511590] GHES: HEST is not enabled!\n[ 0.525042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554057] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557157] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583529] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588907] Linux agpgart interface v0.103\n[ 0.593601] brd: module loaded\n[ 0.595910] loop: module loaded\n[ 0.601808] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604231] GPT:90111 != 2097151\n[ 0.605015] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606259] GPT:90111 != 2097151\n[ 0.607019] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608136] vda: vda1 vda15\n[ 0.610185] scsi host0: ata_piix\n[ 0.611093] scsi host1: ata_piix\n[ 0.611930] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613321] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.615075] libphy: Fixed MDIO Bus: probed\n[ 0.616013] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617094] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620160] PPP generic driver version 2.4.2\n[ 0.621271] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622635] ehci-pci: EHCI PCI platform driver\n[ 0.623634] ehci-platform: EHCI generic platform driver\n[ 0.624855] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626171] ohci-pci: OHCI PCI platform driver\n[ 0.627179] ohci-platform: OHCI generic platform driver\n[ 0.628324] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643234] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644427] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646100] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647243] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.648640] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650080] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651694] usb usb1: Product: UHCI Host Controller\n[ 0.652746] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654058] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655197] hub 1-0:1.0: USB hub found\n[ 0.656109] hub 1-0:1.0: 2 ports detected\n[ 0.657305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659774] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661015] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662246] mousedev: PS/2 mouse device common for all mice\n[ 0.663780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665951] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668627] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670017] i2c /dev entries driver\n[ 0.670952] device-mapper: uevent: version 1.0.3\n[ 0.672099] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674005] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675958] NET: Registered protocol family 10\n[ 0.677497] NET: Registered protocol family 17\n[ 0.678567] Key type dns_resolver registered\n[ 0.679929] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681230] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683374] registered taskstats version 1\n[ 0.684370] Loading compiled-in X.509 certificates\n[ 0.686147] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688141] zswap: loaded using pool lzo/zbud\n[ 0.689888] Key type trusted registered\n[ 0.691652] Key type encrypted registered\n[ 0.692604] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693727] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694791] evm: HMAC attrs: 0x1\n[ 0.695775] Magic number: 14:928:853\n[ 0.696664] rtc_cmos 00:00: setting system clock to 2018-08-12 21:48:57 UTC (1534110537)\n[ 0.698367] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699679] EDD information not available.\n[ 0.770018] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.781815] ata1.00: configured for MWDMA2\n[ 0.783250] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.785765] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787252] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788713] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791160] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792930] Write protecting the kernel read-only data: 14336k\n[ 0.795340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797426] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.859929] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 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.20.12 OK\nping 10.10.20.12 OK\nping 10.10.20.12 OK\nping 10.10.20.12 OK\n"} 2018-08-12 21:49:39,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action used request id req-39550704-7f2d-481f-b185-7c2675371a48 2018-08-12 21:49:39,759 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-08-12 21:49:39,759 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-08-12 21:49:39,764 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:49:39,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 24239 X-Openstack-Request-Id: req-e7c7fac6-98b2-4536-9eb4-8e39a0d56f7c Date: Sun, 12 Aug 2018 21:49:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:45Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.15"}],"id":"03926ba6-f641-46e5-8b30-611516a3e76a","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:b9:cd","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"bfe8d83d-6f21-4344-b22b-1a199ea04e6e","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:11Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.3"}],"id":"06b33b4e-41b4-4d06-87ba-60d255b6ebf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:fe:4d","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:12Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.4"}],"id":"10cd98ad-8bde-4a65-97e0-aaf145016d33","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:0f:d3","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:25Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c57bd382-22e6-4e08-ba4f-d21779ba13ff","ip_address":"10.10.20.3"}],"id":"1dcb07b5-b375-4fc9-a86f-1e719f22d57a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:16:4a","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7711309b-c44b-4406-bb05-3ead12491d3a","name":"","admin_state_up":true,"network_id":"7711309b-c44b-4406-bb05-3ead12491d3a","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.3"}],"id":"294fca4c-1a16-4177-a236-3790aa133b48","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:ee","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1197f064-4aba-4e55-a105-2976aabdd48e","ip_address":"10.10.10.2"}],"id":"2d620c51-8a5a-4ced-a498-e61799692333","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:7a:10","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","name":"","admin_state_up":true,"network_id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.2"}],"id":"3b5e4518-fd5c-467c-b3a7-142cb5c6189d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:5c:a4","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.2"}],"id":"41d16c03-c1ca-410a-ae08-bb6bdcf740a4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:5a:77","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:44:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.9"}],"id":"47edfd2f-c83a-48d5-9123-a431c4458728","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:2e:0f","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ef74d084-bcbc-4abd-b8bb-1a27aba5de31","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1197f064-4aba-4e55-a105-2976aabdd48e","ip_address":"10.10.10.3"}],"id":"49b1040e-453a-4c8f-a7bc-72dc43e92f58","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:37:db","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","name":"","admin_state_up":true,"network_id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:23Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c57bd382-22e6-4e08-ba4f-d21779ba13ff","ip_address":"10.10.20.1"}],"id":"522930d2-679f-4f71-9132-ca29c7b68cd1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:35:e2:be","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"36a7b467-7dab-4ee0-9205-63f520241249","name":"","admin_state_up":true,"network_id":"7711309b-c44b-4406-bb05-3ead12491d3a","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.4"}],"id":"5f5253cb-4bcf-481d-9e49-ba4646fa1d7d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:e7:1b","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.8"}],"id":"678ea883-61e9-4adf-b3f8-0706a5e0ed50","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:b8:71","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"0a8dfc2c-f85d-41e6-8067-31dd5e203dd8","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:24Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c57bd382-22e6-4e08-ba4f-d21779ba13ff","ip_address":"10.10.20.2"}],"id":"6c3c4125-da4f-4105-914b-1a29599fda39","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:c7:d7","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7711309b-c44b-4406-bb05-3ead12491d3a","name":"","admin_state_up":true,"network_id":"7711309b-c44b-4406-bb05-3ead12491d3a","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:05Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.4"}],"id":"6cb5e478-c10f-4951-ab17-10f2f574caac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ca:98:a5","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:49:05Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1197f064-4aba-4e55-a105-2976aabdd48e","ip_address":"10.10.10.11"}],"id":"85bc9ee6-3498-4764-8f82-623d0799a2e3","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:48:63","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"a78c2046-fc0c-43be-ab25-88ae43128fc6","name":"","admin_state_up":true,"network_id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.4"}],"id":"89250d67-e74d-45f7-ac45-eae3c47fd694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:2b:71","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:26Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c57bd382-22e6-4e08-ba4f-d21779ba13ff","ip_address":"10.10.20.4"}],"id":"b3b84b36-2410-4148-bac0-9b721398772b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fe:12:5c","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7711309b-c44b-4406-bb05-3ead12491d3a","name":"","admin_state_up":true,"network_id":"7711309b-c44b-4406-bb05-3ead12491d3a","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:54Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.9"}],"id":"bf5d27f9-b3ff-4c52-8f4e-501808066ed5","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:1c:57","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"574b87fc-bf48-4382-a0b3-aa27cc777e67","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:02Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.3"}],"id":"bf9647ed-1686-4347-b033-ef328c9f733b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:a2:93","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:17Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1197f064-4aba-4e55-a105-2976aabdd48e","ip_address":"10.10.10.1"}],"id":"c7de4697-f406-41e4-adaa-34f9c792be97","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:85:26","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"36a7b467-7dab-4ee0-9205-63f520241249","name":"","admin_state_up":true,"network_id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:11Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.2"}],"id":"c9d557ab-a878-44b3-b5e6-f4cb4a7ff2aa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:42:6b","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:33Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.7"}],"id":"d005ee68-6852-45df-8809-8aa2e8dbc881","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:66:6c","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"6540a57a-1663-4bf1-b7c1-58556c88d6ec","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:01Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.2"}],"id":"d331fca1-eaa5-4fe8-b582-5732095dea96","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:1c:bb","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.3"}],"id":"dfecf44a-4169-4069-904b-e3e11004596d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:14:2e","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c57bd382-22e6-4e08-ba4f-d21779ba13ff","ip_address":"10.10.20.12"}],"id":"e91a6268-4478-4dcb-80bd-5af0c10b2ce8","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:8f:97","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"af8b6240-2661-49bf-9363-b0e3ca9ead31","name":"","admin_state_up":true,"network_id":"7711309b-c44b-4406-bb05-3ead12491d3a","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:20Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1197f064-4aba-4e55-a105-2976aabdd48e","ip_address":"10.10.10.4"}],"id":"ee86184b-96b2-4f2f-b770-48f861d14bf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:7a:a5","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","name":"","admin_state_up":true,"network_id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:48:19Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"38b5ae12-661c-4ec4-a3cf-304672163c85","ip_address":"172.30.9.214"}],"id":"f6a1d4b0-00be-4429-abd0-342f97c36eb2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:ee:3e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"36a7b467-7dab-4ee0-9205-63f520241249","name":"","admin_state_up":true,"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"","created_at":"2018-08-12T21:48:19Z","binding:vnic_type":"normal"}]} 2018-08-12 21:49:39,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e7c7fac6-98b2-4536-9eb4-8e39a0d56f7c 2018-08-12 21:49:39,867 - 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}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:49:40,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10667 X-Openstack-Request-Id: req-75069395-decb-451a-a6f5-880c7c65eeec Date: Sun, 12 Aug 2018 21:49:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["d1a60bd2-f198-4015-a7a1-3f987f9688c0"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:14Z","provider:segmentation_id":30,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7711309b-c44b-4406-bb05-3ead12491d3a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["c57bd382-22e6-4e08-ba4f-d21779ba13ff"],"description":"","tags":[],"updated_at":"2018-08-12T21:48:21Z","provider:segmentation_id":48,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["1197f064-4aba-4e55-a105-2976aabdd48e"],"description":"","tags":[],"updated_at":"2018-08-12T21:48:14Z","provider:segmentation_id":79,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:48:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["83296667-68f2-44be-9e92-8ef0075fe27c"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:08Z","provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:49:40,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-75069395-decb-451a-a6f5-880c7c65eeec 2018-08-12 21:49:40,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"floatingip": {"floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "port_id": "85bc9ee6-3498-4764-8f82-623d0799a2e3"}}' 2018-08-12 21:49:42,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-cb90b121-6a0d-4a41-ae6d-f300b01198d3 Date: Sun, 12 Aug 2018 21:49:42 GMT RESP BODY: {"floatingip": {"router_id": "36a7b467-7dab-4ee0-9205-63f520241249", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-12T21:49:41Z", "floating_network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "fixed_ip_address": "10.10.10.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "85bc9ee6-3498-4764-8f82-623d0799a2e3", "id": "53c8b608-4ce5-4c9f-b71b-fc97114ca039", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:49:41Z", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}} 2018-08-12 21:49:42,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-cb90b121-6a0d-4a41-ae6d-f300b01198d3 2018-08-12 21:49:42,323 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-08-12 21:49:42,323 - sdnvpn-results - DEBUG - Ping IP 172.30.9.204 2018-08-12 21:49:42,323 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.204 -c 10' 2018-08-12 21:49:52,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33551de34624f98cc8e26b786fd42eaeecbcabb7" -d '{"forceDelete": null}' 2018-08-12 21:49:52,534 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:49: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-0d888f0f-0b9d-4cc9-adc8-c7287af04f88 x-compute-request-id: req-0d888f0f-0b9d-4cc9-adc8-c7287af04f88 Content-Length: 0 Content-Type: application/json 2018-08-12 21:49:52,534 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a78c2046-fc0c-43be-ab25-88ae43128fc6/action used request id req-0d888f0f-0b9d-4cc9-adc8-c7287af04f88 2018-08-12 21:49:52,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33551de34624f98cc8e26b786fd42eaeecbcabb7" -d '{"forceDelete": null}' 2018-08-12 21:49:52,785 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:49: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-0b7b3f82-066c-4af7-903a-13e995975e74 x-compute-request-id: req-0b7b3f82-066c-4af7-903a-13e995975e74 Content-Length: 0 Content-Type: application/json 2018-08-12 21:49:52,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/af8b6240-2661-49bf-9363-b0e3ca9ead31/action used request id req-0b7b3f82-066c-4af7-903a-13e995975e74 2018-08-12 21:49:52,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/785fef96-945d-4b76-a095-bee7992419ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15f6e620153e56c143f2daed6946f85e6b5421d9" 2018-08-12 21:49:53,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ffceca0-04ee-4d89-a173-6135ec230e0d Date: Sun, 12 Aug 2018 21:49:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 21:49:53,566 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/785fef96-945d-4b76-a095-bee7992419ed used request id req-4ffceca0-04ee-4d89-a173-6135ec230e0d 2018-08-12 21:49:53,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/53c8b608-4ce5-4c9f-b71b-fc97114ca039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:49:55,703 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95e91669-b628-417f-9758-dba112f80f25 Content-Length: 0 Date: Sun, 12 Aug 2018 21:49:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:49:55,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/53c8b608-4ce5-4c9f-b71b-fc97114ca039 used request id req-95e91669-b628-417f-9758-dba112f80f25 2018-08-12 21:49:55,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"subnet_id": "1197f064-4aba-4e55-a105-2976aabdd48e"}' 2018-08-12 21:49:57,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e10cedcf-7e08-4547-b907-c7826112ea79 Date: Sun, 12 Aug 2018 21:49:57 GMT RESP BODY: {"network_id": "7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "1197f064-4aba-4e55-a105-2976aabdd48e", "subnet_ids": ["1197f064-4aba-4e55-a105-2976aabdd48e"], "port_id": "c7de4697-f406-41e4-adaa-34f9c792be97", "id": "36a7b467-7dab-4ee0-9205-63f520241249"} 2018-08-12 21:49:57,300 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249/remove_router_interface used request id req-e10cedcf-7e08-4547-b907-c7826112ea79 2018-08-12 21:49:57,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"subnet_id": "c57bd382-22e6-4e08-ba4f-d21779ba13ff"}' 2018-08-12 21:49:59,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5fa7687b-6971-4e36-8c45-6a582c173b94 Date: Sun, 12 Aug 2018 21:49:59 GMT RESP BODY: {"network_id": "7711309b-c44b-4406-bb05-3ead12491d3a", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "c57bd382-22e6-4e08-ba4f-d21779ba13ff", "subnet_ids": ["c57bd382-22e6-4e08-ba4f-d21779ba13ff"], "port_id": "522930d2-679f-4f71-9132-ca29c7b68cd1", "id": "36a7b467-7dab-4ee0-9205-63f520241249"} 2018-08-12 21:49:59,428 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249/remove_router_interface used request id req-5fa7687b-6971-4e36-8c45-6a582c173b94 2018-08-12 21:49:59,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" -d '{"router": {"external_gateway_info": {}}}' 2018-08-12 21:50:01,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-6bd545d8-fa16-43f8-81d6-22861bf67175 Date: Sun, 12 Aug 2018 21:50:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:48:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:50:00Z", "revision_number": 10, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "36a7b467-7dab-4ee0-9205-63f520241249", "name": "sdnvpn-8-1-router"}} 2018-08-12 21:50:01,157 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249 used request id req-6bd545d8-fa16-43f8-81d6-22861bf67175 2018-08-12 21:50:01,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/1197f064-4aba-4e55-a105-2976aabdd48e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:50:03,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0970c43-24c3-450b-9767-61bd75fe6bd9 Date: Sun, 12 Aug 2018 21:50:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:50:03,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1197f064-4aba-4e55-a105-2976aabdd48e used request id req-f0970c43-24c3-450b-9767-61bd75fe6bd9 2018-08-12 21:50:03,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/c57bd382-22e6-4e08-ba4f-d21779ba13ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:50:06,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c6729ee0-3b1b-4f7e-972e-e89b52b731f5 Date: Sun, 12 Aug 2018 21:50:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:50:06,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c57bd382-22e6-4e08-ba4f-d21779ba13ff used request id req-c6729ee0-3b1b-4f7e-972e-e89b52b731f5 2018-08-12 21:50:06,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:50:07,162 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7750370-ea80-4d42-b813-e7c3bb1b8468 Content-Length: 0 Date: Sun, 12 Aug 2018 21:50:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:50:07,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/36a7b467-7dab-4ee0-9205-63f520241249 used request id req-a7750370-ea80-4d42-b813-e7c3bb1b8468 2018-08-12 21:50:07,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:50:07,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11d42936-55b4-493b-95fb-f57a7edaf77a Date: Sun, 12 Aug 2018 21:50:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:50:07,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7fd71236-2cbc-446f-8ddb-5f6d8fcd16f7 used request id req-11d42936-55b4-493b-95fb-f57a7edaf77a 2018-08-12 21:50:07,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/7711309b-c44b-4406-bb05-3ead12491d3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19a9d44ae81b04ceb43f14d40021c19a501a8c2" 2018-08-12 21:50:08,787 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e713fc70-41d5-4d3f-a3bf-4be30a79b219 Date: Sun, 12 Aug 2018 21:50:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:50:08,787 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7711309b-c44b-4406-bb05-3ead12491d3a used request id req-e713fc70-41d5-4d3f-a3bf-4be30a79b219 2018-08-12 21:50:08,788 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | PASS | 'sdnvpn-8-1' can ping 'sdnvpn-8-2' | +========================================================================================+ | Assign a Floating IP to sdnvpn-8-1 | | PASS | Assign a Floating IP to sdnvpn-8-1 | +========================================================================================+ | Ping sdnvpn-8-1 via Floating IP | +----------------------------------------------------------------------------------------+ | PASS | Ping IP 172.30.9.204 | +========================================================================================+ 2018-08-12 21:50:08,788 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-12 21:50:08,788 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-12 21:50:08,789 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.204': 'PASS'}]} 2018-08-12 21:50:08,789 - 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-12 21:50:08,789 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-12 21:50:08,789 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-12 21:50:08,866 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-12 21:50:08,869 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d449c90L 2018-08-12 21:50:08,869 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:08,895 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:08,895 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:08,900 - 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-12 21:50:08,900 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:08,900 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:08,901 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:08,901 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:08,901 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:08,909 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:08,910 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:08,933 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.28: fa3672edd01bf5edce20e1b9e3bdc10f 2018-08-12 21:50:08,934 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:08,950 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:08,986 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:08,999 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:09,231 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:09,231 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:09,271 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:09,271 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:09,310 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:13,213 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:13,214 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:13,216 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d3e3a50L 2018-08-12 21:50:13,217 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:13,229 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:13,229 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:13,231 - 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-12 21:50:13,232 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:13,232 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:13,232 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:13,232 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:13,232 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:13,237 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:13,238 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:13,248 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:50:13,249 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:13,276 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:13,292 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:13,313 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:13,431 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:13,432 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:13,471 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:13,472 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:13,482 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:13,496 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:13,497 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:13,498 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:13,498 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:13,499 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:13,540 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:13,557 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:13,558 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:13,559 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:13,560 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:13,560 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:13,601 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:13,614 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:13,615 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:13,617 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c7c71d0L 2018-08-12 21:50:13,618 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:13,630 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:13,630 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:13,633 - 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-12 21:50:13,633 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:13,633 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:13,633 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:13,633 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:13,633 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:13,638 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:13,638 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:13,649 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:50:13,650 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:13,678 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:13,691 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:13,714 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:13,825 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:13,825 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:13,864 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:13,865 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:13,882 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:13,896 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:13,897 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:13,898 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:13,898 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:13,899 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:13,939 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:13,956 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:13,958 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:13,959 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:13,959 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:13,959 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:14,000 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:14,012 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:14,013 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:14,016 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d394150L 2018-08-12 21:50:14,016 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:14,028 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:14,028 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:14,031 - 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-12 21:50:14,031 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:14,031 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:14,032 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:14,032 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:14,032 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:14,037 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:14,037 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:14,047 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:50:14,048 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:14,076 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:14,092 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:14,112 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:14,238 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:14,238 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:14,278 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:14,279 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:14,317 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:14,332 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:14,333 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:14,334 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:14,335 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:14,335 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:14,376 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:14,393 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:14,395 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:14,395 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:14,396 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:14,396 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:14,437 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:14,448 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:14,450 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:14,451 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d394c50L 2018-08-12 21:50:14,452 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:14,462 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:14,462 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:14,465 - 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-12 21:50:14,465 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:14,466 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:14,466 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:14,466 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:14,466 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:14,470 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:14,471 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:14,483 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:50:14,484 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:14,511 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:14,523 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:14,548 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:14,653 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:14,654 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:14,693 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:14,694 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:14,716 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:14,728 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:14,729 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:14,730 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:14,730 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:14,730 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:14,771 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:14,786 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:14,788 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:14,788 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:14,789 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:14,789 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:14,830 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:14,840 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:14,842 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:14,843 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d398ad0L 2018-08-12 21:50:14,844 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:14,855 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:14,855 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:14,858 - 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-12 21:50:14,858 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:14,858 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:14,858 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:14,859 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:14,859 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:14,863 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:14,864 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:14,875 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:50:14,876 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:14,903 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:14,915 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:14,941 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:15,051 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:15,051 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:15,090 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:15,090 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:15,108 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:15,120 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:15,121 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:15,122 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:15,123 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:15,123 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:15,163 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:15,178 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:15,180 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:15,180 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:15,181 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:15,181 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:15,221 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:15,233 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:15,234 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:15,234 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:15,235 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:15,235 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:15,242 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:20,526 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:20,527 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:20,530 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d37f150L 2018-08-12 21:50:20,530 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:20,539 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:20,539 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:20,541 - 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-12 21:50:20,541 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:20,542 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:20,542 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:20,542 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:20,542 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:20,548 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:20,548 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:20,561 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:50:20,562 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:20,587 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:20,602 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:20,627 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:20,743 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:20,744 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:20,783 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:20,784 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:20,795 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:20,809 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:20,810 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:20,811 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:20,812 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:20,812 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:20,853 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:20,870 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:20,871 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:20,872 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:20,873 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:20,873 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:20,914 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:20,925 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:20,926 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:20,928 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c7f3450L 2018-08-12 21:50:20,929 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:20,939 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:20,939 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:20,942 - 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-12 21:50:20,942 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:20,942 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:20,942 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:20,943 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:20,943 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:20,948 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:20,949 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:20,960 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:50:20,961 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:20,988 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:21,001 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:21,025 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:21,128 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:21,128 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:21,167 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:21,167 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:21,194 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:21,208 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:21,209 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:21,209 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:21,210 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:21,210 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:21,252 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:21,269 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:21,271 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:21,272 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:21,273 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:21,273 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:21,314 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:21,326 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:21,328 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:21,330 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c7e9290L 2018-08-12 21:50:21,330 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:21,340 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:21,340 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:21,342 - 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-12 21:50:21,343 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:21,343 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:21,343 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:21,343 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:21,343 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:21,348 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:21,349 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:21,361 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:50:21,362 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:21,387 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:21,401 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:21,426 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:21,548 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:21,548 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:21,587 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:21,587 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:21,595 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:21,609 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:21,610 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:21,610 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:21,611 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:21,611 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:21,653 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:21,670 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:21,671 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:21,672 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:21,673 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:21,673 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:21,715 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:21,727 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:21,729 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:21,730 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c7e9e10L 2018-08-12 21:50:21,731 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:21,739 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:21,739 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:21,741 - 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-12 21:50:21,741 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:21,741 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:21,741 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:21,741 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:21,742 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:21,746 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:21,747 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:21,763 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:50:21,764 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:21,786 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:21,799 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:21,829 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:21,925 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:21,925 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:21,964 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:21,965 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:21,996 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:22,008 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:22,009 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:22,010 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:22,011 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:22,011 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:22,051 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:22,066 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:22,067 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:22,068 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:22,069 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:22,069 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:22,110 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:22,121 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:22,122 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:22,124 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c7fca90L 2018-08-12 21:50:22,125 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:22,133 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:22,133 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:22,137 - 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-12 21:50:22,137 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:22,137 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:22,137 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:22,138 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:22,138 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:22,143 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:22,143 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:22,156 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:50:22,157 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:22,182 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:22,195 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:22,221 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:22,329 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:22,330 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:22,369 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:22,370 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:22,388 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:50:22,400 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:50:22,401 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:50:22,402 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:50:22,402 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:50:22,403 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:50:22,443 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:50:22,459 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:50:22,461 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:50:22,461 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:50:22,462 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:50:22,462 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:50:22,503 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:50:22,515 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:50:22,515 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:50:22,517 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:50:22,517 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:50:22,517 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:50:22,521 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:50:22,553 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-12 21:50:22,555 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:50:22,555 - 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-12 21:50:22,556 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_9 failed 2018-08-12 21:50:22,556 - 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-12 21:50:22,557 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-12 21:50:22,557 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-12 21:50:22,639 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-12 21:50:22,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:22,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:22,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:22,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:22,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:22,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:22,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:22,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:22,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:22,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:22,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:22,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:22,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:22,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:22,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:22,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:22,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:22,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:22,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:22,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:22,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:22,649 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 21:50:22,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-12 21:50:22,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b34cae12-4094-47de-8cb1-f13b1ccb229d 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-12 21:50:22,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b34cae12-4094-47de-8cb1-f13b1ccb229d 2018-08-12 21:50:22,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:50:23,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:50:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["MbkJ9vElRnWfUxUs1Etjjg"], "issued_at": "2018-08-12T21:50:22.000000Z"}} 2018-08-12 21:50:23,064 - 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}6842735940c4b47f903ed89d759b2e88523be178" 2018-08-12 21:50:23,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-2535d1c8-6e60-4d61-91c5-c7673d89c636 Date: Sun, 12 Aug 2018 21:50:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:50:23,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-2535d1c8-6e60-4d61-91c5-c7673d89c636 2018-08-12 21:50:23,772 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-12 21:50:23,776 - 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}6842735940c4b47f903ed89d759b2e88523be178" 2018-08-12 21:50:24,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-a823e877-ed74-42de-862e-49019f8e4c2a Date: Sun, 12 Aug 2018 21:50:24 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-12 21:50:24,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a823e877-ed74-42de-862e-49019f8e4c2a 2018-08-12 21:50:24,240 - 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}6842735940c4b47f903ed89d759b2e88523be178" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-12 21:50:24,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3d7ddbe8-5fed-4ec7-9b32-9c312186477c Date: Sun, 12 Aug 2018 21:50:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:50:24Z", "file": "/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "size": null, "self": "/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "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-12T21:50:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 21:50:24,550 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3d7ddbe8-5fed-4ec7-9b32-9c312186477c 2018-08-12 21:50:24,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6842735940c4b47f903ed89d759b2e88523be178" -d '' 2018-08-12 21:50:25,308 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-81ae12eb-3177-48a4-8202-8fc1f6207fe9 Date: Sun, 12 Aug 2018 21: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-12 21:50:25,309 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318/file used request id req-81ae12eb-3177-48a4-8202-8fc1f6207fe9 2018-08-12 21:50:25,309 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-08-12 21:50:25,309 - 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-12 21:50:25,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f8866d-bda8-48f1-9199-43d1a85beee8 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-12 21:50:25,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-57f8866d-bda8-48f1-9199-43d1a85beee8 2018-08-12 21:50:25,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:50:25,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:50:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["sZSZ2wPPQf6GAkvPYW9Scg"], "issued_at": "2018-08-12T21:50:25.000000Z"}} 2018-08-12 21:50:25,720 - 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}4364f5168e13cbcffb27a56d6e68b96c0b2afa3b" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-08-12 21:50:26,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-6dd81845-4ad1-4a33-8eed-ee67aba175f8 Date: Sun, 12 Aug 2018 21:50: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":"ae50c537-203a-4133-b85e-2f6632b7347c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:50:26Z","is_default":false,"provider:segmentation_id":92,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:26Z","mtu":1450}} 2018-08-12 21:50:26,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6dd81845-4ad1-4a33-8eed-ee67aba175f8 2018-08-12 21:50:26,223 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network ae50c537-203a-4133-b85e-2f6632b7347c with cidr 10.10.10.0/24 2018-08-12 21:50:26,229 - 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}4364f5168e13cbcffb27a56d6e68b96c0b2afa3b" -d '{"subnets": [{"ip_version": 4, "network_id": "ae50c537-203a-4133-b85e-2f6632b7347c", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-08-12 21:50:27,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-c48c378a-aea5-4e79-91a5-1860400d1e66 Date: Sun, 12 Aug 2018 21:50:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:26Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:50:26Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"5d292b5f-89a5-4858-8568-73ed05322648","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-08-12 21:50:27,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c48c378a-aea5-4e79-91a5-1860400d1e66 2018-08-12 21:50:27,462 - 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}4364f5168e13cbcffb27a56d6e68b96c0b2afa3b" 2018-08-12 21:50:27,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 46482 X-Openstack-Request-Id: req-8457910d-dfcd-4ec8-a934-2c300397682e Date: Sun, 12 Aug 2018 21:50:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "updated_at": "2018-08-12T21:48:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "42658bce-2516-4e66-8584-54e7affe8183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "770cd525-8255-4153-9277-df46f1f02d45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T21:48:27Z", "revision_number": 0, "id": "97e724af-05e0-4b05-8abb-02eb9d7eba48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:48:27Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 80, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "c85c7abd-a2ce-430e-8546-98f6c460139c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 5, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "31db2795-d336-4133-8c12-0b93ded5afd5", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 21:50:27,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-8457910d-dfcd-4ec8-a934-2c300397682e 2018-08-12 21:50:27,827 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-12 21:50:27,828 - 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-12 21:50:27,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e21c58c-8f27-4978-9833-5cbc8bc9ebb1 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-12 21:50:27,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0e21c58c-8f27-4978-9833-5cbc8bc9ebb1 2018-08-12 21:50:27,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:50:28,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["1AEPunHgSLe2pQag6Mz8DQ"], "issued_at": "2018-08-12T21:50:28.000000Z"}} 2018-08-12 21:50:28,249 - 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}e0b4730a9b7691ac4b474a22015a745c1cb84784" 2018-08-12 21:50:28,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50: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-50ac3304-2363-451c-8399-3427396fdb13 x-compute-request-id: req-50ac3304-2363-451c-8399-3427396fdb13 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "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.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": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 3, "hypervisor_type": "QEMU", "local_gb_used": 3, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5632, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "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": 3, "free_disk_gb": 244, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 26870, "id": 5}]} 2018-08-12 21:50:28,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-50ac3304-2363-451c-8399-3427396fdb13 2018-08-12 21:50:28,564 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-12 21:50:28,565 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-08-12 21:50:28,565 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=d31dd160-d6b7-42d2-8c7f-dc0e78868318 network=ae50c537-203a-4133-b85e-2f6632b7347c secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:50:28,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:28,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:28,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:28,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:28,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:28,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:28,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:28,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:28,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:28,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:28,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:28,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:28,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:28,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:28,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:28,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:28,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:28,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:28,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:28,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:28,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:28,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:28,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:28,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:28,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:28,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:28,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:28,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:28,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:28,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:28,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:28,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:28,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:28,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:28,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:28,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:28,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:28,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:28,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:28,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:28,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:28,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:28,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:28,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:28,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:28,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:28,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:28,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:28,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:28,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:28,577 - 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-12 21:50:28,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c742879b-dc1d-43c6-aea9-16be7c55cbed 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-12 21:50:28,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c742879b-dc1d-43c6-aea9-16be7c55cbed 2018-08-12 21:50:28,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:50:28,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["Di1C0W_LT-ehSLxK_EPOOQ"], "issued_at": "2018-08-12T21:50:28.000000Z"}} 2018-08-12 21:50:29,000 - 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}6bd6266764870c19d495379a310c8a562eeac241" 2018-08-12 21:50:29,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50: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-0d8fb3e7-0822-4d87-acbf-8005edced0f5 x-compute-request-id: req-0d8fb3e7-0822-4d87-acbf-8005edced0f5 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:50:29,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0d8fb3e7-0822-4d87-acbf-8005edced0f5 2018-08-12 21:50:29,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd6266764870c19d495379a310c8a562eeac241" 2018-08-12 21:50:29,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-99496770-b7c3-4a10-acec-4bd140b5c7f6 x-compute-request-id: req-99496770-b7c3-4a10-acec-4bd140b5c7f6 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:50:29,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-99496770-b7c3-4a10-acec-4bd140b5c7f6 2018-08-12 21:50:29,331 - 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}6bd6266764870c19d495379a310c8a562eeac241" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ae50c537-203a-4133-b85e-2f6632b7347c"}]}}' 2018-08-12 21:50:32,579 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21: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-3e6a9843-7f59-4242-b486-a47a41ec85e3 x-compute-request-id: req-3e6a9843-7f59-4242-b486-a47a41ec85e3 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "887906b2-f73f-45ad-93d5-786f91f7ae7e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "bookmark"}], "adminPass": "xU2U5JSBnGmC"}} 2018-08-12 21:50:32,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-3e6a9843-7f59-4242-b486-a47a41ec85e3 2018-08-12 21:50:32,581 - 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-12 21:50:32,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ce43df-678d-44ce-9143-cac693250f54 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-12 21:50:32,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d6ce43df-678d-44ce-9143-cac693250f54 2018-08-12 21:50:32,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:50:33,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:50:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["qMTcpfPJT0OoqyN91xmo8A"], "issued_at": "2018-08-12T21:50:32.000000Z"}} 2018-08-12 21:50:33,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569f27ba9e45972a6d6ab51a2801bd9d62edf1a9" 2018-08-12 21:50:33,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50: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-dfc0e33f-0565-4912-8a05-7c211c9bb440 x-compute-request-id: req-dfc0e33f-0565-4912-8a05-7c211c9bb440 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/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "887906b2-f73f-45ad-93d5-786f91f7ae7e", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:50:33Z", "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-12T21:50:32Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:50:33,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e used request id req-dfc0e33f-0565-4912-8a05-7c211c9bb440 2018-08-12 21:50:36,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569f27ba9e45972a6d6ab51a2801bd9d62edf1a9" 2018-08-12 21:50:38,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50: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-953ef3fa-cdbc-4473-8cfe-aae3b181a92c x-compute-request-id: req-953ef3fa-cdbc-4473-8cfe-aae3b181a92c 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/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "887906b2-f73f-45ad-93d5-786f91f7ae7e", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:50:34Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:50:32Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:50:38,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e used request id req-953ef3fa-cdbc-4473-8cfe-aae3b181a92c 2018-08-12 21:50:41,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569f27ba9e45972a6d6ab51a2801bd9d62edf1a9" 2018-08-12 21:50:42,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50: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-3c0ffc55-9ad4-4229-bfb4-02a1dcad3861 x-compute-request-id: req-3c0ffc55-9ad4-4229-bfb4-02a1dcad3861 Content-Encoding: gzip Content-Length: 777 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:87:0b:02", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "887906b2-f73f-45ad-93d5-786f91f7ae7e", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:50:34Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:50:32Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:50:42,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e used request id req-3c0ffc55-9ad4-4229-bfb4-02a1dcad3861 2018-08-12 21:50:45,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}569f27ba9e45972a6d6ab51a2801bd9d62edf1a9" 2018-08-12 21:50:46,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50: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-38d77b48-de91-4ba7-962e-1f6d4fe2611c x-compute-request-id: req-38d77b48-de91-4ba7-962e-1f6d4fe2611c Content-Encoding: gzip Content-Length: 780 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:87:0b:02", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2018-08-12T21:50:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "887906b2-f73f-45ad-93d5-786f91f7ae7e", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:50:41Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:50:32Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:50:46,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e used request id req-38d77b48-de91-4ba7-962e-1f6d4fe2611c 2018-08-12 21:50:46,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd6266764870c19d495379a310c8a562eeac241" 2018-08-12 21:50:48,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-0704ce65-2325-46a3-82d4-079aa43f65ab x-compute-request-id: req-0704ce65-2325-46a3-82d4-079aa43f65ab Content-Encoding: gzip Content-Length: 780 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:87:0b:02", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2018-08-12T21:50:41.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "887906b2-f73f-45ad-93d5-786f91f7ae7e", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:50:41Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:50:32Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:50:48,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e used request id req-0704ce65-2325-46a3-82d4-079aa43f65ab 2018-08-12 21:50:48,133 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.10'. 2018-08-12 21:50:48,134 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-08-12 21:50:48,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0b4730a9b7691ac4b474a22015a745c1cb84784" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:50:50,514 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:50: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-fa4728a4-12e1-4ac0-9af2-8446469e6163 x-compute-request-id: req-fa4728a4-12e1-4ac0-9af2-8446469e6163 Content-Length: 0 Content-Type: application/json 2018-08-12 21:50:50,514 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/887906b2-f73f-45ad-93d5-786f91f7ae7e/action used request id req-fa4728a4-12e1-4ac0-9af2-8446469e6163 2018-08-12 21:50:50,515 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-08-12 21:50:50,515 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=d31dd160-d6b7-42d2-8c7f-dc0e78868318 network=ae50c537-203a-4133-b85e-2f6632b7347c secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 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-12 21:50:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:50,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:50,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:50,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:50,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:50,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:50,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:50,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:50,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:50,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:50,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:50,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:50,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:50,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:50,527 - 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-12 21:50:50,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-563e5ef1-f145-407f-84f7-ec2798adf017 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-12 21:50:50,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-563e5ef1-f145-407f-84f7-ec2798adf017 2018-08-12 21:50:50,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:50:50,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:50:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["q311C4nsScanuK8n1D9iLw"], "issued_at": "2018-08-12T21:50:50.000000Z"}} 2018-08-12 21:50:50,954 - 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}64e81bae06a64dfb43fdf1e805c6acfcb1239fd6" 2018-08-12 21:50:51,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50: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-9b8e2951-7e58-4612-9322-e2e5860fa9fc x-compute-request-id: req-9b8e2951-7e58-4612-9322-e2e5860fa9fc Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:50:51,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9b8e2951-7e58-4612-9322-e2e5860fa9fc 2018-08-12 21:50:51,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e81bae06a64dfb43fdf1e805c6acfcb1239fd6" 2018-08-12 21:50:51,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-c1dcbf1d-c356-4368-a6ba-34cea77d24e7 x-compute-request-id: req-c1dcbf1d-c356-4368-a6ba-34cea77d24e7 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:50:51,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-c1dcbf1d-c356-4368-a6ba-34cea77d24e7 2018-08-12 21:50:51,258 - 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}64e81bae06a64dfb43fdf1e805c6acfcb1239fd6" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ae50c537-203a-4133-b85e-2f6632b7347c"}], "config_drive": true}}' 2018-08-12 21:50:54,058 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21: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 x-openstack-request-id: req-7478d3ee-49fe-4f43-af21-7d73863402b7 x-compute-request-id: req-7478d3ee-49fe-4f43-af21-7d73863402b7 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "01e4fbb4-b167-4991-915a-8f5c0e92f163", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163", "rel": "bookmark"}], "adminPass": "yc92xGJ8wUqr"}} 2018-08-12 21:50:54,059 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-7478d3ee-49fe-4f43-af21-7d73863402b7 2018-08-12 21:50:54,060 - 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-12 21:50:54,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b097746f-2ceb-4ada-8b99-19c713d409e8 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-12 21:50:54,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b097746f-2ceb-4ada-8b99-19c713d409e8 2018-08-12 21:50:54,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:50:54,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:50:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["6RZcT2N4RxCt5_pzes-mDg"], "issued_at": "2018-08-12T21:50:54.000000Z"}} 2018-08-12 21:50:54,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849e0bec5ca0225d83ffa3b707fb7009ecc8fb91" 2018-08-12 21:50:55,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-e34967cd-8126-4ef2-8aea-ab39d81a438c x-compute-request-id: req-e34967cd-8126-4ef2-8aea-ab39d81a438c 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/01e4fbb4-b167-4991-915a-8f5c0e92f163", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "01e4fbb4-b167-4991-915a-8f5c0e92f163", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:50:54Z", "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-12T21:50:54Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:50:55,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163 used request id req-e34967cd-8126-4ef2-8aea-ab39d81a438c 2018-08-12 21:50:58,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849e0bec5ca0225d83ffa3b707fb7009ecc8fb91" 2018-08-12 21:50:58,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:50: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-43b5efec-2f6d-4540-a33a-332f7a73443a x-compute-request-id: req-43b5efec-2f6d-4540-a33a-332f7a73443a Content-Encoding: gzip Content-Length: 1076 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/01e4fbb4-b167-4991-915a-8f5c0e92f163", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "01e4fbb4-b167-4991-915a-8f5c0e92f163", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:50:56Z", "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-12T21:50:54Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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-12T21:50:56Z"}, "metadata": {}}} 2018-08-12 21:50:58,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/01e4fbb4-b167-4991-915a-8f5c0e92f163 used request id req-43b5efec-2f6d-4540-a33a-332f7a73443a 2018-08-12 21:50:58,735 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-10-1 went to ERROR status. 2018-08-12 21:50:58,735 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-12 21:50:58,736 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_10: Error while booting instance sdnvpn-10-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_10.py", line 125, 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-10-1 2018-08-12 21:50:58,736 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_10 failed 2018-08-12 21:50:58,737 - 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-12 21:50:58,737 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-12 21:50:58,737 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-12 21:50:58,826 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-12 21:50:58,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:58,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:58,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:58,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:58,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:58,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:58,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:58,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:58,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:58,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:58,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:58,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:58,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:58,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:58,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:58,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:58,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:58,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:58,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:58,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:58,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:58,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 21:50:58,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:50:58,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:50:58,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:50:58,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:50:58,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:50:58,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:50:58,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:50:58,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:50:58,837 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 21:50:58,839 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c759c90L 2018-08-12 21:50:58,839 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:50:58,864 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:50:58,865 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:50:58,870 - 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-12 21:50:58,870 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:50:58,870 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:50:58,870 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:50:58,870 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:50:58,870 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:50:58,878 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:50:58,879 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:50:58,903 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.28: fa3672edd01bf5edce20e1b9e3bdc10f 2018-08-12 21:50:58,904 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:50:58,919 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:50:58,955 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:50:58,968 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:50:59,209 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:50:59,210 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:50:59,248 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:50:59,249 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:50:59,277 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:04,581 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:04,583 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:04,585 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d3e3d50L 2018-08-12 21:51:04,585 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:04,602 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:04,602 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:04,605 - 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-12 21:51:04,605 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:04,605 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:04,605 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:04,606 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:04,606 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:04,611 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:04,611 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:04,617 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:51:04,617 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:04,650 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:04,665 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:04,682 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:04,806 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:04,806 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:04,845 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:04,846 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:04,851 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:04,864 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:04,865 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:04,866 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:04,867 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:04,867 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:04,909 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:04,926 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:04,928 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:04,929 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:04,930 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:04,930 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:04,971 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:04,983 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:04,984 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:04,986 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c729ed0L 2018-08-12 21:51:04,987 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:04,998 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:04,998 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:05,001 - 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-12 21:51:05,001 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:05,001 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:05,001 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:05,002 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:05,002 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:05,006 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:05,007 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:05,018 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:51:05,019 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:05,046 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:05,061 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:05,083 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:05,192 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:05,192 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:05,231 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:05,231 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:05,252 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:05,266 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:05,267 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:05,268 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:05,269 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:05,269 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:05,310 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:05,326 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:05,328 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:05,329 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:05,330 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:05,330 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:05,371 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:05,384 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:05,385 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:05,388 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c73c390L 2018-08-12 21:51:05,388 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:05,400 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:05,400 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:05,403 - 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-12 21:51:05,403 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:05,403 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:05,403 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:05,404 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:05,404 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:05,409 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:05,410 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:05,419 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:51:05,420 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:05,449 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:05,462 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:05,485 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:05,606 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:05,606 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:05,645 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:05,646 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:05,654 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:05,666 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:05,667 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:05,669 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:05,669 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:05,669 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:05,710 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:05,725 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:05,727 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:05,728 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:05,728 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:05,728 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:05,770 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:05,781 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:05,783 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:05,784 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c746a10L 2018-08-12 21:51:05,785 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:05,794 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:05,794 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:05,796 - 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-12 21:51:05,797 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:05,797 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:05,797 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:05,797 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:05,797 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:05,802 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:05,803 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:05,816 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:51:05,817 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:05,842 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:05,854 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:05,882 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:05,982 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:05,982 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:06,021 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:06,022 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:06,049 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:06,061 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:06,062 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:06,062 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:06,063 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:06,063 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:06,104 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:06,118 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:06,120 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:06,120 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:06,121 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:06,121 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:06,161 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:06,171 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:06,173 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:06,175 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c72fc90L 2018-08-12 21:51:06,176 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:06,187 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:06,187 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:06,190 - 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-12 21:51:06,190 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:06,190 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:06,191 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:06,191 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:06,191 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:06,195 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:06,196 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:06,207 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:51:06,208 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:06,235 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:06,247 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:06,272 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:06,379 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:06,379 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:06,418 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:06,419 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:06,440 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:06,452 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:06,453 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:06,453 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:06,454 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:06,455 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:06,496 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:06,511 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:06,512 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:06,513 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:06,513 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:06,514 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:06,554 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:06,565 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:06,566 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:06,566 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:06,568 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:06,568 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:06,575 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:11,207 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:11,209 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:11,211 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c757e90L 2018-08-12 21:51:11,211 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:11,221 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:11,221 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:11,224 - 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-12 21:51:11,224 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:11,224 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:11,224 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:11,224 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:11,225 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:11,229 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:11,230 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:11,243 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:51:11,243 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:11,269 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:11,283 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:11,307 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:11,416 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:11,416 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:11,456 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:11,457 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:11,476 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:11,490 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:11,491 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:11,492 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:11,493 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:11,493 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:11,534 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:11,551 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:11,552 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:11,553 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:11,554 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:11,554 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:11,595 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:11,607 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:11,608 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:11,610 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c733490L 2018-08-12 21:51:11,610 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:11,619 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:11,619 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:11,621 - 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-12 21:51:11,622 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:11,622 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:11,622 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:11,622 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:11,622 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:11,627 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:11,628 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:11,642 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:51:11,642 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:11,667 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:11,680 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:11,706 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:11,812 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:11,812 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:11,851 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:11,852 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:11,875 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:11,889 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:11,890 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:11,891 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:11,892 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:11,892 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:11,934 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:11,951 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:11,953 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:11,953 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:11,954 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:11,954 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:11,995 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:12,007 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:12,009 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:12,011 - paramiko.transport - DEBUG - starting thread (client mode): 0x5bba9510L 2018-08-12 21:51:12,012 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:12,021 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:12,021 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:12,024 - 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-12 21:51:12,024 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:12,024 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:12,024 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:12,025 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:12,025 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:12,029 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:12,030 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:12,043 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:51:12,044 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:12,069 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:12,085 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:12,108 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:12,234 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:12,234 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:12,273 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:12,274 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:12,314 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:12,328 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:12,329 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:12,330 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:12,331 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:12,331 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:12,372 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:12,390 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:12,392 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:12,392 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:12,393 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:12,393 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:12,434 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:12,445 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:12,447 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:12,448 - paramiko.transport - DEBUG - starting thread (client mode): 0x5bba9e10L 2018-08-12 21:51:12,449 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:12,457 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:12,457 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:12,459 - 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-12 21:51:12,460 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:12,460 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:12,460 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:12,460 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:12,460 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:12,465 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:12,466 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:12,480 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:51:12,481 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:12,505 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:12,518 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:12,546 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:12,647 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:12,647 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:12,687 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:12,688 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:12,713 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:12,724 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:12,725 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:12,726 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:12,727 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:12,727 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:12,768 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:12,783 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:12,784 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:12,785 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:12,785 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:12,786 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:12,826 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:12,837 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:12,839 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:12,840 - paramiko.transport - DEBUG - starting thread (client mode): 0x5bbb9e50L 2018-08-12 21:51:12,841 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:51:12,847 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:51:12,847 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:51:12,849 - 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-12 21:51:12,849 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:51:12,849 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:51:12,849 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:51:12,849 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:51:12,849 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:51:12,854 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:51:12,855 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:51:12,856 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:51:12,857 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:51:12,893 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:51:12,907 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:51:12,921 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:51:13,029 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:51:13,029 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:51:13,068 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:51:13,069 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:51:13,088 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:51:13,099 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:51:13,100 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:51:13,101 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:51:13,102 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:51:13,102 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:51:13,142 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:51:13,156 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:51:13,158 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:51:13,159 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:51:13,159 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:51:13,160 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:51:13,200 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:51:13,211 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:51:13,211 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:51:13,212 - 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-12 21:51:13,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98759656-5580-4e14-b318-3a34f78676b3 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-12 21:51:13,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-98759656-5580-4e14-b318-3a34f78676b3 2018-08-12 21:51:13,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:51:13,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["Lt2NjZHhQHSqVFX27dynPg"], "issued_at": "2018-08-12T21:51:13.000000Z"}} 2018-08-12 21:51:13,710 - 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}b8d4d1ef3fb098748245cec7f5d3e79a0d7e88c6" 2018-08-12 21:51:14,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1107 Content-Type: application/json X-Openstack-Request-Id: req-2b43a81f-1ce0-442a-b711-b16cfaa0bf5e Date: Sun, 12 Aug 2018 21:51:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:50:25Z", "file": "/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "size": 12716032, "self": "/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "visibility": "public", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318/snap", "metadata": {}}], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-12T21:50:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:51:14,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-2b43a81f-1ce0-442a-b711-b16cfaa0bf5e 2018-08-12 21:51:14,397 - 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}b8d4d1ef3fb098748245cec7f5d3e79a0d7e88c6" 2018-08-12 21:51:14,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-b14783c1-d98e-4806-b043-dc7ce0507ade Date: Sun, 12 Aug 2018 21:51:14 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-12 21:51:14,654 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b14783c1-d98e-4806-b043-dc7ce0507ade 2018-08-12 21:51:14,658 - sdnvpn.lib.openstack_utils - INFO - Image sdnvpn-image already exists. 2018-08-12 21:51:14,658 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-08-12 21:51:14,658 - 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-12 21:51:14,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed82780-bf45-464e-a8d4-f5eb290d058b 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-12 21:51:14,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4ed82780-bf45-464e-a8d4-f5eb290d058b 2018-08-12 21:51:14,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:51:15,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["6CvBNwCHQKKr-ca57Zn0ag"], "issued_at": "2018-08-12T21:51:15.000000Z"}} 2018-08-12 21:51:15,090 - 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}510ddc70aaaa66faac6f6f103a6c94b821e3d1db" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-08-12 21:51:15,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-ce8ec480-d50d-4c10-95a6-e550aadc4d5a Date: Sun, 12 Aug 2018 21:51: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":"96f2201f-4b66-41de-9aac-b6425a2551c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:51:15Z","is_default":false,"provider:segmentation_id":28,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:51:15Z","mtu":1450}} 2018-08-12 21:51:15,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ce8ec480-d50d-4c10-95a6-e550aadc4d5a 2018-08-12 21:51:15,870 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 96f2201f-4b66-41de-9aac-b6425a2551c0 with cidr 10.10.10.0/24 2018-08-12 21:51:15,875 - 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}510ddc70aaaa66faac6f6f103a6c94b821e3d1db" -d '{"subnets": [{"ip_version": 4, "network_id": "96f2201f-4b66-41de-9aac-b6425a2551c0", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-08-12 21:51:17,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-0a622b4e-43c8-42b3-b204-b21a70e63665 Date: Sun, 12 Aug 2018 21:51:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96f2201f-4b66-41de-9aac-b6425a2551c0","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:51:16Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:51:16Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"a9140306-7c04-4bb3-9ee0-35463e98f9aa","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-08-12 21:51:17,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-0a622b4e-43c8-42b3-b204-b21a70e63665 2018-08-12 21:51:17,014 - 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}510ddc70aaaa66faac6f6f103a6c94b821e3d1db" 2018-08-12 21:51:17,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 46482 X-Openstack-Request-Id: req-d39b0fd0-d2ec-415a-8083-fe84f21c8031 Date: Sun, 12 Aug 2018 21:51:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "updated_at": "2018-08-12T21:48:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "42658bce-2516-4e66-8584-54e7affe8183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "770cd525-8255-4153-9277-df46f1f02d45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T21:48:27Z", "revision_number": 0, "id": "97e724af-05e0-4b05-8abb-02eb9d7eba48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:48:27Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 80, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "c85c7abd-a2ce-430e-8546-98f6c460139c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 5, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "31db2795-d336-4133-8c12-0b93ded5afd5", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 21:51:17,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-d39b0fd0-d2ec-415a-8083-fe84f21c8031 2018-08-12 21:51:17,389 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-12 21:51:17,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-12 21:51:17,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-970d939a-6dda-469a-b2f9-dca009d5a6ce 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-12 21:51:17,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-970d939a-6dda-469a-b2f9-dca009d5a6ce 2018-08-12 21:51:17,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:51:17,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["WT1gYgrqTNG67HU8Tk2yAg"], "issued_at": "2018-08-12T21:51:17.000000Z"}} 2018-08-12 21:51:17,805 - 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}a5a679eb42e750243013fb0dbc6559fe102028be" 2018-08-12 21:51:18,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51: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-e40cef31-9b28-419a-a6dd-a11a2bd84224 x-compute-request-id: req-e40cef31-9b28-419a-a6dd-a11a2bd84224 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "vcpus_used": 3, "hypervisor_type": "QEMU", "local_gb_used": 3, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 5632, "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": 3, "free_disk_gb": 244, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 26870, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 3, "hypervisor_type": "QEMU", "local_gb_used": 3, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5632, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "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": 3, "free_disk_gb": 244, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 26870, "id": 5}]} 2018-08-12 21:51:18,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-e40cef31-9b28-419a-a6dd-a11a2bd84224 2018-08-12 21:51:18,118 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:51:18,119 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:51:18,119 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:51:18,121 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:51:18,147 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-12 21:51:18,148 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:51:18,149 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:51:18,150 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:51:18,150 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:51:18,191 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:51:18,210 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:51:18,212 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:51:18,212 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:51:18,213 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:51:18,213 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:51:18,217 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:51:18,243 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-12 21:51:18,244 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:51:18,245 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:51:18,246 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:51:18,246 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:51:18,286 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:51:18,306 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:51:18,306 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-08-12 21:51:18,307 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=d31dd160-d6b7-42d2-8c7f-dc0e78868318 network=96f2201f-4b66-41de-9aac-b6425a2551c0 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:51:18,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:51:18,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:51:18,308 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:51:18,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:51:18,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:51:18,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:51:18,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:51:18,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:51:18,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:51:18,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:51:18,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:51:18,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:51:18,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:51:18,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:51:18,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:51:18,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:51:18,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:51:18,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:51:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:51:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:51:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:51:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:51:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:51:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:51:18,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:51:18,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:51:18,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:51:18,319 - 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-12 21:51:18,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-511cadc5-db1a-4aa3-8301-e13222b5627e 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-12 21:51:18,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-511cadc5-db1a-4aa3-8301-e13222b5627e 2018-08-12 21:51:18,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:51:18,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:51:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["klJE3Uc3Slek6As5XiozEg"], "issued_at": "2018-08-12T21:51:18.000000Z"}} 2018-08-12 21:51:18,743 - 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}5d8c44ef57163c2e7d98f333cc538b88d5c33632" 2018-08-12 21:51:19,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-dd7d458b-759a-4281-a84b-a3a38fe2d6f2 x-compute-request-id: req-dd7d458b-759a-4281-a84b-a3a38fe2d6f2 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:51:19,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-dd7d458b-759a-4281-a84b-a3a38fe2d6f2 2018-08-12 21:51:19,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8c44ef57163c2e7d98f333cc538b88d5c33632" 2018-08-12 21:51:19,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51: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-f832c339-73ed-4cd1-9180-f1bedd4c8708 x-compute-request-id: req-f832c339-73ed-4cd1-9180-f1bedd4c8708 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:51:19,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-f832c339-73ed-4cd1-9180-f1bedd4c8708 2018-08-12 21:51:19,038 - 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}5d8c44ef57163c2e7d98f333cc538b88d5c33632" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "96f2201f-4b66-41de-9aac-b6425a2551c0"}]}}' 2018-08-12 21:51:22,892 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:51: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-ec7bb87a-64f7-4a21-9bcb-9dd37830ac48 x-compute-request-id: req-ec7bb87a-64f7-4a21-9bcb-9dd37830ac48 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "bookmark"}], "adminPass": "cLwuiZ46mvLL"}} 2018-08-12 21:51:22,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ec7bb87a-64f7-4a21-9bcb-9dd37830ac48 2018-08-12 21:51:22,893 - 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-12 21:51:22,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76979cfd-fd21-43b1-9141-513443303f69 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-12 21:51:22,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-76979cfd-fd21-43b1-9141-513443303f69 2018-08-12 21:51:22,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:51:23,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["1_0nzmZWSpKMC6eShiASyQ"], "issued_at": "2018-08-12T21:51:23.000000Z"}} 2018-08-12 21:51:23,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb9bff5247188e037dda3365abf9ddf9557e7b05" 2018-08-12 21:51:24,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-b39bf45c-a497-427e-a803-f9e9b064415f x-compute-request-id: req-b39bf45c-a497-427e-a803-f9e9b064415f 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/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:51:23Z", "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-12T21:51:22Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:24,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 used request id req-b39bf45c-a497-427e-a803-f9e9b064415f 2018-08-12 21:51:27,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb9bff5247188e037dda3365abf9ddf9557e7b05" 2018-08-12 21:51:28,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51: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-abcd5782-920f-45cd-9c09-6b769325b482 x-compute-request-id: req-abcd5782-920f-45cd-9c09-6b769325b482 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/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:51:25Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-11-2", "created": "2018-08-12T21:51:22Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:28,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 used request id req-abcd5782-920f-45cd-9c09-6b769325b482 2018-08-12 21:51:31,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb9bff5247188e037dda3365abf9ddf9557e7b05" 2018-08-12 21:51:32,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-f47d1c26-a6f5-4123-a734-78fd8339d8fa x-compute-request-id: req-f47d1c26-a6f5-4123-a734-78fd8339d8fa Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:13:83", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:51:25Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-11-2", "created": "2018-08-12T21:51:22Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:32,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 used request id req-f47d1c26-a6f5-4123-a734-78fd8339d8fa 2018-08-12 21:51:35,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb9bff5247188e037dda3365abf9ddf9557e7b05" 2018-08-12 21:51:36,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51: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-7b607c16-794a-451c-b3f5-1afbda7690db x-compute-request-id: req-7b607c16-794a-451c-b3f5-1afbda7690db Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:13:83", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018b", "OS-SRV-USG:launched_at": "2018-08-12T21:51:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:51:31Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-11-2", "created": "2018-08-12T21:51:22Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:36,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 used request id req-7b607c16-794a-451c-b3f5-1afbda7690db 2018-08-12 21:51:36,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8c44ef57163c2e7d98f333cc538b88d5c33632" 2018-08-12 21:51:38,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51: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-fb9476b0-11ef-4fec-b734-ee83f190e16d x-compute-request-id: req-fb9476b0-11ef-4fec-b734-ee83f190e16d Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:13:83", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018b", "OS-SRV-USG:launched_at": "2018-08-12T21:51:31.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "2c1c1a88-9df8-4f7b-9ecb-4f857605a628", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:51:31Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-11-2", "created": "2018-08-12T21:51:22Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:38,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628 used request id req-fb9476b0-11ef-4fec-b734-ee83f190e16d 2018-08-12 21:51:38,576 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.11'. 2018-08-12 21:51:38,576 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-08-12 21:51:38,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5a679eb42e750243013fb0dbc6559fe102028be" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:51:40,147 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:51: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-32b8d12e-1751-4805-b68a-80c1e283c081 x-compute-request-id: req-32b8d12e-1751-4805-b68a-80c1e283c081 Content-Length: 0 Content-Type: application/json 2018-08-12 21:51:40,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628/action used request id req-32b8d12e-1751-4805-b68a-80c1e283c081 2018-08-12 21:51:40,148 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-08-12 21:51:40,148 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=d31dd160-d6b7-42d2-8c7f-dc0e78868318 network=96f2201f-4b66-41de-9aac-b6425a2551c0 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:51:40,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:51:40,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:51:40,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:51:40,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:51:40,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:51:40,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:51:40,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:51:40,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:51:40,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:51:40,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:51:40,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:51:40,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:51:40,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:51:40,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:51:40,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:51:40,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:51:40,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:51:40,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:51:40,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:51:40,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:51:40,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:51:40,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:51:40,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:51:40,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:51:40,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:51:40,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:51:40,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:51:40,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:51:40,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:51:40,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:51:40,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:51:40,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:51:40,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:51:40,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:51:40,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:51:40,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:51:40,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:51:40,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:51:40,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:51:40,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:51:40,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:51:40,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:51:40,155 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:51:40,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:51:40,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:51:40,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:51:40,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:51:40,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:51:40,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:51:40,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:51:40,159 - 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-12 21:51:40,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b8294b-9b4f-4522-a4d0-cd5ffa239486 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-12 21:51:40,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c5b8294b-9b4f-4522-a4d0-cd5ffa239486 2018-08-12 21:51:40,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:51:40,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:51:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["gRDsS0PuSRa7u62oAZ86Fg"], "issued_at": "2018-08-12T21:51:40.000000Z"}} 2018-08-12 21:51:40,593 - 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}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" 2018-08-12 21:51:40,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-1265f6f8-a25c-483f-b60c-1472029dcc5d x-compute-request-id: req-1265f6f8-a25c-483f-b60c-1472029dcc5d Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:51:40,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1265f6f8-a25c-483f-b60c-1472029dcc5d 2018-08-12 21:51:40,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" 2018-08-12 21:51:40,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-8f9b7580-f761-40cb-9167-243bb9e29e7b x-compute-request-id: req-8f9b7580-f761-40cb-9167-243bb9e29e7b 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:51:40,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-8f9b7580-f761-40cb-9167-243bb9e29e7b 2018-08-12 21:51:40,902 - 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}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "96f2201f-4b66-41de-9aac-b6425a2551c0"}]}}' 2018-08-12 21:51:44,746 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21: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 x-openstack-request-id: req-e26d051d-61f1-4fba-83cf-03928a27a2e2 x-compute-request-id: req-e26d051d-61f1-4fba-83cf-03928a27a2e2 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d4431f83-a328-4ea8-b27c-61f4e0679ec1", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "bookmark"}], "adminPass": "Gw3GB7TSe99v"}} 2018-08-12 21:51:44,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-e26d051d-61f1-4fba-83cf-03928a27a2e2 2018-08-12 21:51:44,747 - 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-12 21:51:44,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a8107d-db02-40e8-99cd-383e3252f1e5 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-12 21:51:44,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-42a8107d-db02-40e8-99cd-383e3252f1e5 2018-08-12 21:51:44,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:51:45,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:51:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["fOUUgF-ySjG_wXkr5fIVPg"], "issued_at": "2018-08-12T21:51:45.000000Z"}} 2018-08-12 21:51:45,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55a2464237b2ce7cfd5ba967650d3ecb81609829" 2018-08-12 21:51:45,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51: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-0b3c0b86-b706-48c4-9c7e-75d26ff69816 x-compute-request-id: req-0b3c0b86-b706-48c4-9c7e-75d26ff69816 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/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d4431f83-a328-4ea8-b27c-61f4e0679ec1", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:51: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-11-1", "created": "2018-08-12T21:51:44Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:45,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 used request id req-0b3c0b86-b706-48c4-9c7e-75d26ff69816 2018-08-12 21:51:48,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55a2464237b2ce7cfd5ba967650d3ecb81609829" 2018-08-12 21:51:49,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-7514193b-0cd0-4690-9616-cdabea7bcda7 x-compute-request-id: req-7514193b-0cd0-4690-9616-cdabea7bcda7 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/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d4431f83-a328-4ea8-b27c-61f4e0679ec1", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:51:47Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-11-1", "created": "2018-08-12T21:51:44Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:49,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 used request id req-7514193b-0cd0-4690-9616-cdabea7bcda7 2018-08-12 21:51:52,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55a2464237b2ce7cfd5ba967650d3ecb81609829" 2018-08-12 21:51:54,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51: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-30b093cb-55bf-488c-a9e0-d762efd59603 x-compute-request-id: req-30b093cb-55bf-488c-a9e0-d762efd59603 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:65:99", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018e", "OS-SRV-USG:launched_at": "2018-08-12T21:51:51.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d4431f83-a328-4ea8-b27c-61f4e0679ec1", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:51:51Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-11-1", "created": "2018-08-12T21:51:44Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:54,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 used request id req-30b093cb-55bf-488c-a9e0-d762efd59603 2018-08-12 21:51:54,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" 2018-08-12 21:51:55,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-8d2ebd0b-8947-4bd1-888a-52a172690d6c x-compute-request-id: req-8d2ebd0b-8947-4bd1-888a-52a172690d6c Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:65:99", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1", "rel": "bookmark"}], "image": {"id": "d31dd160-d6b7-42d2-8c7f-dc0e78868318", "links": [{"href": "http://172.30.9.23:8774/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000018e", "OS-SRV-USG:launched_at": "2018-08-12T21:51:51.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "d4431f83-a328-4ea8-b27c-61f4e0679ec1", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:51:51Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-11-1", "created": "2018-08-12T21:51:44Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:51:55,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1 used request id req-8d2ebd0b-8947-4bd1-888a-52a172690d6c 2018-08-12 21:51:55,043 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.5'. 2018-08-12 21:51:55,043 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-08-12 21:51:55,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5a679eb42e750243013fb0dbc6559fe102028be" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:51:56,963 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:51: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-8511a31b-ad8b-4244-b1b0-5305f677ba90 x-compute-request-id: req-8511a31b-ad8b-4244-b1b0-5305f677ba90 Content-Length: 0 Content-Type: application/json 2018-08-12 21:51:56,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-8511a31b-ad8b-4244-b1b0-5305f677ba90 2018-08-12 21:51:56,964 - sdnvpn_test_utils - INFO - Waiting for instance d4431f83-a328-4ea8-b27c-61f4e0679ec1 to boot up 2018-08-12 21:51:56,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:51:57,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:51: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-2d798e0d-d21c-49a8-9516-c214f54acc96 x-compute-request-id: req-2d798e0d-d21c-49a8-9516-c214f54acc96 Content-Encoding: gzip Content-Length: 9420 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\n"} 2018-08-12 21:51:57,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-2d798e0d-d21c-49a8-9516-c214f54acc96 2018-08-12 21:51:59,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:51:59,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-7a7ac968-0430-4bf3-9b94-d62c0df9b080 x-compute-request-id: req-7a7ac968-0430-4bf3-9b94-d62c0df9b080 Content-Encoding: gzip Content-Length: 9998 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:51:59,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-7a7ac968-0430-4bf3-9b94-d62c0df9b080 2018-08-12 21:52:01,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:01,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-100bbe8b-752d-4a70-a9ce-46c35c8ef062 x-compute-request-id: req-100bbe8b-752d-4a70-a9ce-46c35c8ef062 Content-Encoding: gzip Content-Length: 9998 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:01,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-100bbe8b-752d-4a70-a9ce-46c35c8ef062 2018-08-12 21:52:03,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:03,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-015cfbea-202f-44e1-bd0d-1b155c4ecf85 x-compute-request-id: req-015cfbea-202f-44e1-bd0d-1b155c4ecf85 Content-Encoding: gzip Content-Length: 9998 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:03,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-015cfbea-202f-44e1-bd0d-1b155c4ecf85 2018-08-12 21:52:05,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:05,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-a17d54e4-c54a-457c-bc8c-40b02146d4a8 x-compute-request-id: req-a17d54e4-c54a-457c-bc8c-40b02146d4a8 Content-Encoding: gzip Content-Length: 9998 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:05,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-a17d54e4-c54a-457c-bc8c-40b02146d4a8 2018-08-12 21:52:07,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:07,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-ef1ce685-7ba4-419f-bc6b-399c99641ae8 x-compute-request-id: req-ef1ce685-7ba4-419f-bc6b-399c99641ae8 Content-Encoding: gzip Content-Length: 9998 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:07,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-ef1ce685-7ba4-419f-bc6b-399c99641ae8 2018-08-12 21:52:09,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:09,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-f1b9d1c4-ee96-4d83-81f6-e8b05a560168 x-compute-request-id: req-f1b9d1c4-ee96-4d83-81f6-e8b05a560168 Content-Encoding: gzip Content-Length: 9998 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:09,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-f1b9d1c4-ee96-4d83-81f6-e8b05a560168 2018-08-12 21:52:11,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:11,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-57e0b074-a3ba-4e7a-bbee-f0b69142889c x-compute-request-id: req-57e0b074-a3ba-4e7a-bbee-f0b69142889c Content-Encoding: gzip Content-Length: 9998 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:11,730 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-57e0b074-a3ba-4e7a-bbee-f0b69142889c 2018-08-12 21:52:13,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:13,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-462d7141-6aea-44d3-a07a-ea8f160bf855 x-compute-request-id: req-462d7141-6aea-44d3-a07a-ea8f160bf855 Content-Encoding: gzip Content-Length: 10069 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:13,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-462d7141-6aea-44d3-a07a-ea8f160bf855 2018-08-12 21:52:15,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:15,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-5cbcb9c3-b006-46ba-bb30-d779dd47467d x-compute-request-id: req-5cbcb9c3-b006-46ba-bb30-d779dd47467d Content-Encoding: gzip Content-Length: 10069 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:15,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-5cbcb9c3-b006-46ba-bb30-d779dd47467d 2018-08-12 21:52:17,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:18,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-0b2d1d51-4932-4fa5-929b-bad42bfd953a x-compute-request-id: req-0b2d1d51-4932-4fa5-929b-bad42bfd953a Content-Encoding: gzip Content-Length: 10069 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:18,027 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-0b2d1d51-4932-4fa5-929b-bad42bfd953a 2018-08-12 21:52:20,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:20,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-7fbd730a-d3a6-4f6a-9987-8bbc3e4ab5de x-compute-request-id: req-7fbd730a-d3a6-4f6a-9987-8bbc3e4ab5de Content-Encoding: gzip Content-Length: 10069 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:20,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-7fbd730a-d3a6-4f6a-9987-8bbc3e4ab5de 2018-08-12 21:52:22,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:22,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-a0f5b0f8-0b70-48cd-a5fb-64ade5564c38 x-compute-request-id: req-a0f5b0f8-0b70-48cd-a5fb-64ade5564c38 Content-Encoding: gzip Content-Length: 10069 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:22,216 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-a0f5b0f8-0b70-48cd-a5fb-64ade5564c38 2018-08-12 21:52:24,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:24,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-26df766b-a724-4637-bfd9-426a94ac7058 x-compute-request-id: req-26df766b-a724-4637-bfd9-426a94ac7058 Content-Encoding: gzip Content-Length: 10069 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:24,308 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-26df766b-a724-4637-bfd9-426a94ac7058 2018-08-12 21:52:26,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:26,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-eb3ee7ad-4d13-4107-8251-0ec8cb2e224e x-compute-request-id: req-eb3ee7ad-4d13-4107-8251-0ec8cb2e224e Content-Encoding: gzip Content-Length: 10086 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:26,398 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-eb3ee7ad-4d13-4107-8251-0ec8cb2e224e 2018-08-12 21:52:28,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:28,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-5a15c9f5-3a35-4666-9b56-2bb4855fb2ab x-compute-request-id: req-5a15c9f5-3a35-4666-9b56-2bb4855fb2ab Content-Encoding: gzip Content-Length: 10086 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:28,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-5a15c9f5-3a35-4666-9b56-2bb4855fb2ab 2018-08-12 21:52:30,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:30,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-d7f36e3b-8b93-45de-b53f-288340731420 x-compute-request-id: req-d7f36e3b-8b93-45de-b53f-288340731420 Content-Encoding: gzip Content-Length: 10086 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:30,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-d7f36e3b-8b93-45de-b53f-288340731420 2018-08-12 21:52:32,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:32,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-c7ed3315-fdb6-4b09-b2e3-b8f8c7c2f551 x-compute-request-id: req-c7ed3315-fdb6-4b09-b2e3-b8f8c7c2f551 Content-Encoding: gzip Content-Length: 10086 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:32,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-c7ed3315-fdb6-4b09-b2e3-b8f8c7c2f551 2018-08-12 21:52:34,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:34,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-a1e375cc-294d-446a-9fd1-8da10a46e181 x-compute-request-id: req-a1e375cc-294d-446a-9fd1-8da10a46e181 Content-Encoding: gzip Content-Length: 10086 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:34,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-a1e375cc-294d-446a-9fd1-8da10a46e181 2018-08-12 21:52:36,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:36,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:52: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-89d36752-93b6-4323-b289-49726cc75639 x-compute-request-id: req-89d36752-93b6-4323-b289-49726cc75639 Content-Encoding: gzip Content-Length: 10086 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:36,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-89d36752-93b6-4323-b289-49726cc75639 2018-08-12 21:52:38,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:38,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-b1a8deb0-450c-4ed2-a005-300df5ae4e46 x-compute-request-id: req-b1a8deb0-450c-4ed2-a005-300df5ae4e46 Content-Encoding: gzip Content-Length: 10086 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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"} 2018-08-12 21:52:38,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-b1a8deb0-450c-4ed2-a005-300df5ae4e46 2018-08-12 21:52:40,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dbcdf3b2163a224aa3d2f1fadbf8b00a166dfec" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:41,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-6eb6496a-70fc-43b5-bc5c-33dc6984de31 x-compute-request-id: req-6eb6496a-70fc-43b5-bc5c-33dc6984de31 Content-Encoding: gzip Content-Length: 10940 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 457457303 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.145700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148123] pid_max: default: 32768 minimum: 301\n[ 0.149440] ACPI: Core revision 20150930\n[ 0.151206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153117] Security Framework initialized\n[ 0.154322] Yama: becoming mindful.\n[ 0.155386] AppArmor: AppArmor initialized\n[ 0.156649] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158625] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160550] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162367] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164507] Initializing cgroup subsys io\n[ 0.165699] Initializing cgroup subsys memory\n[ 0.166981] Initializing cgroup subsys devices\n[ 0.168244] Initializing cgroup subsys freezer\n[ 0.169514] Initializing cgroup subsys net_cls\n[ 0.170796] Initializing cgroup subsys perf_event\n[ 0.172188] Initializing cgroup subsys net_prio\n[ 0.173493] Initializing cgroup subsys hugetlb\n[ 0.174759] Initializing cgroup subsys pids\n[ 0.176012] CPU: Physical Processor ID: 0\n[ 0.177895] mce: CPU supports 10 MCE banks\n[ 0.179129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.196154] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.203353] ftrace: allocating 31920 entries in 125 pages\n[ 0.230502] smpboot: Max logical packages: 1\n[ 0.231743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233718] x2apic enabled\n[ 0.234781] Switched APIC routing to physical x2apic.\n[ 0.237015] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241640] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.244261] KVM setup paravirtual spinlock\n[ 0.246011] x86: Booted up 1 node, 1 CPUs\n[ 0.247193] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249204] devtmpfs: initialized\n[ 0.251230] evm: security.selinux\n[ 0.252246] evm: security.SMACK64\n[ 0.253225] evm: security.SMACK64EXEC\n[ 0.254314] evm: security.SMACK64TRANSMUTE\n[ 0.255487] evm: security.SMACK64MMAP\n[ 0.256560] evm: security.ima\n[ 0.257492] evm: security.capability\n[ 0.258652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261469] pinctrl core: initialized pinctrl subsystem\n[ 0.263077] RTC time: 21:51:51, date: 08/12/18\n[ 0.264475] NET: Registered protocol family 16\n[ 0.265866] cpuidle: using governor ladder\n[ 0.267009] cpuidle: using governor menu\n[ 0.268213] PCCT header not found.\n[ 0.269312] ACPI: bus type PCI registered\n[ 0.270518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.272356] PCI: Using configuration type 1 for base access\n[ 0.274704] ACPI: Added _OSI(Module Device)\n[ 0.275948] ACPI: Added _OSI(Processor Device)\n[ 0.277218] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280833] ACPI: Interpreter enabled\n[ 0.281931] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287387] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.290085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.292783] ACPI: (supports S0 S5)\n[ 0.293811] ACPI: Using IOAPIC for interrupt routing\n[ 0.295182] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300894] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302751] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304573] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307880] acpiphp: Slot [3] registered\n[ 0.309059] acpiphp: Slot [4] registered\n[ 0.310227] acpiphp: Slot [5] registered\n[ 0.311394] acpiphp: Slot [6] registered\n[ 0.312564] acpiphp: Slot [7] registered\n[ 0.313733] acpiphp: Slot [8] registered\n[ 0.314904] acpiphp: Slot [9] registered\n[ 0.316071] acpiphp: Slot [10] registered\n[ 0.317260] acpiphp: Slot [11] registered\n[ 0.318439] acpiphp: Slot [12] registered\n[ 0.319625] acpiphp: Slot [13] registered\n[ 0.320840] acpiphp: Slot [14] registered\n[ 0.322033] acpiphp: Slot [15] registered\n[ 0.333107] acpiphp: Slot [16] registered\n[ 0.334284] acpiphp: Slot [17] registered\n[ 0.335472] acpiphp: Slot [18] registered\n[ 0.336654] acpiphp: Slot [19] registered\n[ 0.337842] acpiphp: Slot [20] registered\n[ 0.339037] acpiphp: Slot [21] registered\n[ 0.340225] acpiphp: Slot [22] registered\n[ 0.341396] acpiphp: Slot [23] registered\n[ 0.342580] acpiphp: Slot [24] registered\n[ 0.343772] acpiphp: Slot [25] registered\n[ 0.344965] acpiphp: Slot [26] registered\n[ 0.346166] acpiphp: Slot [27] registered\n[ 0.347355] acpiphp: Slot [28] registered\n[ 0.348525] acpiphp: Slot [29] registered\n[ 0.349701] acpiphp: Slot [30] registered\n[ 0.350898] acpiphp: Slot [31] registered\n[ 0.352075] PCI host bridge to bus 0000:00\n[ 0.353266] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.355116] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.356997] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359165] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.361327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.363553] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.367422] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.369375] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.371176] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.373136] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377199] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.379394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400203] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404146] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408024] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409905] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411697] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413304] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415564] vgaarb: loaded\n[ 0.416399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.418149] SCSI subsystem initialized\n[ 0.419421] ACPI: bus type USB registered\n[ 0.420648] usbcore: registered new interface driver usbfs\n[ 0.422207] usbcore: registered new interface driver hub\n[ 0.423713] usbcore: registered new device driver usb\n[ 0.425298] PCI: Using ACPI for IRQ routing\n[ 0.426834] NetLabel: Initializing\n[ 0.427882] NetLabel: domain hash size = 128\n[ 0.429053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430340] NetLabel: unlabeled traffic allowed by default\n[ 0.431889] clocksource: Switched to clocksource kvm-clock\n[ 0.440719] AppArmor: AppArmor Filesystem Enabled\n[ 0.442032] pnp: PnP ACPI init\n[ 0.443148] pnp: PnP ACPI: found 5 devices\n[ 0.449703] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452054] NET: Registered protocol family 2\n[ 0.453427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.455227] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456886] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.458555] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461682] NET: Registered protocol family 1\n[ 0.462858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.464369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465850] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480438] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.495116] Trying to unpack rootfs image as initramfs...\n[ 0.551753] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553852] Scanning for low memory corruption every 60 seconds\n[ 0.555392] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.556687] audit: initializing netlink subsys (disabled)\n[ 0.557843] audit: type=2000 audit(1534110712.538:1): initialized\n[ 0.559305] Initialise system trusted keyring\n[ 0.560351] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563906] zbud: loaded\n[ 0.564671] VFS: Disk quotas dquot_6.6.0\n[ 0.565584] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.567285] fuse init (API version 7.23)\n[ 0.568263] Key type big_key registered\n[ 0.569139] Allocating IMA MOK and blacklist keyrings.\n[ 0.570483] Key type asymmetric registered\n[ 0.571371] Asymmetric key parser 'x509' registered\n[ 0.572418] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.573996] io scheduler noop registered\n[ 0.574840] io scheduler deadline registered (default)\n[ 0.575926] io scheduler cfq registered\n[ 0.576831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.577943] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.579308] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.580933] ACPI: Power Button [PWRF]\n[ 0.581863] GHES: HEST is not enabled!\n[ 0.595644] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624291] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.626949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.652604] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.655608] Linux agpgart interface v0.103\n[ 0.658658] brd: module loaded\n[ 0.660421] loop: module loaded\n[ 0.664672] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.666172] GPT:90111 != 2097151\n[ 0.666875] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668007] GPT:90111 != 2097151\n[ 0.668722] GPT: Use GNU Parted to correct GPT errors.\n[ 0.669742] vda: vda1 vda15\n[ 0.671241] scsi host0: ata_piix\n[ 0.672072] scsi host1: ata_piix\n[ 0.672822] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.674072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.675613] libphy: Fixed MDIO Bus: probed\n[ 0.676453] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677420] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679852] PPP generic driver version 2.4.2\n[ 0.681007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.682486] ehci-pci: EHCI PCI platform driver\n[ 0.683594] ehci-platform: EHCI generic platform driver\n[ 0.684843] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.686247] ohci-pci: OHCI PCI platform driver\n[ 0.687330] ohci-platform: OHCI generic platform driver\n[ 0.688406] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.702958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705522] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.706561] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.707753] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709029] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710495] usb usb1: Product: UHCI Host Controller\n[ 0.711466] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.712640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713661] hub 1-0:1.0: USB hub found\n[ 0.714582] hub 1-0:1.0: 2 ports detected\n[ 0.715704] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.718143] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719138] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720215] mousedev: PS/2 mouse device common for all mice\n[ 0.721604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723520] rtc_cmos 00:00: RTC can wake from S4\n[ 0.724703] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.725947] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727175] i2c /dev entries driver\n[ 0.727973] device-mapper: uevent: version 1.0.3\n[ 0.728959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.730626] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.732122] NET: Registered protocol family 10\n[ 0.733288] NET: Registered protocol family 17\n[ 0.734217] Key type dns_resolver registered\n[ 0.735244] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.736377] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.738227] registered taskstats version 1\n[ 0.739077] Loading compiled-in X.509 certificates\n[ 0.740599] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.742523] zswap: loaded using pool lzo/zbud\n[ 0.744229] Key type trusted registered\n[ 0.746003] Key type encrypted registered\n[ 0.746877] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.747969] ima: No TPM chip found, activating TPM-bypass!\n[ 0.749064] evm: HMAC attrs: 0x1\n[ 0.750177] Magic number: 14:481:904\n[ 0.751223] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:52 UTC (1534110712)\n[ 0.753236] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.754648] EDD information not available.\n[ 0.833287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.845504] Write protecting the kernel read-only data: 14336k\n[ 0.847734] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.849668] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.896265] 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.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... 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.98. iid=i-00000191\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCvZnXO3iQffGbt8SqbynRe9xnQKc8bg2bv8JdBXFczLMYW/CKuQ0T9SEXOXjV0r1BTdb5Q4aQTT1yXjraQpsIMBpxMG3eSPNZsrMC01uJX62byE0zx5mAIM6XBeEssPGeUCqbMxqiO3UfwkHq4LsokaIXYPxHKTTnEQAaz4mnb9xGSYP/oizjnfO8d+D0IZyoTe0ZWcc6Ykpb8rRmAljGSGjGg+CSkSvZah7KUL12/8deNukIYb1CqHk1jzMJ3v9JVZwnRm0NB62/BYkmnqCj3KWdq3zQ0yQqsnmwU01BPbExWzDAjt0B2GI/9flQbRSi7q80e3CJelKVQ0J8GbAP root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJNhcf0iE0DQMwj6q/Yuq2aeF3ouW3TNnMjPpxg9AZs2k/GQ0f/CsQk2yCiPPyJIc4X3Ybfdxyk4aQoFreuv3WXBY5oYV/IRwNBzGUq1BxyffvbeA2pnyfsQcDwwaOq5CD/S03cViE7fKHV94+gkBTQzm+MxZ7Eh4z2m9ar9cQu/AAAAFQC1U1Hs8W4eo3cXHL2WlSl9eA6ccwAAAIBRHae9O2/mpN22roOIzbnEMY/T8E2uNK6vBfAfCItadMI5u3quikyft/QEqbrAyyiXJRdnke80Xu1eagCf3PH5qIIFl0zF9cyoPeR9Kh7gqbf6Lb26Hn6fXs9yo92MuHnbujOg1BKOkAGah4xqmlNTYr1gwl8bFE0YwcEVMjWNAAAAAIEAj9FWHSyIz7WGjNIcDIk3oA71HW6Qs2cJIHsIxZ2Oameu1O4f+8NOrGHtJSen24xqqDzChnUDtnUtkeS9BQX5o0bk43aE+ngFhFEjB6wBFCnTMnw3j8AvxtzMTg+9O6ZUlqjPHar3mnoxdGn8BVOTiX/zOa6HsmAmd/9Dv9c3P3Y= root@sdnvpn-11-1\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,10.10.10.5,24,fe80::f816:3eff:fedd:6599/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.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-00000191\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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:DD:65:99 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedd:6599/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:76 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:8441 (8.2 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-11-1 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.054013] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.184243] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.184245] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.184246] usb 1-1: Product: QEMU USB Tablet\n[ 1.184247] usb 1-1: Manufacturer: QEMU\n[ 1.184248] usb 1-1: SerialNumber: 42\n[ 1.551955] tsc: Refined TSC clocksource calibration: 3491.848 MHz\n[ 1.551960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553c70f8c, max_idle_ns: 440795371143 ns\n[ 3.008593] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.053811] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 12 22:51:52 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 12 22:51:52 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 12 22:51:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 12 22:51:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 12 22:51:52 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 12 22:51:52 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 12 22:51:52 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 12 22:51:52 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 12 22:51:52 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 12 22:51:52 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 12 22:51:52 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 12 22:51:52 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 12 22:51:52 cirros kern.info kernel: [ 1.184243] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 12 22:51:52 cirros kern.info kernel: [ 1.184245] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 12 22:51:52 cirros kern.info kernel: [ 1.184246] usb 1-1: Product: QEMU USB Tablet\nAug 12 22:51:52 cirros kern.info kernel: [ 1.184247] usb 1-1: Manufacturer: QEMU\nAug 12 22:51:52 cirros kern.info kernel: [ 1.184248] usb 1-1: SerialNumber: 42\nAug 12 22:51:53 cirros kern.info kernel: [ 1.551955] tsc: Refined TSC clocksource calibration: 3491.848 MHz\nAug 12 22:51:53 cirros kern.info kernel: [ 1.551960] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553c70f8c, max_idle_ns: 440795371143 ns\nAug 12 22:51:54 cirros auth.notice su: + /dev/console root:cirros\nAug 12 22:51:54 cirros authpriv.info dropbear[341]: Running in background\nAug 12 22:51:54 cirros kern.info kernel: [ 3.008593] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 12 22:51:54 cirros kern.info kernel: [ 3.053811] 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-11-1 login: "} 2018-08-12 21:52:41,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-6eb6496a-70fc-43b5-bc5c-33dc6984de31 2018-08-12 21:52:43,098 - sdnvpn_test_utils - INFO - Waiting for instance 2c1c1a88-9df8-4f7b-9ecb-4f857605a628 to boot up 2018-08-12 21:52:43,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d8c44ef57163c2e7d98f333cc538b88d5c33632" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:52:43,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-c81b1257-a603-47d2-a05a-fdafbe6b74fa x-compute-request-id: req-c81b1257-a603-47d2-a05a-fdafbe6b74fa Content-Encoding: gzip Content-Length: 10960 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 473468295 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.154671] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156323] pid_max: default: 32768 minimum: 301\n[ 0.157213] ACPI: Core revision 20150930\n[ 0.158608] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159933] Security Framework initialized\n[ 0.160743] Yama: becoming mindful.\n[ 0.161476] AppArmor: AppArmor initialized\n[ 0.162344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163669] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164938] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166142] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167578] Initializing cgroup subsys io\n[ 0.168386] Initializing cgroup subsys memory\n[ 0.169237] Initializing cgroup subsys devices\n[ 0.170119] Initializing cgroup subsys freezer\n[ 0.170987] Initializing cgroup subsys net_cls\n[ 0.171849] Initializing cgroup subsys perf_event\n[ 0.172757] Initializing cgroup subsys net_prio\n[ 0.173641] Initializing cgroup subsys hugetlb\n[ 0.174506] Initializing cgroup subsys pids\n[ 0.175374] CPU: Physical Processor ID: 0\n[ 0.176866] mce: CPU supports 10 MCE banks\n[ 0.177717] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178714] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193398] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199672] ftrace: allocating 31920 entries in 125 pages\n[ 0.225600] smpboot: Max logical packages: 1\n[ 0.226461] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227801] x2apic enabled\n[ 0.228597] Switched APIC routing to physical x2apic.\n[ 0.230324] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231439] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233429] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235208] KVM setup paravirtual spinlock\n[ 0.236557] x86: Booted up 1 node, 1 CPUs\n[ 0.237362] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238748] devtmpfs: initialized\n[ 0.240467] evm: security.selinux\n[ 0.241158] evm: security.SMACK64\n[ 0.241842] evm: security.SMACK64EXEC\n[ 0.242581] evm: security.SMACK64TRANSMUTE\n[ 0.243381] evm: security.SMACK64MMAP\n[ 0.244119] evm: security.ima\n[ 0.244758] evm: security.capability\n[ 0.245562] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247409] pinctrl core: initialized pinctrl subsystem\n[ 0.248507] RTC time: 21:51:32, date: 08/12/18\n[ 0.249471] NET: Registered protocol family 16\n[ 0.250455] cpuidle: using governor ladder\n[ 0.251266] cpuidle: using governor menu\n[ 0.252047] PCCT header not found.\n[ 0.252801] ACPI: bus type PCI registered\n[ 0.253596] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254826] PCI: Using configuration type 1 for base access\n[ 0.256610] ACPI: Added _OSI(Module Device)\n[ 0.257448] ACPI: Added _OSI(Processor Device)\n[ 0.258304] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259191] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260934] ACPI: Interpreter enabled\n[ 0.261704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265373] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269044] ACPI: (supports S0 S5)\n[ 0.269746] ACPI: Using IOAPIC for interrupt routing\n[ 0.270689] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273784] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274921] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276149] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277332] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279541] acpiphp: Slot [3] registered\n[ 0.280343] acpiphp: Slot [4] registered\n[ 0.281135] acpiphp: Slot [5] registered\n[ 0.281929] acpiphp: Slot [6] registered\n[ 0.282729] acpiphp: Slot [7] registered\n[ 0.283531] acpiphp: Slot [8] registered\n[ 0.284328] acpiphp: Slot [9] registered\n[ 0.285116] acpiphp: Slot [10] registered\n[ 0.285922] acpiphp: Slot [11] registered\n[ 0.286737] acpiphp: Slot [12] registered\n[ 0.287550] acpiphp: Slot [13] registered\n[ 0.288358] acpiphp: Slot [14] registered\n[ 0.289160] acpiphp: Slot [15] registered\n[ 0.299580] acpiphp: Slot [16] registered\n[ 0.300416] acpiphp: Slot [17] registered\n[ 0.301217] acpiphp: Slot [18] registered\n[ 0.302021] acpiphp: Slot [19] registered\n[ 0.302828] acpiphp: Slot [20] registered\n[ 0.303643] acpiphp: Slot [21] registered\n[ 0.304450] acpiphp: Slot [22] registered\n[ 0.305253] acpiphp: Slot [23] registered\n[ 0.306060] acpiphp: Slot [24] registered\n[ 0.306867] acpiphp: Slot [25] registered\n[ 0.307680] acpiphp: Slot [26] registered\n[ 0.308487] acpiphp: Slot [27] registered\n[ 0.309292] acpiphp: Slot [28] registered\n[ 0.310099] acpiphp: Slot [29] registered\n[ 0.310907] acpiphp: Slot [30] registered\n[ 0.311763] acpiphp: Slot [31] registered\n[ 0.312568] PCI host bridge to bus 0000:00\n[ 0.313372] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314578] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315789] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317236] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318678] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.320139] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324753] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325925] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327188] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330717] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332236] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352190] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355345] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356729] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359303] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360350] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361882] vgaarb: loaded\n[ 0.362478] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363713] SCSI subsystem initialized\n[ 0.364634] ACPI: bus type USB registered\n[ 0.365462] usbcore: registered new interface driver usbfs\n[ 0.366489] usbcore: registered new interface driver hub\n[ 0.367497] usbcore: registered new device driver usb\n[ 0.368611] PCI: Using ACPI for IRQ routing\n[ 0.369728] NetLabel: Initializing\n[ 0.370438] NetLabel: domain hash size = 128\n[ 0.371278] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372236] NetLabel: unlabeled traffic allowed by default\n[ 0.373401] clocksource: Switched to clocksource kvm-clock\n[ 0.381819] AppArmor: AppArmor Filesystem Enabled\n[ 0.382798] pnp: PnP ACPI init\n[ 0.383734] pnp: PnP ACPI: found 5 devices\n[ 0.390056] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391765] NET: Registered protocol family 2\n[ 0.392828] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394122] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395329] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396524] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397601] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398781] NET: Registered protocol family 1\n[ 0.399658] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400750] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401824] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415910] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430100] Trying to unpack rootfs image as initramfs...\n[ 0.486590] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488254] Scanning for low memory corruption every 60 seconds\n[ 0.489692] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490853] audit: initializing netlink subsys (disabled)\n[ 0.491875] audit: type=2000 audit(1534110692.477:1): initialized\n[ 0.493214] Initialise system trusted keyring\n[ 0.494187] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495354] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497496] zbud: loaded\n[ 0.498227] VFS: Disk quotas dquot_6.6.0\n[ 0.499058] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500663] fuse init (API version 7.23)\n[ 0.501649] Key type big_key registered\n[ 0.502457] Allocating IMA MOK and blacklist keyrings.\n[ 0.503679] Key type asymmetric registered\n[ 0.504502] Asymmetric key parser 'x509' registered\n[ 0.505474] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506943] io scheduler noop registered\n[ 0.507736] io scheduler deadline registered (default)\n[ 0.508722] io scheduler cfq registered\n[ 0.509581] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510640] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511913] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513357] ACPI: Power Button [PWRF]\n[ 0.514222] GHES: HEST is not enabled!\n[ 0.527716] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555369] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.557477] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.581382] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.583679] Linux agpgart interface v0.103\n[ 0.586332] brd: module loaded\n[ 0.588044] loop: module loaded\n[ 0.591723] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593176] GPT:90111 != 2097151\n[ 0.593858] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597115] GPT:90111 != 2097151\n[ 0.598126] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599175] vda: vda1 vda15\n[ 0.603273] scsi host0: ata_piix\n[ 0.604093] scsi host1: ata_piix\n[ 0.604835] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.606053] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.607660] libphy: Fixed MDIO Bus: probed\n[ 0.608489] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612600] PPP generic driver version 2.4.2\n[ 0.613599] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614825] ehci-pci: EHCI PCI platform driver\n[ 0.615791] ehci-platform: EHCI generic platform driver\n[ 0.616825] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618093] ohci-pci: OHCI PCI platform driver\n[ 0.619000] ohci-platform: OHCI generic platform driver\n[ 0.620023] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634528] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635568] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.637054] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.638082] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.639306] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641943] usb usb1: Product: UHCI Host Controller\n[ 0.642873] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.644004] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.645013] hub 1-0:1.0: USB hub found\n[ 0.645815] hub 1-0:1.0: 2 ports detected\n[ 0.646867] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.649053] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650028] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651111] mousedev: PS/2 mouse device common for all mice\n[ 0.652448] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654503] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656867] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658075] i2c /dev entries driver\n[ 0.658912] device-mapper: uevent: version 1.0.3\n[ 0.659915] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663387] NET: Registered protocol family 10\n[ 0.664795] NET: Registered protocol family 17\n[ 0.665756] Key type dns_resolver registered\n[ 0.666961] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668078] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669977] registered taskstats version 1\n[ 0.670878] Loading compiled-in X.509 certificates\n[ 0.672452] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674385] zswap: loaded using pool lzo/zbud\n[ 0.676473] Key type trusted registered\n[ 0.678260] Key type encrypted registered\n[ 0.679108] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680149] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681210] evm: HMAC attrs: 0x1\n[ 0.682307] Magic number: 14:481:904\n[ 0.683225] rtc_cmos 00:00: setting system clock to 2018-08-12 21:51:32 UTC (1534110692)\n[ 0.684908] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686031] EDD information not available.\n[ 0.767717] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779369] Write protecting the kernel read-only data: 14336k\n[ 0.783020] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785029] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.944320] 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 10.10.10.11...\nLease of 10.10.10.11 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.82. iid=i-0000018e\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXLFZpbNfO+7+MbZkD4MJsxHbgCcrwtuWv9PlVq+MrwYWz/iYZgJnGvTJAw42AxFuTHwYc6v2Nb8BBxMx3V09kBFvJzk05qiuFQw+yUMSPk8jis30hCd4D1t1It7zkP6aDt6BdrZTvQzlHiyIkUkYOk1D6m24VvSbo50v1X4ylLE7pdxF44Hl8pkZjxq8S2BcQk2z+ufiPCyZS2VHya6qlAiaoKRSGyy9Z8B8rpT1WiN1UICMSbb3ulF6p1G4nBlBRjP3T+75tGFjvLhvfm/q01AvunhO74oS63GnLsmyZ+UqqYKqbDNbxQ1No1T5ackb6VrVYbJSS9ugIino0bYxP root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJSYWfe0oo+HVU1lSvfi5S9CGk+ThYaW94YTf7DIYbsI/qRJdM7l7XwppZXag144J5StwLsxEiJTYFokMvhDvN05Y46LnWdsWIVxFmTMQ7Z0PkOxOdmomYmuG8ALtAcVsYNHNVKEthj9CwOSLslTcm1NQsQc1YO1XTxPCDUqmatZAAAAFQDwC5Gy/OQ5QPS1P1Fz6MqmV/A3BQAAAIA6rD2KS1i7auZFJ2yz0qh4HG/vjxe2reNiLR2Szf6IopMwO1PZaFuCZGq8I9VZuAjqgaNP2w2FvvL4NUdHZzKSJ+ijyQGqDcz0XqF6U9U9O0wf09O+K9rKRtx2ornWQ/GB8ZaIAy0sypJqkYr1gKSpvgKq7G2eQ2TgFPA9MObtcwAAAIAS+8h12lZX6CTKD8oMHVf2+WuPaaEu49qdF/vQkMW5RYR1YUboWGT6DdYHHV/NSj5Nu2AOiWROGpnzJ7x5wx1fg91+ydAtaCppAxJO7crt9qjvnpNAM656Oze915bRHplJ0DyMImFxnkotV70KLvhkBRA7laSa3sntSGal2+jZEA== root@sdnvpn-11-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.11,24,fe80::f816:3eff:fe5d:1383/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \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-0000018e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.65 ===\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:5D:13:83 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5d:1383/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:8149 (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.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-11-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[ 0.957425] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.118298] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.118305] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.118309] usb 1-1: Product: QEMU USB Tablet\n[ 1.118311] usb 1-1: Manufacturer: QEMU\n[ 1.118314] usb 1-1: SerialNumber: 42\n[ 1.485457] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 1.485464] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\n[ 2.648409] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.682695] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 12 22:51:32 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 12 22:51:32 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 12 22:51:32 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 12 22:51:32 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 12 22:51:32 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 12 22:51:32 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 12 22:51:32 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 12 22:51:32 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 12 22:51:32 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 12 22:51:32 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 12 22:51:32 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 12 22:51:32 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 12 22:51:32 cirros kern.notice kernel: [ 0.944320] random: dd urandom read with 4 bits of entropy available\nAug 12 22:51:32 cirros kern.info kernel: [ 0.957425] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 12 22:51:32 cirros kern.info kernel: [ 1.118298] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 12 22:51:32 cirros kern.info kernel: [ 1.118305] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 12 22:51:32 cirros kern.info kernel: [ 1.118309] usb 1-1: Product: QEMU USB Tablet\nAug 12 22:51:32 cirros kern.info kernel: [ 1.118311] usb 1-1: Manufacturer: QEMU\nAug 12 22:51:32 cirros kern.info kernel: [ 1.118314] usb 1-1: SerialNumber: 42\nAug 12 22:51:33 cirros kern.info kernel: [ 1.485457] tsc: Refined TSC clocksource calibration: 3491.849 MHz\nAug 12 22:51:33 cirros kern.info kernel: [ 1.485464] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nAug 12 22:51:34 cirros auth.notice su: + /dev/console root:cirros\nAug 12 22:51:34 cirros authpriv.info dropbear[341]: Running in background\nAug 12 22:51:34 cirros kern.info kernel: [ 2.648409] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 12 22:51:34 cirros kern.info kernel: [ 2.682695] 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-11-2 login: "} 2018-08-12 21:52:43,174 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628/action used request id req-c81b1257-a603-47d2-a05a-fdafbe6b74fa 2018-08-12 21:52:45,210 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-12 21:53:15,237 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:53:15,239 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:53:15,239 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:53:15,245 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:53:15,274 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-12 21:53:15,276 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-12 21:53:15,277 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-12 21:53:15,278 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-12 21:53:15,278 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-12 21:53:15,319 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-12 21:53:15,336 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-12 21:53:15,337 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:53:15,338 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-12 21:53:15,339 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:53:15,339 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:53:15,347 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:53:15,375 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-12 21:53:15,377 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-12 21:53:15,378 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-12 21:53:15,378 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-12 21:53:15,379 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-12 21:53:15,420 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-12 21:53:15,438 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-12 21:53:15,438 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-08-12 21:53:15,439 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-12 21:53:15,440 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-12 21:53:15,441 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-12 21:53:15,441 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-12 21:53:15,443 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-12 21:53:15,463 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-12 21:53:15,464 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-12 21:53:15,465 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-12 21:53:15,465 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-12 21:53:15,465 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-12 21:53:15,506 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-12 21:53:15,566 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-12 21:53:15,567 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-12 21:53:15,568 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-12 21:53:15,568 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-12 21:53:15,569 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-12 21:53:15,573 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-12 21:53:15,636 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-12 21:53:15,637 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-12 21:53:15,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5a679eb42e750243013fb0dbc6559fe102028be" -d '{"forceDelete": null}' 2018-08-12 21:53:15,827 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21: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 x-openstack-request-id: req-2799c271-cfed-4380-9f50-2fd8bdcc26d4 x-compute-request-id: req-2799c271-cfed-4380-9f50-2fd8bdcc26d4 Content-Length: 0 Content-Type: application/json 2018-08-12 21:53:15,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/d4431f83-a328-4ea8-b27c-61f4e0679ec1/action used request id req-2799c271-cfed-4380-9f50-2fd8bdcc26d4 2018-08-12 21:53:15,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5a679eb42e750243013fb0dbc6559fe102028be" -d '{"forceDelete": null}' 2018-08-12 21:53:16,079 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21: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 x-openstack-request-id: req-915e2fb4-0cfe-49ad-b908-0a1272ed949e x-compute-request-id: req-915e2fb4-0cfe-49ad-b908-0a1272ed949e Content-Length: 0 Content-Type: application/json 2018-08-12 21:53:16,080 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2c1c1a88-9df8-4f7b-9ecb-4f857605a628/action used request id req-915e2fb4-0cfe-49ad-b908-0a1272ed949e 2018-08-12 21:53:16,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8d4d1ef3fb098748245cec7f5d3e79a0d7e88c6" 2018-08-12 21:53:17,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4fee5629-68c7-4400-ba60-9f03be78999d Date: Sun, 12 Aug 2018 21:53: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-12 21:53:17,572 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d31dd160-d6b7-42d2-8c7f-dc0e78868318 used request id req-4fee5629-68c7-4400-ba60-9f03be78999d 2018-08-12 21:53:17,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/a9140306-7c04-4bb3-9ee0-35463e98f9aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510ddc70aaaa66faac6f6f103a6c94b821e3d1db" 2018-08-12 21:53:20,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-86a8bc06-573d-4fbd-aafc-7c8b71891d4f Date: Sun, 12 Aug 2018 21:53:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:53:20,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a9140306-7c04-4bb3-9ee0-35463e98f9aa used request id req-86a8bc06-573d-4fbd-aafc-7c8b71891d4f 2018-08-12 21:53:20,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/96f2201f-4b66-41de-9aac-b6425a2551c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510ddc70aaaa66faac6f6f103a6c94b821e3d1db" 2018-08-12 21:53:22,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea147f8b-ec18-430d-9ccd-df2b904e28e3 Date: Sun, 12 Aug 2018 21:53:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-12 21:53:22,126 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/96f2201f-4b66-41de-9aac-b6425a2551c0 used request id req-ea147f8b-ec18-430d-9ccd-df2b904e28e3 2018-08-12 21:53:22,127 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-12 21:53:22,128 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-12 21:53:22,128 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-12 21:53:22,130 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-12 21:53:22,198 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-12 21:53:22,199 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-12 21:53:22,199 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-12 21:53:22,200 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-12 21:53:22,200 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-12 21:53:22,206 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-12 21:53:22,281 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-12 21:53:22,281 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-12 21:53:22,282 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-12 21:53:52,292 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-12 21:53:52,293 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-12 21:53:52,294 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-12 21:53:52,296 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-12 21:53:52,316 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-12 21:53:52,317 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-12 21:53:52,318 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-12 21:53:52,358 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-12 21:53:52,358 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-12 21:53:52,384 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-12 21:53:52,402 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-12 21:53:52,402 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-12 21:53:52,403 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-12 21:53:52,405 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-12 21:53:52,405 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-12 21:53:52,409 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-12 21:53:52,429 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-12 21:53:52,431 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-12 21:53:52,432 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-12 21:53:52,432 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-12 21:53:52,433 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-12 21:53:52,474 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-12 21:53:52,490 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-12 21:53:52,491 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-08-12 21:53:52,492 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | PASS | Group was deleted from ovs | +========================================================================================+ 2018-08-12 21:53:52,492 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-12 21:53:52,492 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-12 21:53:52,493 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-12 21:53:52,493 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-08-12 21:53:52,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-12 21:53:52,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-12 21:53:52,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-12 21:53:52,544 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:53:52,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:53:52,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:53:52,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:53:52,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:53:52,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:53:52,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:53:52,552 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 21:53:52,554 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b016590L 2018-08-12 21:53:52,554 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:53:52,581 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:53:52,581 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:53:52,587 - 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-12 21:53:52,587 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:53:52,587 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:53:52,587 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:53:52,587 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:53:52,587 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:53:52,597 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:53:52,599 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:53:52,617 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.28: fa3672edd01bf5edce20e1b9e3bdc10f 2018-08-12 21:53:52,618 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:53:52,638 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:53:52,670 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:53:52,682 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:53:52,856 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:53:52,856 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:53:52,895 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:53:52,895 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:53:52,905 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:53:57,260 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:53:57,261 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:53:57,264 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b027bd0L 2018-08-12 21:53:57,264 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:53:57,278 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:53:57,278 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:53:57,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-12 21:53:57,280 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:53:57,281 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:53:57,281 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:53:57,281 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:53:57,281 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:53:57,286 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:53:57,287 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:53:57,296 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:53:57,296 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:53:57,326 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:53:57,341 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:53:57,360 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:53:57,487 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:53:57,487 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:53:57,526 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:53:57,527 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:53:57,566 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:53:57,580 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:53:57,581 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:53:57,582 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:53:57,583 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:53:57,583 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:53:57,625 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:53:57,642 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:53:57,644 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:53:57,644 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:53:57,645 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:53:57,645 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:53:57,685 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:53:57,697 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:53:57,698 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:53:57,701 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c7597d0L 2018-08-12 21:53:57,701 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:53:57,712 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:53:57,712 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:53:57,715 - 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-12 21:53:57,715 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:53:57,715 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:53:57,716 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:53:57,716 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:53:57,716 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:53:57,720 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:53:57,721 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:53:57,733 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:53:57,734 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:53:57,761 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:53:57,775 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:53:57,798 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:53:57,908 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:53:57,908 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:53:57,947 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:53:57,948 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:53:57,966 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:53:57,979 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:53:57,980 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:53:57,981 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:53:57,982 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:53:57,982 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:53:58,023 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:53:58,040 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:53:58,042 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:53:58,043 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:53:58,043 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:53:58,044 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:53:58,084 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:53:58,097 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:53:58,099 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:53:58,100 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b033d50L 2018-08-12 21:53:58,101 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:53:58,113 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:53:58,113 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:53:58,116 - 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-12 21:53:58,116 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:53:58,116 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:53:58,117 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:53:58,117 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:53:58,117 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:53:58,122 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:53:58,122 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:53:58,133 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:53:58,133 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:53:58,161 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:53:58,177 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:53:58,198 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:53:58,319 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:53:58,320 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:53:58,359 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:53:58,359 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:53:58,367 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:53:58,380 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:53:58,381 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:53:58,382 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:53:58,382 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:53:58,383 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:53:58,423 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:53:58,440 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:53:58,442 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:53:58,442 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:53:58,443 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:53:58,443 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:53:58,485 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:53:58,496 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:53:58,498 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:53:58,499 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b0335d0L 2018-08-12 21:53:58,500 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:53:58,510 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:53:58,510 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:53:58,512 - 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-12 21:53:58,512 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:53:58,512 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:53:58,513 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:53:58,513 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:53:58,513 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:53:58,517 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:53:58,518 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:53:58,532 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:53:58,533 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:53:58,557 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:53:58,569 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:53:58,597 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:53:58,700 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:53:58,701 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:53:58,740 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:53:58,740 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:53:58,764 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:53:58,775 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:53:58,776 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:53:58,777 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:53:58,777 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:53:58,778 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:53:58,818 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:53:58,832 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:53:58,833 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:53:58,834 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:53:58,835 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:53:58,835 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:53:58,876 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:53:58,886 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:53:58,887 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:53:58,889 - paramiko.transport - DEBUG - starting thread (client mode): 0x5bb78390L 2018-08-12 21:53:58,889 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:53:58,899 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:53:58,899 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:53:58,901 - 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-12 21:53:58,901 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:53:58,901 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:53:58,901 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:53:58,902 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:53:58,902 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:53:58,906 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:53:58,907 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:53:58,920 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:53:58,921 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:53:58,946 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:53:58,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:53:58,986 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:53:59,093 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:53:59,093 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:53:59,132 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:53:59,133 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:53:59,154 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:53:59,166 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:53:59,167 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:53:59,168 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:53:59,169 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:53:59,169 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:53:59,209 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:53:59,224 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:53:59,226 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:53:59,226 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:53:59,227 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:53:59,227 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:53:59,267 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:53:59,278 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:53:59,279 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:53:59,279 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:53:59,280 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:53:59,281 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:53:59,287 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:54:03,544 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:54:03,546 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:54:03,548 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b027fd0L 2018-08-12 21:54:03,548 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:54:03,559 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:54:03,559 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:54:03,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-12 21:54:03,562 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:54:03,562 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:54:03,562 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:54:03,562 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:54:03,562 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:54:03,567 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:54:03,568 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:54:03,580 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:54:03,580 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:54:03,607 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:54:03,623 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:54:03,645 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:54:03,762 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:54:03,762 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:54:03,801 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:54:03,802 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:54:03,814 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:54:03,829 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:54:03,830 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:54:03,831 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:54:03,832 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:54:03,832 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:54:03,873 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:54:03,890 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:54:03,892 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:54:03,893 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:54:03,893 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:54:03,894 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:54:03,935 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:54:03,947 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:54:03,948 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:54:03,950 - paramiko.transport - DEBUG - starting thread (client mode): 0x5bbe2610L 2018-08-12 21:54:03,950 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:54:03,961 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:54:03,961 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:54:03,963 - 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-12 21:54:03,963 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:54:03,963 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:54:03,964 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:54:03,964 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:54:03,964 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:54:03,969 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:54:03,970 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:54:03,982 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:54:03,982 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:54:04,009 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:54:04,022 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:54:04,047 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:54:04,157 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:54:04,157 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:54:04,196 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:54:04,197 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:54:04,215 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:54:04,230 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:54:04,231 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:54:04,232 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:54:04,233 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:54:04,233 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:54:04,274 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:54:04,292 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:54:04,293 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:54:04,294 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:54:04,295 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:54:04,295 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:54:04,336 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:54:04,348 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:54:04,349 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:54:04,351 - paramiko.transport - DEBUG - starting thread (client mode): 0x5c7228d0L 2018-08-12 21:54:04,351 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:54:04,362 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:54:04,362 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:54:04,365 - 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-12 21:54:04,365 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:54:04,365 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:54:04,365 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:54:04,366 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:54:04,366 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:54:04,370 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:54:04,371 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:54:04,383 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:54:04,383 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:54:04,410 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:54:04,424 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:54:04,448 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:54:04,563 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:54:04,563 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:54:04,602 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:54:04,603 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:54:04,617 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:54:04,631 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:54:04,632 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:54:04,633 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:54:04,634 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:54:04,634 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:54:04,674 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:54:04,690 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:54:04,691 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:54:04,692 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:54:04,693 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:54:04,693 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:54:04,734 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:54:04,746 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:54:04,747 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:54:04,749 - paramiko.transport - DEBUG - starting thread (client mode): 0x5bbe2a10L 2018-08-12 21:54:04,750 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:54:04,758 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:54:04,758 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:54:04,760 - 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-12 21:54:04,760 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:54:04,760 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:54:04,760 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:54:04,761 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:54:04,761 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:54:04,766 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:54:04,766 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:54:04,781 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:54:04,782 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:54:04,806 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:54:04,817 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:54:04,846 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:54:04,942 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:54:04,942 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:54:04,981 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:54:04,982 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:54:05,012 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:54:05,024 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:54:05,025 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:54:05,026 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:54:05,027 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:54:05,027 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:54:05,068 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:54:05,082 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:54:05,084 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:54:05,085 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:54:05,085 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:54:05,085 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:54:05,126 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:54:05,136 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:54:05,137 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:54:05,139 - paramiko.transport - DEBUG - starting thread (client mode): 0x5bbcc3d0L 2018-08-12 21:54:05,140 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:54:05,147 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:54:05,147 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:54:05,149 - 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-12 21:54:05,149 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:54:05,149 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:54:05,150 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:54:05,150 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:54:05,150 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:54:05,155 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:54:05,156 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:54:05,171 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:54:05,172 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:54:05,195 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:54:05,207 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:54:05,236 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:54:05,339 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:54:05,339 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:54:05,378 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:54:05,378 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:54:05,403 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:54:05,415 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:54:05,416 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:54:05,417 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:54:05,417 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:54:05,418 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:54:05,458 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:54:05,473 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:54:05,474 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:54:05,475 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:54:05,476 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:54:05,476 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:54:05,516 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:54:05,527 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:54:05,528 - 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-12 21:54:05,531 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:54:05,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0d0e8f-e751-41be-98ce-b6056f582a44 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-12 21:54:05,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9f0d0e8f-e751-41be-98ce-b6056f582a44 2018-08-12 21:54:05,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:54:05,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["s7B0RHJoRhSIerAH6Z3KUw"], "issued_at": "2018-08-12T21:54:05.000000Z"}} 2018-08-12 21:54:05,950 - 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}8346520335805c90153db68bb72afa1b204b3bb7" 2018-08-12 21:54:06,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-d78a2beb-4a8c-45f5-bfff-8bfdd9d6dfc5 Date: Sun, 12 Aug 2018 21:54:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:54:06,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-d78a2beb-4a8c-45f5-bfff-8bfdd9d6dfc5 2018-08-12 21:54:06,236 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-12 21:54:06,239 - 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}8346520335805c90153db68bb72afa1b204b3bb7" 2018-08-12 21:54:06,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-1f194f64-8904-4089-bc52-6973710593de Date: Sun, 12 Aug 2018 21:54: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-12 21:54:06,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1f194f64-8904-4089-bc52-6973710593de 2018-08-12 21:54:06,980 - 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}8346520335805c90153db68bb72afa1b204b3bb7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-12 21:54:07,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0ed3c3bb-0486-4156-8a64-4ac97fa8fbb7 Date: Sun, 12 Aug 2018 21:54:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:54:07Z", "file": "/v2/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "size": null, "self": "/v2/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef", "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-12T21:54:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 21:54:07,310 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0ed3c3bb-0486-4156-8a64-4ac97fa8fbb7 2018-08-12 21:54:07,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8346520335805c90153db68bb72afa1b204b3bb7" -d '' 2018-08-12 21:54:08,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a276db55-cf59-45ce-8617-3cffa5d2c4c0 Date: Sun, 12 Aug 2018 21:54: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-12 21:54:08,069 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef/file used request id req-a276db55-cf59-45ce-8617-3cffa5d2c4c0 2018-08-12 21:54:08,070 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-08-12 21:54:08,070 - 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-12 21:54:08,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf9fd30-0f18-42fc-aafe-fd50e0aea962 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-12 21:54:08,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-faf9fd30-0f18-42fc-aafe-fd50e0aea962 2018-08-12 21:54:08,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:54:08,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:54:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["uEZqYM0vR3ec7LzpeXmfug"], "issued_at": "2018-08-12T21:54:08.000000Z"}} 2018-08-12 21:54:08,493 - 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}01094a755ba9ee2b12f786c90f6a7dd0b54f0163" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-08-12 21:54:09,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-73fa7551-afeb-46a9-a6e9-f63e58e3ec58 Date: Sun, 12 Aug 2018 21:54: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":"03ae58db-30e9-4f4c-bb05-889fee1dd031","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:54:08Z","is_default":false,"provider:segmentation_id":22,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:08Z","mtu":1450}} 2018-08-12 21:54:09,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-73fa7551-afeb-46a9-a6e9-f63e58e3ec58 2018-08-12 21:54:09,025 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 03ae58db-30e9-4f4c-bb05-889fee1dd031 with cidr 10.10.10.0/24 2018-08-12 21:54:09,030 - 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}01094a755ba9ee2b12f786c90f6a7dd0b54f0163" -d '{"subnets": [{"ip_version": 4, "network_id": "03ae58db-30e9-4f4c-bb05-889fee1dd031", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-08-12 21:54:09,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-2e0aa47e-6ec7-4ba8-9112-e32625a02221 Date: Sun, 12 Aug 2018 21:54:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:09Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:54:09Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-08-12 21:54:09,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2e0aa47e-6ec7-4ba8-9112-e32625a02221 2018-08-12 21:54:09,838 - 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}01094a755ba9ee2b12f786c90f6a7dd0b54f0163" 2018-08-12 21:54:10,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 46482 X-Openstack-Request-Id: req-e07b7cbc-85e5-4ddd-9359-dc7cc7569f78 Date: Sun, 12 Aug 2018 21:54:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "updated_at": "2018-08-12T21:48:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "42658bce-2516-4e66-8584-54e7affe8183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "770cd525-8255-4153-9277-df46f1f02d45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T21:48:27Z", "revision_number": 0, "id": "97e724af-05e0-4b05-8abb-02eb9d7eba48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:48:27Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 80, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "c85c7abd-a2ce-430e-8546-98f6c460139c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 5, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "31db2795-d336-4133-8c12-0b93ded5afd5", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 21:54:10,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-e07b7cbc-85e5-4ddd-9359-dc7cc7569f78 2018-08-12 21:54:10,198 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-12 21:54:10,199 - 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-12 21:54:10,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2bf5a5a-7fe6-45d2-955b-b3470b30a59b 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-12 21:54:10,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e2bf5a5a-7fe6-45d2-955b-b3470b30a59b 2018-08-12 21:54:10,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:54:10,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:54:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["ao_mnmjrREqgD_mg6qu28g"], "issued_at": "2018-08-12T21:54:10.000000Z"}} 2018-08-12 21:54:10,629 - 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}35729ce3fb62f0bfdce5cb6114a162bfbdf78e8d" 2018-08-12 21:54:10,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-a383620c-f5ae-493a-9375-7363371e7a75 x-compute-request-id: req-a383620c-f5ae-493a-9375-7363371e7a75 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "vcpus_used": 3, "hypervisor_type": "QEMU", "local_gb_used": 3, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 5632, "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": 3, "free_disk_gb": 244, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 26870, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 3, "hypervisor_type": "QEMU", "local_gb_used": 1, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 3265, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "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": 3, "free_disk_gb": 244, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 26870, "id": 5}]} 2018-08-12 21:54:10,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-a383620c-f5ae-493a-9375-7363371e7a75 2018-08-12 21:54:10,934 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:54:10,935 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:54:10,935 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:54:10,938 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:54:10,964 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-12 21:54:10,965 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:54:10,966 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:54:10,967 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:54:10,967 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:54:11,008 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:54:11,028 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:54:11,035 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:54:11,036 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:54:11,037 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:54:11,037 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:54:11,039 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:54:11,063 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-12 21:54:11,065 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:54:11,066 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:54:11,066 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:54:11,067 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:54:11,108 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:54:11,129 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:54:11,135 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:54:11,135 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:54:11,137 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:54:11,138 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:54:11,141 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:54:11,158 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-12 21:54:11,160 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-12 21:54:11,161 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-12 21:54:11,162 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-12 21:54:11,162 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-12 21:54:11,202 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-12 21:54:11,219 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-12 21:54:11,220 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:54:11,221 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-12 21:54:11,221 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:54:11,222 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:54:11,225 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:54:11,244 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-12 21:54:11,246 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-12 21:54:11,246 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-12 21:54:11,247 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-12 21:54:11,247 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-12 21:54:11,287 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-12 21:54:11,305 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-12 21:54:11,306 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-08-12 21:54:11,306 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=b40fb111-7f1a-47b5-95b5-de5a68f863ef network=03ae58db-30e9-4f4c-bb05-889fee1dd031 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:54:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:54:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:54:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:54:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:54:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:54:11,308 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-12 21:54:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:54:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:54:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:54:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:54:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:54:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:54:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:54:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:54:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:54:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:54:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:54:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:54:11,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:54:11,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:54:11,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:54:11,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:54:11,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:54:11,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:54:11,319 - 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-12 21:54:11,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b20d7fb4-b643-44ec-8f96-9577c7d7b66b 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-12 21:54:11,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b20d7fb4-b643-44ec-8f96-9577c7d7b66b 2018-08-12 21:54:11,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:54:11,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["dWh_f6oeRqCpFS_l3nDagw"], "issued_at": "2018-08-12T21:54:11.000000Z"}} 2018-08-12 21:54:11,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}19b49cc55b5092e7a4bd781ac051e912e65f7a59" 2018-08-12 21:54:12,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-d0ca3f92-e93f-49ba-b004-a59e24e7b973 x-compute-request-id: req-d0ca3f92-e93f-49ba-b004-a59e24e7b973 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:54:12,054 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d0ca3f92-e93f-49ba-b004-a59e24e7b973 2018-08-12 21:54:12,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b49cc55b5092e7a4bd781ac051e912e65f7a59" 2018-08-12 21:54:12,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-85ced560-c2bf-4672-9f0a-d54b1d2405ad x-compute-request-id: req-85ced560-c2bf-4672-9f0a-d54b1d2405ad 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:54:12,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-85ced560-c2bf-4672-9f0a-d54b1d2405ad 2018-08-12 21:54:12,078 - 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}19b49cc55b5092e7a4bd781ac051e912e65f7a59" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "03ae58db-30e9-4f4c-bb05-889fee1dd031"}]}}' 2018-08-12 21:54:15,562 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21: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 x-openstack-request-id: req-2785e765-9850-404e-a229-2058fbe376a4 x-compute-request-id: req-2785e765-9850-404e-a229-2058fbe376a4 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d7f3278-1213-437b-b077-82fe94e8d31c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "bookmark"}], "adminPass": "TUJn9gbd9ruU"}} 2018-08-12 21:54:15,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2785e765-9850-404e-a229-2058fbe376a4 2018-08-12 21:54:15,564 - 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-12 21:54:15,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0af0bdb-0088-46c7-adf7-90421d1ba26b 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-12 21:54:15,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d0af0bdb-0088-46c7-adf7-90421d1ba26b 2018-08-12 21:54:15,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:54:15,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:54:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["SBEHkbRLTRK68IsOqyYYYQ"], "issued_at": "2018-08-12T21:54:15.000000Z"}} 2018-08-12 21:54:15,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ee9526b376748ba71c3c220ffb6c8e0cf422aad" 2018-08-12 21:54:16,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-6a696fae-2934-4553-b3a3-a1dd8668d168 x-compute-request-id: req-6a696fae-2934-4553-b3a3-a1dd8668d168 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/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "bookmark"}], "image": {"id": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "links": [{"href": "http://172.30.9.23:8774/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4d7f3278-1213-437b-b077-82fe94e8d31c", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:54:16Z", "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-12T21:54:15Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:54:16,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c used request id req-6a696fae-2934-4553-b3a3-a1dd8668d168 2018-08-12 21:54:19,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ee9526b376748ba71c3c220ffb6c8e0cf422aad" 2018-08-12 21:54:20,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-98d13074-bf0b-40b5-a098-9640dbf1b330 x-compute-request-id: req-98d13074-bf0b-40b5-a098-9640dbf1b330 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/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "bookmark"}], "image": {"id": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "links": [{"href": "http://172.30.9.23:8774/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000191", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4d7f3278-1213-437b-b077-82fe94e8d31c", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:54:18Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:54:15Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:54:20,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c used request id req-98d13074-bf0b-40b5-a098-9640dbf1b330 2018-08-12 21:54:23,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ee9526b376748ba71c3c220ffb6c8e0cf422aad" 2018-08-12 21:54:25,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-ed7338a9-5c50-426e-8df7-c02952d54d0e x-compute-request-id: req-ed7338a9-5c50-426e-8df7-c02952d54d0e Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:48:7c:7e", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "bookmark"}], "image": {"id": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "links": [{"href": "http://172.30.9.23:8774/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000191", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4d7f3278-1213-437b-b077-82fe94e8d31c", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:54:18Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:54:15Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:54:25,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c used request id req-ed7338a9-5c50-426e-8df7-c02952d54d0e 2018-08-12 21:54:28,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ee9526b376748ba71c3c220ffb6c8e0cf422aad" 2018-08-12 21:54:29,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-7be33e40-0d88-4666-9e8e-6799c4a23cc8 x-compute-request-id: req-7be33e40-0d88-4666-9e8e-6799c4a23cc8 Content-Encoding: gzip Content-Length: 780 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:48:7c:7e", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "bookmark"}], "image": {"id": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "links": [{"href": "http://172.30.9.23:8774/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000191", "OS-SRV-USG:launched_at": "2018-08-12T21:54:23.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4d7f3278-1213-437b-b077-82fe94e8d31c", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:54:23Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:54:15Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:54:29,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c used request id req-7be33e40-0d88-4666-9e8e-6799c4a23cc8 2018-08-12 21:54:29,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19b49cc55b5092e7a4bd781ac051e912e65f7a59" 2018-08-12 21:54:30,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-3dc5263d-4617-4548-9dd4-50839b36152a x-compute-request-id: req-3dc5263d-4617-4548-9dd4-50839b36152a Content-Encoding: gzip Content-Length: 780 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:48:7c:7e", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4d7f3278-1213-437b-b077-82fe94e8d31c", "rel": "bookmark"}], "image": {"id": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "links": [{"href": "http://172.30.9.23:8774/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000191", "OS-SRV-USG:launched_at": "2018-08-12T21:54:23.000000", "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "4d7f3278-1213-437b-b077-82fe94e8d31c", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-12T21:54:23Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-12T21:54:15Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:54:30,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c used request id req-3dc5263d-4617-4548-9dd4-50839b36152a 2018-08-12 21:54:30,103 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.6'. 2018-08-12 21:54:30,103 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-08-12 21:54:30,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35729ce3fb62f0bfdce5cb6114a162bfbdf78e8d" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:54:32,195 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21: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 x-openstack-request-id: req-b04a8fc0-9d5a-4ed0-952d-4a9ee7b1b6de x-compute-request-id: req-b04a8fc0-9d5a-4ed0-952d-4a9ee7b1b6de Content-Length: 0 Content-Type: application/json 2018-08-12 21:54:32,196 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4d7f3278-1213-437b-b077-82fe94e8d31c/action used request id req-b04a8fc0-9d5a-4ed0-952d-4a9ee7b1b6de 2018-08-12 21:54:32,196 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-08-12 21:54:32,196 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=b40fb111-7f1a-47b5-95b5-de5a68f863ef network=03ae58db-30e9-4f4c-bb05-889fee1dd031 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-12 21:54:32,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:54:32,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:54:32,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:54:32,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:54:32,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:54:32,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:54:32,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:54:32,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:54:32,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:54:32,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:54:32,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:54:32,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:54:32,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:54:32,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:54:32,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:54:32,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:54:32,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:54:32,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:54:32,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:54:32,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:54:32,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:54:32,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:54:32,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:54:32,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:54:32,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:54:32,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:54:32,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:54:32,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:54:32,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:54:32,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:54:32,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:54:32,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:54:32,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:54:32,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:54:32,208 - 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-12 21:54:32,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ce02b5-8cc5-4588-8259-eaf65d92260d 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-12 21:54:32,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-09ce02b5-8cc5-4588-8259-eaf65d92260d 2018-08-12 21:54:32,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:54:32,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:54:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["Z5nVFdLeTzW8gf-Rtt-fLQ"], "issued_at": "2018-08-12T21:54:32.000000Z"}} 2018-08-12 21:54:32,625 - 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}0b524454294e31bf6701f6dddfe896eeedc4dbe1" 2018-08-12 21:54:32,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-4c3ea6eb-4152-4c6e-90a9-b65ff14a6c40 x-compute-request-id: req-4c3ea6eb-4152-4c6e-90a9-b65ff14a6c40 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:54:32,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4c3ea6eb-4152-4c6e-90a9-b65ff14a6c40 2018-08-12 21:54:32,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b524454294e31bf6701f6dddfe896eeedc4dbe1" 2018-08-12 21:54:32,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-3c9fc4a7-494c-4950-95d1-272741dd5eb8 x-compute-request-id: req-3c9fc4a7-494c-4950-95d1-272741dd5eb8 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/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}} 2018-08-12 21:54:32,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832 used request id req-3c9fc4a7-494c-4950-95d1-272741dd5eb8 2018-08-12 21:54:32,850 - 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}0b524454294e31bf6701f6dddfe896eeedc4dbe1" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "max_count": 1, "min_count": 1, "networks": [{"uuid": "03ae58db-30e9-4f4c-bb05-889fee1dd031"}]}}' 2018-08-12 21:54:35,759 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:54: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-d4b0382e-22b2-4529-b56b-a47c67352d35 x-compute-request-id: req-d4b0382e-22b2-4529-b56b-a47c67352d35 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "rel": "bookmark"}], "adminPass": "jD4RyHbYvK96"}} 2018-08-12 21:54:35,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d4b0382e-22b2-4529-b56b-a47c67352d35 2018-08-12 21:54:35,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-12 21:54:35,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a224413d-220a-4e6a-90a1-9c67e10ef905 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-12 21:54:35,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a224413d-220a-4e6a-90a1-9c67e10ef905 2018-08-12 21:54:35,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:54:36,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:54:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["Z-mqW4JwQ2i_MvMJpTirtQ"], "issued_at": "2018-08-12T21:54:36.000000Z"}} 2018-08-12 21:54:36,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb2598fa46194ff88d86246e70c5805e8e7bf08" 2018-08-12 21:54:36,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54: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-fb7d2e91-7e51-4716-ac32-15c8660b04c9 x-compute-request-id: req-fb7d2e91-7e51-4716-ac32-15c8660b04c9 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/46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "rel": "bookmark"}], "image": {"id": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "links": [{"href": "http://172.30.9.23:8774/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-12T21:54:36Z", "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-12T21:54:35Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:54:36,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771 used request id req-fb7d2e91-7e51-4716-ac32-15c8660b04c9 2018-08-12 21:54:39,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcb2598fa46194ff88d86246e70c5805e8e7bf08" 2018-08-12 21:54:40,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-9ec1abbe-e8b4-42ba-b655-608a3c7f6ab0 x-compute-request-id: req-9ec1abbe-e8b4-42ba-b655-608a3c7f6ab0 Content-Encoding: gzip Content-Length: 1071 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/46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "rel": "bookmark"}], "image": {"id": "b40fb111-7f1a-47b5-95b5-de5a68f863ef", "links": [{"href": "http://172.30.9.23:8774/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}]}, "id": "46b5407f-d2ab-4f02-9067-8e2ae7fb8771", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:54:37Z", "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-12T21:54:35Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "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-12T21:54:37Z"}, "metadata": {}}} 2018-08-12 21:54:40,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/46b5407f-d2ab-4f02-9067-8e2ae7fb8771 used request id req-9ec1abbe-e8b4-42ba-b655-608a3c7f6ab0 2018-08-12 21:54:40,523 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-12-1 went to ERROR status. 2018-08-12 21:54:40,523 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-12 21:54:40,523 - sdnvpn.test.functest.testcase_12 - ERROR - exception occurred while executing testcase_12: Error while booting instance sdnvpn-12-1 2018-08-12 21:54:40,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8346520335805c90153db68bb72afa1b204b3bb7" 2018-08-12 21:54:41,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-05f1d4e7-aa54-489e-b538-46d0e11b703b Date: Sun, 12 Aug 2018 21:54:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 21:54:41,637 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b40fb111-7f1a-47b5-95b5-de5a68f863ef used request id req-05f1d4e7-aa54-489e-b538-46d0e11b703b 2018-08-12 21:54:41,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/b1f42d23-cd7f-46b2-85e1-1a67496cded7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01094a755ba9ee2b12f786c90f6a7dd0b54f0163" 2018-08-12 21:54:42,030 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-cb9d75b6-c43d-4183-ba3c-47ed5dd5d801 Date: Sun, 12 Aug 2018 21:54:42 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet b1f42d23-cd7f-46b2-85e1-1a67496cded7: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 21:54:42,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b1f42d23-cd7f-46b2-85e1-1a67496cded7 used request id req-cb9d75b6-c43d-4183-ba3c-47ed5dd5d801 2018-08-12 21:54:42,031 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet b1f42d23-cd7f-46b2-85e1-1a67496cded7: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 21:54:42,032 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'b1f42d23-cd7f-46b2-85e1-1a67496cded7')]: Unable to complete operation on subnet b1f42d23-cd7f-46b2-85e1-1a67496cded7: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-cb9d75b6-c43d-4183-ba3c-47ed5dd5d801'] 2018-08-12 21:54:42,032 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id b1f42d23-cd7f-46b2-85e1-1a67496cded7 was not deleted. 2018-08-12 21:54:42,033 - 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-12 21:54:42,034 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_12 failed 2018-08-12 21:54:42,034 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-12 21:54:42,034 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-12 21:54:42,034 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-12 21:54:42,128 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-12 21:54:42,128 - sdnvpn.test.functest.testcase_13 - INFO - Downloading image 2018-08-12 21:54:52,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:54:52,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:54:52,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:54:52,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:54:52,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:54:52,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:54:52,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:54:52,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:54:52,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:54:52,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:54:52,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:54:52,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:54:52,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:54:52,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:54:52,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:54:52,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:54:52,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:54:52,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:54:52,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:54:52,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:54:52,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:54:52,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:54:52,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:54:52,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:54:52,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:54:52,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:54:52,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:54:52,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:54:52,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:54:52,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:54:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:54:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:54:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:54:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:54:52,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:54:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:54:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:54:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:54:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:54:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:54:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:54:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:54:52,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-12 21:54:52,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:54:52,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:54:52,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:54:52,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:54:52,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:54:52,803 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-12 21:54:52,804 - 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-12 21:54:52,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec1594e-4286-4564-82ec-7b60ea97e0e3 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-12 21:54:52,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aec1594e-4286-4564-82ec-7b60ea97e0e3 2018-08-12 21:54:52,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:54:53,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["lsRvTzYdSuCcQBmEBxHJ-Q"], "issued_at": "2018-08-12T21:54:53.000000Z"}} 2018-08-12 21:54:53,228 - 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}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" 2018-08-12 21:54:53,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-425b543b-6999-4d1b-8ace-39d9e9eb2720 Date: Sun, 12 Aug 2018 21:54:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:54:53,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-425b543b-6999-4d1b-8ace-39d9e9eb2720 2018-08-12 21:54:53,512 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-12 21:54:53,514 - 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}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" 2018-08-12 21:54:53,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-696ee075-c6f7-4042-9937-23e96c2663ae Date: Sun, 12 Aug 2018 21:54: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-12 21:54:53,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-696ee075-c6f7-4042-9937-23e96c2663ae 2018-08-12 21:54:53,847 - 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}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-08-12 21:54:54,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/17a5996a-65a0-4294-94c8-06865cd47590 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f2f7a8b6-85ae-41af-a973-0a786356ece1 Date: Sun, 12 Aug 2018 21:54:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:54:54Z", "file": "/v2/images/17a5996a-65a0-4294-94c8-06865cd47590/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "17a5996a-65a0-4294-94c8-06865cd47590", "size": null, "self": "/v2/images/17a5996a-65a0-4294-94c8-06865cd47590", "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-12T21:54:54Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 21:54:54,598 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f2f7a8b6-85ae-41af-a973-0a786356ece1 2018-08-12 21:54:54,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/17a5996a-65a0-4294-94c8-06865cd47590/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" -d '' 2018-08-12 21:55:03,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ffb5026-0bac-4d04-b872-fec187fdb805 Date: Sun, 12 Aug 2018 21:55: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-12 21:55:03,368 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/17a5996a-65a0-4294-94c8-06865cd47590/file used request id req-1ffb5026-0bac-4d04-b872-fec187fdb805 2018-08-12 21:55:03,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:55:03,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:55:03,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:55:03,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:55:03,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:55:03,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:55:03,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:55:03,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:55:03,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:55:03,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:55:03,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:55:03,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:55:03,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:55:03,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:55:03,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:55:03,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:55:03,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:55:03,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:55:03,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:55:03,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:55:03,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:55:03,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:55:03,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:55:03,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:55:03,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:55:03,376 - 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-12 21:55:03,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67aeca35-6480-47f9-9f6a-c5f9b7482e3b 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-12 21:55:03,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-67aeca35-6480-47f9-9f6a-c5f9b7482e3b 2018-08-12 21:55:03,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:55:03,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:55:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["NMlkfwIZT--0_oUlqJZ-lA"], "issued_at": "2018-08-12T21:55:03.000000Z"}} 2018-08-12 21:55:03,876 - 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}ca1f8e7eb93dc93c2e2f28f796a5c4031afd1e79" 2018-08-12 21:55:04,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-ba602808-4236-4b09-9dad-0871e180fbda x-compute-request-id: req-ba602808-4236-4b09-9dad-0871e180fbda Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "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": "6b862c64-d94a-4ecf-b15a-2c23bd649832"}]} 2018-08-12 21:55:04,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-ba602808-4236-4b09-9dad-0871e180fbda 2018-08-12 21:55:04,178 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-12 21:55:04,180 - 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}ca1f8e7eb93dc93c2e2f28f796a5c4031afd1e79" -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-12 21:55:04,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-830c3383-44e1-4fa0-9e2c-0043aa1d2a81 x-compute-request-id: req-830c3383-44e1-4fa0-9e2c-0043aa1d2a81 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "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": "66802371-858d-4df9-8fc1-f8c470fc1641"}} 2018-08-12 21:55:04,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-830c3383-44e1-4fa0-9e2c-0043aa1d2a81 2018-08-12 21:55:04,238 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=66802371-858d-4df9-8fc1-f8c470fc1641 created successfully. 2018-08-12 21:55:04,238 - 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-12 21:55:04,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63fd67bb-c811-4343-b206-c33e8a303036 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-12 21:55:04,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-63fd67bb-c811-4343-b206-c33e8a303036 2018-08-12 21:55:04,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:55:04,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:55:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["TwVT-e2cRaiCSqBP8wggdQ"], "issued_at": "2018-08-12T21:55:04.000000Z"}} 2018-08-12 21:55:04,666 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" 2018-08-12 21:55:05,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10677 X-Openstack-Request-Id: req-3a761d0d-747e-43e6-9052-3524de1aa63d Date: Sun, 12 Aug 2018 21:55:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["b1f42d23-cd7f-46b2-85e1-1a67496cded7"],"description":"","tags":[],"updated_at":"2018-08-12T21:54:09Z","provider:segmentation_id":22,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["d1a60bd2-f198-4015-a7a1-3f987f9688c0"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:14Z","provider:segmentation_id":30,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ae50c537-203a-4133-b85e-2f6632b7347c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["5d292b5f-89a5-4858-8568-73ed05322648"],"description":"","tags":[],"updated_at":"2018-08-12T21:50:26Z","provider:segmentation_id":92,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["83296667-68f2-44be-9e92-8ef0075fe27c"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:08Z","provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:55:05,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3a761d0d-747e-43e6-9052-3524de1aa63d 2018-08-12 21:55:05,077 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" 2018-08-12 21:55:05,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4400 X-Openstack-Request-Id: req-0d19abda-4c17-455a-b530-655458cf88ed Date: Sun, 12 Aug 2018 21:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:42Z","dns_nameservers":[],"updated_at":"2018-08-12T16:06:42Z","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":"2880ebe42d364acc8c25818b5028a067","id":"38b5ae12-661c-4ec4-a3cf-304672163c85","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:59Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:26Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:50:26Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"5d292b5f-89a5-4858-8568-73ed05322648","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:58Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:42:58Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:08Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:47:08Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"83296667-68f2-44be-9e92-8ef0075fe27c","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:09Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:54:09Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:47:14Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-08-12 21:55:05,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-0d19abda-4c17-455a-b530-655458cf88ed 2018-08-12 21:55:05,403 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" 2018-08-12 21:55:05,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-0ae9ac81-ef82-46b3-abf3-394218655460 Date: Sun, 12 Aug 2018 21:55:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f6791927b5384941a01849fb65558a5f", "created_at": "2018-08-12T20:01:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T20:01:34Z", "revision_number": 0, "routes": [], "project_id": "f6791927b5384941a01849fb65558a5f", "id": "6a280362-141b-497c-9ff1-1fd155c9fb65", "name": ""}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:47:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:48:08Z", "revision_number": 7, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "6c39afb7-db8c-472c-b64b-c4f43d21d172", "name": "sdnvpn-4-1-router"}]} 2018-08-12 21:55:05,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-0ae9ac81-ef82-46b3-abf3-394218655460 2018-08-12 21:55:05,780 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-12 21:55:05,785 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-08-12 21:55:06,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-5a4eb33b-706f-41c0-88e0-285af423a05a Date: Sun, 12 Aug 2018 21:55:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"df82f29b-8093-456c-b790-b144e6a32db4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T21:55:05Z","is_default":false,"provider:segmentation_id":93,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:05Z","mtu":1450}} 2018-08-12 21:55:06,048 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5a4eb33b-706f-41c0-88e0-285af423a05a 2018-08-12 21:55:06,049 - sdnvpn.lib.openstack_utils - DEBUG - Network 'df82f29b-8093-456c-b790-b144e6a32db4' created successfully 2018-08-12 21:55:06,049 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-12 21:55:06,054 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"subnets": [{"ip_version": 4, "network_id": "df82f29b-8093-456c-b790-b144e6a32db4", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-08-12 21:55:06,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-6a569946-c035-4795-b0e4-209492db1097 Date: Sun, 12 Aug 2018 21:55:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:06Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-12T21:55:06Z","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":"dbfa1fd1b20e4777950b03d95b9e0d9d","id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-08-12 21:55:06,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6a569946-c035-4795-b0e4-209492db1097 2018-08-12 21:55:06,785 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3448b4d3-4b88-4b13-a00a-7afeddbb8f99' created successfully 2018-08-12 21:55:06,785 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-12 21:55:06,790 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-08-12 21:55:07,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-5537e73b-b501-42a4-8320-74a79f0d38e7 Date: Sun, 12 Aug 2018 21:55:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:55:07Z", "revision_number": 0, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "f5208570-c8db-4237-8fe3-c06cd0163a5e", "name": "sdnvpn-13-1-router"}} 2018-08-12 21:55:07,265 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-5537e73b-b501-42a4-8320-74a79f0d38e7 2018-08-12 21:55:07,266 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f5208570-c8db-4237-8fe3-c06cd0163a5e' created successfully 2018-08-12 21:55:07,266 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-12 21:55:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"subnet_id": "3448b4d3-4b88-4b13-a00a-7afeddbb8f99"}' 2018-08-12 21:55:09,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9b126bc7-997b-40aa-ac01-f21ee235bff6 Date: Sun, 12 Aug 2018 21:55:09 GMT RESP BODY: {"network_id": "df82f29b-8093-456c-b790-b144e6a32db4", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "3448b4d3-4b88-4b13-a00a-7afeddbb8f99", "subnet_ids": ["3448b4d3-4b88-4b13-a00a-7afeddbb8f99"], "port_id": "ec168269-a1e5-4e01-a862-d58b5470f5b3", "id": "f5208570-c8db-4237-8fe3-c06cd0163a5e"} 2018-08-12 21:55:09,344 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e/add_router_interface used request id req-9b126bc7-997b-40aa-ac01-f21ee235bff6 2018-08-12 21:55:09,344 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-12 21:55:09,344 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-12 21:55:09,349 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" 2018-08-12 21:55:09,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11338 X-Openstack-Request-Id: req-efdd69ee-1e3d-407d-bbe6-04b69685f30c Date: Sun, 12 Aug 2018 21:55:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["b1f42d23-cd7f-46b2-85e1-1a67496cded7"],"description":"","tags":[],"updated_at":"2018-08-12T21:54:09Z","provider:segmentation_id":22,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0c382103-b3a6-4ecc-9f9c-922c73b1ba0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:31Z","provider:segmentation_id":87,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"11898ee9-e6f3-4a4d-8e71-787bcfa08990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:29Z","provider:segmentation_id":33,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:29Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1a06833d-776e-428a-bc1d-a68f70b21850","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:22Z","provider:segmentation_id":77,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["d1a60bd2-f198-4015-a7a1-3f987f9688c0"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:14Z","provider:segmentation_id":30,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["441bf3e6-dabc-4eb1-a758-1cf2a139cbe0"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:59Z","provider:segmentation_id":89,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"635e9d9d-c635-4654-8814-c8d075addc7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:19Z","provider:segmentation_id":65,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"705ca964-d7ca-4245-a74e-da903ae1e46b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:24Z","provider:segmentation_id":104,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9080dbfe-670a-4248-8c56-0897f69dc41e","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2880ebe42d364acc8c25818b5028a067","status":"ACTIVE","subnets":["38b5ae12-661c-4ec4-a3cf-304672163c85"],"description":"","tags":[],"updated_at":"2018-08-12T16:27:15Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2880ebe42d364acc8c25818b5028a067","created_at":"2018-08-12T16:06:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"977a7a2e-e1c4-441c-9b18-50f9c2f4ad3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:37Z","provider:segmentation_id":99,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9a7dc3cc-9f9c-4c98-a96a-9922141e3b0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:18Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a578a261-d61c-4759-805c-ec6e5c21a02a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f6791927b5384941a01849fb65558a5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T20:01:32Z","provider:segmentation_id":38,"name":"","admin_state_up":true,"tenant_id":"f6791927b5384941a01849fb65558a5f","created_at":"2018-08-12T20:01:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ae50c537-203a-4133-b85e-2f6632b7347c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["5d292b5f-89a5-4858-8568-73ed05322648"],"description":"","tags":[],"updated_at":"2018-08-12T21:50:26Z","provider:segmentation_id":92,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c7f7b58f-57df-4beb-bc87-8eabc6c2da68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:09Z","provider:segmentation_id":53,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"cef09a23-b3a1-4949-981d-77ac4c3c28a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8fab86b92c2040aea6c971df66a3c09e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-12T18:20:30Z","provider:segmentation_id":78,"name":"","admin_state_up":true,"tenant_id":"8fab86b92c2040aea6c971df66a3c09e","created_at":"2018-08-12T18:20:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d311922f-d5e9-4c59-b529-fdced262c033","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["83296667-68f2-44be-9e92-8ef0075fe27c"],"description":"","tags":[],"updated_at":"2018-08-12T21:47:08Z","provider:segmentation_id":34,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"df82f29b-8093-456c-b790-b144e6a32db4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["3448b4d3-4b88-4b13-a00a-7afeddbb8f99"],"description":"","tags":[],"updated_at":"2018-08-12T21:55:06Z","provider:segmentation_id":93,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:05Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e4345df2-0e74-4268-8d21-7ec3f9780013","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","subnets":["82ff67ab-b6bc-44a4-8573-fb1878ae4a1c"],"description":"","tags":[],"updated_at":"2018-08-12T21:42:58Z","provider:segmentation_id":73,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:57Z","provider:network_type":"vxlan"}]} 2018-08-12 21:55:09,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-efdd69ee-1e3d-407d-bbe6-04b69685f30c 2018-08-12 21:55:09,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"router": {"external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e"}}}' 2018-08-12 21:55:11,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-30ec28a2-fbda-42f3-ad05-ee100c013041 Date: Sun, 12 Aug 2018 21:55:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:55:11Z", "revision_number": 3, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "f5208570-c8db-4237-8fe3-c06cd0163a5e", "name": "sdnvpn-13-1-router"}} 2018-08-12 21:55:11,654 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e used request id req-30ec28a2-fbda-42f3-ad05-ee100c013041 2018-08-12 21:55:11,654 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-12 21:55:11,657 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" 2018-08-12 21:55:12,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 46482 X-Openstack-Request-Id: req-d5afc94f-83c1-47d7-be94-5951399610e0 Date: Sun, 12 Aug 2018 21:55:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "created_at": "2018-08-12T16:15:20Z", "updated_at": "2018-08-12T16:15:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "580bb405-87c0-48f1-95bc-e44718fbc543", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "9b10987a-24ed-4f8f-8964-dff64710cec9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv6", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ab088617-047d-4cb9-82a5-e79cb25dc499", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:15:20Z", "revision_number": 0, "id": "ac6bf0ce-ec8c-4fd4-a12f-aead5057155c", "remote_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "remote_ip_prefix": null, "created_at": "2018-08-12T16:15:20Z", "security_group_id": "004d23c6-83f3-4bff-af02-1ad884a48425", "tenant_id": "67deaf2fbef84d809e9dc9db8891ee1a", "port_range_min": null, "ethertype": "IPv4", "project_id": "67deaf2fbef84d809e9dc9db8891ee1a"}], "revision_number": 1, "project_id": "67deaf2fbef84d809e9dc9db8891ee1a", "id": "004d23c6-83f3-4bff-af02-1ad884a48425", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "created_at": "2018-08-12T16:26:50Z", "updated_at": "2018-08-12T16:26:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "493873f6-6c74-41c8-b05d-bf448c2b7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "51cfd6bd-5829-477c-9ca5-12887e61e7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "5e1b668c-18fa-43aa-85d2-d6ebae8bd6cc", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv4", "project_id": "76235e0de3644d43b22aa84cd3baa111"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:50Z", "revision_number": 0, "id": "6aad7b06-fe97-43ba-af82-378bdcbdca7c", "remote_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:50Z", "security_group_id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "tenant_id": "76235e0de3644d43b22aa84cd3baa111", "port_range_min": null, "ethertype": "IPv6", "project_id": "76235e0de3644d43b22aa84cd3baa111"}], "revision_number": 1, "project_id": "76235e0de3644d43b22aa84cd3baa111", "id": "08b2142f-f74c-45c7-8a45-caa7ff36c626", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2880ebe42d364acc8c25818b5028a067", "created_at": "2018-08-12T16:06:35Z", "updated_at": "2018-08-12T16:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "4f358cef-1c0d-49d4-8803-2dcea77bc781", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "bcbb806a-5248-4b5b-bfd6-0df27b1e491c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv4", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "c909d3d5-3867-4994-a08c-d6132b6ca593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:06:35Z", "revision_number": 0, "id": "f748f803-96c4-42bd-a10c-5a6ee883e275", "remote_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:06:35Z", "security_group_id": "16424b99-bff7-451e-9597-808afa6c7f9f", "tenant_id": "2880ebe42d364acc8c25818b5028a067", "port_range_min": null, "ethertype": "IPv6", "project_id": "2880ebe42d364acc8c25818b5028a067"}], "revision_number": 1, "project_id": "2880ebe42d364acc8c25818b5028a067", "id": "16424b99-bff7-451e-9597-808afa6c7f9f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "created_at": "2018-08-12T16:26:38Z", "updated_at": "2018-08-12T16:26:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "195a6633-812f-41d8-9556-a5cbb14a35ec", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "5de3e552-9571-415c-8928-6ac36328ee34", "remote_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "6426a92c-22c1-4512-b5bb-b5dde8caaf0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f02564e18c994e9b8b376891649e8d4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:38Z", "revision_number": 0, "id": "ddb621ea-bc97-4e93-831f-ddb889d969f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:38Z", "security_group_id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "tenant_id": "f02564e18c994e9b8b376891649e8d4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f02564e18c994e9b8b376891649e8d4a"}], "revision_number": 1, "project_id": "f02564e18c994e9b8b376891649e8d4a", "id": "1857671c-e9c3-4abd-a9dd-9c0c7cf8df74", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:43:01Z", "updated_at": "2018-08-12T21:48:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "1e9e20b6-b32a-4d52-a544-0e45859429ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "42658bce-2516-4e66-8584-54e7affe8183", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-12T21:43:02Z", "revision_number": 0, "id": "770cd525-8255-4153-9277-df46f1f02d45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:02Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "93c64ecf-d861-470e-b5e2-88b4862e65cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-12T21:48:27Z", "revision_number": 0, "id": "97e724af-05e0-4b05-8abb-02eb9d7eba48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:48:27Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": 80, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T21:43:01Z", "revision_number": 0, "id": "c85c7abd-a2ce-430e-8546-98f6c460139c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T21:43:01Z", "security_group_id": "31db2795-d336-4133-8c12-0b93ded5afd5", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 5, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "31db2795-d336-4133-8c12-0b93ded5afd5", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T16:10:12Z", "updated_at": "2018-08-12T16:10:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "1dc647ec-2db7-4eb3-ac59-8820313b18e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "3a8b2cde-ee41-4706-94a1-6a8b31503b52", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "a29fc251-a268-4812-808d-0168de9e2f0e", "remote_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:13Z", "revision_number": 0, "id": "caee4d27-3322-44f5-8df4-8ba91cb994c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:13Z", "security_group_id": "37185881-e75b-4d79-a56e-2954078a72c7", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d"}], "revision_number": 1, "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "37185881-e75b-4d79-a56e-2954078a72c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "created_at": "2018-08-12T17:09:58Z", "updated_at": "2018-08-12T17:09:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "1b1de2f0-d524-41c5-8af2-ff325212cfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "4bb70b9b-72bc-46bf-a0c8-b94e71bd32f0", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv6", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "57157f47-b59e-4362-9711-b7183942d5c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:59Z", "revision_number": 0, "id": "95a0df73-4533-46a5-8a04-6c75332e7fd1", "remote_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:59Z", "security_group_id": "605018db-69ed-447e-8c6d-2067ac6130c7", "tenant_id": "799d8ca8386240949dc6e456b4d10d36", "port_range_min": null, "ethertype": "IPv4", "project_id": "799d8ca8386240949dc6e456b4d10d36"}], "revision_number": 1, "project_id": "799d8ca8386240949dc6e456b4d10d36", "id": "605018db-69ed-447e-8c6d-2067ac6130c7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "created_at": "2018-08-12T16:10:37Z", "updated_at": "2018-08-12T16:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "2731098d-2e34-4ebe-84cf-6ea3efb2285f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "595efbe9-0e06-46bf-a63f-b99f8ccc84f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "6280d8d0-289c-4304-affb-e461a6ab84d1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:37Z", "revision_number": 0, "id": "dcb234a8-cce3-468e-a921-42226d6f1cd1", "remote_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:37Z", "security_group_id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "tenant_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1"}], "revision_number": 1, "project_id": "1fa4ca5cd20c4c25b7baf5a6019ebec1", "id": "60afddbe-ea8d-4599-9d6a-5c53ba487c8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01f93246bfca49369ceafc664ab517bb", "created_at": "2018-08-12T16:14:03Z", "updated_at": "2018-08-12T16:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "1a78d661-9e58-4f5d-af6d-462e5cec1fcd", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "2a894503-f8ea-4f40-b455-277212d796d1", "remote_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "36a32360-2639-4d65-987d-f011a8ec4de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv6", "project_id": "01f93246bfca49369ceafc664ab517bb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:14:03Z", "revision_number": 0, "id": "afd0407a-7e16-49e0-9c50-1904b4d51460", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:14:03Z", "security_group_id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "tenant_id": "01f93246bfca49369ceafc664ab517bb", "port_range_min": null, "ethertype": "IPv4", "project_id": "01f93246bfca49369ceafc664ab517bb"}], "revision_number": 1, "project_id": "01f93246bfca49369ceafc664ab517bb", "id": "69f47b01-30ab-4e72-a6fb-8e11d20eeb8f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "created_at": "2018-08-12T17:09:11Z", "updated_at": "2018-08-12T17:09:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "3348e2c7-8043-45f0-b6e7-c21d7d014362", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "39c5f28c-82c0-44cd-9426-e6084cef8323", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "91bc370d-b96b-42ca-a48d-5a9086635d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv6", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T17:09:11Z", "revision_number": 0, "id": "d6cbfed2-7acf-4b1e-b394-acf13381fa5e", "remote_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "remote_ip_prefix": null, "created_at": "2018-08-12T17:09:11Z", "security_group_id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "tenant_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "port_range_min": null, "ethertype": "IPv4", "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62"}], "revision_number": 1, "project_id": "14afe3d3bb4b4efcbbece0aedcffbb62", "id": "6bcd3384-9146-4960-8059-e0ae3d1627ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "created_at": "2018-08-12T16:13:08Z", "updated_at": "2018-08-12T16:13:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "ba2433b3-90cf-4a26-b748-6c201ace56fe", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de424044-410a-4af5-94b9-5001603c6f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "de5ba106-d28b-49d5-a9be-facb6b171c4d", "remote_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:13:08Z", "revision_number": 0, "id": "fc9fd94e-0183-4e75-b8a3-e404be9aade4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:13:08Z", "security_group_id": "6db22aed-159f-46e2-8099-02e4758237ad", "tenant_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb"}], "revision_number": 1, "project_id": "ada5e4acf81348d5aff0d8d5ea7fe0eb", "id": "6db22aed-159f-46e2-8099-02e4758237ad", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "created_at": "2018-08-12T16:11:28Z", "updated_at": "2018-08-12T16:11:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "1b870769-2159-47df-bbc8-94e09a83a46f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "72ff2fe4-ed23-41b7-8ebb-bda7a0828b5d", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "ae824833-14c7-4e71-b92e-9fd16998d815", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:11:28Z", "revision_number": 0, "id": "b1abbd1f-8c4c-4c5d-abba-42bb5ba5e29b", "remote_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "remote_ip_prefix": null, "created_at": "2018-08-12T16:11:28Z", "security_group_id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "tenant_id": "22aa35ff0d94495c9dd38396d3087bde", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aa35ff0d94495c9dd38396d3087bde"}], "revision_number": 1, "project_id": "22aa35ff0d94495c9dd38396d3087bde", "id": "80f5e1ff-0d50-4696-a8e6-8a39d933a974", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "created_at": "2018-08-12T16:26:36Z", "updated_at": "2018-08-12T16:26:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "05e8e82f-4708-4606-a3a7-12c0c6f53b4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "479822ad-3aab-493d-9d62-17025fbfb2c4", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv6", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "99728f48-8fdd-48a7-b938-6af29ae68b4c", "remote_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:36Z", "revision_number": 0, "id": "b64f6d4e-5cb8-4342-a17a-ededfaea04e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:36Z", "security_group_id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "tenant_id": "55f9c36396c64a2d84cb58263ef1926f", "port_range_min": null, "ethertype": "IPv4", "project_id": "55f9c36396c64a2d84cb58263ef1926f"}], "revision_number": 1, "project_id": "55f9c36396c64a2d84cb58263ef1926f", "id": "97ff89b0-3c1d-469e-ade3-fe17ee4b2482", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "created_at": "2018-08-12T16:26:52Z", "updated_at": "2018-08-12T16:26:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "3173421b-242f-4e3f-a459-3c6b849671c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "96b81b96-b732-4bfa-8a62-da8073936d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9b460826-7ec3-4c49-830f-7b47d67de5a6", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:52Z", "revision_number": 0, "id": "9c3e484b-682b-4f1b-ad93-e2a7b147033f", "remote_group_id": "998125db-885b-40da-9a94-b3157e888d09", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:52Z", "security_group_id": "998125db-885b-40da-9a94-b3157e888d09", "tenant_id": "97966c55411f494c980c2fe0e6ca87cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "97966c55411f494c980c2fe0e6ca87cf"}], "revision_number": 1, "project_id": "97966c55411f494c980c2fe0e6ca87cf", "id": "998125db-885b-40da-9a94-b3157e888d09", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "447325cd398747af88596488bf4005ea", "created_at": "2018-08-12T16:26:21Z", "updated_at": "2018-08-12T16:26:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "4ac4d9ff-3b54-4536-b3c6-9fa037828cfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "acde0222-c257-4fdd-8986-85e5753545eb", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "e039f58e-e099-4489-ae2d-43a252ddb662", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "447325cd398747af88596488bf4005ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:21Z", "revision_number": 0, "id": "ff342c70-d574-4e12-bce3-37151b4e35cc", "remote_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:21Z", "security_group_id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "tenant_id": "447325cd398747af88596488bf4005ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "447325cd398747af88596488bf4005ea"}], "revision_number": 1, "project_id": "447325cd398747af88596488bf4005ea", "id": "9b69be59-0d1e-409e-a8ee-7667e5e7b20f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "created_at": "2018-08-12T16:26:47Z", "updated_at": "2018-08-12T16:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "4fac6f62-b783-44c8-a3f8-b2c411dbd408", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "528c6371-7859-4cb9-bb9e-44b14b640e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "63cf8f42-7d5d-4c6b-a3bf-d2ccd81a54ec", "remote_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:47Z", "revision_number": 0, "id": "99f160a9-b222-4baa-b2d3-b6be7e58c79e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:47Z", "security_group_id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "tenant_id": "4e12cd88fc02425996d6ea24ef4f9daf", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e12cd88fc02425996d6ea24ef4f9daf"}], "revision_number": 1, "project_id": "4e12cd88fc02425996d6ea24ef4f9daf", "id": "c7da9da5-f45a-4d3b-87b4-188180ebe9e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-12T16:10:16Z", "updated_at": "2018-08-12T16:10:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:10:16Z", "revision_number": 0, "id": "31bc786e-e9da-444e-aa26-80d54c1fc573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "450fd3c9-cd63-44d4-b187-7afdd7cce538", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "e5541c57-f785-4ba7-80e6-dd2be53e25f1", "remote_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "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-12T16:10:16Z", "revision_number": 0, "id": "eebaffaf-db96-4ad2-8bbe-e6d1d3f884b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:10:16Z", "security_group_id": "ed915afe-8d56-4eda-944b-0290ec199b71", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ed915afe-8d56-4eda-944b-0290ec199b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "created_at": "2018-08-12T16:26:53Z", "updated_at": "2018-08-12T16:26:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6b0273b9-b753-4d6f-8ecc-612df59d2881", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "6f579769-887b-45bb-987c-ff6c47ef0f86", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv6", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "bf12ca62-105a-41e1-8967-3f8d3a4a686b", "remote_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:26:53Z", "revision_number": 0, "id": "f76e5c5f-e2d2-4858-b978-8f4becb08424", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:26:53Z", "security_group_id": "f084952e-6c7a-4cb7-9339-d5982f097223", "tenant_id": "828d639ef7f64910b392beb7f9f6dc08", "port_range_min": null, "ethertype": "IPv4", "project_id": "828d639ef7f64910b392beb7f9f6dc08"}], "revision_number": 1, "project_id": "828d639ef7f64910b392beb7f9f6dc08", "id": "f084952e-6c7a-4cb7-9339-d5982f097223", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "97115b4656d945f580f9702d6cec4966", "created_at": "2018-08-12T16:16:24Z", "updated_at": "2018-08-12T16:16:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "109eadc4-ba11-471b-9e80-1be3866eecf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "692d36d5-1a21-489d-b446-4f6dcbf7fb46", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "aa0f5ea9-275b-4abb-b49d-e7489b0e2137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv6", "project_id": "97115b4656d945f580f9702d6cec4966"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-12T16:16:24Z", "revision_number": 0, "id": "e6b27063-48fb-496b-ac39-33835c6f4e56", "remote_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "remote_ip_prefix": null, "created_at": "2018-08-12T16:16:24Z", "security_group_id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "tenant_id": "97115b4656d945f580f9702d6cec4966", "port_range_min": null, "ethertype": "IPv4", "project_id": "97115b4656d945f580f9702d6cec4966"}], "revision_number": 1, "project_id": "97115b4656d945f580f9702d6cec4966", "id": "f1458f68-488a-4c86-bc90-5f84d6b03bc9", "name": "default"}]} 2018-08-12 21:55:12,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-d5afc94f-83c1-47d7-be94-5951399610e0 2018-08-12 21:55:12,120 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-12 21:55:12,121 - 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-12 21:55:12,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c14f1e4-48cf-408f-800c-b79a78b6b558 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-12 21:55:12,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0c14f1e4-48cf-408f-800c-b79a78b6b558 2018-08-12 21:55:12,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:55:12,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:55:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["uCWA_1laTt-idr4GTStADw"], "issued_at": "2018-08-12T21:55:12.000000Z"}} 2018-08-12 21:55:12,539 - 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}c767a7a7f7f2a68e1fe4ff64e92da0ca321110e3" 2018-08-12 21:55:12,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-caf352ac-24fb-49c5-a6a8-8be9f22ea590 x-compute-request-id: req-caf352ac-24fb-49c5-a6a8-8be9f22ea590 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 335}, "vcpus_used": 4, "hypervisor_type": "QEMU", "local_gb_used": 1, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 3442, "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": 4, "free_disk_gb": 243, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 26358, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 338}, "vcpus_used": 3, "hypervisor_type": "QEMU", "local_gb_used": 3, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5632, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "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": 3, "free_disk_gb": 244, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 26870, "id": 5}]} 2018-08-12 21:55:12,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-caf352ac-24fb-49c5-a6a8-8be9f22ea590 2018-08-12 21:55:12,856 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-12 21:55:12,857 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-08-12 21:55:12,857 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=17a5996a-65a0-4294-94c8-06865cd47590 network=df82f29b-8093-456c-b790-b144e6a32db4 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 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-12 21:55:12,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:55:12,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:55:12,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:55:12,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:55:12,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:55:12,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:55:12,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:55:12,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:55:12,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:55:12,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:55:12,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:55:12,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:55:12,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:55:12,867 - 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-12 21:55:12,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906152c5-ee4d-4218-ac18-0a350edab74c 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-12 21:55:12,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-906152c5-ee4d-4218-ac18-0a350edab74c 2018-08-12 21:55:12,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:55:13,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["qb9rCy0cRGeF0du79sCpzg"], "issued_at": "2018-08-12T21:55:13.000000Z"}} 2018-08-12 21:55:13,271 - 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}f47341de2b8a535c18138155eca78cceeed50f8b" 2018-08-12 21:55:13,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb3b0d49-2b2b-480d-b0b1-923d0ce6dfd7 x-compute-request-id: req-fb3b0d49-2b2b-480d-b0b1-923d0ce6dfd7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:55:13,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fb3b0d49-2b2b-480d-b0b1-923d0ce6dfd7 2018-08-12 21:55:13,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f47341de2b8a535c18138155eca78cceeed50f8b" 2018-08-12 21:55:13,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86be54de-9cd7-43b1-a214-f2a64a77f12a x-compute-request-id: req-86be54de-9cd7-43b1-a214-f2a64a77f12a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "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": "66802371-858d-4df9-8fc1-f8c470fc1641"}} 2018-08-12 21:55:13,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641 used request id req-86be54de-9cd7-43b1-a214-f2a64a77f12a 2018-08-12 21:55:13,582 - 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}f47341de2b8a535c18138155eca78cceeed50f8b" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "17a5996a-65a0-4294-94c8-06865cd47590", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "66802371-858d-4df9-8fc1-f8c470fc1641", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "df82f29b-8093-456c-b790-b144e6a32db4"}], "config_drive": true}}' 2018-08-12 21:55:16,518 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb0100a1-a8fc-4429-9727-58f7a38c4bf2 x-compute-request-id: req-eb0100a1-a8fc-4429-9727-58f7a38c4bf2 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "adminPass": "XmJ25JawWr3Z"}} 2018-08-12 21:55:16,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-eb0100a1-a8fc-4429-9727-58f7a38c4bf2 2018-08-12 21:55:16,519 - 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-12 21:55:16,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2344fd2-b296-48d6-bf43-18b107c165ce 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-12 21:55:16,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e2344fd2-b296-48d6-bf43-18b107c165ce 2018-08-12 21:55:16,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:55:16,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:55:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["yeNn2aneTROyvtGCiTl3Qg"], "issued_at": "2018-08-12T21:55:16.000000Z"}} 2018-08-12 21:55:16,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:17,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-78673502-5fc5-4cb0-b11c-1a77456084c5 x-compute-request-id: req-78673502-5fc5-4cb0-b11c-1a77456084c5 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/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:17Z", "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-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:17,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-78673502-5fc5-4cb0-b11c-1a77456084c5 2018-08-12 21:55:20,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:22,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-8d91403a-a46f-41ca-95fc-a43a5bb7014f x-compute-request-id: req-8d91403a-a46f-41ca-95fc-a43a5bb7014f Content-Encoding: gzip Content-Length: 713 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/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:22,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-8d91403a-a46f-41ca-95fc-a43a5bb7014f 2018-08-12 21:55:25,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:26,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-89818b01-d3b8-45b3-a785-a873674541aa x-compute-request-id: req-89818b01-d3b8-45b3-a785-a873674541aa Content-Encoding: gzip Content-Length: 713 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/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:26,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-89818b01-d3b8-45b3-a785-a873674541aa 2018-08-12 21:55:29,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:30,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-774e93aa-d04a-4960-9a2d-50d25b57dbf5 x-compute-request-id: req-774e93aa-d04a-4960-9a2d-50d25b57dbf5 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:30,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-774e93aa-d04a-4960-9a2d-50d25b57dbf5 2018-08-12 21:55:33,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:34,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-992091ba-26c9-4641-b085-c818a865fdfd x-compute-request-id: req-992091ba-26c9-4641-b085-c818a865fdfd Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:34,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-992091ba-26c9-4641-b085-c818a865fdfd 2018-08-12 21:55:37,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:38,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f55c432-8e29-44d2-b3a8-6aff55750ed8 x-compute-request-id: req-2f55c432-8e29-44d2-b3a8-6aff55750ed8 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:38,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-2f55c432-8e29-44d2-b3a8-6aff55750ed8 2018-08-12 21:55:41,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:42,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-8909b5d7-1bf9-4852-900f-57c6341c07a2 x-compute-request-id: req-8909b5d7-1bf9-4852-900f-57c6341c07a2 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:42,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-8909b5d7-1bf9-4852-900f-57c6341c07a2 2018-08-12 21:55:45,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:46,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-b14a0a69-6644-4023-87b5-e2e4a78c3244 x-compute-request-id: req-b14a0a69-6644-4023-87b5-e2e4a78c3244 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:46,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-b14a0a69-6644-4023-87b5-e2e4a78c3244 2018-08-12 21:55:49,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:50,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-5dfb84b3-8e35-4be7-8f65-cfa5ca9bbec7 x-compute-request-id: req-5dfb84b3-8e35-4be7-8f65-cfa5ca9bbec7 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:50,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-5dfb84b3-8e35-4be7-8f65-cfa5ca9bbec7 2018-08-12 21:55:53,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:54,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-4fedb83c-8204-4b8e-9e05-4409199e48bb x-compute-request-id: req-4fedb83c-8204-4b8e-9e05-4409199e48bb Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:54,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-4fedb83c-8204-4b8e-9e05-4409199e48bb 2018-08-12 21:55:57,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:55:58,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:55: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-eadb7c09-362a-49e7-98a8-553076f06a9e x-compute-request-id: req-eadb7c09-362a-49e7-98a8-553076f06a9e Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:55:58,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-eadb7c09-362a-49e7-98a8-553076f06a9e 2018-08-12 21:56:01,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:02,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-f8572ed5-76db-4c88-b0b8-d1a80f8d2ba3 x-compute-request-id: req-f8572ed5-76db-4c88-b0b8-d1a80f8d2ba3 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:02,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-f8572ed5-76db-4c88-b0b8-d1a80f8d2ba3 2018-08-12 21:56:05,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:06,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-431f96bb-6d7e-4f93-be89-91a6aba9b524 x-compute-request-id: req-431f96bb-6d7e-4f93-be89-91a6aba9b524 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:06,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-431f96bb-6d7e-4f93-be89-91a6aba9b524 2018-08-12 21:56:09,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:10,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-dbc9e5ef-7ab3-45e4-afcf-1d1347c8e2aa x-compute-request-id: req-dbc9e5ef-7ab3-45e4-afcf-1d1347c8e2aa Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:10,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-dbc9e5ef-7ab3-45e4-afcf-1d1347c8e2aa 2018-08-12 21:56:13,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:14,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21: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-c5c4f2e7-0674-4d3b-86c9-473794edc5ca x-compute-request-id: req-c5c4f2e7-0674-4d3b-86c9-473794edc5ca Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:14,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-c5c4f2e7-0674-4d3b-86c9-473794edc5ca 2018-08-12 21:56:17,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:18,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-d43e2a85-a5d9-4393-8394-081ba1219a63 x-compute-request-id: req-d43e2a85-a5d9-4393-8394-081ba1219a63 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:18,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-d43e2a85-a5d9-4393-8394-081ba1219a63 2018-08-12 21:56:21,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:22,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be940668-2b08-4c66-aba6-acae89715564 x-compute-request-id: req-be940668-2b08-4c66-aba6-acae89715564 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:22,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-be940668-2b08-4c66-aba6-acae89715564 2018-08-12 21:56:25,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:25,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-ac34fb23-0805-4491-a517-bc15f544f0b7 x-compute-request-id: req-ac34fb23-0805-4491-a517-bc15f544f0b7 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:25,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-ac34fb23-0805-4491-a517-bc15f544f0b7 2018-08-12 21:56:28,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:29,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-eabc919e-c929-4bb4-a970-078105b8d6c1 x-compute-request-id: req-eabc919e-c929-4bb4-a970-078105b8d6c1 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:29,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-eabc919e-c929-4bb4-a970-078105b8d6c1 2018-08-12 21:56:32,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:33,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-0c940d4b-4864-4cb9-a175-c5834b099bfc x-compute-request-id: req-0c940d4b-4864-4cb9-a175-c5834b099bfc Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:33,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-0c940d4b-4864-4cb9-a175-c5834b099bfc 2018-08-12 21:56:36,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:36,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-577062ba-fc95-413b-af0b-f7b7768d6a01 x-compute-request-id: req-577062ba-fc95-413b-af0b-f7b7768d6a01 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:36,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-577062ba-fc95-413b-af0b-f7b7768d6a01 2018-08-12 21:56:39,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:40,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9ff997d-c27e-4afd-8d51-c1e764057cbb x-compute-request-id: req-c9ff997d-c27e-4afd-8d51-c1e764057cbb Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:40,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-c9ff997d-c27e-4afd-8d51-c1e764057cbb 2018-08-12 21:56:43,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:44,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-538c98da-b42d-4e97-9c12-91fc04fab2d4 x-compute-request-id: req-538c98da-b42d-4e97-9c12-91fc04fab2d4 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:44,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-538c98da-b42d-4e97-9c12-91fc04fab2d4 2018-08-12 21:56:47,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:48,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-e9e6ca9f-c849-4192-8d53-59b75c3ac79e x-compute-request-id: req-e9e6ca9f-c849-4192-8d53-59b75c3ac79e Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:48,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-e9e6ca9f-c849-4192-8d53-59b75c3ac79e 2018-08-12 21:56:51,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:52,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-988db135-1760-4a9c-9c8d-979b550a6ce9 x-compute-request-id: req-988db135-1760-4a9c-9c8d-979b550a6ce9 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:52,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-988db135-1760-4a9c-9c8d-979b550a6ce9 2018-08-12 21:56:55,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:55,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-bf65f435-515f-4b6d-8106-8534a86689c3 x-compute-request-id: req-bf65f435-515f-4b6d-8106-8534a86689c3 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:55,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-bf65f435-515f-4b6d-8106-8534a86689c3 2018-08-12 21:56:58,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:56:59,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:56: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-285d901a-0a66-456c-ba8d-a22444126a03 x-compute-request-id: req-285d901a-0a66-456c-ba8d-a22444126a03 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:56:59,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-285d901a-0a66-456c-ba8d-a22444126a03 2018-08-12 21:57:02,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:57:03,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-23002c93-2bc3-49dd-b641-ef19a1020f03 x-compute-request-id: req-23002c93-2bc3-49dd-b641-ef19a1020f03 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:03,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-23002c93-2bc3-49dd-b641-ef19a1020f03 2018-08-12 21:57:06,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:57:07,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-e0959ad2-fb8c-4523-9c87-ac2c8521b71a x-compute-request-id: req-e0959ad2-fb8c-4523-9c87-ac2c8521b71a Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:07,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-e0959ad2-fb8c-4523-9c87-ac2c8521b71a 2018-08-12 21:57:10,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:57:11,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-82208e6f-0778-41cd-a028-84a12a0d8dae x-compute-request-id: req-82208e6f-0778-41cd-a028-84a12a0d8dae Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:11,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-82208e6f-0778-41cd-a028-84a12a0d8dae 2018-08-12 21:57:14,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:57:15,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-83ddc82c-b224-42eb-8bff-bd866c7699f5 x-compute-request-id: req-83ddc82c-b224-42eb-8bff-bd866c7699f5 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:15,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-83ddc82c-b224-42eb-8bff-bd866c7699f5 2018-08-12 21:57:18,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:57:18,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 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-c3b5ce8a-15c4-43a0-ad6a-df68fca6abc6 x-compute-request-id: req-c3b5ce8a-15c4-43a0-ad6a-df68fca6abc6 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:18,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-c3b5ce8a-15c4-43a0-ad6a-df68fca6abc6 2018-08-12 21:57:21,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:57:22,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-af8eaa60-e53c-4a21-815e-0aedecd1d266 x-compute-request-id: req-af8eaa60-e53c-4a21-815e-0aedecd1d266 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:55:19Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:22,631 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-af8eaa60-e53c-4a21-815e-0aedecd1d266 2018-08-12 21:57:25,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd4d54bcaf74cbeb0aa93bc3a4f89e48aac7d9cd" 2018-08-12 21:57:26,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 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-7c962a85-d399-45bd-99a5-37afb62e7505 x-compute-request-id: req-7c962a85-d399-45bd-99a5-37afb62e7505 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": "2018-08-12T21:57:22.000000", "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:57:23Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:26,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-7c962a85-d399-45bd-99a5-37afb62e7505 2018-08-12 21:57:26,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f47341de2b8a535c18138155eca78cceeed50f8b" 2018-08-12 21:57:27,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-4ac34c48-99c5-4406-a42e-1328d1410679 x-compute-request-id: req-4ac34c48-99c5-4406-a42e-1328d1410679 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:e4:e7", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ddc124db-ae4f-4cf4-94df-f049d250abad", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000194", "OS-SRV-USG:launched_at": "2018-08-12T21:57:22.000000", "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "ddc124db-ae4f-4cf4-94df-f049d250abad", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:57:23Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-1", "created": "2018-08-12T21:55:16Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:27,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad used request id req-4ac34c48-99c5-4406-a42e-1328d1410679 2018-08-12 21:57:27,408 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.22'. 2018-08-12 21:57:27,409 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-08-12 21:57:27,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c767a7a7f7f2a68e1fe4ff64e92da0ca321110e3" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:57:29,556 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:57: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-3824fcca-8fe8-44da-9a68-cf713f624fa1 x-compute-request-id: req-3824fcca-8fe8-44da-9a68-cf713f624fa1 Content-Length: 0 Content-Type: application/json 2018-08-12 21:57:29,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad/action used request id req-3824fcca-8fe8-44da-9a68-cf713f624fa1 2018-08-12 21:57:29,561 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" 2018-08-12 21:57:29,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 26931 X-Openstack-Request-Id: req-2b72d53e-6977-4ea3-af94-36a334d5ccbd Date: Sun, 12 Aug 2018 21:57:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:45Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.15"}],"id":"03926ba6-f641-46e5-8b30-611516a3e76a","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:b9:cd","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"bfe8d83d-6f21-4344-b22b-1a199ea04e6e","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:11Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.3"}],"id":"06b33b4e-41b4-4d06-87ba-60d255b6ebf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:fe:4d","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:12Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.4"}],"id":"10cd98ad-8bde-4a65-97e0-aaf145016d33","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:0f:d3","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.3"}],"id":"294fca4c-1a16-4177-a236-3790aa133b48","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:ee","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.2"}],"id":"3b5e4518-fd5c-467c-b3a7-142cb5c6189d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:5c:a4","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.2"}],"id":"41d16c03-c1ca-410a-ae08-bb6bdcf740a4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:5a:77","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:44:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.9"}],"id":"47edfd2f-c83a-48d5-9123-a431c4458728","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:2e:0f","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ef74d084-bcbc-4abd-b8bb-1a27aba5de31","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.4"}],"id":"5f5253cb-4bcf-481d-9e49-ba4646fa1d7d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:e7:1b","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.8"}],"id":"678ea883-61e9-4adf-b3f8-0706a5e0ed50","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:b8:71","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"0a8dfc2c-f85d-41e6-8067-31dd5e203dd8","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:57:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.22"}],"id":"6ba97749-3bdf-4dda-a524-ca2ba3c7d63e","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:e4:e7","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"ddc124db-ae4f-4cf4-94df-f049d250abad","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:05Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.4"}],"id":"6cb5e478-c10f-4951-ab17-10f2f574caac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ca:98:a5","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:11Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"38b5ae12-661c-4ec4-a3cf-304672163c85","ip_address":"172.30.9.200"}],"id":"87b64c4e-e137-4083-b0ee-631a6153bd11","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:2d:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f5208570-c8db-4237-8fe3-c06cd0163a5e","name":"","admin_state_up":true,"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"","created_at":"2018-08-12T21:55:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.4"}],"id":"89250d67-e74d-45f7-ac45-eae3c47fd694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:2b:71","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:54:31Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","ip_address":"10.10.10.6"}],"id":"9bb320d9-4889-430e-a596-281d5be0d02c","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:7c:7e","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4d7f3278-1213-437b-b077-82fe94e8d31c","name":"","admin_state_up":true,"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:54:13Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","ip_address":"10.10.10.3"}],"id":"9c95c96e-7025-435b-aee1-8153810832ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:30:70","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-03ae58db-30e9-4f4c-bb05-889fee1dd031","name":"","admin_state_up":true,"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:50:30Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5d292b5f-89a5-4858-8568-73ed05322648","ip_address":"10.10.10.2"}],"id":"a749164c-7bf5-4dfa-8ae7-16e2ecaf6286","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:a3:3b","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ae50c537-203a-4133-b85e-2f6632b7347c","name":"","admin_state_up":true,"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:54Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.9"}],"id":"bf5d27f9-b3ff-4c52-8f4e-501808066ed5","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:1c:57","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"574b87fc-bf48-4382-a0b3-aa27cc777e67","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:02Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.3"}],"id":"bf9647ed-1686-4347-b033-ef328c9f733b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:a2:93","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:10Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.3"}],"id":"c233d52f-7f02-4d02-9baa-cdb2375a25aa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:ed:bd","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-df82f29b-8093-456c-b790-b144e6a32db4","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:54:13Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","ip_address":"10.10.10.4"}],"id":"c70b4ca0-0390-4f0f-b44b-eff9d3dabcdc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:e9:12","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-03ae58db-30e9-4f4c-bb05-889fee1dd031","name":"","admin_state_up":true,"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:11Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.2"}],"id":"c9d557ab-a878-44b3-b5e6-f4cb4a7ff2aa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:42:6b","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:33Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.7"}],"id":"d005ee68-6852-45df-8809-8aa2e8dbc881","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:66:6c","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"6540a57a-1663-4bf1-b7c1-58556c88d6ec","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:01Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.2"}],"id":"d331fca1-eaa5-4fe8-b582-5732095dea96","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:1c:bb","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.3"}],"id":"dfecf44a-4169-4069-904b-e3e11004596d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:14:2e","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:54:12Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","ip_address":"10.10.10.2"}],"id":"e22a1af6-2d4a-4224-bdc9-4fb43d3a9f12","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:95:f1","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-03ae58db-30e9-4f4c-bb05-889fee1dd031","name":"","admin_state_up":true,"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:09Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.2"}],"id":"e70560f5-62dc-4584-9bcb-257e868b8925","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:d8:ea","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-df82f29b-8093-456c-b790-b144e6a32db4","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:08Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.1"}],"id":"ec168269-a1e5-4e01-a862-d58b5470f5b3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:b2:b2","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f5208570-c8db-4237-8fe3-c06cd0163a5e","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:11Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.4"}],"id":"ec8f9814-26b6-4406-8e74-896eb785856e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:96:79","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-df82f29b-8093-456c-b790-b144e6a32db4","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:50:32Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5d292b5f-89a5-4858-8568-73ed05322648","ip_address":"10.10.10.4"}],"id":"f17541fe-8212-420a-a209-5af97d53e880","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:18:32","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ae50c537-203a-4133-b85e-2f6632b7347c","name":"","admin_state_up":true,"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:50:31Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5d292b5f-89a5-4858-8568-73ed05322648","ip_address":"10.10.10.3"}],"id":"f49b1e88-8364-4448-8adb-4fcd55a3e3d8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ca:1a:65","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ae50c537-203a-4133-b85e-2f6632b7347c","name":"","admin_state_up":true,"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:50:50Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5d292b5f-89a5-4858-8568-73ed05322648","ip_address":"10.10.10.10"}],"id":"fa56edf9-0f3e-4799-a275-8041191b54c8","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:0b:02","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"887906b2-f73f-45ad-93d5-786f91f7ae7e","name":"","admin_state_up":true,"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:35Z","binding:vnic_type":"normal"}]} 2018-08-12 21:57:29,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-2b72d53e-6977-4ea3-af94-36a334d5ccbd 2018-08-12 21:57:29,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/ports/6ba97749-3bdf-4dda-a524-ca2ba3c7d63e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:6f:e4:e7"}]}}' 2018-08-12 21:57:30,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-cb578105-3546-4785-98c0-dff31d4d1972 Date: Sun, 12 Aug 2018 21:57:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:6f:e4:e7"}],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:57:30Z","device_owner":"compute:nova","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.22"}],"id":"6ba97749-3bdf-4dda-a524-ca2ba3c7d63e","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:e4:e7","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"ddc124db-ae4f-4cf4-94df-f049d250abad","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:20Z","binding:vnic_type":"normal"}} 2018-08-12 21:57:30,877 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/ports/6ba97749-3bdf-4dda-a524-ca2ba3c7d63e used request id req-cb578105-3546-4785-98c0-dff31d4d1972 2018-08-12 21:57:30,878 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-08-12 21:57:30,878 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=17a5996a-65a0-4294-94c8-06865cd47590 network=df82f29b-8093-456c-b790-b144e6a32db4 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 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-12 21:57:30,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:57:30,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:57:30,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:57:30,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:57:30,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:57:30,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:57:30,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:57:30,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:57:30,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:57:30,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:57:30,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:57:30,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:57:30,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:57:30,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:57:30,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:57:30,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:57:30,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:57:30,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:57:30,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:57:30,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:57:30,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:57:30,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:57:30,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:57:30,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:57:30,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:57:30,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:57:30,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:57:30,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:57:30,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:57:30,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:57:30,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:57:30,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:57:30,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:57:30,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:57:30,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:57:30,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:57:30,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:57:30,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:57:30,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:57:30,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:57:30,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:57:30,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:57:30,889 - 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-12 21:57:30,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f70d7c-cff3-4b92-bc03-a88f1b49df75 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-12 21:57:30,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-35f70d7c-cff3-4b92-bc03-a88f1b49df75 2018-08-12 21:57:30,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:57:31,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:57:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["53GwIcmwR0WFvvCnpoZNdw"], "issued_at": "2018-08-12T21:57:31.000000Z"}} 2018-08-12 21:57:31,313 - 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}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" 2018-08-12 21:57:31,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-5d188d78-c12a-46cc-ab14-470932338969 x-compute-request-id: req-5d188d78-c12a-46cc-ab14-470932338969 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:57:31,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5d188d78-c12a-46cc-ab14-470932338969 2018-08-12 21:57:31,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" 2018-08-12 21:57:31,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-3fc4513d-f31f-46e8-a120-a35d5b45d193 x-compute-request-id: req-3fc4513d-f31f-46e8-a120-a35d5b45d193 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "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": "66802371-858d-4df9-8fc1-f8c470fc1641"}} 2018-08-12 21:57:31,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641 used request id req-3fc4513d-f31f-46e8-a120-a35d5b45d193 2018-08-12 21:57:31,561 - 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}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "17a5996a-65a0-4294-94c8-06865cd47590", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "66802371-858d-4df9-8fc1-f8c470fc1641", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "df82f29b-8093-456c-b790-b144e6a32db4"}], "config_drive": true}}' 2018-08-12 21:57:34,697 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:57: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-2fe71ec0-3ec3-439d-bb08-f24fbf8c9be5 x-compute-request-id: req-2fe71ec0-3ec3-439d-bb08-f24fbf8c9be5 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "bookmark"}], "adminPass": "2YBBCmsb2gtb"}} 2018-08-12 21:57:34,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2fe71ec0-3ec3-439d-bb08-f24fbf8c9be5 2018-08-12 21:57:34,698 - 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-12 21:57:34,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4106834-9739-46a0-b8c9-63d276637369 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-12 21:57:34,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b4106834-9739-46a0-b8c9-63d276637369 2018-08-12 21:57:34,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:57:35,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:57:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["D9lkYp0sThyjkZXrarbtZg"], "issued_at": "2018-08-12T21:57:35.000000Z"}} 2018-08-12 21:57:35,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26b146e84bea9975172b58c4e1295fb3959dc5c7" 2018-08-12 21:57:35,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-365df6c4-b1d4-41e8-8aac-9dd859ec6a88 x-compute-request-id: req-365df6c4-b1d4-41e8-8aac-9dd859ec6a88 Content-Encoding: gzip Content-Length: 622 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/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:57:35Z", "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-2", "created": "2018-08-12T21:57:34Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:35,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca used request id req-365df6c4-b1d4-41e8-8aac-9dd859ec6a88 2018-08-12 21:57:38,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26b146e84bea9975172b58c4e1295fb3959dc5c7" 2018-08-12 21:57:40,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 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-4f51222b-38b7-4338-9428-5d24e7586502 x-compute-request-id: req-4f51222b-38b7-4338-9428-5d24e7586502 Content-Encoding: gzip Content-Length: 714 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/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:57:37Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-2", "created": "2018-08-12T21:57:34Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:40,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca used request id req-4f51222b-38b7-4338-9428-5d24e7586502 2018-08-12 21:57:43,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26b146e84bea9975172b58c4e1295fb3959dc5c7" 2018-08-12 21:57:44,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 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,Accept-Encoding x-openstack-request-id: req-aa620881-815d-427f-987b-5fa748e31aea x-compute-request-id: req-aa620881-815d-427f-987b-5fa748e31aea Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6d:57", "version": 4, "addr": "10.10.10.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:57:37Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-2", "created": "2018-08-12T21:57:34Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:44,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca used request id req-aa620881-815d-427f-987b-5fa748e31aea 2018-08-12 21:57:47,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26b146e84bea9975172b58c4e1295fb3959dc5c7" 2018-08-12 21:57:48,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b07a143f-30cb-4c1a-aa9f-257edcfe0e49 x-compute-request-id: req-b07a143f-30cb-4c1a-aa9f-257edcfe0e49 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6d:57", "version": 4, "addr": "10.10.10.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:57:37Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-2", "created": "2018-08-12T21:57:34Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:48,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca used request id req-b07a143f-30cb-4c1a-aa9f-257edcfe0e49 2018-08-12 21:57:51,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26b146e84bea9975172b58c4e1295fb3959dc5c7" 2018-08-12 21:57:52,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89bea494-fe64-4efc-843b-9b76c79d4c4d x-compute-request-id: req-89bea494-fe64-4efc-843b-9b76c79d4c4d Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6d:57", "version": 4, "addr": "10.10.10.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": "2018-08-12T21:57:49.000000", "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:57:49Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-2", "created": "2018-08-12T21:57:34Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:52,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca used request id req-89bea494-fe64-4efc-843b-9b76c79d4c4d 2018-08-12 21:57:52,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" 2018-08-12 21:57:53,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-3a904d7d-9e31-4101-bfa9-60b74b3247ae x-compute-request-id: req-3a904d7d-9e31-4101-bfa9-60b74b3247ae Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:6d:57", "version": 4, "addr": "10.10.10.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "rel": "bookmark"}], "image": {"id": "17a5996a-65a0-4294-94c8-06865cd47590", "links": [{"href": "http://172.30.9.23:8774/images/17a5996a-65a0-4294-94c8-06865cd47590", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000197", "OS-SRV-USG:launched_at": "2018-08-12T21:57:49.000000", "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca", "security_groups": [{"name": "default"}], "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:57:49Z", "hostId": "33326b33d51eec2f95d7c81a032e598785974325804ec906eabbef95", "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-13-2", "created": "2018-08-12T21:57:34Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:57:53,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca used request id req-3a904d7d-9e31-4101-bfa9-60b74b3247ae 2018-08-12 21:57:53,319 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.18'. 2018-08-12 21:57:53,319 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-08-12 21:57:53,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c767a7a7f7f2a68e1fe4ff64e92da0ca321110e3" -d '{"addSecurityGroup": {"name": "31db2795-d336-4133-8c12-0b93ded5afd5"}}' 2018-08-12 21:57:55,302 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:57:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-64f3110a-cfdd-410f-9ab0-37f9b22e526b x-compute-request-id: req-64f3110a-cfdd-410f-9ab0-37f9b22e526b Content-Length: 0 Content-Type: application/json 2018-08-12 21:57:55,302 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action used request id req-64f3110a-cfdd-410f-9ab0-37f9b22e526b 2018-08-12 21:57:55,309 - 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}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" 2018-08-12 21:57:55,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27898 X-Openstack-Request-Id: req-249f0cb2-4b0c-464d-908d-9edbc4dc992c Date: Sun, 12 Aug 2018 21:57:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:45Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.15"}],"id":"03926ba6-f641-46e5-8b30-611516a3e76a","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:b9:cd","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"bfe8d83d-6f21-4344-b22b-1a199ea04e6e","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:11Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.3"}],"id":"06b33b4e-41b4-4d06-87ba-60d255b6ebf4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:fe:4d","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:12Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.4"}],"id":"10cd98ad-8bde-4a65-97e0-aaf145016d33","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:0f:d3","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.3"}],"id":"294fca4c-1a16-4177-a236-3790aa133b48","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:22:ee","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.2"}],"id":"3b5e4518-fd5c-467c-b3a7-142cb5c6189d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:5c:a4","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:17Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.2"}],"id":"41d16c03-c1ca-410a-ae08-bb6bdcf740a4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:5a:77","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:44:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.9"}],"id":"47edfd2f-c83a-48d5-9123-a431c4458728","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ed:2e:0f","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ef74d084-bcbc-4abd-b8bb-1a27aba5de31","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:57:55Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.18"}],"id":"5d6f01fe-442e-4219-860d-fbadefdde7d3","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:6d:57","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:57:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:03Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.4"}],"id":"5f5253cb-4bcf-481d-9e49-ba4646fa1d7d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:e7:1b","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.8"}],"id":"678ea883-61e9-4adf-b3f8-0706a5e0ed50","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:49:b8:71","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"0a8dfc2c-f85d-41e6-8067-31dd5e203dd8","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:6f:e4:e7"}],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:57:30Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.22"}],"id":"6ba97749-3bdf-4dda-a524-ca2ba3c7d63e","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:e4:e7","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"ddc124db-ae4f-4cf4-94df-f049d250abad","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:05Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"441bf3e6-dabc-4eb1-a758-1cf2a139cbe0","ip_address":"10.10.11.4"}],"id":"6cb5e478-c10f-4951-ab17-10f2f574caac","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ca:98:a5","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3a0dcdf3-72c6-4393-97f4-441ed6907b14","name":"","admin_state_up":true,"network_id":"3a0dcdf3-72c6-4393-97f4-441ed6907b14","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:43:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:11Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"38b5ae12-661c-4ec4-a3cf-304672163c85","ip_address":"172.30.9.200"}],"id":"87b64c4e-e137-4083-b0ee-631a6153bd11","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:2d:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f5208570-c8db-4237-8fe3-c06cd0163a5e","name":"","admin_state_up":true,"network_id":"9080dbfe-670a-4248-8c56-0897f69dc41e","tenant_id":"","created_at":"2018-08-12T21:55:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:19Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.4"}],"id":"89250d67-e74d-45f7-ac45-eae3c47fd694","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:2b:71","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:54:31Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","ip_address":"10.10.10.6"}],"id":"9bb320d9-4889-430e-a596-281d5be0d02c","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:7c:7e","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"4d7f3278-1213-437b-b077-82fe94e8d31c","name":"","admin_state_up":true,"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:54:13Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","ip_address":"10.10.10.3"}],"id":"9c95c96e-7025-435b-aee1-8153810832ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:30:70","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-03ae58db-30e9-4f4c-bb05-889fee1dd031","name":"","admin_state_up":true,"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:50:30Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5d292b5f-89a5-4858-8568-73ed05322648","ip_address":"10.10.10.2"}],"id":"a749164c-7bf5-4dfa-8ae7-16e2ecaf6286","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:a3:3b","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ae50c537-203a-4133-b85e-2f6632b7347c","name":"","admin_state_up":true,"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:54Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.9"}],"id":"bf5d27f9-b3ff-4c52-8f4e-501808066ed5","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:1c:57","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"574b87fc-bf48-4382-a0b3-aa27cc777e67","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:02Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.3"}],"id":"bf9647ed-1686-4347-b033-ef328c9f733b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:a2:93","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:10Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.3"}],"id":"c233d52f-7f02-4d02-9baa-cdb2375a25aa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:ed:bd","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-df82f29b-8093-456c-b790-b144e6a32db4","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:54:13Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","ip_address":"10.10.10.4"}],"id":"c70b4ca0-0390-4f0f-b44b-eff9d3dabcdc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:e9:12","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-03ae58db-30e9-4f4c-bb05-889fee1dd031","name":"","admin_state_up":true,"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:11Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.2"}],"id":"c9d557ab-a878-44b3-b5e6-f4cb4a7ff2aa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:42:6b","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d311922f-d5e9-4c59-b529-fdced262c033","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:33Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83296667-68f2-44be-9e92-8ef0075fe27c","ip_address":"10.10.10.7"}],"id":"d005ee68-6852-45df-8809-8aa2e8dbc881","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:15:66:6c","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"6540a57a-1663-4bf1-b7c1-58556c88d6ec","name":"","admin_state_up":true,"network_id":"d311922f-d5e9-4c59-b529-fdced262c033","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:43:01Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82ff67ab-b6bc-44a4-8573-fb1878ae4a1c","ip_address":"10.10.10.2"}],"id":"d331fca1-eaa5-4fe8-b582-5732095dea96","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d4:1c:bb","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e4345df2-0e74-4268-8d21-7ec3f9780013","name":"","admin_state_up":true,"network_id":"e4345df2-0e74-4268-8d21-7ec3f9780013","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:42:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:47:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1a60bd2-f198-4015-a7a1-3f987f9688c0","ip_address":"10.10.11.3"}],"id":"dfecf44a-4169-4069-904b-e3e11004596d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:14:2e","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","name":"","admin_state_up":true,"network_id":"3620de5f-6544-4e9a-8642-a0c4d1e4c9b8","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:47:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:54:12Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b1f42d23-cd7f-46b2-85e1-1a67496cded7","ip_address":"10.10.10.2"}],"id":"e22a1af6-2d4a-4224-bdc9-4fb43d3a9f12","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:95:f1","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-03ae58db-30e9-4f4c-bb05-889fee1dd031","name":"","admin_state_up":true,"network_id":"03ae58db-30e9-4f4c-bb05-889fee1dd031","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:54:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:09Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.2"}],"id":"e70560f5-62dc-4584-9bcb-257e868b8925","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:d8:ea","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-df82f29b-8093-456c-b790-b144e6a32db4","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:08Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.1"}],"id":"ec168269-a1e5-4e01-a862-d58b5470f5b3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:b2:b2","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f5208570-c8db-4237-8fe3-c06cd0163a5e","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:55:11Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.4"}],"id":"ec8f9814-26b6-4406-8e74-896eb785856e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8f:96:79","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-df82f29b-8093-456c-b790-b144e6a32db4","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:55:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:50:32Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5d292b5f-89a5-4858-8568-73ed05322648","ip_address":"10.10.10.4"}],"id":"f17541fe-8212-420a-a209-5af97d53e880","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:18:32","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ae50c537-203a-4133-b85e-2f6632b7347c","name":"","admin_state_up":true,"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:50:31Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5d292b5f-89a5-4858-8568-73ed05322648","ip_address":"10.10.10.3"}],"id":"f49b1e88-8364-4448-8adb-4fcd55a3e3d8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ca:1a:65","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ae50c537-203a-4133-b85e-2f6632b7347c","name":"","admin_state_up":true,"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:50:50Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5d292b5f-89a5-4858-8568-73ed05322648","ip_address":"10.10.10.10"}],"id":"fa56edf9-0f3e-4799-a275-8041191b54c8","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:0b:02","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"887906b2-f73f-45ad-93d5-786f91f7ae7e","name":"","admin_state_up":true,"network_id":"ae50c537-203a-4133-b85e-2f6632b7347c","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:50:35Z","binding:vnic_type":"normal"}]} 2018-08-12 21:57:55,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-249f0cb2-4b0c-464d-908d-9edbc4dc992c 2018-08-12 21:57:55,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/ports/5d6f01fe-442e-4219-860d-fbadefdde7d3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:cd:6d:57"}]}}' 2018-08-12 21:57:56,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-7e6ec96a-80d4-4471-b385-3599a6fde9be Date: Sun, 12 Aug 2018 21:57:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:cd:6d:57"}],"extra_dhcp_opts":[],"updated_at":"2018-08-12T21:57:56Z","device_owner":"compute:nova","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3448b4d3-4b88-4b13-a00a-7afeddbb8f99","ip_address":"10.10.10.18"}],"id":"5d6f01fe-442e-4219-860d-fbadefdde7d3","security_groups":["31db2795-d336-4133-8c12-0b93ded5afd5","37185881-e75b-4d79-a56e-2954078a72c7"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:6d:57","project_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca","name":"","admin_state_up":true,"network_id":"df82f29b-8093-456c-b790-b144e6a32db4","tenant_id":"dbfa1fd1b20e4777950b03d95b9e0d9d","created_at":"2018-08-12T21:57:37Z","binding:vnic_type":"normal"}} 2018-08-12 21:57:56,482 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/ports/5d6f01fe-442e-4219-860d-fbadefdde7d3 used request id req-7e6ec96a-80d4-4471-b385-3599a6fde9be 2018-08-12 21:57:56,483 - sdnvpn_test_utils - INFO - Waiting for instance ddc124db-ae4f-4cf4-94df-f049d250abad to boot up 2018-08-12 21:57:56,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f47341de2b8a535c18138155eca78cceeed50f8b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:57:56,490 - sdnvpn_test_utils - INFO - Waiting for instance 3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca to boot up 2018-08-12 21:57:56,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:57:56,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-4b752298-5b56-48ce-b754-4357bdbc48a1 x-compute-request-id: req-4b752298-5b56-48ce-b754-4357bdbc48a1 Content-Encoding: gzip Content-Length: 14427 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 761106434 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.149858] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151807] pid_max: default: 32768 minimum: 301\n[ 0.152866] ACPI: Core revision 20150930\n[ 0.154437] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155987] Security Framework initialized\n[ 0.156973] Yama: becoming mindful.\n[ 0.157800] AppArmor: AppArmor initialized\n[ 0.158780] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.161033] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162875] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164369] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.166139] Initializing cgroup subsys io\n[ 0.167130] Initializing cgroup subsys memory\n[ 0.168144] Initializing cgroup subsys devices\n[ 0.169222] Initializing cgroup subsys freezer\n[ 0.170275] Initializing cgroup subsys net_cls\n[ 0.171319] Initializing cgroup subsys perf_event\n[ 0.172412] Initializing cgroup subsys net_prio\n[ 0.173515] Initializing cgroup subsys hugetlb\n[ 0.174586] Initializing cgroup subsys pids\n[ 0.175620] CPU: Physical Processor ID: 0\n[ 0.177272] mce: CPU supports 10 MCE banks\n[ 0.178274] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194282] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.200893] ftrace: allocating 32123 entries in 126 pages\n[ 0.227771] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229204] smpboot: Max logical packages: 1\n[ 0.230339] x2apic enabled\n[ 0.231238] Switched APIC routing to physical x2apic.\n[ 0.233105] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234407] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236701] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238732] KVM setup paravirtual spinlock\n[ 0.240232] x86: Booted up 1 node, 1 CPUs\n[ 0.241154] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242785] devtmpfs: initialized\n[ 0.245394] evm: security.selinux\n[ 0.246210] evm: security.SMACK64\n[ 0.247031] evm: security.SMACK64EXEC\n[ 0.247845] evm: security.SMACK64TRANSMUTE\n[ 0.248723] evm: security.SMACK64MMAP\n[ 0.249526] evm: security.ima\n[ 0.250210] evm: security.capability\n[ 0.251127] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253179] pinctrl core: initialized pinctrl subsystem\n[ 0.254407] RTC time: 21:57:23, date: 08/12/18\n[ 0.255495] NET: Registered protocol family 16\n[ 0.256652] cpuidle: using governor ladder\n[ 0.257540] cpuidle: using governor menu\n[ 0.258415] PCCT header not found.\n[ 0.259262] ACPI: bus type PCI registered\n[ 0.260149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261534] PCI: Using configuration type 1 for base access\n[ 0.263657] ACPI: Added _OSI(Module Device)\n[ 0.264558] ACPI: Added _OSI(Processor Device)\n[ 0.265536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266526] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268410] ACPI: Interpreter enabled\n[ 0.269278] ACPI: (supports S0 S5)\n[ 0.270081] ACPI: Using IOAPIC for interrupt routing\n[ 0.271152] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278765] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.281251] acpiphp: Slot [3] registered\n[ 0.282183] acpiphp: Slot [4] registered\n[ 0.283086] acpiphp: Slot [5] registered\n[ 0.284005] acpiphp: Slot [6] registered\n[ 0.284927] acpiphp: Slot [7] registered\n[ 0.285846] acpiphp: Slot [8] registered\n[ 0.286774] acpiphp: Slot [9] registered\n[ 0.287714] acpiphp: Slot [10] registered\n[ 0.288656] acpiphp: Slot [11] registered\n[ 0.289615] acpiphp: Slot [12] registered\n[ 0.290553] acpiphp: Slot [13] registered\n[ 0.291483] acpiphp: Slot [14] registered\n[ 0.302646] acpiphp: Slot [15] registered\n[ 0.303591] acpiphp: Slot [16] registered\n[ 0.304518] acpiphp: Slot [17] registered\n[ 0.305459] acpiphp: Slot [18] registered\n[ 0.306403] acpiphp: Slot [19] registered\n[ 0.307333] acpiphp: Slot [20] registered\n[ 0.308268] acpiphp: Slot [21] registered\n[ 0.309213] acpiphp: Slot [22] registered\n[ 0.310165] acpiphp: Slot [23] registered\n[ 0.311093] acpiphp: Slot [24] registered\n[ 0.312032] acpiphp: Slot [25] registered\n[ 0.312994] acpiphp: Slot [26] registered\n[ 0.313955] acpiphp: Slot [27] registered\n[ 0.314890] acpiphp: Slot [28] registered\n[ 0.315865] acpiphp: Slot [29] registered\n[ 0.316825] acpiphp: Slot [30] registered\n[ 0.317795] acpiphp: Slot [31] registered\n[ 0.318748] PCI host bridge to bus 0000:00\n[ 0.319718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321156] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.322614] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324333] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.326019] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.327742] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331219] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332730] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334120] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335610] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339189] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360316] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.362434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364087] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.365711] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367284] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368752] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373275] vgaarb: loaded\n[ 0.373981] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375388] SCSI subsystem initialized\n[ 0.376423] ACPI: bus type USB registered\n[ 0.377393] usbcore: registered new interface driver usbfs\n[ 0.378648] usbcore: registered new interface driver hub\n[ 0.379829] usbcore: registered new device driver usb\n[ 0.381120] PCI: Using ACPI for IRQ routing\n[ 0.382356] NetLabel: Initializing\n[ 0.383195] NetLabel: domain hash size = 128\n[ 0.384172] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385274] NetLabel: unlabeled traffic allowed by default\n[ 0.386605] amd_nb: Cannot enumerate AMD northbridges\n[ 0.387763] clocksource: Switched to clocksource kvm-clock\n[ 0.396602] AppArmor: AppArmor Filesystem Enabled\n[ 0.397750] pnp: PnP ACPI init\n[ 0.398857] pnp: PnP ACPI: found 5 devices\n[ 0.405490] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407568] NET: Registered protocol family 2\n[ 0.408758] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.410304] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.411794] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.413261] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414575] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.415989] NET: Registered protocol family 1\n[ 0.417010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420155] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.421448] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436119] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450949] Trying to unpack rootfs image as initramfs...\n[ 1.802616] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.807255] Scanning for low memory corruption every 60 seconds\n[ 1.809034] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.810344] audit: initializing netlink subsys (disabled)\n[ 1.811562] audit: type=2000 audit(1534111045.178:1): initialized\n[ 1.813235] Initialise system trusted keyring\n[ 1.814407] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.815788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.818211] zbud: loaded\n[ 1.819071] VFS: Disk quotas dquot_6.6.0\n[ 1.820014] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.821706] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.823213] fuse init (API version 7.23)\n[ 1.824267] Key type big_key registered\n[ 1.825214] Allocating IMA MOK and blacklist keyrings.\n[ 1.826604] Key type asymmetric registered\n[ 1.827541] Asymmetric key parser 'x509' registered\n[ 1.828699] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.830427] io scheduler noop registered\n[ 1.831352] io scheduler deadline registered (default)\n[ 1.832563] io scheduler cfq registered\n[ 1.833596] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.834840] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.836390] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.838062] ACPI: Power Button [PWRF]\n[ 1.839079] GHES: HEST is not enabled!\n[ 1.853352] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.882459] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.884850] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.909120] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.911739] Linux agpgart interface v0.103\n[ 1.914615] brd: module loaded\n[ 1.916405] loop: module loaded\n[ 1.918394] vda: vda1\n[ 1.919745] scsi host0: ata_piix\n[ 1.920643] scsi host1: ata_piix\n[ 1.921474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.922940] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.924691] libphy: Fixed MDIO Bus: probed\n[ 1.925626] tun: Universal TUN/TAP device driver, 1.6\n[ 1.926670] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.929075] PPP generic driver version 2.4.2\n[ 1.930113] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.931462] ehci-pci: EHCI PCI platform driver\n[ 1.932465] ehci-platform: EHCI generic platform driver\n[ 1.933610] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.934857] ohci-pci: OHCI PCI platform driver\n[ 1.935881] ohci-platform: OHCI generic platform driver\n[ 1.937048] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.952025] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.953161] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.954846] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.955956] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.957249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.958615] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.960185] usb usb1: Product: UHCI Host Controller\n[ 1.961209] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.962464] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.963526] hub 1-0:1.0: USB hub found\n[ 1.964383] hub 1-0:1.0: 2 ports detected\n[ 1.965436] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.967757] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.968825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.969971] mousedev: PS/2 mouse device common for all mice\n[ 1.971368] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.973424] rtc_cmos 00:00: RTC can wake from S4\n[ 1.974640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.975982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.977299] i2c /dev entries driver\n[ 1.978157] device-mapper: uevent: version 1.0.3\n[ 1.979207] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.981025] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.982558] NET: Registered protocol family 10\n[ 1.983806] NET: Registered protocol family 17\n[ 1.984841] Key type dns_resolver registered\n[ 1.985937] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.987194] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.989244] registered taskstats version 1\n[ 1.990209] Loading compiled-in X.509 certificates\n[ 1.991842] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.993918] zswap: loaded using pool lzo/zbud\n[ 1.996490] Key type trusted registered\n[ 1.999150] Key type encrypted registered\n[ 2.000115] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.001268] ima: No TPM chip found, activating TPM-bypass!\n[ 2.002396] evm: HMAC attrs: 0x1\n[ 2.003428] Magic number: 14:584:1005\n[ 2.004435] rtc_cmos 00:00: setting system clock to 2018-08-12 21:57:25 UTC (1534111045)\n[ 2.006215] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.007426] EDD information not available.\n[ 2.080344] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.081941] ata1.00: configured for MWDMA2\n[ 2.083318] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.096551] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.097949] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.099362] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.101715] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.103436] Write protecting the kernel read-only data: 14336k\n[ 2.105709] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.107686] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.118941] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.121244] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.123347] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125362] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127425] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.129554] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.131620] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.134297] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.136317] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.137994] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.176566] virtio_net virtio0 ens3: renamed from eth0\n[ 2.185776] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.188101] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.215106] AVX2 version of gcm_enc/dec engaged.\n[ 2.216131] AES CTR mode by8 optimization enabled\n[ 2.217436] FDC 0 is a S82078B\n[ 2.275784] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.441621] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.443050] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.444516] usb 1-1: Product: QEMU USB Tablet\n[ 2.445507] usb 1-1: Manufacturer: QEMU\n[ 2.446407] usb 1-1: SerialNumber: 42\n[ 2.453828] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.460372] usbcore: registered new interface driver usbhid\n[ 2.461617] usbhid: USB HID core driver\n[ 2.464053] 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[ 2.466585] 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.803990] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.733483] md: linear personality registered for level -1\n[ 3.736613] md: multipath personality registered for level -4\n[ 3.739746] md: raid0 personality registered for level 0\n[ 3.743145] md: raid1 personality registered for level 1\n[ 3.811777] raid6: sse2x1 gen() 11267 MB/s\n[ 3.879773] raid6: sse2x1 xor() 8708 MB/s\n[ 3.947775] raid6: sse2x2 gen() 14430 MB/s\n[ 4.015786] raid6: sse2x2 xor() 9610 MB/s\n[ 4.083763] raid6: sse2x4 gen() 16507 MB/s\n[ 4.151784] raid6: sse2x4 xor() 11547 MB/s\n[ 4.219785] raid6: avx2x1 gen() 21980 MB/s\n[ 4.287773] raid6: avx2x2 gen() 25680 MB/s\n[ 4.355774] raid6: avx2x4 gen() 29265 MB/s\n[ 4.356783] raid6: using algorithm avx2x4 gen() 29265 MB/s\n[ 4.358024] raid6: using avx2x2 recovery algorithm\n[ 4.360269] xor: automatically using best checksumming function:\n[ 4.399772] avx : 34616.000 MB/sec\n[ 4.401800] async_tx: api initialized (async)\n[ 4.410094] md: raid6 personality registered for level 6\n[ 4.411329] md: raid5 personality registered for level 5\n[ 4.412525] md: raid4 personality registered for level 4\n[ 4.417335] 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 ... [ 4.445095] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.474162] 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[ 4.573161] 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[ 4.576874] systemd[1]: Detected virtualization kvm.\n[ 4.578055] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.581481] systemd[1]: Set hostname to .\n[ 4.584986] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.586282] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.711905] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.715472] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.718247] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.720421] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.722941] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.725455] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.728653] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.731315] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.733840] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.736247] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.738617] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.741558] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.744154] 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[ 4.747979] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.750578] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.753417] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.755858] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.758628] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.761409] 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[ 4.765880] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.771845] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.776835] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...[ 4.783423] Loading iSCSI transport class v2.0-870.\n\n[ 4.785273] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.792086] systemd[1]: Starting Remount Root and Kernel File Systems...\n[ 4.794610] iscsi: registered transport (tcp)\n Starting Remount Root and Kernel File Systems...\n[ 4.798738] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.805333] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.806824] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.813754] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.822888] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.826668] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.835402] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 4.843920] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.846207] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.854433] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.860608] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.868850] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.876017] 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[ 4.881700] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.886058] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.894116] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 4.899927] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.444648] cloud-init[454]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 12 Aug 2018 21:57:29 +0000. Up 5.69 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.073284] cloud-init[1017]: Cloud-init v. 0.7.9 running 'init' at Sun, 12 Aug 2018 21:57:31 +0000. Up 7.58 seconds.\n[ 8.075474] cloud-init[1017]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.080122] cloud-init[1017]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.088190] cloud-init[1017]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.090520] cloud-init[1017]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.096322] cloud-init[1017]: ci-info: | ens3 | True | 10.10.10.22 | 255.255.255.0 | . | fa:16:3e:6f:e4:e7 |\n[ 8.100115] cloud-init[1017]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:e4e7/64 | . | link | fa:16:3e:6f:e4:e7 |\n[ 8.104114] cloud-init[1017]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.112135] cloud-init[1017]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.114435] cloud-init[1017]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.120322] cloud-init[1017]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.122461] cloud-init[1017]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.128303] cloud-init[1017]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.130444] cloud-init[1017]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 8.136335] cloud-init[1017]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.138099] cloud-init[1017]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.139912] \n[[0;32m OK [0m] Reached target System Initialization.\ncloud-init[1017]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.148252] cloud-init[1017]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.150072] cloud-init[1017]: Generating public/private rsa key pair.\n[ 8.151256] cloud-init[1017]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.152882] Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Daily apt activities.cloud-init[1017]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.157523] cloud-init[1017]: The key fingerprint is:\n[ 8.158520] cloud-init[1017]: SHA256:1B+trxlrQomUKzCks9nOvhZBia6xvqb+ORyudfzNCqk root@sdnvpn-13-1\n\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.[ 8.164211] cloud-init[1017]: The key's randomart image is:\n[ 8.165300] cloud-init[1017]: +---[RSA 2048]----+\n[ 8.166261] cloud-init[1017]: | . . |\n[ 8.167255] cloud-init[1017]: | . + . . |\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 8.172525] cloud-init[1017]: | . + ... . . |\n[ 8.173494] cloud-init[1017]: |. + + .o . o |\n[ 8.174426] cloud-init[1017]: | + = + .So .o |\n[ 8.175378] cloud-init[1017]: |o o.+ o o o . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.179932] cloud-init[1017]: |. o+.* . . . . |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.182831] cloud-init[1017]: | o.+B o o . .= |[[0;32m OK [0m] Reached target Basic System.\n Starting LSB: MD monitoring daemon...\n Starting Apply the settings specified in cloud-config...\n\n[ 8.189166] cloud-init[1017]: |=++E+. o.o o+ |\n[ 8.191879] cloud-init[1017]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting System Logging Service...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Login Service...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.208599] Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[1017]: Generating public/private dsa key pair.\n[ 8.243242] cloud-init[1017]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.250064] cloud-init[1017]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.256589] cloud-init[1017]: The key fingerprint is:\n[ 8.260767] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Accounts Service...\ncloud-init[1017]: SHA256:BIlywAijZoHXo1LUm6WUj5/H4A67dfJmb+YW2SpVjf0 root@sdnvpn-13-1[[0;32m OK [0m] Started ACPI event daemon.\n Starting /etc/rc.local Compatibility...\n\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 8.304921] [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\ncloud-init[1017]: The key's randomart image is:\n[ 8.328102] cloud-init[1017]: +---[DSA 1024]----+\n[ 8.361804] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1017]: |==o+ o.. |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.386719] cloud-init[1017]: |+.* O o. |\n[ 8.395562] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[1017]: |.= = O . + | Starting Login to default iSCSI targets...\n\n[ 8.417539] cloud-init[1017]: |+ . = o. o o |[[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\n Starting LSB: automatic crash report generation...\n[ 8.442837] Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\ncloud-init[1017]: | . o +S + . |\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 8.455244] [[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1017]: | . + o + . E|\n[ 8.504644] cloud-init[1017]: | +o... o |\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 Hold until boot process finishes up.\n[ 8.528956] cloud-init[1017]: | ...++ = |\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.548903] cloud-init[1017]: | .. o.Bo |\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.558278] cloud-init[1017]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.568091] cloud-init[1017]: Generating public/private ecdsa key pair.\n[ 8.579151] cloud-init[1017]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.583971] cloud-init[1017]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.592530] cloud-init[1017]: The key fingerprint is:\n[ 8.596088] cloud-init[1017]: SHA256:hawnKIhnw6HLGXRqZzf+jys8urL/npyWmFmlBC86zRs root@sdnvpn-13-1\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.602894] cloud-init[1017]: The key's randomart image is:\n[ 8.612109] cloud-init[1017]: +---[ECDSA 256]---+\n[ 8.613246] cloud-init[1017]: | |\n[ 8.616110] cloud-init[1017]: | . . . |\n[ 8.617225] cloud-init[1017]: | ...o o . |\n[ 8.624106] cloud-init[1017]: |o+oo + o . |\n[ 8.628089] cloud-init[1017]: |++Xo+o= S |\n[ 8.629233] cloud-init[1017]: |o*=Eoo.o |\n[ 8.631552] cloud-init[1017]: |.o. O.. |\n[ 8.637863] cloud-init[1017]: | . =.*+ . |\n[ 8.638985] cloud-init[1017]: | .++**o+o. |\n[ 8.642132] cloud-init[1017]: +----[SHA256]-----+\n[ 8.644186] cloud-init[1017]: Generating public/private ed25519 key pair.\n[ 8.647005] cloud-init[1017]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.650620] cloud-init[1017]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.654519] cloud-init[1017]: The key fingerprint is:\n[ 8.657267] cloud-init[1017]: SHA256:DofU8B3rveglT4iYzQEncvN0d/f+r8EXZXw1OfIiZT8 root@sdnvpn-13-1\n[ 8.660915] cloud-init[1017]: The key's randomart image is:\n[ 8.663921] cloud-init[1017]: +--[ED25519 256]--+\n[ 8.666421] cloud-init[1017]: | . . .o|\n[ 8.669421] cloud-init[1017]: | + . o + +o|\n[ 8.672136] cloud-init[1017]: | . * = + + = B|\n[ 8.678185] cloud-init[1017]: | + O o + o E+|\n[ 8.680087] cloud-init[1017]: | o S . o ..o|\n[ 8.684103] cloud-init[1017]: | O o o o ..|\n[ 8.685216] cloud-init[1017]: | o = + + o o|\n[ 8.688087] cloud-init[1017]: | . = o.|\n[ 8.689219] cloud-init[1017]: | . . ..+|\n[ 8.692453] cloud-init[1017]: +----[SHA256]-----+\n[ 8.918826] cloud-init[1105]: Generating locales (this might take a while)...\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] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.640703] cloud-init[1105]: en_US.UTF-8... done\n[ 9.642880] cloud-init[1105]: Generation complete.\n[ 10.141242] cloud-init[1105]: Cloud-init v. 0.7.9 running 'modules:config' at Sun, 12 Aug 2018 21:57:32 +0000. Up 8.85 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.461543] cloud-init[1385]: + sudo useradd -m sdnvpn\n[ 10.524785] cloud-init[1385]: sudo: unable to resolve host sdnvpn-13-1\n[ 10.574931] cloud-init[1385]: + sudo adduser sdnvpn sudo\n[ 10.629510] cloud-init[1385]: sudo: unable to resolve host sdnvpn-13-1\n[ 10.666060] cloud-init[1385]: Adding user `sdnvpn' to group `sudo' ...\n[ 10.670348] cloud-init[1385]: Adding user sdnvpn to group sudo\n[ 10.684062] cloud-init[1385]: Done.\n[ 10.686094] cloud-init[1385]: + chpasswd\n[ 10.687525] cloud-init[1385]: + sudo echo sdnvpn:opnfv\n[ 10.743437] cloud-init[1385]: sudo: unable to resolve host sdnvpn-13-1\n[ 10.755104] cloud-init[1385]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: [ 30.756992] cloud-init[1385]: + sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up\n[ 30.813738] cloud-init[1385]: sudo: unable to resolve host sdnvpn-13-1\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Aug 12 21:57:54 ec2: \n<14>Aug 12 21:57:54 ec2: #############################################################\n<14>Aug 12 21:57:54 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Aug 12 21:57:54 ec2: 1024 SHA256:BIlywAijZoHXo1LUm6WUj5/H4A67dfJmb+YW2SpVjf0 root@sdnvpn-13-1 (DSA)\n<14>Aug 12 21:57:54 ec2: 256 SHA256:hawnKIhnw6HLGXRqZzf+jys8urL/npyWmFmlBC86zRs root@sdnvpn-13-1 (ECDSA)\n<14>Aug 12 21:57:54 ec2: 256 SHA256:DofU8B3rveglT4iYzQEncvN0d/f+r8EXZXw1OfIiZT8 root@sdnvpn-13-1 (ED25519)\n<14>Aug 12 21:57:54 ec2: 2048 SHA256:1B+trxlrQomUKzCks9nOvhZBia6xvqb+ORyudfzNCqk root@sdnvpn-13-1 (RSA)\n<14>Aug 12 21:57:54 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Aug 12 21:57:54 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBHm7oRs3PjdyB45x0PA2loWJC8KBiPS1GsLYHX64e4lNYWJRb0+Mz9IuXC6aHIXQfTMLYbxE173eL5yyA9BUxM= root@sdnvpn-13-1\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDLI9Pt+Z7gpci97i4TPPSDVIVaNHtAQY6k7XdYUiidv root@sdnvpn-13-1\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDK+P+CqBIfBp17C4SxxN2UtQzS3fOrad0b3qylkDF8gb+5r/fATOI7ZhHbb0wTwEu2YyHAz/kFnVG/ak0zaQvoJL4lGKjwO97tNF8ZZ/4sG9SKXZEyMlzcfLaobEruSQ5oCg+YCcIdeWJ7ao2YjPyODUWNVvGJf+6WSv+PsDRRBAsc/gsfpx/pc34y+MDQh2/iAj1aZmMzFreNHgUY65dqV7H9YL5trqXSjXd2+YR/GYUr4GxDG6GPUplsmDLJINhgygM7CDoMKABwpJU3ClxPJy9p2rfiWuu41MkniK1ynZe7ITjX6rZfDzKVl240q13CU+DZeDYNo4qmS2B44O35 root@sdnvpn-13-1\n-----END SSH HOST KEY KEYS-----\n[ 30.859093] cloud-init[1385]: Cloud-init v. 0.7.9 running 'modules:final' at Sun, 12 Aug 2018 21:57:34 +0000. Up 10.38 seconds.\n[ 30.861066] cloud-init[1385]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 30.864017] cloud-init[1385]: Cloud-init v. 0.7.9 finished at Sun, 12 Aug 2018 21:57:54 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 30.85 seconds\n"} 2018-08-12 21:57:56,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ddc124db-ae4f-4cf4-94df-f049d250abad/action used request id req-4b752298-5b56-48ce-b754-4357bdbc48a1 2018-08-12 21:57:56,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:57: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-db908e74-1891-4582-a2e8-a22aab86d493 x-compute-request-id: req-db908e74-1891-4582-a2e8-a22aab86d493 Content-Encoding: gzip Content-Length: 10573 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 593351793 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.155112] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156938] pid_max: default: 32768 minimum: 301\n[ 0.157923] ACPI: Core revision 20150930\n[ 0.159452] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160922] Security Framework initialized\n[ 0.161816] Yama: becoming mindful.\n[ 0.162661] AppArmor: AppArmor initialized\n[ 0.163636] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165768] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167582] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168978] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.170702] Initializing cgroup subsys io\n[ 0.171615] Initializing cgroup subsys memory\n[ 0.172586] Initializing cgroup subsys devices\n[ 0.173559] Initializing cgroup subsys freezer\n[ 0.174538] Initializing cgroup subsys net_cls\n[ 0.175527] Initializing cgroup subsys perf_event\n[ 0.176551] Initializing cgroup subsys net_prio\n[ 0.177544] Initializing cgroup subsys hugetlb\n[ 0.178518] Initializing cgroup subsys pids\n[ 0.179475] CPU: Physical Processor ID: 0\n[ 0.181077] mce: CPU supports 10 MCE banks\n[ 0.182024] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183166] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199685] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205941] ftrace: allocating 32123 entries in 126 pages\n[ 0.232091] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233422] smpboot: Max logical packages: 1\n[ 0.234502] x2apic enabled\n[ 0.235361] Switched APIC routing to physical x2apic.\n[ 0.237184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242605] KVM setup paravirtual spinlock\n[ 0.244087] x86: Booted up 1 node, 1 CPUs\n[ 0.244970] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246518] devtmpfs: initialized\n[ 0.249085] evm: security.selinux\n[ 0.249846] evm: security.SMACK64\n[ 0.250595] evm: security.SMACK64EXEC\n[ 0.251410] evm: security.SMACK64TRANSMUTE\n[ 0.252297] evm: security.SMACK64MMAP\n[ 0.253092] evm: security.ima\n[ 0.253789] evm: security.capability\n[ 0.254666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256677] pinctrl core: initialized pinctrl subsystem\n[ 0.257869] RTC time: 21:57:48, date: 08/12/18\n[ 0.258929] NET: Registered protocol family 16\n[ 0.260020] cpuidle: using governor ladder\n[ 0.260905] cpuidle: using governor menu\n[ 0.261770] PCCT header not found.\n[ 0.262590] ACPI: bus type PCI registered\n[ 0.263462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264835] PCI: Using configuration type 1 for base access\n[ 0.266915] ACPI: Added _OSI(Module Device)\n[ 0.267815] ACPI: Added _OSI(Processor Device)\n[ 0.268747] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271555] ACPI: Interpreter enabled\n[ 0.272381] ACPI: (supports S0 S5)\n[ 0.273140] ACPI: Using IOAPIC for interrupt routing\n[ 0.274174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281545] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283966] acpiphp: Slot [3] registered\n[ 0.284838] acpiphp: Slot [4] registered\n[ 0.285698] acpiphp: Slot [5] registered\n[ 0.286579] acpiphp: Slot [6] registered\n[ 0.287429] acpiphp: Slot [7] registered\n[ 0.288283] acpiphp: Slot [8] registered\n[ 0.289149] acpiphp: Slot [9] registered\n[ 0.290016] acpiphp: Slot [10] registered\n[ 0.290888] acpiphp: Slot [11] registered\n[ 0.291754] acpiphp: Slot [12] registered\n[ 0.292629] acpiphp: Slot [13] registered\n[ 0.293522] acpiphp: Slot [14] registered\n[ 0.304724] acpiphp: Slot [15] registered\n[ 0.305603] acpiphp: Slot [16] registered\n[ 0.306485] acpiphp: Slot [17] registered\n[ 0.307353] acpiphp: Slot [18] registered\n[ 0.308235] acpiphp: Slot [19] registered\n[ 0.309114] acpiphp: Slot [20] registered\n[ 0.309996] acpiphp: Slot [21] registered\n[ 0.310875] acpiphp: Slot [22] registered\n[ 0.311761] acpiphp: Slot [23] registered\n[ 0.312639] acpiphp: Slot [24] registered\n[ 0.313521] acpiphp: Slot [25] registered\n[ 0.314405] acpiphp: Slot [26] registered\n[ 0.315274] acpiphp: Slot [27] registered\n[ 0.316142] acpiphp: Slot [28] registered\n[ 0.317034] acpiphp: Slot [29] registered\n[ 0.317920] acpiphp: Slot [30] registered\n[ 0.318799] acpiphp: Slot [31] registered\n[ 0.319671] PCI host bridge to bus 0000:00\n[ 0.320538] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321832] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323135] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324690] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.326227] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.327802] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331172] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.333896] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335248] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361988] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363788] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365263] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370827] vgaarb: loaded\n[ 0.371476] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372799] SCSI subsystem initialized\n[ 0.373753] ACPI: bus type USB registered\n[ 0.374637] usbcore: registered new interface driver usbfs\n[ 0.375754] usbcore: registered new interface driver hub\n[ 0.376831] usbcore: registered new device driver usb\n[ 0.378020] PCI: Using ACPI for IRQ routing\n[ 0.379189] NetLabel: Initializing\n[ 0.379976] NetLabel: domain hash size = 128\n[ 0.380901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381923] NetLabel: unlabeled traffic allowed by default\n[ 0.383149] amd_nb: Cannot enumerate AMD northbridges\n[ 0.384205] clocksource: Switched to clocksource kvm-clock\n[ 0.392582] AppArmor: AppArmor Filesystem Enabled\n[ 0.393641] pnp: PnP ACPI init\n[ 0.394643] pnp: PnP ACPI: found 5 devices\n[ 0.401168] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403022] NET: Registered protocol family 2\n[ 0.404130] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405545] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406900] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408264] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409456] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410750] NET: Registered protocol family 1\n[ 0.411700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412887] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414045] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428295] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442596] Trying to unpack rootfs image as initramfs...\n[ 1.788420] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.792606] Scanning for low memory corruption every 60 seconds\n[ 1.794354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.795615] audit: initializing netlink subsys (disabled)\n[ 1.796753] audit: type=2000 audit(1534111071.146:1): initialized\n[ 1.798220] Initialise system trusted keyring\n[ 1.799251] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.800494] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.802620] zbud: loaded\n[ 1.803403] VFS: Disk quotas dquot_6.6.0\n[ 1.804300] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.805817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.807141] fuse init (API version 7.23)\n[ 1.808082] Key type big_key registered\n[ 1.808947] Allocating IMA MOK and blacklist keyrings.\n[ 1.810140] Key type asymmetric registered\n[ 1.811013] Asymmetric key parser 'x509' registered\n[ 1.812038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.813591] io scheduler noop registered\n[ 1.814440] io scheduler deadline registered (default)\n[ 1.815498] io scheduler cfq registered\n[ 1.816420] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.817531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.818905] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.820456] ACPI: Power Button [PWRF]\n[ 1.821384] GHES: HEST is not enabled!\n[ 1.835843] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864977] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891099] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893400] Linux agpgart interface v0.103\n[ 1.895746] brd: module loaded\n[ 1.897186] loop: module loaded\n[ 1.898816] vda: vda1\n[ 1.900048] scsi host0: ata_piix\n[ 1.900853] scsi host1: ata_piix\n[ 1.901613] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.902913] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.904508] libphy: Fixed MDIO Bus: probed\n[ 1.905379] tun: Universal TUN/TAP device driver, 1.6\n[ 1.906376] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.908740] PPP generic driver version 2.4.2\n[ 1.909717] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.910983] ehci-pci: EHCI PCI platform driver\n[ 1.911925] ehci-platform: EHCI generic platform driver\n[ 1.912991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.914206] ohci-pci: OHCI PCI platform driver\n[ 1.915146] ohci-platform: OHCI generic platform driver\n[ 1.916227] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.930714] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.931770] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.933298] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.934362] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.935572] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936857] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938333] usb usb1: Product: UHCI Host Controller\n[ 1.939311] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940500] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941510] hub 1-0:1.0: USB hub found\n[ 1.942328] hub 1-0:1.0: 2 ports detected\n[ 1.943307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.945521] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.946526] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.947603] mousedev: PS/2 mouse device common for all mice\n[ 1.948938] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.950914] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.954566] i2c /dev entries driver\n[ 1.955374] device-mapper: uevent: version 1.0.3\n[ 1.956371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958070] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959462] NET: Registered protocol family 10\n[ 1.960605] NET: Registered protocol family 17\n[ 1.961539] Key type dns_resolver registered\n[ 1.962537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965517] registered taskstats version 1\n[ 1.966399] Loading compiled-in X.509 certificates\n[ 1.967892] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969817] zswap: loaded using pool lzo/zbud\n[ 1.971871] Key type trusted registered\n[ 1.974364] Key type encrypted registered\n[ 1.975265] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.976361] ima: No TPM chip found, activating TPM-bypass!\n[ 1.977449] evm: HMAC attrs: 0x1\n[ 1.978442] Magic number: 14:584:1005\n[ 1.979362] rtc_cmos 00:00: setting system clock to 2018-08-12 21:57:50 UTC (1534111070)\n[ 1.981049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.982220] EDD information not available.\n[ 2.061028] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.062561] ata1.00: configured for MWDMA2\n[ 2.063861] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.077215] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.078510] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.079850] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.082102] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.083713] Write protecting the kernel read-only data: 14336k\n[ 2.085884] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.087730] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.097919] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099778] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101899] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103854] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105804] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107723] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111545] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113951] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115840] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.150815] virtio_net virtio0 ens3: renamed from eth0\n[ 2.159652] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.161553] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.182204] AVX2 version of gcm_enc/dec engaged.\n[ 2.183174] AES CTR mode by8 optimization enabled\n[ 2.188535] FDC 0 is a S82078B\n[ 2.252223] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413281] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.416084] usb 1-1: Product: QEMU USB Tablet\n[ 2.417004] usb 1-1: Manufacturer: QEMU\n[ 2.417837] usb 1-1: SerialNumber: 42\n[ 2.425104] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.431982] usbcore: registered new interface driver usbhid\n[ 2.433188] usbhid: USB HID core driver\n[ 2.435573] 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[ 2.437952] 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.792273] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.793561] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.707741] md: linear personality registered for level -1\n[ 3.711362] md: multipath personality registered for level -4\n[ 3.715013] md: raid0 personality registered for level 0\n[ 3.719044] md: raid1 personality registered for level 1\n[ 3.792221] raid6: sse2x1 gen() 11304 MB/s\n[ 3.860204] raid6: sse2x1 xor() 8733 MB/s\n[ 3.928217] raid6: sse2x2 gen() 14458 MB/s\n[ 3.996215] raid6: sse2x2 xor() 9576 MB/s\n[ 4.064216] raid6: sse2x4 gen() 16578 MB/s\n[ 4.132215] raid6: sse2x4 xor() 11521 MB/s\n[ 4.200214] raid6: avx2x1 gen() 22037 MB/s\n[ 4.268205] raid6: avx2x2 gen() 25687 MB/s\n[ 4.336214] raid6: avx2x4 gen() 29518 MB/s\n[ 4.337115] raid6: using algorithm avx2x4 gen() 29518 MB/s\n[ 4.338193] raid6: using avx2x2 recovery algorithm\n[ 4.342872] xor: automatically using best checksumming function:\n[ 4.380214] avx : 35055.000 MB/sec\n[ 4.382686] async_tx: api initialized (async)\n[ 4.394354] md: raid6 personality registered for level 6\n[ 4.395474] md: raid5 personality registered for level 5\n[ 4.396541] md: raid4 personality registered for level 4\n[ 4.402806] 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 ... [ 4.432495] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.467201] 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[ 4.577028] 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[ 4.580399] systemd[1]: Detected virtualization kvm.\n[ 4.581380] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.584991] systemd[1]: Set hostname to .\n[ 4.589006] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.590168] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.707159] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.710823] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.713439] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.716096] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718996] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.722459] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.725600] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.728452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.730687] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.733291] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.735649] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.737959] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.739935] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.742857] 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[ 4.746474] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.749679] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.752002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.754482] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.756879] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.759548] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.762238] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.767025] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.777289] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.781106] Loading iSCSI transport class v2.0-870.\n[ 4.783252] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.789683] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.795822] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.797930] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.805060] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...[ 4.810986] iscsi: registered transport (tcp)\n\n[ 4.816975] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.824592] 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[ 4.834891] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.843427] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.845701] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.852805] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.859674] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.868595] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.872614] 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[ 4.879404] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.886615] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.[ 4.895938] iscsi: registered transport (iser)\n\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\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 Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.708104] cloud-init[451]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 12 Aug 2018 21:57:54 +0000. Up 5.93 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n"} 2018-08-12 21:57:56,603 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action used request id req-db908e74-1891-4582-a2e8-a22aab86d493 2018-08-12 21:57:58,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:57:58,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 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-2595630b-375a-4da5-96d8-97ca2c9ee1ca x-compute-request-id: req-2595630b-375a-4da5-96d8-97ca2c9ee1ca Content-Encoding: gzip Content-Length: 13156 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 593351793 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.155112] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156938] pid_max: default: 32768 minimum: 301\n[ 0.157923] ACPI: Core revision 20150930\n[ 0.159452] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160922] Security Framework initialized\n[ 0.161816] Yama: becoming mindful.\n[ 0.162661] AppArmor: AppArmor initialized\n[ 0.163636] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165768] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167582] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168978] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.170702] Initializing cgroup subsys io\n[ 0.171615] Initializing cgroup subsys memory\n[ 0.172586] Initializing cgroup subsys devices\n[ 0.173559] Initializing cgroup subsys freezer\n[ 0.174538] Initializing cgroup subsys net_cls\n[ 0.175527] Initializing cgroup subsys perf_event\n[ 0.176551] Initializing cgroup subsys net_prio\n[ 0.177544] Initializing cgroup subsys hugetlb\n[ 0.178518] Initializing cgroup subsys pids\n[ 0.179475] CPU: Physical Processor ID: 0\n[ 0.181077] mce: CPU supports 10 MCE banks\n[ 0.182024] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183166] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199685] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205941] ftrace: allocating 32123 entries in 126 pages\n[ 0.232091] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233422] smpboot: Max logical packages: 1\n[ 0.234502] x2apic enabled\n[ 0.235361] Switched APIC routing to physical x2apic.\n[ 0.237184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242605] KVM setup paravirtual spinlock\n[ 0.244087] x86: Booted up 1 node, 1 CPUs\n[ 0.244970] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246518] devtmpfs: initialized\n[ 0.249085] evm: security.selinux\n[ 0.249846] evm: security.SMACK64\n[ 0.250595] evm: security.SMACK64EXEC\n[ 0.251410] evm: security.SMACK64TRANSMUTE\n[ 0.252297] evm: security.SMACK64MMAP\n[ 0.253092] evm: security.ima\n[ 0.253789] evm: security.capability\n[ 0.254666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256677] pinctrl core: initialized pinctrl subsystem\n[ 0.257869] RTC time: 21:57:48, date: 08/12/18\n[ 0.258929] NET: Registered protocol family 16\n[ 0.260020] cpuidle: using governor ladder\n[ 0.260905] cpuidle: using governor menu\n[ 0.261770] PCCT header not found.\n[ 0.262590] ACPI: bus type PCI registered\n[ 0.263462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264835] PCI: Using configuration type 1 for base access\n[ 0.266915] ACPI: Added _OSI(Module Device)\n[ 0.267815] ACPI: Added _OSI(Processor Device)\n[ 0.268747] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271555] ACPI: Interpreter enabled\n[ 0.272381] ACPI: (supports S0 S5)\n[ 0.273140] ACPI: Using IOAPIC for interrupt routing\n[ 0.274174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281545] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283966] acpiphp: Slot [3] registered\n[ 0.284838] acpiphp: Slot [4] registered\n[ 0.285698] acpiphp: Slot [5] registered\n[ 0.286579] acpiphp: Slot [6] registered\n[ 0.287429] acpiphp: Slot [7] registered\n[ 0.288283] acpiphp: Slot [8] registered\n[ 0.289149] acpiphp: Slot [9] registered\n[ 0.290016] acpiphp: Slot [10] registered\n[ 0.290888] acpiphp: Slot [11] registered\n[ 0.291754] acpiphp: Slot [12] registered\n[ 0.292629] acpiphp: Slot [13] registered\n[ 0.293522] acpiphp: Slot [14] registered\n[ 0.304724] acpiphp: Slot [15] registered\n[ 0.305603] acpiphp: Slot [16] registered\n[ 0.306485] acpiphp: Slot [17] registered\n[ 0.307353] acpiphp: Slot [18] registered\n[ 0.308235] acpiphp: Slot [19] registered\n[ 0.309114] acpiphp: Slot [20] registered\n[ 0.309996] acpiphp: Slot [21] registered\n[ 0.310875] acpiphp: Slot [22] registered\n[ 0.311761] acpiphp: Slot [23] registered\n[ 0.312639] acpiphp: Slot [24] registered\n[ 0.313521] acpiphp: Slot [25] registered\n[ 0.314405] acpiphp: Slot [26] registered\n[ 0.315274] acpiphp: Slot [27] registered\n[ 0.316142] acpiphp: Slot [28] registered\n[ 0.317034] acpiphp: Slot [29] registered\n[ 0.317920] acpiphp: Slot [30] registered\n[ 0.318799] acpiphp: Slot [31] registered\n[ 0.319671] PCI host bridge to bus 0000:00\n[ 0.320538] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321832] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323135] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324690] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.326227] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.327802] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331172] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.333896] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335248] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361988] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363788] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365263] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370827] vgaarb: loaded\n[ 0.371476] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372799] SCSI subsystem initialized\n[ 0.373753] ACPI: bus type USB registered\n[ 0.374637] usbcore: registered new interface driver usbfs\n[ 0.375754] usbcore: registered new interface driver hub\n[ 0.376831] usbcore: registered new device driver usb\n[ 0.378020] PCI: Using ACPI for IRQ routing\n[ 0.379189] NetLabel: Initializing\n[ 0.379976] NetLabel: domain hash size = 128\n[ 0.380901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381923] NetLabel: unlabeled traffic allowed by default\n[ 0.383149] amd_nb: Cannot enumerate AMD northbridges\n[ 0.384205] clocksource: Switched to clocksource kvm-clock\n[ 0.392582] AppArmor: AppArmor Filesystem Enabled\n[ 0.393641] pnp: PnP ACPI init\n[ 0.394643] pnp: PnP ACPI: found 5 devices\n[ 0.401168] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403022] NET: Registered protocol family 2\n[ 0.404130] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405545] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406900] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408264] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409456] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410750] NET: Registered protocol family 1\n[ 0.411700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412887] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414045] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428295] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442596] Trying to unpack rootfs image as initramfs...\n[ 1.788420] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.792606] Scanning for low memory corruption every 60 seconds\n[ 1.794354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.795615] audit: initializing netlink subsys (disabled)\n[ 1.796753] audit: type=2000 audit(1534111071.146:1): initialized\n[ 1.798220] Initialise system trusted keyring\n[ 1.799251] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.800494] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.802620] zbud: loaded\n[ 1.803403] VFS: Disk quotas dquot_6.6.0\n[ 1.804300] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.805817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.807141] fuse init (API version 7.23)\n[ 1.808082] Key type big_key registered\n[ 1.808947] Allocating IMA MOK and blacklist keyrings.\n[ 1.810140] Key type asymmetric registered\n[ 1.811013] Asymmetric key parser 'x509' registered\n[ 1.812038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.813591] io scheduler noop registered\n[ 1.814440] io scheduler deadline registered (default)\n[ 1.815498] io scheduler cfq registered\n[ 1.816420] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.817531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.818905] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.820456] ACPI: Power Button [PWRF]\n[ 1.821384] GHES: HEST is not enabled!\n[ 1.835843] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864977] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891099] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893400] Linux agpgart interface v0.103\n[ 1.895746] brd: module loaded\n[ 1.897186] loop: module loaded\n[ 1.898816] vda: vda1\n[ 1.900048] scsi host0: ata_piix\n[ 1.900853] scsi host1: ata_piix\n[ 1.901613] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.902913] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.904508] libphy: Fixed MDIO Bus: probed\n[ 1.905379] tun: Universal TUN/TAP device driver, 1.6\n[ 1.906376] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.908740] PPP generic driver version 2.4.2\n[ 1.909717] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.910983] ehci-pci: EHCI PCI platform driver\n[ 1.911925] ehci-platform: EHCI generic platform driver\n[ 1.912991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.914206] ohci-pci: OHCI PCI platform driver\n[ 1.915146] ohci-platform: OHCI generic platform driver\n[ 1.916227] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.930714] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.931770] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.933298] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.934362] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.935572] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936857] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938333] usb usb1: Product: UHCI Host Controller\n[ 1.939311] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940500] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941510] hub 1-0:1.0: USB hub found\n[ 1.942328] hub 1-0:1.0: 2 ports detected\n[ 1.943307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.945521] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.946526] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.947603] mousedev: PS/2 mouse device common for all mice\n[ 1.948938] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.950914] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.954566] i2c /dev entries driver\n[ 1.955374] device-mapper: uevent: version 1.0.3\n[ 1.956371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958070] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959462] NET: Registered protocol family 10\n[ 1.960605] NET: Registered protocol family 17\n[ 1.961539] Key type dns_resolver registered\n[ 1.962537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965517] registered taskstats version 1\n[ 1.966399] Loading compiled-in X.509 certificates\n[ 1.967892] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969817] zswap: loaded using pool lzo/zbud\n[ 1.971871] Key type trusted registered\n[ 1.974364] Key type encrypted registered\n[ 1.975265] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.976361] ima: No TPM chip found, activating TPM-bypass!\n[ 1.977449] evm: HMAC attrs: 0x1\n[ 1.978442] Magic number: 14:584:1005\n[ 1.979362] rtc_cmos 00:00: setting system clock to 2018-08-12 21:57:50 UTC (1534111070)\n[ 1.981049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.982220] EDD information not available.\n[ 2.061028] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.062561] ata1.00: configured for MWDMA2\n[ 2.063861] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.077215] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.078510] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.079850] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.082102] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.083713] Write protecting the kernel read-only data: 14336k\n[ 2.085884] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.087730] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.097919] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099778] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101899] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103854] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105804] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107723] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111545] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113951] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115840] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.150815] virtio_net virtio0 ens3: renamed from eth0\n[ 2.159652] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.161553] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.182204] AVX2 version of gcm_enc/dec engaged.\n[ 2.183174] AES CTR mode by8 optimization enabled\n[ 2.188535] FDC 0 is a S82078B\n[ 2.252223] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413281] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.416084] usb 1-1: Product: QEMU USB Tablet\n[ 2.417004] usb 1-1: Manufacturer: QEMU\n[ 2.417837] usb 1-1: SerialNumber: 42\n[ 2.425104] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.431982] usbcore: registered new interface driver usbhid\n[ 2.433188] usbhid: USB HID core driver\n[ 2.435573] 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[ 2.437952] 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.792273] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.793561] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.707741] md: linear personality registered for level -1\n[ 3.711362] md: multipath personality registered for level -4\n[ 3.715013] md: raid0 personality registered for level 0\n[ 3.719044] md: raid1 personality registered for level 1\n[ 3.792221] raid6: sse2x1 gen() 11304 MB/s\n[ 3.860204] raid6: sse2x1 xor() 8733 MB/s\n[ 3.928217] raid6: sse2x2 gen() 14458 MB/s\n[ 3.996215] raid6: sse2x2 xor() 9576 MB/s\n[ 4.064216] raid6: sse2x4 gen() 16578 MB/s\n[ 4.132215] raid6: sse2x4 xor() 11521 MB/s\n[ 4.200214] raid6: avx2x1 gen() 22037 MB/s\n[ 4.268205] raid6: avx2x2 gen() 25687 MB/s\n[ 4.336214] raid6: avx2x4 gen() 29518 MB/s\n[ 4.337115] raid6: using algorithm avx2x4 gen() 29518 MB/s\n[ 4.338193] raid6: using avx2x2 recovery algorithm\n[ 4.342872] xor: automatically using best checksumming function:\n[ 4.380214] avx : 35055.000 MB/sec\n[ 4.382686] async_tx: api initialized (async)\n[ 4.394354] md: raid6 personality registered for level 6\n[ 4.395474] md: raid5 personality registered for level 5\n[ 4.396541] md: raid4 personality registered for level 4\n[ 4.402806] 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 ... [ 4.432495] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.467201] 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[ 4.577028] 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[ 4.580399] systemd[1]: Detected virtualization kvm.\n[ 4.581380] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.584991] systemd[1]: Set hostname to .\n[ 4.589006] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.590168] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.707159] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.710823] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.713439] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.716096] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718996] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.722459] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.725600] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.728452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.730687] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.733291] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.735649] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.737959] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.739935] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.742857] 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[ 4.746474] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.749679] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.752002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.754482] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.756879] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.759548] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.762238] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.767025] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.777289] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.781106] Loading iSCSI transport class v2.0-870.\n[ 4.783252] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.789683] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.795822] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.797930] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.805060] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...[ 4.810986] iscsi: registered transport (tcp)\n\n[ 4.816975] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.824592] 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[ 4.834891] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.843427] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.845701] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.852805] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.859674] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.868595] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.872614] 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[ 4.879404] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.886615] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.[ 4.895938] iscsi: registered transport (iser)\n\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\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 Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.708104] cloud-init[451]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 12 Aug 2018 21:57:54 +0000. Up 5.93 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.177102] cloud-init[1013]: Cloud-init v. 0.7.9 running 'init' at Sun, 12 Aug 2018 21:57:56 +0000. Up 7.65 seconds.\n[ 8.179299] cloud-init[1013]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184114] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.192157] cloud-init[1013]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.194631] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.200320] cloud-init[1013]: ci-info: | ens3 | True | 10.10.10.18 | 255.255.255.0 | . | fa:16:3e:cd:6d:57 |\n[ 8.204115] cloud-init[1013]: ci-info: | ens3 | True | fe80::f816:3eff:fecd:6d57/64 | . | link | fa:16:3e:cd:6d:57 |\n[ 8.208112] cloud-init[1013]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.216147] cloud-init[1013]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.218673] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.224314] cloud-init[1013]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.228114] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.232113] cloud-init[1013]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.236415] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.242205] cloud-init[1013]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG | Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.248859] cloud-init[1013]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m[ 8.252243] cloud-init[1013]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.257725] \ncloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m\n[ 8.264293] cloud-init[1013]: Generating public/private rsa key pair.\n[ 8.265306] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.266592] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.267870] ] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0mcloud-init[1013]: The key fingerprint is:\n[ 8.272742] cloud-init[1013]: SHA256:R7HVjaoaGuI6/mkQDtin1XlNPUFd3l0S45IwWVFGb5I root@sdnvpn-13-2\n[ 8.274078] cloud-init[1013]: The key's randomart image is:\n[ 8.274997] cloud-init[1013]: +---[RSA 2048]----+\n[ 8.275820] ] Listening on D-Bus System Message Bus Socket.\ncloud-init[1013]: | +=*BB=o|\n[ 8.277654] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1013]: | o*o++*=|\n[ 8.284437] cloud-init[1013]: |.. . . oo ooE *|\n[ 8.285958] cloud-init[1013]: |o o o o ... .. o |\n[ 8.288163] cloud-init[1013]: | o = .S .. |\n[ 8.290277] cloud-init[1013]: | + . . ... |\n[ 8.293838] cloud-init[1013]: | o . o o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.298757] cloud-init[1013]: | . o.. . |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m[ 8.304421] cloud-init[1013]: | .o=o |\n[ 8.305257] cloud-init[1013]: +----[SHA256]-----+\n[ 8.306090] cloud-init[1013]: Generating public/private dsa key pair.\n[ 8.307118] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.] Started Deferred execution scheduler.\n\n[ 8.310597] cloud-init[1013]: Starting LXD - container startup/shutdown...Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting Accounts Service...\n\n[ 8.318801] cloud-init[1013]: The key fingerprint is: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.324391] cloud-init[1013]: SHA256:7qCm6NoBvbK9AOU4Y8VNlloMdyuwC3FTmXKkgkOuRL4 root@sdnvpn-13-2\n[ 8.327166] cloud-init[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n[1013]: The key's randomart image is:\n[ 8.333544] cloud-init[1013]: +---[DSA 1024]----+\n[[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n Starting Auto import assertions from block devices...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.337240] cloud-init[1013]: | + ==*+. |\n[ 8.390266] cloud-init[1013]: |* +.XB. . |\n[ 8.396992] Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\ncloud-init[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n[1013]: |o*.==o . |\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.443984] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1013]: |o*=.. . |\n[ 8.456598] cloud-init[1013]: |BEo. S |\n[ 8.468889] cloud-init[1013]: |o+ . . |\n[ 8.483065] cloud-init[1013]: |o o . . |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.494624] cloud-init[1013]: | B ... o |\n[ 8.523013] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[1013]: |*.=+. . |\n[ 8.541004] cloud-init[1013]: +----[SHA256]-----+\n[ 8.542256] cloud-init[1013]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Reached target Remote File Systems.\n\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 8.568188] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting LSB: automatic crash report generation...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[ 8.599924] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.618828] cloud-init[1013]: The key fingerprint is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started 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 Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.663406] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1013]: SHA256:3hEdkHmERLX8i+5tC0HcPHRgKBdUqywB2g16eLnvLr4 root@sdnvpn-13-2\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n\n[ 8.682336] cloud-init[1013]: The key's randomart image is:\n[ 8.694492] cloud-init[1013]: +---[ECDSA 256]---+\n[ 8.700041] cloud-init[1013]: | oo+O*+=..|\n[ 8.704117] cloud-init[1013]: | = ==++B o |\n[ 8.708192] cloud-init[1013]: | + = ++* = |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.717626] cloud-init[1013]: | o . = o . |\n[ 8.720113] cloud-init[1013]: | S o + . |\n[ 8.724113] cloud-init[1013]: | . o o o . |\n[ 8.728104] cloud-init[1013]: | . o o . |\n[ 8.732109] cloud-init[1013]: | .. . o. |\n[ 8.734379] cloud-init[1013]: | .E+o.o.o. |\n[ 8.740125] cloud-init[1013]: +----[SHA256]-----+\n[ 8.744098] cloud-init[1013]: Generating public/private ed25519 key pair.\n[ 8.745520] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.752712] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.756101] cloud-init[1013]: The key fingerprint is:\n[ 8.760577] cloud-init[1013]: SHA256:eY7rfwyadqc6gI+2EMtH1rD/E4oVmGD+AnJ+E2B8JG0 root@sdnvpn-13-2\n[ 8.763642] cloud-init[1013]: The key's randomart image is:\n[ 8.767371] cloud-init[1013]: +--[ED25519 256]--+\n[ 8.770357] cloud-init[1013]: | ..o. |\n[ 8.773635] cloud-init[1013]: | *.E |\n[ 8.776966] cloud-init[1013]: | + =.o |\n[ 8.779981] cloud-init[1013]: |o o ++. . |\n[ 8.782811] cloud-init[1013]: |.+..+o..S . |\n[ 8.785718] cloud-init[1013]: | .o==.o .+. |\n[ 8.788582] cloud-init[1013]: | +o.*.o.+.o |\n[ 8.791567] cloud-init[1013]: | o+ o.*.. + |\n[ 8.798681] cloud-init[1013]: | ... o=*o+ |\n[ 8.802776] cloud-init[1013]: +----[SHA256]-----+\n"} 2018-08-12 21:57:58,717 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action used request id req-2595630b-375a-4da5-96d8-97ca2c9ee1ca 2018-08-12 21:58:00,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:58:00,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 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,Accept-Encoding x-openstack-request-id: req-50ba18c2-c602-483c-ab41-3ca46f09471f x-compute-request-id: req-50ba18c2-c602-483c-ab41-3ca46f09471f Content-Encoding: gzip Content-Length: 13554 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 593351793 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.155112] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156938] pid_max: default: 32768 minimum: 301\n[ 0.157923] ACPI: Core revision 20150930\n[ 0.159452] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160922] Security Framework initialized\n[ 0.161816] Yama: becoming mindful.\n[ 0.162661] AppArmor: AppArmor initialized\n[ 0.163636] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165768] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167582] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168978] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.170702] Initializing cgroup subsys io\n[ 0.171615] Initializing cgroup subsys memory\n[ 0.172586] Initializing cgroup subsys devices\n[ 0.173559] Initializing cgroup subsys freezer\n[ 0.174538] Initializing cgroup subsys net_cls\n[ 0.175527] Initializing cgroup subsys perf_event\n[ 0.176551] Initializing cgroup subsys net_prio\n[ 0.177544] Initializing cgroup subsys hugetlb\n[ 0.178518] Initializing cgroup subsys pids\n[ 0.179475] CPU: Physical Processor ID: 0\n[ 0.181077] mce: CPU supports 10 MCE banks\n[ 0.182024] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183166] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199685] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205941] ftrace: allocating 32123 entries in 126 pages\n[ 0.232091] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233422] smpboot: Max logical packages: 1\n[ 0.234502] x2apic enabled\n[ 0.235361] Switched APIC routing to physical x2apic.\n[ 0.237184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242605] KVM setup paravirtual spinlock\n[ 0.244087] x86: Booted up 1 node, 1 CPUs\n[ 0.244970] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246518] devtmpfs: initialized\n[ 0.249085] evm: security.selinux\n[ 0.249846] evm: security.SMACK64\n[ 0.250595] evm: security.SMACK64EXEC\n[ 0.251410] evm: security.SMACK64TRANSMUTE\n[ 0.252297] evm: security.SMACK64MMAP\n[ 0.253092] evm: security.ima\n[ 0.253789] evm: security.capability\n[ 0.254666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256677] pinctrl core: initialized pinctrl subsystem\n[ 0.257869] RTC time: 21:57:48, date: 08/12/18\n[ 0.258929] NET: Registered protocol family 16\n[ 0.260020] cpuidle: using governor ladder\n[ 0.260905] cpuidle: using governor menu\n[ 0.261770] PCCT header not found.\n[ 0.262590] ACPI: bus type PCI registered\n[ 0.263462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264835] PCI: Using configuration type 1 for base access\n[ 0.266915] ACPI: Added _OSI(Module Device)\n[ 0.267815] ACPI: Added _OSI(Processor Device)\n[ 0.268747] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271555] ACPI: Interpreter enabled\n[ 0.272381] ACPI: (supports S0 S5)\n[ 0.273140] ACPI: Using IOAPIC for interrupt routing\n[ 0.274174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281545] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283966] acpiphp: Slot [3] registered\n[ 0.284838] acpiphp: Slot [4] registered\n[ 0.285698] acpiphp: Slot [5] registered\n[ 0.286579] acpiphp: Slot [6] registered\n[ 0.287429] acpiphp: Slot [7] registered\n[ 0.288283] acpiphp: Slot [8] registered\n[ 0.289149] acpiphp: Slot [9] registered\n[ 0.290016] acpiphp: Slot [10] registered\n[ 0.290888] acpiphp: Slot [11] registered\n[ 0.291754] acpiphp: Slot [12] registered\n[ 0.292629] acpiphp: Slot [13] registered\n[ 0.293522] acpiphp: Slot [14] registered\n[ 0.304724] acpiphp: Slot [15] registered\n[ 0.305603] acpiphp: Slot [16] registered\n[ 0.306485] acpiphp: Slot [17] registered\n[ 0.307353] acpiphp: Slot [18] registered\n[ 0.308235] acpiphp: Slot [19] registered\n[ 0.309114] acpiphp: Slot [20] registered\n[ 0.309996] acpiphp: Slot [21] registered\n[ 0.310875] acpiphp: Slot [22] registered\n[ 0.311761] acpiphp: Slot [23] registered\n[ 0.312639] acpiphp: Slot [24] registered\n[ 0.313521] acpiphp: Slot [25] registered\n[ 0.314405] acpiphp: Slot [26] registered\n[ 0.315274] acpiphp: Slot [27] registered\n[ 0.316142] acpiphp: Slot [28] registered\n[ 0.317034] acpiphp: Slot [29] registered\n[ 0.317920] acpiphp: Slot [30] registered\n[ 0.318799] acpiphp: Slot [31] registered\n[ 0.319671] PCI host bridge to bus 0000:00\n[ 0.320538] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321832] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323135] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324690] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.326227] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.327802] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331172] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.333896] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335248] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361988] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363788] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365263] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370827] vgaarb: loaded\n[ 0.371476] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372799] SCSI subsystem initialized\n[ 0.373753] ACPI: bus type USB registered\n[ 0.374637] usbcore: registered new interface driver usbfs\n[ 0.375754] usbcore: registered new interface driver hub\n[ 0.376831] usbcore: registered new device driver usb\n[ 0.378020] PCI: Using ACPI for IRQ routing\n[ 0.379189] NetLabel: Initializing\n[ 0.379976] NetLabel: domain hash size = 128\n[ 0.380901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381923] NetLabel: unlabeled traffic allowed by default\n[ 0.383149] amd_nb: Cannot enumerate AMD northbridges\n[ 0.384205] clocksource: Switched to clocksource kvm-clock\n[ 0.392582] AppArmor: AppArmor Filesystem Enabled\n[ 0.393641] pnp: PnP ACPI init\n[ 0.394643] pnp: PnP ACPI: found 5 devices\n[ 0.401168] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403022] NET: Registered protocol family 2\n[ 0.404130] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405545] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406900] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408264] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409456] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410750] NET: Registered protocol family 1\n[ 0.411700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412887] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414045] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428295] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442596] Trying to unpack rootfs image as initramfs...\n[ 1.788420] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.792606] Scanning for low memory corruption every 60 seconds\n[ 1.794354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.795615] audit: initializing netlink subsys (disabled)\n[ 1.796753] audit: type=2000 audit(1534111071.146:1): initialized\n[ 1.798220] Initialise system trusted keyring\n[ 1.799251] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.800494] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.802620] zbud: loaded\n[ 1.803403] VFS: Disk quotas dquot_6.6.0\n[ 1.804300] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.805817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.807141] fuse init (API version 7.23)\n[ 1.808082] Key type big_key registered\n[ 1.808947] Allocating IMA MOK and blacklist keyrings.\n[ 1.810140] Key type asymmetric registered\n[ 1.811013] Asymmetric key parser 'x509' registered\n[ 1.812038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.813591] io scheduler noop registered\n[ 1.814440] io scheduler deadline registered (default)\n[ 1.815498] io scheduler cfq registered\n[ 1.816420] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.817531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.818905] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.820456] ACPI: Power Button [PWRF]\n[ 1.821384] GHES: HEST is not enabled!\n[ 1.835843] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864977] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891099] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893400] Linux agpgart interface v0.103\n[ 1.895746] brd: module loaded\n[ 1.897186] loop: module loaded\n[ 1.898816] vda: vda1\n[ 1.900048] scsi host0: ata_piix\n[ 1.900853] scsi host1: ata_piix\n[ 1.901613] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.902913] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.904508] libphy: Fixed MDIO Bus: probed\n[ 1.905379] tun: Universal TUN/TAP device driver, 1.6\n[ 1.906376] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.908740] PPP generic driver version 2.4.2\n[ 1.909717] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.910983] ehci-pci: EHCI PCI platform driver\n[ 1.911925] ehci-platform: EHCI generic platform driver\n[ 1.912991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.914206] ohci-pci: OHCI PCI platform driver\n[ 1.915146] ohci-platform: OHCI generic platform driver\n[ 1.916227] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.930714] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.931770] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.933298] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.934362] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.935572] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936857] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938333] usb usb1: Product: UHCI Host Controller\n[ 1.939311] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940500] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941510] hub 1-0:1.0: USB hub found\n[ 1.942328] hub 1-0:1.0: 2 ports detected\n[ 1.943307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.945521] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.946526] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.947603] mousedev: PS/2 mouse device common for all mice\n[ 1.948938] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.950914] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.954566] i2c /dev entries driver\n[ 1.955374] device-mapper: uevent: version 1.0.3\n[ 1.956371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958070] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959462] NET: Registered protocol family 10\n[ 1.960605] NET: Registered protocol family 17\n[ 1.961539] Key type dns_resolver registered\n[ 1.962537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965517] registered taskstats version 1\n[ 1.966399] Loading compiled-in X.509 certificates\n[ 1.967892] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969817] zswap: loaded using pool lzo/zbud\n[ 1.971871] Key type trusted registered\n[ 1.974364] Key type encrypted registered\n[ 1.975265] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.976361] ima: No TPM chip found, activating TPM-bypass!\n[ 1.977449] evm: HMAC attrs: 0x1\n[ 1.978442] Magic number: 14:584:1005\n[ 1.979362] rtc_cmos 00:00: setting system clock to 2018-08-12 21:57:50 UTC (1534111070)\n[ 1.981049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.982220] EDD information not available.\n[ 2.061028] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.062561] ata1.00: configured for MWDMA2\n[ 2.063861] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.077215] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.078510] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.079850] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.082102] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.083713] Write protecting the kernel read-only data: 14336k\n[ 2.085884] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.087730] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.097919] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099778] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101899] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103854] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105804] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107723] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111545] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113951] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115840] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.150815] virtio_net virtio0 ens3: renamed from eth0\n[ 2.159652] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.161553] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.182204] AVX2 version of gcm_enc/dec engaged.\n[ 2.183174] AES CTR mode by8 optimization enabled\n[ 2.188535] FDC 0 is a S82078B\n[ 2.252223] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413281] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.416084] usb 1-1: Product: QEMU USB Tablet\n[ 2.417004] usb 1-1: Manufacturer: QEMU\n[ 2.417837] usb 1-1: SerialNumber: 42\n[ 2.425104] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.431982] usbcore: registered new interface driver usbhid\n[ 2.433188] usbhid: USB HID core driver\n[ 2.435573] 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[ 2.437952] 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.792273] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.793561] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.707741] md: linear personality registered for level -1\n[ 3.711362] md: multipath personality registered for level -4\n[ 3.715013] md: raid0 personality registered for level 0\n[ 3.719044] md: raid1 personality registered for level 1\n[ 3.792221] raid6: sse2x1 gen() 11304 MB/s\n[ 3.860204] raid6: sse2x1 xor() 8733 MB/s\n[ 3.928217] raid6: sse2x2 gen() 14458 MB/s\n[ 3.996215] raid6: sse2x2 xor() 9576 MB/s\n[ 4.064216] raid6: sse2x4 gen() 16578 MB/s\n[ 4.132215] raid6: sse2x4 xor() 11521 MB/s\n[ 4.200214] raid6: avx2x1 gen() 22037 MB/s\n[ 4.268205] raid6: avx2x2 gen() 25687 MB/s\n[ 4.336214] raid6: avx2x4 gen() 29518 MB/s\n[ 4.337115] raid6: using algorithm avx2x4 gen() 29518 MB/s\n[ 4.338193] raid6: using avx2x2 recovery algorithm\n[ 4.342872] xor: automatically using best checksumming function:\n[ 4.380214] avx : 35055.000 MB/sec\n[ 4.382686] async_tx: api initialized (async)\n[ 4.394354] md: raid6 personality registered for level 6\n[ 4.395474] md: raid5 personality registered for level 5\n[ 4.396541] md: raid4 personality registered for level 4\n[ 4.402806] 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 ... [ 4.432495] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.467201] 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[ 4.577028] 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[ 4.580399] systemd[1]: Detected virtualization kvm.\n[ 4.581380] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.584991] systemd[1]: Set hostname to .\n[ 4.589006] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.590168] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.707159] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.710823] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.713439] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.716096] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718996] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.722459] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.725600] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.728452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.730687] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.733291] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.735649] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.737959] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.739935] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.742857] 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[ 4.746474] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.749679] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.752002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.754482] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.756879] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.759548] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.762238] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.767025] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.777289] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.781106] Loading iSCSI transport class v2.0-870.\n[ 4.783252] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.789683] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.795822] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.797930] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.805060] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...[ 4.810986] iscsi: registered transport (tcp)\n\n[ 4.816975] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.824592] 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[ 4.834891] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.843427] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.845701] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.852805] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.859674] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.868595] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.872614] 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[ 4.879404] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.886615] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.[ 4.895938] iscsi: registered transport (iser)\n\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\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 Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.708104] cloud-init[451]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 12 Aug 2018 21:57:54 +0000. Up 5.93 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.177102] cloud-init[1013]: Cloud-init v. 0.7.9 running 'init' at Sun, 12 Aug 2018 21:57:56 +0000. Up 7.65 seconds.\n[ 8.179299] cloud-init[1013]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184114] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.192157] cloud-init[1013]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.194631] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.200320] cloud-init[1013]: ci-info: | ens3 | True | 10.10.10.18 | 255.255.255.0 | . | fa:16:3e:cd:6d:57 |\n[ 8.204115] cloud-init[1013]: ci-info: | ens3 | True | fe80::f816:3eff:fecd:6d57/64 | . | link | fa:16:3e:cd:6d:57 |\n[ 8.208112] cloud-init[1013]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.216147] cloud-init[1013]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.218673] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.224314] cloud-init[1013]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.228114] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.232113] cloud-init[1013]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.236415] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.242205] cloud-init[1013]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG | Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.248859] cloud-init[1013]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m[ 8.252243] cloud-init[1013]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.257725] \ncloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m\n[ 8.264293] cloud-init[1013]: Generating public/private rsa key pair.\n[ 8.265306] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.266592] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.267870] ] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0mcloud-init[1013]: The key fingerprint is:\n[ 8.272742] cloud-init[1013]: SHA256:R7HVjaoaGuI6/mkQDtin1XlNPUFd3l0S45IwWVFGb5I root@sdnvpn-13-2\n[ 8.274078] cloud-init[1013]: The key's randomart image is:\n[ 8.274997] cloud-init[1013]: +---[RSA 2048]----+\n[ 8.275820] ] Listening on D-Bus System Message Bus Socket.\ncloud-init[1013]: | +=*BB=o|\n[ 8.277654] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1013]: | o*o++*=|\n[ 8.284437] cloud-init[1013]: |.. . . oo ooE *|\n[ 8.285958] cloud-init[1013]: |o o o o ... .. o |\n[ 8.288163] cloud-init[1013]: | o = .S .. |\n[ 8.290277] cloud-init[1013]: | + . . ... |\n[ 8.293838] cloud-init[1013]: | o . o o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.298757] cloud-init[1013]: | . o.. . |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m[ 8.304421] cloud-init[1013]: | .o=o |\n[ 8.305257] cloud-init[1013]: +----[SHA256]-----+\n[ 8.306090] cloud-init[1013]: Generating public/private dsa key pair.\n[ 8.307118] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.] Started Deferred execution scheduler.\n\n[ 8.310597] cloud-init[1013]: Starting LXD - container startup/shutdown...Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting Accounts Service...\n\n[ 8.318801] cloud-init[1013]: The key fingerprint is: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.324391] cloud-init[1013]: SHA256:7qCm6NoBvbK9AOU4Y8VNlloMdyuwC3FTmXKkgkOuRL4 root@sdnvpn-13-2\n[ 8.327166] cloud-init[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n[1013]: The key's randomart image is:\n[ 8.333544] cloud-init[1013]: +---[DSA 1024]----+\n[[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n Starting Auto import assertions from block devices...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.337240] cloud-init[1013]: | + ==*+. |\n[ 8.390266] cloud-init[1013]: |* +.XB. . |\n[ 8.396992] Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\ncloud-init[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n[1013]: |o*.==o . |\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.443984] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1013]: |o*=.. . |\n[ 8.456598] cloud-init[1013]: |BEo. S |\n[ 8.468889] cloud-init[1013]: |o+ . . |\n[ 8.483065] cloud-init[1013]: |o o . . |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.494624] cloud-init[1013]: | B ... o |\n[ 8.523013] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[1013]: |*.=+. . |\n[ 8.541004] cloud-init[1013]: +----[SHA256]-----+\n[ 8.542256] cloud-init[1013]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Reached target Remote File Systems.\n\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 8.568188] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting LSB: automatic crash report generation...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[ 8.599924] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.618828] cloud-init[1013]: The key fingerprint is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started 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 Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.663406] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1013]: SHA256:3hEdkHmERLX8i+5tC0HcPHRgKBdUqywB2g16eLnvLr4 root@sdnvpn-13-2\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n\n[ 8.682336] cloud-init[1013]: The key's randomart image is:\n[ 8.694492] cloud-init[1013]: +---[ECDSA 256]---+\n[ 8.700041] cloud-init[1013]: | oo+O*+=..|\n[ 8.704117] cloud-init[1013]: | = ==++B o |\n[ 8.708192] cloud-init[1013]: | + = ++* = |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.717626] cloud-init[1013]: | o . = o . |\n[ 8.720113] cloud-init[1013]: | S o + . |\n[ 8.724113] cloud-init[1013]: | . o o o . |\n[ 8.728104] cloud-init[1013]: | . o o . |\n[ 8.732109] cloud-init[1013]: | .. . o. |\n[ 8.734379] cloud-init[1013]: | .E+o.o.o. |\n[ 8.740125] cloud-init[1013]: +----[SHA256]-----+\n[ 8.744098] cloud-init[1013]: Generating public/private ed25519 key pair.\n[ 8.745520] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.752712] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.756101] cloud-init[1013]: The key fingerprint is:\n[ 8.760577] cloud-init[1013]: SHA256:eY7rfwyadqc6gI+2EMtH1rD/E4oVmGD+AnJ+E2B8JG0 root@sdnvpn-13-2\n[ 8.763642] cloud-init[1013]: The key's randomart image is:\n[ 8.767371] cloud-init[1013]: +--[ED25519 256]--+\n[ 8.770357] cloud-init[1013]: | ..o. |\n[ 8.773635] cloud-init[1013]: | *.E |\n[ 8.776966] cloud-init[1013]: | + =.o |\n[ 8.779981] cloud-init[1013]: |o o ++. . |\n[ 8.782811] cloud-init[1013]: |.+..+o..S . |\n[ 8.785718] cloud-init[1013]: | .o==.o .+. |\n[ 8.788582] cloud-init[1013]: | +o.*.o.+.o |\n[ 8.791567] cloud-init[1013]: | o+ o.*.. + |\n[ 8.798681] cloud-init[1013]: | ... o=*o+ |\n[ 8.802776] cloud-init[1013]: +----[SHA256]-----+\n[ 9.038987] cloud-init[1148]: Generating locales (this might take a while)...\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] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.718793] cloud-init[1148]: en_US.UTF-8... done\n[ 9.720970] cloud-init[1148]: Generation complete.\n[ 10.196930] cloud-init[1148]: Cloud-init v. 0.7.9 running 'modules:config' at Sun, 12 Aug 2018 21:57:57 +0000. Up 8.97 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.513359] cloud-init[1383]: + sudo useradd -m sdnvpn\n[ 10.578256] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.619980] cloud-init[1383]: + sudo adduser sdnvpn sudo\n[ 10.678986] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.715996] cloud-init[1383]: Adding user `sdnvpn' to group `sudo' ...\n[ 10.720467] cloud-init[1383]: Adding user sdnvpn to group sudo\n[ 10.733252] cloud-init[1383]: Done.\n[ 10.735273] cloud-init[1383]: + chpasswd\n[ 10.737523] cloud-init[1383]: + sudo echo sdnvpn:opnfv\n[ 10.796070] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.807020] cloud-init[1383]: + sleep 20\n"} 2018-08-12 21:58:00,834 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action used request id req-50ba18c2-c602-483c-ab41-3ca46f09471f 2018-08-12 21:58:02,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:58:02,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:58: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-3a6a9a28-cd09-444f-8278-cd29ddca01df x-compute-request-id: req-3a6a9a28-cd09-444f-8278-cd29ddca01df Content-Encoding: gzip Content-Length: 13554 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 593351793 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.155112] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156938] pid_max: default: 32768 minimum: 301\n[ 0.157923] ACPI: Core revision 20150930\n[ 0.159452] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160922] Security Framework initialized\n[ 0.161816] Yama: becoming mindful.\n[ 0.162661] AppArmor: AppArmor initialized\n[ 0.163636] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165768] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167582] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168978] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.170702] Initializing cgroup subsys io\n[ 0.171615] Initializing cgroup subsys memory\n[ 0.172586] Initializing cgroup subsys devices\n[ 0.173559] Initializing cgroup subsys freezer\n[ 0.174538] Initializing cgroup subsys net_cls\n[ 0.175527] Initializing cgroup subsys perf_event\n[ 0.176551] Initializing cgroup subsys net_prio\n[ 0.177544] Initializing cgroup subsys hugetlb\n[ 0.178518] Initializing cgroup subsys pids\n[ 0.179475] CPU: Physical Processor ID: 0\n[ 0.181077] mce: CPU supports 10 MCE banks\n[ 0.182024] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183166] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199685] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205941] ftrace: allocating 32123 entries in 126 pages\n[ 0.232091] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233422] smpboot: Max logical packages: 1\n[ 0.234502] x2apic enabled\n[ 0.235361] Switched APIC routing to physical x2apic.\n[ 0.237184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242605] KVM setup paravirtual spinlock\n[ 0.244087] x86: Booted up 1 node, 1 CPUs\n[ 0.244970] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246518] devtmpfs: initialized\n[ 0.249085] evm: security.selinux\n[ 0.249846] evm: security.SMACK64\n[ 0.250595] evm: security.SMACK64EXEC\n[ 0.251410] evm: security.SMACK64TRANSMUTE\n[ 0.252297] evm: security.SMACK64MMAP\n[ 0.253092] evm: security.ima\n[ 0.253789] evm: security.capability\n[ 0.254666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256677] pinctrl core: initialized pinctrl subsystem\n[ 0.257869] RTC time: 21:57:48, date: 08/12/18\n[ 0.258929] NET: Registered protocol family 16\n[ 0.260020] cpuidle: using governor ladder\n[ 0.260905] cpuidle: using governor menu\n[ 0.261770] PCCT header not found.\n[ 0.262590] ACPI: bus type PCI registered\n[ 0.263462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264835] PCI: Using configuration type 1 for base access\n[ 0.266915] ACPI: Added _OSI(Module Device)\n[ 0.267815] ACPI: Added _OSI(Processor Device)\n[ 0.268747] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271555] ACPI: Interpreter enabled\n[ 0.272381] ACPI: (supports S0 S5)\n[ 0.273140] ACPI: Using IOAPIC for interrupt routing\n[ 0.274174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281545] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283966] acpiphp: Slot [3] registered\n[ 0.284838] acpiphp: Slot [4] registered\n[ 0.285698] acpiphp: Slot [5] registered\n[ 0.286579] acpiphp: Slot [6] registered\n[ 0.287429] acpiphp: Slot [7] registered\n[ 0.288283] acpiphp: Slot [8] registered\n[ 0.289149] acpiphp: Slot [9] registered\n[ 0.290016] acpiphp: Slot [10] registered\n[ 0.290888] acpiphp: Slot [11] registered\n[ 0.291754] acpiphp: Slot [12] registered\n[ 0.292629] acpiphp: Slot [13] registered\n[ 0.293522] acpiphp: Slot [14] registered\n[ 0.304724] acpiphp: Slot [15] registered\n[ 0.305603] acpiphp: Slot [16] registered\n[ 0.306485] acpiphp: Slot [17] registered\n[ 0.307353] acpiphp: Slot [18] registered\n[ 0.308235] acpiphp: Slot [19] registered\n[ 0.309114] acpiphp: Slot [20] registered\n[ 0.309996] acpiphp: Slot [21] registered\n[ 0.310875] acpiphp: Slot [22] registered\n[ 0.311761] acpiphp: Slot [23] registered\n[ 0.312639] acpiphp: Slot [24] registered\n[ 0.313521] acpiphp: Slot [25] registered\n[ 0.314405] acpiphp: Slot [26] registered\n[ 0.315274] acpiphp: Slot [27] registered\n[ 0.316142] acpiphp: Slot [28] registered\n[ 0.317034] acpiphp: Slot [29] registered\n[ 0.317920] acpiphp: Slot [30] registered\n[ 0.318799] acpiphp: Slot [31] registered\n[ 0.319671] PCI host bridge to bus 0000:00\n[ 0.320538] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321832] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323135] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324690] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.326227] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.327802] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331172] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.333896] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335248] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361988] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363788] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365263] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370827] vgaarb: loaded\n[ 0.371476] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372799] SCSI subsystem initialized\n[ 0.373753] ACPI: bus type USB registered\n[ 0.374637] usbcore: registered new interface driver usbfs\n[ 0.375754] usbcore: registered new interface driver hub\n[ 0.376831] usbcore: registered new device driver usb\n[ 0.378020] PCI: Using ACPI for IRQ routing\n[ 0.379189] NetLabel: Initializing\n[ 0.379976] NetLabel: domain hash size = 128\n[ 0.380901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381923] NetLabel: unlabeled traffic allowed by default\n[ 0.383149] amd_nb: Cannot enumerate AMD northbridges\n[ 0.384205] clocksource: Switched to clocksource kvm-clock\n[ 0.392582] AppArmor: AppArmor Filesystem Enabled\n[ 0.393641] pnp: PnP ACPI init\n[ 0.394643] pnp: PnP ACPI: found 5 devices\n[ 0.401168] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403022] NET: Registered protocol family 2\n[ 0.404130] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405545] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406900] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408264] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409456] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410750] NET: Registered protocol family 1\n[ 0.411700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412887] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414045] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428295] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442596] Trying to unpack rootfs image as initramfs...\n[ 1.788420] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.792606] Scanning for low memory corruption every 60 seconds\n[ 1.794354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.795615] audit: initializing netlink subsys (disabled)\n[ 1.796753] audit: type=2000 audit(1534111071.146:1): initialized\n[ 1.798220] Initialise system trusted keyring\n[ 1.799251] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.800494] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.802620] zbud: loaded\n[ 1.803403] VFS: Disk quotas dquot_6.6.0\n[ 1.804300] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.805817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.807141] fuse init (API version 7.23)\n[ 1.808082] Key type big_key registered\n[ 1.808947] Allocating IMA MOK and blacklist keyrings.\n[ 1.810140] Key type asymmetric registered\n[ 1.811013] Asymmetric key parser 'x509' registered\n[ 1.812038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.813591] io scheduler noop registered\n[ 1.814440] io scheduler deadline registered (default)\n[ 1.815498] io scheduler cfq registered\n[ 1.816420] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.817531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.818905] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.820456] ACPI: Power Button [PWRF]\n[ 1.821384] GHES: HEST is not enabled!\n[ 1.835843] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864977] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891099] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893400] Linux agpgart interface v0.103\n[ 1.895746] brd: module loaded\n[ 1.897186] loop: module loaded\n[ 1.898816] vda: vda1\n[ 1.900048] scsi host0: ata_piix\n[ 1.900853] scsi host1: ata_piix\n[ 1.901613] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.902913] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.904508] libphy: Fixed MDIO Bus: probed\n[ 1.905379] tun: Universal TUN/TAP device driver, 1.6\n[ 1.906376] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.908740] PPP generic driver version 2.4.2\n[ 1.909717] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.910983] ehci-pci: EHCI PCI platform driver\n[ 1.911925] ehci-platform: EHCI generic platform driver\n[ 1.912991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.914206] ohci-pci: OHCI PCI platform driver\n[ 1.915146] ohci-platform: OHCI generic platform driver\n[ 1.916227] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.930714] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.931770] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.933298] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.934362] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.935572] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936857] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938333] usb usb1: Product: UHCI Host Controller\n[ 1.939311] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940500] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941510] hub 1-0:1.0: USB hub found\n[ 1.942328] hub 1-0:1.0: 2 ports detected\n[ 1.943307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.945521] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.946526] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.947603] mousedev: PS/2 mouse device common for all mice\n[ 1.948938] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.950914] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.954566] i2c /dev entries driver\n[ 1.955374] device-mapper: uevent: version 1.0.3\n[ 1.956371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958070] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959462] NET: Registered protocol family 10\n[ 1.960605] NET: Registered protocol family 17\n[ 1.961539] Key type dns_resolver registered\n[ 1.962537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965517] registered taskstats version 1\n[ 1.966399] Loading compiled-in X.509 certificates\n[ 1.967892] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969817] zswap: loaded using pool lzo/zbud\n[ 1.971871] Key type trusted registered\n[ 1.974364] Key type encrypted registered\n[ 1.975265] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.976361] ima: No TPM chip found, activating TPM-bypass!\n[ 1.977449] evm: HMAC attrs: 0x1\n[ 1.978442] Magic number: 14:584:1005\n[ 1.979362] rtc_cmos 00:00: setting system clock to 2018-08-12 21:57:50 UTC (1534111070)\n[ 1.981049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.982220] EDD information not available.\n[ 2.061028] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.062561] ata1.00: configured for MWDMA2\n[ 2.063861] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.077215] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.078510] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.079850] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.082102] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.083713] Write protecting the kernel read-only data: 14336k\n[ 2.085884] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.087730] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.097919] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099778] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101899] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103854] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105804] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107723] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111545] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113951] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115840] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.150815] virtio_net virtio0 ens3: renamed from eth0\n[ 2.159652] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.161553] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.182204] AVX2 version of gcm_enc/dec engaged.\n[ 2.183174] AES CTR mode by8 optimization enabled\n[ 2.188535] FDC 0 is a S82078B\n[ 2.252223] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413281] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.416084] usb 1-1: Product: QEMU USB Tablet\n[ 2.417004] usb 1-1: Manufacturer: QEMU\n[ 2.417837] usb 1-1: SerialNumber: 42\n[ 2.425104] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.431982] usbcore: registered new interface driver usbhid\n[ 2.433188] usbhid: USB HID core driver\n[ 2.435573] 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[ 2.437952] 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.792273] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.793561] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.707741] md: linear personality registered for level -1\n[ 3.711362] md: multipath personality registered for level -4\n[ 3.715013] md: raid0 personality registered for level 0\n[ 3.719044] md: raid1 personality registered for level 1\n[ 3.792221] raid6: sse2x1 gen() 11304 MB/s\n[ 3.860204] raid6: sse2x1 xor() 8733 MB/s\n[ 3.928217] raid6: sse2x2 gen() 14458 MB/s\n[ 3.996215] raid6: sse2x2 xor() 9576 MB/s\n[ 4.064216] raid6: sse2x4 gen() 16578 MB/s\n[ 4.132215] raid6: sse2x4 xor() 11521 MB/s\n[ 4.200214] raid6: avx2x1 gen() 22037 MB/s\n[ 4.268205] raid6: avx2x2 gen() 25687 MB/s\n[ 4.336214] raid6: avx2x4 gen() 29518 MB/s\n[ 4.337115] raid6: using algorithm avx2x4 gen() 29518 MB/s\n[ 4.338193] raid6: using avx2x2 recovery algorithm\n[ 4.342872] xor: automatically using best checksumming function:\n[ 4.380214] avx : 35055.000 MB/sec\n[ 4.382686] async_tx: api initialized (async)\n[ 4.394354] md: raid6 personality registered for level 6\n[ 4.395474] md: raid5 personality registered for level 5\n[ 4.396541] md: raid4 personality registered for level 4\n[ 4.402806] 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 ... [ 4.432495] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.467201] 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[ 4.577028] 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[ 4.580399] systemd[1]: Detected virtualization kvm.\n[ 4.581380] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.584991] systemd[1]: Set hostname to .\n[ 4.589006] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.590168] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.707159] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.710823] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.713439] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.716096] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718996] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.722459] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.725600] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.728452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.730687] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.733291] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.735649] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.737959] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.739935] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.742857] 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[ 4.746474] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.749679] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.752002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.754482] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.756879] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.759548] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.762238] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.767025] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.777289] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.781106] Loading iSCSI transport class v2.0-870.\n[ 4.783252] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.789683] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.795822] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.797930] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.805060] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...[ 4.810986] iscsi: registered transport (tcp)\n\n[ 4.816975] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.824592] 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[ 4.834891] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.843427] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.845701] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.852805] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.859674] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.868595] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.872614] 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[ 4.879404] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.886615] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.[ 4.895938] iscsi: registered transport (iser)\n\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\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 Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.708104] cloud-init[451]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 12 Aug 2018 21:57:54 +0000. Up 5.93 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.177102] cloud-init[1013]: Cloud-init v. 0.7.9 running 'init' at Sun, 12 Aug 2018 21:57:56 +0000. Up 7.65 seconds.\n[ 8.179299] cloud-init[1013]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184114] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.192157] cloud-init[1013]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.194631] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.200320] cloud-init[1013]: ci-info: | ens3 | True | 10.10.10.18 | 255.255.255.0 | . | fa:16:3e:cd:6d:57 |\n[ 8.204115] cloud-init[1013]: ci-info: | ens3 | True | fe80::f816:3eff:fecd:6d57/64 | . | link | fa:16:3e:cd:6d:57 |\n[ 8.208112] cloud-init[1013]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.216147] cloud-init[1013]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.218673] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.224314] cloud-init[1013]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.228114] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.232113] cloud-init[1013]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.236415] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.242205] cloud-init[1013]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG | Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.248859] cloud-init[1013]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m[ 8.252243] cloud-init[1013]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.257725] \ncloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m\n[ 8.264293] cloud-init[1013]: Generating public/private rsa key pair.\n[ 8.265306] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.266592] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.267870] ] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0mcloud-init[1013]: The key fingerprint is:\n[ 8.272742] cloud-init[1013]: SHA256:R7HVjaoaGuI6/mkQDtin1XlNPUFd3l0S45IwWVFGb5I root@sdnvpn-13-2\n[ 8.274078] cloud-init[1013]: The key's randomart image is:\n[ 8.274997] cloud-init[1013]: +---[RSA 2048]----+\n[ 8.275820] ] Listening on D-Bus System Message Bus Socket.\ncloud-init[1013]: | +=*BB=o|\n[ 8.277654] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1013]: | o*o++*=|\n[ 8.284437] cloud-init[1013]: |.. . . oo ooE *|\n[ 8.285958] cloud-init[1013]: |o o o o ... .. o |\n[ 8.288163] cloud-init[1013]: | o = .S .. |\n[ 8.290277] cloud-init[1013]: | + . . ... |\n[ 8.293838] cloud-init[1013]: | o . o o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.298757] cloud-init[1013]: | . o.. . |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m[ 8.304421] cloud-init[1013]: | .o=o |\n[ 8.305257] cloud-init[1013]: +----[SHA256]-----+\n[ 8.306090] cloud-init[1013]: Generating public/private dsa key pair.\n[ 8.307118] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.] Started Deferred execution scheduler.\n\n[ 8.310597] cloud-init[1013]: Starting LXD - container startup/shutdown...Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting Accounts Service...\n\n[ 8.318801] cloud-init[1013]: The key fingerprint is: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.324391] cloud-init[1013]: SHA256:7qCm6NoBvbK9AOU4Y8VNlloMdyuwC3FTmXKkgkOuRL4 root@sdnvpn-13-2\n[ 8.327166] cloud-init[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n[1013]: The key's randomart image is:\n[ 8.333544] cloud-init[1013]: +---[DSA 1024]----+\n[[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n Starting Auto import assertions from block devices...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.337240] cloud-init[1013]: | + ==*+. |\n[ 8.390266] cloud-init[1013]: |* +.XB. . |\n[ 8.396992] Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\ncloud-init[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n[1013]: |o*.==o . |\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.443984] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1013]: |o*=.. . |\n[ 8.456598] cloud-init[1013]: |BEo. S |\n[ 8.468889] cloud-init[1013]: |o+ . . |\n[ 8.483065] cloud-init[1013]: |o o . . |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.494624] cloud-init[1013]: | B ... o |\n[ 8.523013] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[1013]: |*.=+. . |\n[ 8.541004] cloud-init[1013]: +----[SHA256]-----+\n[ 8.542256] cloud-init[1013]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Reached target Remote File Systems.\n\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 8.568188] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting LSB: automatic crash report generation...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[ 8.599924] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.618828] cloud-init[1013]: The key fingerprint is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started 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 Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.663406] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1013]: SHA256:3hEdkHmERLX8i+5tC0HcPHRgKBdUqywB2g16eLnvLr4 root@sdnvpn-13-2\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n\n[ 8.682336] cloud-init[1013]: The key's randomart image is:\n[ 8.694492] cloud-init[1013]: +---[ECDSA 256]---+\n[ 8.700041] cloud-init[1013]: | oo+O*+=..|\n[ 8.704117] cloud-init[1013]: | = ==++B o |\n[ 8.708192] cloud-init[1013]: | + = ++* = |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.717626] cloud-init[1013]: | o . = o . |\n[ 8.720113] cloud-init[1013]: | S o + . |\n[ 8.724113] cloud-init[1013]: | . o o o . |\n[ 8.728104] cloud-init[1013]: | . o o . |\n[ 8.732109] cloud-init[1013]: | .. . o. |\n[ 8.734379] cloud-init[1013]: | .E+o.o.o. |\n[ 8.740125] cloud-init[1013]: +----[SHA256]-----+\n[ 8.744098] cloud-init[1013]: Generating public/private ed25519 key pair.\n[ 8.745520] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.752712] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.756101] cloud-init[1013]: The key fingerprint is:\n[ 8.760577] cloud-init[1013]: SHA256:eY7rfwyadqc6gI+2EMtH1rD/E4oVmGD+AnJ+E2B8JG0 root@sdnvpn-13-2\n[ 8.763642] cloud-init[1013]: The key's randomart image is:\n[ 8.767371] cloud-init[1013]: +--[ED25519 256]--+\n[ 8.770357] cloud-init[1013]: | ..o. |\n[ 8.773635] cloud-init[1013]: | *.E |\n[ 8.776966] cloud-init[1013]: | + =.o |\n[ 8.779981] cloud-init[1013]: |o o ++. . |\n[ 8.782811] cloud-init[1013]: |.+..+o..S . |\n[ 8.785718] cloud-init[1013]: | .o==.o .+. |\n[ 8.788582] cloud-init[1013]: | +o.*.o.+.o |\n[ 8.791567] cloud-init[1013]: | o+ o.*.. + |\n[ 8.798681] cloud-init[1013]: | ... o=*o+ |\n[ 8.802776] cloud-init[1013]: +----[SHA256]-----+\n[ 9.038987] cloud-init[1148]: Generating locales (this might take a while)...\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] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.718793] cloud-init[1148]: en_US.UTF-8... done\n[ 9.720970] cloud-init[1148]: Generation complete.\n[ 10.196930] cloud-init[1148]: Cloud-init v. 0.7.9 running 'modules:config' at Sun, 12 Aug 2018 21:57:57 +0000. Up 8.97 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.513359] cloud-init[1383]: + sudo useradd -m sdnvpn\n[ 10.578256] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.619980] cloud-init[1383]: + sudo adduser sdnvpn sudo\n[ 10.678986] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.715996] cloud-init[1383]: Adding user `sdnvpn' to group `sudo' ...\n[ 10.720467] cloud-init[1383]: Adding user sdnvpn to group sudo\n[ 10.733252] cloud-init[1383]: Done.\n[ 10.735273] cloud-init[1383]: + chpasswd\n[ 10.737523] cloud-init[1383]: + sudo echo sdnvpn:opnfv\n[ 10.796070] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.807020] cloud-init[1383]: + sleep 20\n"} 2018-08-12 21:58:02,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action used request id req-3a6a9a28-cd09-444f-8278-cd29ddca01df 2018-08-12 21:58:04,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cf7d0a66ca50bc29e4b95052d3ff9d5e33c081" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-12 21:58:05,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 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-5921c4a0-2822-4f03-99ad-27cc79987f94 x-compute-request-id: req-5921c4a0-2822-4f03-99ad-27cc79987f94 Content-Encoding: gzip Content-Length: 13572 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-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-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-0x000000003ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000003ffdc000-0x000000003fffffff] 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 = 0x3ffdc 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 0x36ac8000-0x3755bfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd7000-0x3ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:3ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 593351793 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-0x000000003ffdbfff]\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-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\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 0x40000000-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 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\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: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K 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=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.155112] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156938] pid_max: default: 32768 minimum: 301\n[ 0.157923] ACPI: Core revision 20150930\n[ 0.159452] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160922] Security Framework initialized\n[ 0.161816] Yama: becoming mindful.\n[ 0.162661] AppArmor: AppArmor initialized\n[ 0.163636] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.165768] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167582] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168978] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.170702] Initializing cgroup subsys io\n[ 0.171615] Initializing cgroup subsys memory\n[ 0.172586] Initializing cgroup subsys devices\n[ 0.173559] Initializing cgroup subsys freezer\n[ 0.174538] Initializing cgroup subsys net_cls\n[ 0.175527] Initializing cgroup subsys perf_event\n[ 0.176551] Initializing cgroup subsys net_prio\n[ 0.177544] Initializing cgroup subsys hugetlb\n[ 0.178518] Initializing cgroup subsys pids\n[ 0.179475] CPU: Physical Processor ID: 0\n[ 0.181077] mce: CPU supports 10 MCE banks\n[ 0.182024] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183166] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199685] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205941] ftrace: allocating 32123 entries in 126 pages\n[ 0.232091] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233422] smpboot: Max logical packages: 1\n[ 0.234502] x2apic enabled\n[ 0.235361] Switched APIC routing to physical x2apic.\n[ 0.237184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.238415] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.240627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.242605] KVM setup paravirtual spinlock\n[ 0.244087] x86: Booted up 1 node, 1 CPUs\n[ 0.244970] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.246518] devtmpfs: initialized\n[ 0.249085] evm: security.selinux\n[ 0.249846] evm: security.SMACK64\n[ 0.250595] evm: security.SMACK64EXEC\n[ 0.251410] evm: security.SMACK64TRANSMUTE\n[ 0.252297] evm: security.SMACK64MMAP\n[ 0.253092] evm: security.ima\n[ 0.253789] evm: security.capability\n[ 0.254666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256677] pinctrl core: initialized pinctrl subsystem\n[ 0.257869] RTC time: 21:57:48, date: 08/12/18\n[ 0.258929] NET: Registered protocol family 16\n[ 0.260020] cpuidle: using governor ladder\n[ 0.260905] cpuidle: using governor menu\n[ 0.261770] PCCT header not found.\n[ 0.262590] ACPI: bus type PCI registered\n[ 0.263462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264835] PCI: Using configuration type 1 for base access\n[ 0.266915] ACPI: Added _OSI(Module Device)\n[ 0.267815] ACPI: Added _OSI(Processor Device)\n[ 0.268747] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271555] ACPI: Interpreter enabled\n[ 0.272381] ACPI: (supports S0 S5)\n[ 0.273140] ACPI: Using IOAPIC for interrupt routing\n[ 0.274174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280244] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281545] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283966] acpiphp: Slot [3] registered\n[ 0.284838] acpiphp: Slot [4] registered\n[ 0.285698] acpiphp: Slot [5] registered\n[ 0.286579] acpiphp: Slot [6] registered\n[ 0.287429] acpiphp: Slot [7] registered\n[ 0.288283] acpiphp: Slot [8] registered\n[ 0.289149] acpiphp: Slot [9] registered\n[ 0.290016] acpiphp: Slot [10] registered\n[ 0.290888] acpiphp: Slot [11] registered\n[ 0.291754] acpiphp: Slot [12] registered\n[ 0.292629] acpiphp: Slot [13] registered\n[ 0.293522] acpiphp: Slot [14] registered\n[ 0.304724] acpiphp: Slot [15] registered\n[ 0.305603] acpiphp: Slot [16] registered\n[ 0.306485] acpiphp: Slot [17] registered\n[ 0.307353] acpiphp: Slot [18] registered\n[ 0.308235] acpiphp: Slot [19] registered\n[ 0.309114] acpiphp: Slot [20] registered\n[ 0.309996] acpiphp: Slot [21] registered\n[ 0.310875] acpiphp: Slot [22] registered\n[ 0.311761] acpiphp: Slot [23] registered\n[ 0.312639] acpiphp: Slot [24] registered\n[ 0.313521] acpiphp: Slot [25] registered\n[ 0.314405] acpiphp: Slot [26] registered\n[ 0.315274] acpiphp: Slot [27] registered\n[ 0.316142] acpiphp: Slot [28] registered\n[ 0.317034] acpiphp: Slot [29] registered\n[ 0.317920] acpiphp: Slot [30] registered\n[ 0.318799] acpiphp: Slot [31] registered\n[ 0.319671] PCI host bridge to bus 0000:00\n[ 0.320538] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321832] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323135] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324690] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.326227] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.327802] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331172] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332623] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.333896] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335248] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338364] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358887] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360467] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361988] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363788] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365263] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368022] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370827] vgaarb: loaded\n[ 0.371476] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372799] SCSI subsystem initialized\n[ 0.373753] ACPI: bus type USB registered\n[ 0.374637] usbcore: registered new interface driver usbfs\n[ 0.375754] usbcore: registered new interface driver hub\n[ 0.376831] usbcore: registered new device driver usb\n[ 0.378020] PCI: Using ACPI for IRQ routing\n[ 0.379189] NetLabel: Initializing\n[ 0.379976] NetLabel: domain hash size = 128\n[ 0.380901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381923] NetLabel: unlabeled traffic allowed by default\n[ 0.383149] amd_nb: Cannot enumerate AMD northbridges\n[ 0.384205] clocksource: Switched to clocksource kvm-clock\n[ 0.392582] AppArmor: AppArmor Filesystem Enabled\n[ 0.393641] pnp: PnP ACPI init\n[ 0.394643] pnp: PnP ACPI: found 5 devices\n[ 0.401168] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403022] NET: Registered protocol family 2\n[ 0.404130] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405545] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406900] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408264] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409456] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410750] NET: Registered protocol family 1\n[ 0.411700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412887] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414045] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428295] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442596] Trying to unpack rootfs image as initramfs...\n[ 1.788420] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.792606] Scanning for low memory corruption every 60 seconds\n[ 1.794354] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.795615] audit: initializing netlink subsys (disabled)\n[ 1.796753] audit: type=2000 audit(1534111071.146:1): initialized\n[ 1.798220] Initialise system trusted keyring\n[ 1.799251] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.800494] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.802620] zbud: loaded\n[ 1.803403] VFS: Disk quotas dquot_6.6.0\n[ 1.804300] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.805817] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.807141] fuse init (API version 7.23)\n[ 1.808082] Key type big_key registered\n[ 1.808947] Allocating IMA MOK and blacklist keyrings.\n[ 1.810140] Key type asymmetric registered\n[ 1.811013] Asymmetric key parser 'x509' registered\n[ 1.812038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.813591] io scheduler noop registered\n[ 1.814440] io scheduler deadline registered (default)\n[ 1.815498] io scheduler cfq registered\n[ 1.816420] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.817531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.818905] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.820456] ACPI: Power Button [PWRF]\n[ 1.821384] GHES: HEST is not enabled!\n[ 1.835843] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.864977] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.867283] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.891099] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.893400] Linux agpgart interface v0.103\n[ 1.895746] brd: module loaded\n[ 1.897186] loop: module loaded\n[ 1.898816] vda: vda1\n[ 1.900048] scsi host0: ata_piix\n[ 1.900853] scsi host1: ata_piix\n[ 1.901613] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.902913] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.904508] libphy: Fixed MDIO Bus: probed\n[ 1.905379] tun: Universal TUN/TAP device driver, 1.6\n[ 1.906376] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.908740] PPP generic driver version 2.4.2\n[ 1.909717] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.910983] ehci-pci: EHCI PCI platform driver\n[ 1.911925] ehci-platform: EHCI generic platform driver\n[ 1.912991] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.914206] ohci-pci: OHCI PCI platform driver\n[ 1.915146] ohci-platform: OHCI generic platform driver\n[ 1.916227] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.930714] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.931770] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.933298] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.934362] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.935572] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.936857] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.938333] usb usb1: Product: UHCI Host Controller\n[ 1.939311] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.940500] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.941510] hub 1-0:1.0: USB hub found\n[ 1.942328] hub 1-0:1.0: 2 ports detected\n[ 1.943307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.945521] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.946526] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.947603] mousedev: PS/2 mouse device common for all mice\n[ 1.948938] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.950914] rtc_cmos 00:00: RTC can wake from S4\n[ 1.952054] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.953313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.954566] i2c /dev entries driver\n[ 1.955374] device-mapper: uevent: version 1.0.3\n[ 1.956371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.958070] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.959462] NET: Registered protocol family 10\n[ 1.960605] NET: Registered protocol family 17\n[ 1.961539] Key type dns_resolver registered\n[ 1.962537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.963681] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.965517] registered taskstats version 1\n[ 1.966399] Loading compiled-in X.509 certificates\n[ 1.967892] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.969817] zswap: loaded using pool lzo/zbud\n[ 1.971871] Key type trusted registered\n[ 1.974364] Key type encrypted registered\n[ 1.975265] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.976361] ima: No TPM chip found, activating TPM-bypass!\n[ 1.977449] evm: HMAC attrs: 0x1\n[ 1.978442] Magic number: 14:584:1005\n[ 1.979362] rtc_cmos 00:00: setting system clock to 2018-08-12 21:57:50 UTC (1534111070)\n[ 1.981049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.982220] EDD information not available.\n[ 2.061028] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.062561] ata1.00: configured for MWDMA2\n[ 2.063861] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.077215] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.078510] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.079850] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.082102] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.083713] Write protecting the kernel read-only data: 14336k\n[ 2.085884] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.087730] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.097919] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099778] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.101899] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.103854] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.105804] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.107723] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111545] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113951] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.115840] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.150815] virtio_net virtio0 ens3: renamed from eth0\n[ 2.159652] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.161553] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.182204] AVX2 version of gcm_enc/dec engaged.\n[ 2.183174] AES CTR mode by8 optimization enabled\n[ 2.188535] FDC 0 is a S82078B\n[ 2.252223] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.413281] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.414737] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.416084] usb 1-1: Product: QEMU USB Tablet\n[ 2.417004] usb 1-1: Manufacturer: QEMU\n[ 2.417837] usb 1-1: SerialNumber: 42\n[ 2.425104] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.431982] usbcore: registered new interface driver usbhid\n[ 2.433188] usbhid: USB HID core driver\n[ 2.435573] 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[ 2.437952] 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.792273] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.793561] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.707741] md: linear personality registered for level -1\n[ 3.711362] md: multipath personality registered for level -4\n[ 3.715013] md: raid0 personality registered for level 0\n[ 3.719044] md: raid1 personality registered for level 1\n[ 3.792221] raid6: sse2x1 gen() 11304 MB/s\n[ 3.860204] raid6: sse2x1 xor() 8733 MB/s\n[ 3.928217] raid6: sse2x2 gen() 14458 MB/s\n[ 3.996215] raid6: sse2x2 xor() 9576 MB/s\n[ 4.064216] raid6: sse2x4 gen() 16578 MB/s\n[ 4.132215] raid6: sse2x4 xor() 11521 MB/s\n[ 4.200214] raid6: avx2x1 gen() 22037 MB/s\n[ 4.268205] raid6: avx2x2 gen() 25687 MB/s\n[ 4.336214] raid6: avx2x4 gen() 29518 MB/s\n[ 4.337115] raid6: using algorithm avx2x4 gen() 29518 MB/s\n[ 4.338193] raid6: using avx2x2 recovery algorithm\n[ 4.342872] xor: automatically using best checksumming function:\n[ 4.380214] avx : 35055.000 MB/sec\n[ 4.382686] async_tx: api initialized (async)\n[ 4.394354] md: raid6 personality registered for level 6\n[ 4.395474] md: raid5 personality registered for level 5\n[ 4.396541] md: raid4 personality registered for level 4\n[ 4.402806] 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 ... [ 4.432495] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.467201] 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[ 4.577028] 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[ 4.580399] systemd[1]: Detected virtualization kvm.\n[ 4.581380] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.584991] systemd[1]: Set hostname to .\n[ 4.589006] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.590168] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.707159] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.710823] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.713439] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.716096] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.718996] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.722459] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.725600] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.728452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.730687] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.733291] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.735649] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.737959] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.739935] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.742857] 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[ 4.746474] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 4.749679] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.752002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.754482] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.756879] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.759548] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.762238] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.767025] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.777289] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.781106] Loading iSCSI transport class v2.0-870.\n[ 4.783252] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.789683] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.795822] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.797930] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.805060] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...[ 4.810986] iscsi: registered transport (tcp)\n\n[ 4.816975] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.824592] 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[ 4.834891] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.843427] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.845701] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.852805] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.859674] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.868595] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.872614] 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[ 4.879404] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.886615] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.[ 4.895938] iscsi: registered transport (iser)\n\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\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 Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.708104] cloud-init[451]: Cloud-init v. 0.7.9 running 'init-local' at Sun, 12 Aug 2018 21:57:54 +0000. Up 5.93 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 LSB: AppArmor initialization.\n Starting Raise network interfaces...\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 Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.177102] cloud-init[1013]: Cloud-init v. 0.7.9 running 'init' at Sun, 12 Aug 2018 21:57:56 +0000. Up 7.65 seconds.\n[ 8.179299] cloud-init[1013]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184114] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.192157] cloud-init[1013]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.194631] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.200320] cloud-init[1013]: ci-info: | ens3 | True | 10.10.10.18 | 255.255.255.0 | . | fa:16:3e:cd:6d:57 |\n[ 8.204115] cloud-init[1013]: ci-info: | ens3 | True | fe80::f816:3eff:fecd:6d57/64 | . | link | fa:16:3e:cd:6d:57 |\n[ 8.208112] cloud-init[1013]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.216147] cloud-init[1013]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.218673] cloud-init[1013]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.224314] cloud-init[1013]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.228114] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.232113] cloud-init[1013]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.236415] cloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.242205] cloud-init[1013]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG | Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.248859] cloud-init[1013]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m[ 8.252243] cloud-init[1013]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.257725] \ncloud-init[1013]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m\n[ 8.264293] cloud-init[1013]: Generating public/private rsa key pair.\n[ 8.265306] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.266592] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.267870] ] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0mcloud-init[1013]: The key fingerprint is:\n[ 8.272742] cloud-init[1013]: SHA256:R7HVjaoaGuI6/mkQDtin1XlNPUFd3l0S45IwWVFGb5I root@sdnvpn-13-2\n[ 8.274078] cloud-init[1013]: The key's randomart image is:\n[ 8.274997] cloud-init[1013]: +---[RSA 2048]----+\n[ 8.275820] ] Listening on D-Bus System Message Bus Socket.\ncloud-init[1013]: | +=*BB=o|\n[ 8.277654] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1013]: | o*o++*=|\n[ 8.284437] cloud-init[1013]: |.. . . oo ooE *|\n[ 8.285958] cloud-init[1013]: |o o o o ... .. o |\n[ 8.288163] cloud-init[1013]: | o = .S .. |\n[ 8.290277] cloud-init[1013]: | + . . ... |\n[ 8.293838] cloud-init[1013]: | o . o o |\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.298757] cloud-init[1013]: | . o.. . |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m[ 8.304421] cloud-init[1013]: | .o=o |\n[ 8.305257] cloud-init[1013]: +----[SHA256]-----+\n[ 8.306090] cloud-init[1013]: Generating public/private dsa key pair.\n[ 8.307118] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.] Started Deferred execution scheduler.\n\n[ 8.310597] cloud-init[1013]: Starting LXD - container startup/shutdown...Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n Starting Accounts Service...\n\n[ 8.318801] cloud-init[1013]: The key fingerprint is: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 8.324391] cloud-init[1013]: SHA256:7qCm6NoBvbK9AOU4Y8VNlloMdyuwC3FTmXKkgkOuRL4 root@sdnvpn-13-2\n[ 8.327166] cloud-init[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n[1013]: The key's randomart image is:\n[ 8.333544] cloud-init[1013]: +---[DSA 1024]----+\n[[0;32m OK [0m] Started Snappy daemon.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n Starting Auto import assertions from block devices...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.337240] cloud-init[1013]: | + ==*+. |\n[ 8.390266] cloud-init[1013]: |* +.XB. . |\n[ 8.396992] Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\ncloud-init[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n[1013]: |o*.==o . |\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 8.443984] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1013]: |o*=.. . |\n[ 8.456598] cloud-init[1013]: |BEo. S |\n[ 8.468889] cloud-init[1013]: |o+ . . |\n[ 8.483065] cloud-init[1013]: |o o . . |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.494624] cloud-init[1013]: | B ... o |\n[ 8.523013] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[1013]: |*.=+. . |\n[ 8.541004] cloud-init[1013]: +----[SHA256]-----+\n[ 8.542256] cloud-init[1013]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Reached target Remote File Systems.\n\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 8.568188] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n Starting LSB: automatic crash report generation...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[ 8.599924] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.618828] cloud-init[1013]: The key fingerprint is:\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started 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 Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.663406] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1013]: SHA256:3hEdkHmERLX8i+5tC0HcPHRgKBdUqywB2g16eLnvLr4 root@sdnvpn-13-2\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n\n[ 8.682336] cloud-init[1013]: The key's randomart image is:\n[ 8.694492] cloud-init[1013]: +---[ECDSA 256]---+\n[ 8.700041] cloud-init[1013]: | oo+O*+=..|\n[ 8.704117] cloud-init[1013]: | = ==++B o |\n[ 8.708192] cloud-init[1013]: | + = ++* = |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.717626] cloud-init[1013]: | o . = o . |\n[ 8.720113] cloud-init[1013]: | S o + . |\n[ 8.724113] cloud-init[1013]: | . o o o . |\n[ 8.728104] cloud-init[1013]: | . o o . |\n[ 8.732109] cloud-init[1013]: | .. . o. |\n[ 8.734379] cloud-init[1013]: | .E+o.o.o. |\n[ 8.740125] cloud-init[1013]: +----[SHA256]-----+\n[ 8.744098] cloud-init[1013]: Generating public/private ed25519 key pair.\n[ 8.745520] cloud-init[1013]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.752712] cloud-init[1013]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.756101] cloud-init[1013]: The key fingerprint is:\n[ 8.760577] cloud-init[1013]: SHA256:eY7rfwyadqc6gI+2EMtH1rD/E4oVmGD+AnJ+E2B8JG0 root@sdnvpn-13-2\n[ 8.763642] cloud-init[1013]: The key's randomart image is:\n[ 8.767371] cloud-init[1013]: +--[ED25519 256]--+\n[ 8.770357] cloud-init[1013]: | ..o. |\n[ 8.773635] cloud-init[1013]: | *.E |\n[ 8.776966] cloud-init[1013]: | + =.o |\n[ 8.779981] cloud-init[1013]: |o o ++. . |\n[ 8.782811] cloud-init[1013]: |.+..+o..S . |\n[ 8.785718] cloud-init[1013]: | .o==.o .+. |\n[ 8.788582] cloud-init[1013]: | +o.*.o.+.o |\n[ 8.791567] cloud-init[1013]: | o+ o.*.. + |\n[ 8.798681] cloud-init[1013]: | ... o=*o+ |\n[ 8.802776] cloud-init[1013]: +----[SHA256]-----+\n[ 9.038987] cloud-init[1148]: Generating locales (this might take a while)...\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] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.718793] cloud-init[1148]: en_US.UTF-8... done\n[ 9.720970] cloud-init[1148]: Generation complete.\n[ 10.196930] cloud-init[1148]: Cloud-init v. 0.7.9 running 'modules:config' at Sun, 12 Aug 2018 21:57:57 +0000. Up 8.97 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.513359] cloud-init[1383]: + sudo useradd -m sdnvpn\n[ 10.578256] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.619980] cloud-init[1383]: + sudo adduser sdnvpn sudo\n[ 10.678986] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.715996] cloud-init[1383]: Adding user `sdnvpn' to group `sudo' ...\n[ 10.720467] cloud-init[1383]: Adding user sdnvpn to group sudo\n[ 10.733252] cloud-init[1383]: Done.\n[ 10.735273] cloud-init[1383]: + chpasswd\n[ 10.737523] cloud-init[1383]: + sudo echo sdnvpn:opnfv\n[ 10.796070] cloud-init[1383]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.807020] cloud-init[1383]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-08-12 21:58:05,054 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3e5b72e3-1c4f-4253-8f47-5ec6fcc097ca/action used request id req-5921c4a0-2822-4f03-99ad-27cc79987f94 2018-08-12 21:58:07,109 - 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}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" 2018-08-12 21:58:07,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1109 Content-Type: application/json X-Openstack-Request-Id: req-719df680-b6c9-440b-aff8-8c6853d66a24 Date: Sun, 12 Aug 2018 21:58:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:55:03Z", "file": "/v2/images/17a5996a-65a0-4294-94c8-06865cd47590/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "17a5996a-65a0-4294-94c8-06865cd47590", "size": 493813760, "self": "/v2/images/17a5996a-65a0-4294-94c8-06865cd47590", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/17a5996a-65a0-4294-94c8-06865cd47590/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "visibility": "public", "locations": [{"url": "rbd://d51330d5-676c-40c9-b75a-5ce2be69cc1c/images/17a5996a-65a0-4294-94c8-06865cd47590/snap", "metadata": {}}], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-ubuntu", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "created_at": "2018-08-12T21:54:54Z", "os_hidden": false, "protected": false, "os_hash_value": "b410a4f3a361516bcde96f45ebab7482e8c5f1dd758217e977cdce10240d4f8bdb9cc02723c80d221d71cf9e350522bb5490bc5d34c4d5f512b1394382195310"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-12 21:58:07,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-719df680-b6c9-440b-aff8-8c6853d66a24 2018-08-12 21:58:07,485 - 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}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" 2018-08-12 21:58:07,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-0b5efc4d-6475-463f-ba0f-c8bf3470d783 Date: Sun, 12 Aug 2018 21:58:07 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-12 21:58:07,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-0b5efc4d-6475-463f-ba0f-c8bf3470d783 2018-08-12 21:58:07,787 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-12 21:58:07,827 - 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}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-12 21:58:08,135 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/418db48c-41aa-4b99-88da-d83af6ff5eb6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b29693f9-9fa8-4c46-981f-7534b691146c Date: Sun, 12 Aug 2018 21:58:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-12T21:58:08Z", "file": "/v2/images/418db48c-41aa-4b99-88da-d83af6ff5eb6/file", "owner": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "418db48c-41aa-4b99-88da-d83af6ff5eb6", "size": null, "self": "/v2/images/418db48c-41aa-4b99-88da-d83af6ff5eb6", "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-12T21:58:08Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-12 21:58:08,136 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b29693f9-9fa8-4c46-981f-7534b691146c 2018-08-12 21:58:08,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/418db48c-41aa-4b99-88da-d83af6ff5eb6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" -d '' 2018-08-12 21:58:09,548 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e3ad49ec-da52-47c4-9615-e6bca0e5da05 Date: Sun, 12 Aug 2018 21:58: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-12 21:58:09,548 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/418db48c-41aa-4b99-88da-d83af6ff5eb6/file used request id req-e3ad49ec-da52-47c4-9615-e6bca0e5da05 2018-08-12 21:58:09,549 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-08-12 21:58:09,549 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=418db48c-41aa-4b99-88da-d83af6ff5eb6 network=df82f29b-8093-456c-b790-b144e6a32db4 secgroup=31db2795-d336-4133-8c12-0b93ded5afd5 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 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-12 21:58:09,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:58:09,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:58:09,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:58:09,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:58:09,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:58:09,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:58:09,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:58:09,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:58:09,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:58:09,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:58:09,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:58:09,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:58:09,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:58:09,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:58:09,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:58:09,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:58:09,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:58:09,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-12 21:58:09,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-12 21:58:09,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-12 21:58:09,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-12 21:58:09,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-12 21:58:09,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-12 21:58:09,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-12 21:58:09,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-12 21:58:09,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-12 21:58:09,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-12 21:58:09,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-12 21:58:09,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-12 21:58:09,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-12 21:58:09,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-12 21:58:09,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-12 21:58:09,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-12 21:58:09,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-12 21:58:09,560 - 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-12 21:58:09,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-781b864f-5f1f-4cee-9dae-97f4adb275f2 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-12 21:58:09,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-781b864f-5f1f-4cee-9dae-97f4adb275f2 2018-08-12 21:58:09,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:58:09,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:58:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["ISHiyvbBQY-b2FvMZWuKOA"], "issued_at": "2018-08-12T21:58:09.000000Z"}} 2018-08-12 21:58:09,977 - 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}f4b16b9f34fc194a3df269527e81abb408c120d3" 2018-08-12 21:58:10,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:58: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-63407558-b1c9-494f-b1aa-b49bb213eb29 x-compute-request-id: req-63407558-b1c9-494f-b1aa-b49bb213eb29 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "6b862c64-d94a-4ecf-b15a-2c23bd649832", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6b862c64-d94a-4ecf-b15a-2c23bd649832", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-12 21:58:10,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-63407558-b1c9-494f-b1aa-b49bb213eb29 2018-08-12 21:58:10,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b16b9f34fc194a3df269527e81abb408c120d3" 2018-08-12 21:58:10,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:58:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edfdc03a-64eb-4d86-ae49-8769977799f3 x-compute-request-id: req-edfdc03a-64eb-4d86-ae49-8769977799f3 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "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": "66802371-858d-4df9-8fc1-f8c470fc1641"}} 2018-08-12 21:58:10,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641 used request id req-edfdc03a-64eb-4d86-ae49-8769977799f3 2018-08-12 21:58:10,265 - 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}f4b16b9f34fc194a3df269527e81abb408c120d3" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "418db48c-41aa-4b99-88da-d83af6ff5eb6", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "66802371-858d-4df9-8fc1-f8c470fc1641", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "df82f29b-8093-456c-b790-b144e6a32db4"}], "config_drive": true}}' 2018-08-12 21:58:13,431 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:58:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0531b74-2b84-44b4-b945-ea54373d1fc7 x-compute-request-id: req-d0531b74-2b84-44b4-b945-ea54373d1fc7 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/f7835637-80de-41ec-97b5-4f446e3afd95 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f7835637-80de-41ec-97b5-4f446e3afd95", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f7835637-80de-41ec-97b5-4f446e3afd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f7835637-80de-41ec-97b5-4f446e3afd95", "rel": "bookmark"}], "adminPass": "392ZbGFTmYHh"}} 2018-08-12 21:58:13,431 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d0531b74-2b84-44b4-b945-ea54373d1fc7 2018-08-12 21:58:13,432 - 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-12 21:58:13,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff08e579-5207-4330-91b2-a3cc666701e3 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-12 21:58:13,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ff08e579-5207-4330-91b2-a3cc666701e3 2018-08-12 21:58:13,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:58:13,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:58:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["zuhNJFdDRmWW0Cgvr-I0hQ"], "issued_at": "2018-08-12T21:58:13.000000Z"}} 2018-08-12 21:58:13,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f7835637-80de-41ec-97b5-4f446e3afd95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e598e341ba532937fdfb08c84c53c55ccc3221bf" 2018-08-12 21:58:14,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:58:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50ef42de-6777-42e2-858d-764eec0a744f x-compute-request-id: req-50ef42de-6777-42e2-858d-764eec0a744f Content-Encoding: gzip Content-Length: 623 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/f7835637-80de-41ec-97b5-4f446e3afd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f7835637-80de-41ec-97b5-4f446e3afd95", "rel": "bookmark"}], "image": {"id": "418db48c-41aa-4b99-88da-d83af6ff5eb6", "links": [{"href": "http://172.30.9.23:8774/images/418db48c-41aa-4b99-88da-d83af6ff5eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "f7835637-80de-41ec-97b5-4f446e3afd95", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:58:14Z", "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-3", "created": "2018-08-12T21:58:13Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-12 21:58:14,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f7835637-80de-41ec-97b5-4f446e3afd95 used request id req-50ef42de-6777-42e2-858d-764eec0a744f 2018-08-12 21:58:17,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/f7835637-80de-41ec-97b5-4f446e3afd95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e598e341ba532937fdfb08c84c53c55ccc3221bf" 2018-08-12 21:58:18,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 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,Accept-Encoding x-openstack-request-id: req-e133c88a-6038-4851-ac4b-ebbdfee973a7 x-compute-request-id: req-e133c88a-6038-4851-ac4b-ebbdfee973a7 Content-Encoding: gzip Content-Length: 861 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/f7835637-80de-41ec-97b5-4f446e3afd95", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f7835637-80de-41ec-97b5-4f446e3afd95", "rel": "bookmark"}], "image": {"id": "418db48c-41aa-4b99-88da-d83af6ff5eb6", "links": [{"href": "http://172.30.9.23:8774/images/418db48c-41aa-4b99-88da-d83af6ff5eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-0000019a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66802371-858d-4df9-8fc1-f8c470fc1641", "links": [{"href": "http://172.30.9.23:8774/flavors/66802371-858d-4df9-8fc1-f8c470fc1641", "rel": "bookmark"}]}, "id": "f7835637-80de-41ec-97b5-4f446e3afd95", "user_id": "a89b0401943e4379a6ec4e5c1b85b811", "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-12T21:58:16Z", "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-3", "created": "2018-08-12T21:58:13Z", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "os-extended-volumes:volumes_attached": [], "fault": {"message": "Failed to get aggregates for resource provider with UUID 530eb746-fe5f-4664-962e-77400dba8c5f", "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-12T21:58:16Z"}, "metadata": {}}} 2018-08-12 21:58:18,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f7835637-80de-41ec-97b5-4f446e3afd95 used request id req-e133c88a-6038-4851-ac4b-ebbdfee973a7 2018-08-12 21:58:18,318 - sdnvpn.lib.openstack_utils - ERROR - The instance sdnvpn-13-3 went to ERROR status. 2018-08-12 21:58:18,318 - sdnvpn_test_utils - ERROR - Error while booting instance. 2018-08-12 21:58:18,318 - sdnvpn.test.functest.testcase_13 - ERROR - exception occurred while executing testcase_13: Error while booting instance sdnvpn-13-3 2018-08-12 21:58:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"router": {"routes": []}}' 2018-08-12 21:58:18,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-1d4d0d1e-c482-401f-babe-2049359e82eb Date: Sun, 12 Aug 2018 21:58:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9080dbfe-670a-4248-8c56-0897f69dc41e", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "38b5ae12-661c-4ec4-a3cf-304672163c85", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:55:11Z", "revision_number": 3, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "f5208570-c8db-4237-8fe3-c06cd0163a5e", "name": "sdnvpn-13-1-router"}} 2018-08-12 21:58:18,887 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e used request id req-1d4d0d1e-c482-401f-babe-2049359e82eb 2018-08-12 21:58:18,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c767a7a7f7f2a68e1fe4ff64e92da0ca321110e3" 2018-08-12 21:58:18,923 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 12 Aug 2018 21:58: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-3186d60d-f11a-45a1-93de-924e7c8dd1ae x-compute-request-id: req-3186d60d-f11a-45a1-93de-924e7c8dd1ae Content-Length: 0 Content-Type: application/json 2018-08-12 21:58:18,923 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/66802371-858d-4df9-8fc1-f8c470fc1641 used request id req-3186d60d-f11a-45a1-93de-924e7c8dd1ae 2018-08-12 21:58:18,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/17a5996a-65a0-4294-94c8-06865cd47590 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" 2018-08-12 21:58:19,588 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f56c19af-88a3-4936-b0fd-a95ff17c6cf2 Date: Sun, 12 Aug 2018 21:58:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-12 21:58:19,589 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/17a5996a-65a0-4294-94c8-06865cd47590 used request id req-f56c19af-88a3-4936-b0fd-a95ff17c6cf2 2018-08-12 21:58:19,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/418db48c-41aa-4b99-88da-d83af6ff5eb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d36bca3b3d3ab068a5b401b6f6f1d2dac399aed7" 2018-08-12 21:58:20,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e50a2ada-523c-4951-b28d-3fcda6ef3e60 Date: Sun, 12 Aug 2018 21:58: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-12 21:58:20,720 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/418db48c-41aa-4b99-88da-d83af6ff5eb6 used request id req-e50a2ada-523c-4951-b28d-3fcda6ef3e60 2018-08-12 21:58:20,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"subnet_id": "3448b4d3-4b88-4b13-a00a-7afeddbb8f99"}' 2018-08-12 21:58:23,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-47ae9da4-c3ea-4140-96fa-4160559767b6 Date: Sun, 12 Aug 2018 21:58:23 GMT RESP BODY: {"network_id": "df82f29b-8093-456c-b790-b144e6a32db4", "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "subnet_id": "3448b4d3-4b88-4b13-a00a-7afeddbb8f99", "subnet_ids": ["3448b4d3-4b88-4b13-a00a-7afeddbb8f99"], "port_id": "ec168269-a1e5-4e01-a862-d58b5470f5b3", "id": "f5208570-c8db-4237-8fe3-c06cd0163a5e"} 2018-08-12 21:58:23,018 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e/remove_router_interface used request id req-47ae9da4-c3ea-4140-96fa-4160559767b6 2018-08-12 21:58:23,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" -d '{"router": {"external_gateway_info": {}}}' 2018-08-12 21:58:24,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-c0d05755-5689-4694-931d-2298a5ba72d5 Date: Sun, 12 Aug 2018 21:58:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "created_at": "2018-08-12T21:55:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-12T21:58:23Z", "revision_number": 7, "routes": [], "project_id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "id": "f5208570-c8db-4237-8fe3-c06cd0163a5e", "name": "sdnvpn-13-1-router"}} 2018-08-12 21:58:24,449 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f5208570-c8db-4237-8fe3-c06cd0163a5e used request id req-c0d05755-5689-4694-931d-2298a5ba72d5 2018-08-12 21:58:24,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/3448b4d3-4b88-4b13-a00a-7afeddbb8f99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b1b0c1fcbf8eb9a65dc2b68e2e4f163246e99" 2018-08-12 21:58:24,564 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-164580a9-ce7e-4b7b-ad0f-78802bde6fcd Date: Sun, 12 Aug 2018 21:58:24 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 3448b4d3-4b88-4b13-a00a-7afeddbb8f99: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 21:58:24,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3448b4d3-4b88-4b13-a00a-7afeddbb8f99 used request id req-164580a9-ce7e-4b7b-ad0f-78802bde6fcd 2018-08-12 21:58:24,564 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 3448b4d3-4b88-4b13-a00a-7afeddbb8f99: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-12 21:58:24,564 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '3448b4d3-4b88-4b13-a00a-7afeddbb8f99')]: Unable to complete operation on subnet 3448b4d3-4b88-4b13-a00a-7afeddbb8f99: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-164580a9-ce7e-4b7b-ad0f-78802bde6fcd'] 2018-08-12 21:58:24,565 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 3448b4d3-4b88-4b13-a00a-7afeddbb8f99 was not deleted. 2018-08-12 21:58:24,566 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_13: Error while booting instance sdnvpn-13-3 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 155, in main userdata=u3) 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-3 2018-08-12 21:58:24,566 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_13 failed 2018-08-12 21:58:24,566 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-12 21:58:24,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:58:24,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:58:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["MzGSspj7Smy2czgy9A2T8Q"], "issued_at": "2018-08-12T21:58:24.000000Z"}} 2018-08-12 21:58:24,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/dbfa1fd1b20e4777950b03d95b9e0d9d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28ab032f53b26f158160facbe35cfe5dcd1b4b55" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-08-12 21:58:25,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-6b0d5e32-054e-44b5-bb4e-220817ef861e Date: Sun, 12 Aug 2018 21:58:25 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-12 21:58:25,411 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/dbfa1fd1b20e4777950b03d95b9e0d9d used request id req-6b0d5e32-054e-44b5-bb4e-220817ef861e 2018-08-12 21:58:25,411 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-12 21:58:25,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-12 21:58:25,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2227886414cb4d22a8494529517c5128", "name": "member"}, {"id": "d90647a398644e858f6fb749563cc358", "name": "reader"}, {"id": "2d788a838d6248bea293f537c17fe7c3", "name": "admin"}], "expires_at": "2018-08-12T22:58:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbfa1fd1b20e4777950b03d95b9e0d9d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.23:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8e7b0440a0ed4a389b2f8a4cea1e3d45"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3f1c0696a1240c695c0515e5fffb90e"}, {"url": "http://192.30.9.4:8776/v2/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da9d7071cec247e8b7808796f58d680d"}], "type": "volumev2", "id": "018e3addd9564686a81f47de471b8a25", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a7467d0801b4824af7a25d3db2f83b0"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ad38c3f9c864cedac9f5699bd8080a4"}, {"url": "http://192.30.9.4:8004/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9056f4e27cae40ddbe02d9a15cc03edc"}], "type": "orchestration", "id": "13893612de924b22853b177e3d6b8151", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01552f356074497f9d02dd2644459370"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f8b6f7f34ccb92a1b494951bba8b"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd830f8ce63e45d4870c29e1b0b4c40b"}], "type": "metric", "id": "278cba97a3ae4476b82a4173572555c9", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53a5c9a190154315b4feaaa7a640b6af"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e96dd01bed0942e6b9740ef5ae2a040b"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ecbd4ae163a6495180975c3ef9ee8338"}], "type": "placement", "id": "288dba5267d9473ba4bd2cf0a4207734", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "842090bd8c6446a4940db7f17af28fa0"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb4a9f70bce143abbcd7f8d096e78b05"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c886728e49fd4d6eba6c709198d88860"}], "type": "image", "id": "57ecf3bcea8e4728af2f311ce03118da", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c3c1c4a8af4e71bc84060ca32944f9"}, {"url": "http://192.30.9.4:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60c53205dc8a4da49a727f472d9a6af9"}, {"url": "http://172.30.9.23:8776/v1/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8c8c22b02464a79a13065d8be7fcf2e"}], "type": "volume", "id": "5e108d1bc1d54f2ba2c943347e161733", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5855ca6878ba4754ab261e5643ca1fa7"}, {"url": "http://12.0.0.28:8080/v1/AUTH_dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a2649acda364631898b4f4f59659302"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e360a6b61c647e883ea528783c18166"}], "type": "object-store", "id": "69fd0fc147f1423689d79cc0573deceb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "478986f6a7a54f28908eaaf64c40e321"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "703d1d35cc334800b4585b66318cd9ca"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c55b1135c9464826bf3508da03267f5e"}], "type": "identity", "id": "6b97264619e2417faa699eea2a04dfca", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a38c08dd9124438b1f62f3516866acf"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ba292bb055d4453bc204bf5d84dd95c"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bb2003eba6b45c18d85abf9329eaa9d"}], "type": "compute", "id": "a0da2a35cab84923a594d25e69c57bab", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "368b666ad892495caa6fd294efab629f"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "385c6621ce624afb964e538aafa55222"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6fde68027cb44969a6ef7f6b3c262ea2"}], "type": "network", "id": "b82ec30b84a94d3290f5419b0dc18ce8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b75239aa976439b845c2a553ce630ce"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2886df3060b943b490f4e2616a351046"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "959f7fa6bafc4b65be6a45577ed01645"}], "type": "alarming", "id": "be96f60905284f4dae610f3a29b2ade8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1935ebc143e64eb7a7ae01a46d6edc20"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99365c04bd2b47949e70738a0e32974c"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b452553ed4ac4cc39210d69b94f43eec"}], "type": "cloudformation", "id": "bfb8c99b682d4b73b7d2604807bd60c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0c7d71c53840c6bb60554a908b4c7d"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "38c37daacb4240fb82858ca36ab8a482"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b28fc7ace3d4983a9a296bd42633df5"}], "type": "event", "id": "cb05b7db92ff4061ae0ee7436508f60e", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "ce885311414e4f6291d7ea3c4fe03a4b", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d98f8ce2b182456097f2aca932a989af"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e76cc1a65d464fa490fbb85f19587e53"}, {"url": "http://192.30.9.4:8776/v3/dbfa1fd1b20e4777950b03d95b9e0d9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f42a80741dfb412abe4edf832cd28d59"}], "type": "volumev3", "id": "dc9c0b2811614478b86a08ba8b56d559", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a89b0401943e4379a6ec4e5c1b85b811"}, "audit_ids": ["j2uXD9j-Teim9AiFauZPmQ"], "issued_at": "2018-08-12T21:58:25.000000Z"}} 2018-08-12 21:58:25,818 - 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}38d3e018f76b5276c9d37eefe07707f282529ce6" -d '{"quota_class_set": {"instances": 10}}' 2018-08-12 21:58:26,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 12 Aug 2018 21:58: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-a1268301-f2b4-42c8-974e-7efe6db8b364 x-compute-request-id: req-a1268301-f2b4-42c8-974e-7efe6db8b364 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-12 21:58:26,030 - 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-a1268301-f2b4-42c8-974e-7efe6db8b364 2018-08-12 21:58:26,033 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b01d790L 2018-08-12 21:58:26,033 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:26,058 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:26,058 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:26,062 - 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-12 21:58:26,062 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:26,062 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:26,062 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:26,063 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:26,063 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:26,068 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:26,069 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:26,097 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.28: fa3672edd01bf5edce20e1b9e3bdc10f 2018-08-12 21:58:26,098 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:26,109 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:26,143 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:26,163 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:26,320 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:26,320 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:26,359 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:26,359 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:26,370 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:30,435 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:30,436 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:30,438 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a45a6d0L 2018-08-12 21:58:30,439 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:30,503 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:30,503 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:30,506 - 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-12 21:58:30,506 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:30,506 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:30,507 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:30,507 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:30,507 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:30,512 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:30,513 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:30,539 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:58:30,540 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:30,552 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:30,652 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:30,656 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:30,846 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:30,846 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:30,885 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:30,886 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:30,893 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:30,906 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:30,907 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:30,908 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:30,909 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:30,909 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:30,951 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:30,968 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:30,969 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:30,970 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:30,971 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:30,971 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:31,011 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:31,022 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:31,024 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:31,026 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a43dbd0L 2018-08-12 21:58:31,026 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:31,037 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:31,037 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:31,039 - 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-12 21:58:31,040 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:31,040 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:31,040 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:31,040 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:31,040 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:31,045 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:31,045 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:31,058 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:58:31,058 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:31,085 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:31,114 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:31,123 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:31,265 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:31,265 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:31,304 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:31,305 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:31,328 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:31,346 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:31,347 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:31,348 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:31,349 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:31,349 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:31,390 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:31,409 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:31,410 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:31,411 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:31,412 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:31,412 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:31,453 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:31,464 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:31,466 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:31,468 - paramiko.transport - DEBUG - starting thread (client mode): 0x5afff950L 2018-08-12 21:58:31,468 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:31,501 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:31,501 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:31,504 - 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-12 21:58:31,505 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:31,505 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:31,505 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:31,505 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:31,505 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:31,510 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:31,511 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:31,531 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:58:31,532 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:31,551 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:31,573 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:31,596 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:31,756 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:31,756 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:31,795 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:31,796 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:31,802 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:31,818 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:31,818 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:31,819 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:31,820 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:31,820 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:31,862 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:31,897 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:31,899 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:31,899 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:31,900 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:31,901 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:31,941 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:31,952 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:31,954 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:31,956 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a3f3e50L 2018-08-12 21:58:31,957 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:31,970 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:31,970 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:31,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-12 21:58:31,974 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:31,974 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:31,974 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:31,974 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:31,974 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:31,979 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:31,979 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:31,988 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:58:31,989 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:32,019 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:32,032 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:32,053 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:32,171 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:32,171 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:32,210 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:32,211 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:32,220 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:32,231 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:32,233 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:32,233 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:32,234 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:32,234 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:32,275 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:32,291 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:32,292 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:32,293 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:32,294 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:32,294 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:32,335 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:32,346 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:32,348 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:32,350 - paramiko.transport - DEBUG - starting thread (client mode): 0x5bb70d10L 2018-08-12 21:58:32,350 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:32,367 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:32,367 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:32,371 - 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-12 21:58:32,371 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:32,371 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:32,372 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:32,372 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:32,372 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:32,377 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:32,377 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:32,382 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:58:32,383 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:32,416 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:32,432 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:32,447 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:32,591 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:32,591 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:32,630 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:32,630 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:32,650 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:32,662 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:32,663 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:32,664 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:32,665 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:32,665 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:32,705 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:32,720 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:32,722 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:32,722 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:32,723 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:32,723 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:32,764 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:32,775 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:32,776 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:32,777 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:32,778 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:32,779 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:32,786 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:36,370 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:36,371 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:36,373 - paramiko.transport - DEBUG - starting thread (client mode): 0x5d37fbd0L 2018-08-12 21:58:36,373 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:36,381 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:36,381 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:36,383 - 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-12 21:58:36,383 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:36,383 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:36,384 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:36,384 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:36,384 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:36,389 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:36,389 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:36,405 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 20f43bf08f3fe947f5faa390f90154fd 2018-08-12 21:58:36,406 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:36,428 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:36,443 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:36,470 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:36,578 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:36,579 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:36,618 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:36,619 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:36,639 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:36,653 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:36,654 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:36,655 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:36,656 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:36,656 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:36,697 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:36,713 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:36,715 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:36,715 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:36,716 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:36,716 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:36,758 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:36,769 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:36,771 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:36,772 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a4086d0L 2018-08-12 21:58:36,773 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:36,781 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:36,781 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:36,783 - 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-12 21:58:36,784 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:36,784 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:36,784 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:36,784 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:36,784 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:36,789 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:36,789 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:36,804 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 35080b6230e4cd3cdc6261766b8b7899 2018-08-12 21:58:36,805 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:36,829 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:36,843 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:36,869 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:36,971 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:36,971 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:37,010 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:37,010 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:37,038 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:37,051 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:37,052 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:37,053 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:37,054 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:37,054 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:37,095 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:37,113 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:37,114 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:37,115 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:37,116 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:37,116 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:37,157 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:37,168 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:37,170 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:37,171 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a40e6d0L 2018-08-12 21:58:37,172 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:37,182 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:37,183 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:37,185 - 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-12 21:58:37,185 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:37,186 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:37,186 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:37,186 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:37,186 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:37,191 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:37,191 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:37,203 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: ea5cfbd02e0ab4381aebe2b3b72ea3c9 2018-08-12 21:58:37,204 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:37,231 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:37,246 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:37,268 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:37,386 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:37,387 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:37,426 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:37,427 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:37,436 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:37,450 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:37,451 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:37,452 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:37,452 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:37,453 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:37,493 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:37,511 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:37,512 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:37,513 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:37,514 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:37,514 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:37,557 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:37,568 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:37,569 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:37,572 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a4176d0L 2018-08-12 21:58:37,572 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:37,579 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:37,579 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:37,581 - 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-12 21:58:37,582 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:37,582 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:37,582 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:37,582 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:37,582 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:37,586 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:37,587 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:37,588 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: e7c9c7933aa94e04b67e82291c0a1249 2018-08-12 21:58:37,589 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:37,627 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:37,639 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:37,653 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:37,763 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:37,763 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:37,802 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:37,802 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:37,820 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:37,832 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:37,833 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:37,834 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:37,834 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:37,834 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:37,875 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:37,889 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:37,891 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:37,891 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:37,892 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:37,892 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:37,933 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:37,944 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:37,945 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:37,947 - paramiko.transport - DEBUG - starting thread (client mode): 0x5a417f10L 2018-08-12 21:58:37,947 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-12 21:58:37,954 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-12 21:58:37,955 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-12 21:58:37,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-12 21:58:37,957 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-12 21:58:37,957 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-12 21:58:37,957 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-12 21:58:37,957 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-12 21:58:37,957 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-12 21:58:37,962 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-12 21:58:37,962 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-12 21:58:37,979 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 87cdb44cf171522a2eb49de7b5c49d21 2018-08-12 21:58:37,979 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-12 21:58:38,001 - paramiko.transport - DEBUG - userauth is OK 2018-08-12 21:58:38,014 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-12 21:58:38,044 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-12 21:58:38,142 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-12 21:58:38,142 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-12 21:58:38,182 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-12 21:58:38,183 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-12 21:58:38,211 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-12 21:58:38,223 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-12 21:58:38,224 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-12 21:58:38,225 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-12 21:58:38,226 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-12 21:58:38,226 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-12 21:58:38,266 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-12 21:58:38,282 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-12 21:58:38,283 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-12 21:58:38,283 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-12 21:58:38,284 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-12 21:58:38,285 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-12 21:58:38,325 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-12 21:58:38,336 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-12 21:58:38,337 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-12 21:58:38,338 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-12 21:58:38,354 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:58:38,355 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:58:38,355 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:58:38,358 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:58:38,373 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-12 21:58:38,373 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-12 21:58:38,381 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-12 21:58:38,382 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-12 21:58:38,384 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-12 21:58:38,387 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:58:38,388 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:58:38,388 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:58:38,390 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:58:38,391 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:58:38,391 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:38,392 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:38,392 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:41,418 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:58:41,420 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:58:41,421 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:58:41,422 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:58:41,422 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:58:41,465 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:58:41,476 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-12 21:58:41,477 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-12 21:58:41,478 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-12 21:58:41,479 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-12 21:58:41,484 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-12 21:58:41,485 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-12 21:58:41,503 - 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-12 21:58:41,521 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:58:41,522 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:58:41,522 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:58:41,527 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:58:41,553 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-12 21:58:41,554 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-12 21:58:41,575 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-12 21:58:41,575 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-12 21:58:41,577 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-12 21:58:41,578 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:58:41,578 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:58:41,578 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:58:41,580 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:58:41,581 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:58:41,581 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:41,582 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:41,582 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:43,922 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:58:43,924 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:58:43,924 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:58:43,925 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:58:43,925 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:58:43,967 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:58:43,979 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-12 21:58:43,979 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-12 21:58:43,981 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-12 21:58:43,982 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-12 21:58:43,987 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-12 21:58:43,988 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-12 21:58:44,003 - 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-12 21:58:44,023 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:58:44,025 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:58:44,025 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:58:44,037 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:58:44,054 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-12 21:58:44,054 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-12 21:58:44,061 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-12 21:58:44,062 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-12 21:58:44,064 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-12 21:58:44,065 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:58:44,066 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:58:44,066 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:58:44,068 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:58:44,069 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:58:44,070 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:44,070 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:44,070 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:46,221 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:58:46,223 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:58:46,224 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:58:46,224 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:58:46,225 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:58:46,265 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:58:46,277 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-12 21:58:46,277 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-12 21:58:46,279 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-12 21:58:46,280 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-12 21:58:46,285 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-12 21:58:46,286 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-12 21:58:46,301 - 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-12 21:58:46,319 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:58:46,320 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:58:46,320 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:58:46,326 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:58:46,337 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-12 21:58:46,338 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-12 21:58:46,340 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-12 21:58:46,341 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-12 21:58:46,342 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-12 21:58:46,343 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:58:46,344 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:58:46,344 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:58:46,346 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:58:46,347 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:58:46,348 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:46,348 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:46,348 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:46,461 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:58:46,462 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:58:46,463 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:58:46,464 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:58:46,464 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:58:46,505 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:58:46,515 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-12 21:58:46,516 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-12 21:58:46,517 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-12 21:58:46,518 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-12 21:58:46,522 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-12 21:58:46,523 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-12 21:58:46,535 - 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-12 21:58:46,550 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-12 21:58:46,551 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-12 21:58:46,551 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-12 21:58:46,554 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-12 21:58:46,565 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-12 21:58:46,565 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-12 21:58:46,567 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-12 21:58:46,568 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-12 21:58:46,569 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-12 21:58:46,571 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-12 21:58:46,571 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-12 21:58:46,572 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-12 21:58:46,573 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-12 21:58:46,574 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-12 21:58:46,575 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:46,575 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:46,576 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-12 21:58:46,693 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-12 21:58:46,696 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-12 21:58:46,696 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-12 21:58:46,697 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-12 21:58:46,697 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-12 21:58:46,739 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-12 21:58:46,750 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-12 21:58:46,750 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-12 21:58:46,751 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-12 21:58:46,752 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-12 21:58:46,757 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-12 21:58:46,758 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-12 21:58:46,770 - 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-12 21:58:46,785 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-12 21:58:46,982 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-12 21:58:46,983 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 118:20 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-12 21:58:46,990 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-12 21:58:46,990 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:09 | FAIL | | bgpvpn | sdnvpn | features | 118:20 | 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-12 21:58:46,999 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-12 21:58:47,076 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,180 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,281 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,382 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,480 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,581 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,675 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,784 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,881 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:47,982 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,082 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,183 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,284 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,379 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,483 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,584 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,684 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,780 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,884 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:48,985 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:49,081 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:49,181 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:49,296 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:49,398 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:49,479 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:49,502 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:49,592 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:58:49,664 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-12 21:59:22,293 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-213 | | 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-12 21:59:22,296 - 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=HWlr6JpNTd1d9OuX7H5CCnQ3v 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=dbfa1fd1b20e4777950b03d95b9e0d9d export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=ZKGK7be5XPR2QaGFWUKBODqSh export OS_REGION_NAME=regionOne 2018-08-12 21:59:22,296 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-12 21:59:22,296 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-12 21:59:22,297 - 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-12 21:59:22,299 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK